Facebook
From pvp, 5 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 242
  1. Lua: (Note: if you have mac or linux, lua is probably preinstalled)
  2.  
  3.  https://www.lua.org/pil/contents.html  <=== Lua official tutorial
  4.     https://www.tutorialspoint.com/lua/lua_basic_syntax.htm  <=== another great tutorial
  5.     https://dev.to/jd2r/the-lua-tutorial-544b
  6.  
  7.  
  8. Rust:
  9.  
  10.  https://doc.rust-lang.org/book/ <=== official
  11.  https://doc.rust-lang.org/rust-by-example/  <==official
  12.  
  13.  
  14. Java:
  15.  https://www.w3schools.com/java/  <=== W3schools have ton of great resources for almost every programming language
  16.  https://dev.java/learn/  <==== lot of guides
  17.    
  18.    
  19. Perl:
  20.  https://www.tutorialspoint.com/perl/index.htm
  21.  
  22.  
  23. C:
  24.  https://freecomputerbooks.com/top-c-books.html  <== free books
  25.    
  26.    
  27. Bash (shell scripting):
  28.  https://www.freecodecamp.org/news/bash-scripting-tutorial-linux-shell-script-and-command-line-for-beginners/
  29.  https://linuxhandbook.com/bash/
  30.    
  31.    
  32.    
  33.  FOR MORE RESOURCES, CHECK MY OTHER THREAD: https://nulledbb.com/thread-Free-programming-ebooks  
  34.    
  35.    
  36. Lua - more lightweight, maybe some terminal automation or utilities
  37. Java - runs in JVM, more heavyweight BUT built in GUI and other useful libraries.
  38. Perl - more oldschool, one of preinstalled language son linux
  39. C - Hard, more control of computer (malware is written in C)