Learn to Code with Ruby
- CategoryOther
- TypeTutorials
- LanguageEnglish
- Total size3.2 GB
- Uploaded Bymfp19
- Downloads162
- Last checkedApr. 21st '18
- Date uploadedApr. 21st '18
- Seeders 2
- Leechers2
Learn to Code with Ruby
Description
The most comprehensive Ruby course available on Udemy! An in-depth overview of coding with Ruby, a popular programming language renowned for its simplicity and elegance. Whether you've never written a line of code before or are looking to learn a brand new language, this course covers all bases!
Learn to Code with Ruby offers more than 30+ hours of video tutorials, 250+ lectures, and dozens of quizzes and exercises to test your knowledge as you proceed through the course.
For more Courses free: My Free Planet Club
Fo Tech Tricks and deals; Creatic World
Please keep seeding the file as log as possible
Files:
[My Free Planet Club] Udemy - Learn to Code with Ruby 1. Introduction and Installation- 4.1 Ruby Version Manager (RVM) Website.html (0.1 KB)
- 9.1 Atom Website.html (0.1 KB)
- 5.1 Atom Website.html (0.1 KB)
- 1.1 Official Ruby website.html (0.1 KB)
- 8.1 RubyInstaller for Windows Website.html (0.1 KB)
- 2. Install Ruby 2.3.3.html (0.9 KB)
- 11. Windows - Run Ruby File from Command Prompt.mp4 (9.2 MB)
- 10. Windows - Write First Ruby File and Run with Atom Runner.mp4 (11.8 MB)
- 7. Mac OS - Run Ruby File from Terminal.mp4 (12.2 MB)
- 12. Interactive Ruby (IRB).mp4 (12.3 MB)
- 8. Windows - Download and Install Ruby.mp4 (13.2 MB)
- 6. Mac OS - Write First Ruby File and Run with Atom Runner.mp4 (14.7 MB)
- 9. Windows - Install Atom Text Editor and Atom Runner and Custom Theme.mp4 (17.3 MB)
- 5. Mac OS - Install Atom Text Editor and Atom Runner and Custom Theme.mp4 (18.2 MB)
- 1. Introduction to Ruby.mp4 (21.1 MB)
- 3. Mac OS - Access and Work with the Terminal.mp4 (22.5 MB)
- 4. Mac OS - Install RVM and Install Ruby.mp4 (44.2 MB)
- 11.1 Rubular.com.html (0.1 KB)
- 8. RegEx Anchors.mp4 (6.6 MB)
- 9. Exclude Characters.mp4 (7.6 MB)
- 7. The Backslash.mp4 (9.0 MB)
- 5. The .scan Method II.mp4 (10.2 MB)
- 4. The .scan Method I.mp4 (10.5 MB)
- 6. The Wildcard Symbol.mp4 (10.7 MB)
- 11. Rubular.com.mp4 (14.2 MB)
- 10. The .sub and .gsub Methods with Regular Expressions.mp4 (16.1 MB)
- 3. Intro to Regular Expressions.mp4 (16.9 MB)
- 2. The .include Method.mp4 (18.1 MB)
- 1. The .start_with and .end_with Methods.mp4 (27.2 MB)
- 1.1 RubyDoc.info.html (0.1 KB)
- 3. Install rdoc.html (0.3 KB)
- 5. Use rdoc to Generate Your Own Documentation II.mp4 (11.7 MB)
- 1. Intro to Rubydoc Documentation.mp4 (12.3 MB)
- 2. Class Method Documentation on RubyDocs.mp4 (14.1 MB)
- 4. Use rdoc to Generate Your Own Documentation I.mp4 (15.0 MB)
- 1.1 Time Documentation.html (0.1 KB)
- 2. Instance Methods on a Time Object.mp4 (7.4 MB)
- 3. Predicate Methods on Time Objects.mp4 (7.5 MB)
- 6. Convert Time Object to Other Objects.mp4 (8.3 MB)
- 1. Intro to the Time Object.mp4 (10.5 MB)
- 5. The Comparable Methods on a Time Object.mp4 (10.6 MB)
- 7. Convert Time Object to Formatted String.mp4 (11.6 MB)
- 8. The .parse and .strptime Methods.mp4 (12.3 MB)
- 4. Add or Subtract Time by Seconds.mp4 (14.9 MB)
- 1.1 Hash Documentation.html (0.1 KB)
- 11. Hashes I.html (0.1 KB)
- 10. Retrieve Keys or Values from Hash as an Array.mp4 (3.6 MB)
- 7. The .length and .empty Methods on a Hash.mp4 (5.6 MB)
- 4. Convert Symbols to Strings and Vice Versa.mp4 (6.2 MB)
- 5. The .fetch Method on a Hash.mp4 (8.4 MB)
- 6. Add a Key Value Pair to a Hash with Bracket Syntax or the .store Method.mp4 (8.4 MB)
- 8. The .each Method on a Hash.mp4 (12.4 MB)
- 1. Intro to Hashes.mp4 (12.7 MB)
- 9. The .each_key and .each_value Methods.mp4 (12.8 MB)
- 3. Intro to Symbols and Symbols as Hash Keys.mp4 (13.8 MB)
- 2. Create Hash and Extract Values from Hashes by their Keys.mp4 (17.4 MB)
- 3.1 Proc Documentation.html (0.1 KB)
- 4. The .block_given Method.mp4 (6.2 MB)
- 7. Procs II.mp4 (7.0 MB)
- 8. Pass a Ruby Method as Proc.mp4 (9.9 MB)
- 9. Methods with Proc Parameters.mp4 (11.5 MB)
- 1. Introduction to Blocks.mp4 (13.0 MB)
- 6. A Custom .each Method.mp4 (14.8 MB)
- 5. Yielding with Arguments.mp4 (16.0 MB)
- 2. The yield Keyword.mp4 (17.3 MB)
- 10. Intro to Lambdas.mp4 (22.3 MB)
- 11. Lambda Efficiency Example.mp4 (24.1 MB)
- 3. Procs I.mp4 (30.3 MB)
- 1.1 Array Documentation.html (0.1 KB)
- 16.1 Official Ruby documentation.html (0.1 KB)
- 17.2 Official Ruby documentation for .shift Method.html (0.1 KB)
- 17.1 Official Ruby documentation for .unshift Method.html (0.1 KB)
- 22. Arrays I - Creation, Addition, and Modification.html (0.1 KB)
- 3. Shorthand %w Syntax to Create an Array of Strings.mp4 (3.5 MB)
- 10. The .slice Method.mp4 (4.3 MB)
- 17. The .shift and .unshift Methods.mp4 (5.4 MB)
- 4. Create an Array with Array.new Method.mp4 (5.7 MB)
- 8. Access Sequential Array Elements with a Range Object.mp4 (6.5 MB)
- 1. Introduction to Arrays.mp4 (6.7 MB)
- 6. Access Single Array Element with .fetch Method.mp4 (6.8 MB)
- 20. Convert Ranges to Arrays with the .to_a Method.mp4 (7.1 MB)
- 9. Access Multiple Array Elements with the .values_at Method.mp4 (8.0 MB)
- 12. The .length, .size and .count Methods on an Array.mp4 (8.1 MB)
- 18. Equality and Inequality Operators with Arrays.mp4 (8.3 MB)
- 13. The .empty and .nil Methods on an Array.mp4 (8.6 MB)
- 16. The .pop Method.mp4 (8.6 MB)
- 19. The Spaceship Operator.mp4 (9.7 MB)
- 7. Extract Sequential Array Elements with Bracket Syntax.mp4 (10.0 MB)
- 15. The .push Method, the Shovel Operator, and the .insert Method.mp4 (11.7 MB)
- 11. Overwrite One or More Array Elements.mp4 (14.0 MB)
- 2. Create An Array with Bracket Syntax.mp4 (15.4 MB)
- 14. The .first and .last Methods.mp4 (18.8 MB)
- 5. Access Single Array Element by Index Position.mp4 (19.6 MB)
- 21. The .is_a Predicate Method.mp4 (22.0 MB)
- 1.1 Range Documentation.html (0.1 KB)
- 6. Range Objects.html (0.1 KB)
- 3. The .size Method on a Range.mp4 (2.7 MB)
- 4. Check if Value Exists in a Range with .includes Method or ===.mp4 (7.1 MB)
- 2. Alphabetical Ranges.mp4 (9.1 MB)
- 5. Generate A Random Number with the rand Method.mp4 (9.4 MB)
- 1. Intro to Ra
Code:
- UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
- UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
- UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
- UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
- UDP://EDDIE4.NL:6969/ANNOUNCE
- UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
- UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
- UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
- UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
- UDP://EDDIE4.NL:6969/ANNOUNCE
- UDP://TRACKER.LEECHERS-PARADISE.ORG:6969/ANNOUNCE
- UDP://TRACKER.COPPERSURFER.TK:6969/ANNOUNCE
- UDP://TRACKER.OPENTRACKR.ORG:1337/ANNOUNCE
- UDP://TRACKER.ZER0DAY.TO:1337/ANNOUNCE
- UDP://EDDIE4.NL:6969/ANNOUNCE