Added Ruby Programming language resources

This commit is contained in:
Harshwardhan 2021-09-30 23:15:16 +05:30
parent f23d991ca3
commit cae0a35410
1 changed files with 80 additions and 72 deletions

View File

@ -1,7 +1,7 @@
## Programming Language Resources
- C
- [ANSI C Cheat Sheet](https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/C%20Reference%20Card%20(ANSI)%202.2.pdf)
- [ANSI C Cheat Sheet](<https://github.com/jwasham/coding-interview-university/blob/main/extras/cheat%20sheets/C%20Reference%20Card%20(ANSI)%202.2.pdf>)
- K&R C book (ANSI C)
- [Make, Clang (video)](https://www.youtube.com/watch?v=U3zCxnj2w8M)
- GDB:
@ -75,6 +75,7 @@
- [Javascript Algorithms and Data Structures](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/)
- [Javascript Algorithms With Explanations](https://github.com/trekhleb/javascript-algorithms)
- Rust
- [The Rust Programming Language](https://doc.rust-lang.org/book/title-page.html)
- [Rust by Example](https://doc.rust-lang.org/stable/rust-by-example/)
- [Rust Tutorial by Doug Milford from Lambda Valley](https://www.youtube.com/playlist?list=PLLqEtX6ql2EyPAZ1M2_C0GgVd4A-_L4_5)
@ -82,5 +83,12 @@
- [Rust overview](https://learning-rust.github.io/docs/index.html)
- [A Gentle Introduction to Rust](https://stevedonovan.github.io/rust-gentle-intro/readme.html)
- Ruby
- [The Ruby Programming Language](https://book4you.org/book/1219034/7c9a4b)
- [Polished Ruby Programming](https://book4you.org/book/16678106/f61159)
- [Ruby Fu](https://rubyfu.net/)
- [Ruby Koans](http://rubykoans.com/)
- Other Language 2
- etc