C# cheatsheet
CHEATSHEET C#
1. Data Types
Primitive Size Example
String 2 bytes/char s = "reference";
bool b = true;
char 2 bytes ch = 'a';
byte 1 byte b = 0x78;
short...
Various free python books and ebooks that are online
A huge collection of python related books and ebooks that are freely available online
Python
20 Python Libraries You Aren't Using (But Should) (email address requested, not...
Javascript related online books and tutorials
A large collection of Javascript related ebooks and also some frameworks
JavaScript
Basic JavaScript for the impatient programmer - Dr. Axel Rauschmayer
Book of Modern Frontend...
C and C++ books that are available for free
This is a collection of C and C++ books and resources that are either available online or you can also download a pdf or...
List of compilers, IDEs and build systems for C++
This is a useful list of compilers, build systems and IDE's for C++
Compiler
List of C or C++ compilers
8cc - A Small C Compiler.
c -...