This is a complete guide to programming, one of the best resources for beginners:
https://github.com/braydie/HowToBeAProgrammer
https://github.com/braydie/HowToBeAProgrammer
GitHub
GitHub - braydie/HowToBeAProgrammer: A guide on how to be a Programmer - originally published by Robert L Read
A guide on how to be a Programmer - originally published by Robert L Read - braydie/HowToBeAProgrammer
The evolution of languages
↓ FORTRAN is a non-typed language.
↓ C is a weakly typed language.
↓ Ada is a strongly typed language.
↓ C++ is a strongly hyped language.
↓ FORTRAN is a non-typed language.
↓ C is a weakly typed language.
↓ Ada is a strongly typed language.
↓ C++ is a strongly hyped language.
Ron·Sercely¬
Oracle lawsuits Google for the use of Java in Android:
Oracle seems to be winning!
http://www.infoworld.com/article/3048726/android/oracle-seeks-93-billion-for-googles-use-of-java-in-android.html
Oracle seems to be winning!
http://www.infoworld.com/article/3048726/android/oracle-seeks-93-billion-for-googles-use-of-java-in-android.html
InfoWorld
Oracle seeks $9.3 billion for Google’s use of Java in Android
Oracle is seeking as much as $9.3 billion in damages in a long-running copyright lawsuit against Google over its use of Java in Android, court filings show.
“
Fine, Java MIGHT be a good example of what a programming language should be like. But Java applications are good examples of what applications SHOULDN’T be like.pixadel¬
“
I'm not a real programmer. I throw together things until it works then I move on. The real programmers will say: "yeah it works but you're leaking memory everywhere. Perhaps we should fix that". I'll just restart apache every 10 requests.Rasmus·Lerdorf¬
author of PHP
List of bad programming practices for C/C++:
http://www.codeproject.com/Articles/31011/Bad-coding-Practices
http://www.codeproject.com/Articles/31011/Bad-coding-Practices
CodeProject
Bad coding Practices
Pure gold 😍
Go check out this list of Assembly snippets, they are just awesome!
http://www.madwizard.org/programming/snippets
Go check out this list of Assembly snippets, they are just awesome!
http://www.madwizard.org/programming/snippets
If you don't already know that channel, go have a look at @geekschannel 🤓!
They talk about Telegram and its awesome features and they also provide content in different languages.
And don't forget to have a look at their Telegram Talks, starting 11st April!
They talk about Telegram and its awesome features and they also provide content in different languages.
And don't forget to have a look at their Telegram Talks, starting 11st April!
Loading image formats like PNG can be difficult, but most importantly can be un efficient.
With this little tutorial you can learn the basics of libpng:
http://www.piko3d.net/tutorials/libpng-tutorial-loading-png-files-from-streams/#Setup
With this little tutorial you can learn the basics of libpng:
http://www.piko3d.net/tutorials/libpng-tutorial-loading-png-files-from-streams/#Setup