Online c/c++ compiler

Click here to goto c/c++ compiler online
Now the Problem of not installing or not working programs is solved.
So goto the online compiler page....... :)


Free Ebooks:
https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md


All Types Of Tutorials:
http://www.tutorialspoint.com/


Game Development:
http://hessan.annahid.com/game-development-days/day-1/
http://www.gamefromscratch.com/page/LibGDX-Tutorial-series.aspx
http://developer.android.com/training/graphics/opengl/index.html


Socket Connections Android:
http://socket.io/blog/native-socket-io-and-android/

Leak Canary Finder Android
https://github.com/square/leakcanary

Pagination Logic for Backend:
  Step 1: Get Offset and Limit from request (example: 0, 100)
  Step 2: Calculate Pagesize form SELECT COUNT(*) FROM table_name (example Size=1000)
  Step 3: Current Page Number = Math.ceil(Offset / Limit);
  (Example if Offset = 0 and Limit = 100 then result = 1 and if Offest = 101 and Limit = 100 then result = 2)
  Step 4: Total Pages = Math.round(Pagesize / Limit)
  Step 5: SELECT column1, column2, columnN FROM table_name LIMIT [no of rows] OFFSET [row num]

Background Thread:
http://reactivex.io/documentation/observable.html

S.O.L.I.D first five object-oriented design(OOD) principles

Freelance Websites:
https://www.freshbooks.com/blog/freelance-jobs/
https://thefreelanceeffect.com/find-freelance-work

Crack IntelliJ
https://www.haxotron.com/jetbrains-intellij-idea-crack-123/