You're taking your first steps into Ruby
A good introduction to programming in general. Easy on newer programmers.
| // If the script does not work, you may need to allow same site scripting https://stackoverflow.com/a/50902950 | |
| Linkedin = { | |
| config: { | |
| scrollDelay: 3000, | |
| actionDelay: 5000, | |
| nextPageDelay: 5000, | |
| // set to -1 for no limit | |
| maxRequests: -1, | |
| totalRequestsSent: 0, |
You're taking your first steps into Ruby
A good introduction to programming in general. Easy on newer programmers.
| Recently someone asked me for online resources about MRI's internal C source | |
| code. Here are a few - if there are more to add please leave a comment! - pat | |
| 1. Ruby Hacking Guide - The definitive resource for people who want to learn | |
| the C programming details of how Ruby works internally. Intended for C hackers. | |
| It was just recently translated into English from the original Japanese. | |
| http://ruby-hacking-guide.github.io | |
| 2. Various presentations by Koichi Sasada - he often does public presentations | |
| on Ruby internals and they're always fascinating and full of technical details. |