A great tutorial about .htaccess files, really complete:
http://www.javascriptkit.com/howto/htaccess.shtml
GitLab, a growing repo platform, lets you have unlimited private repos for free or to host your repo on your own server.
Try it on your next project!
about.gitlab.com
Microsoft launched CaptionBot, an AI for analyzing images.
You can test it at www.captionbot.ai or by using a Telegram bot made by a subscriber, @caption_ai_bot .
CodeSchool started an AngularJS + Bootstrap course, check it out:
https://www.codeschool.com/learn-angular-js-with-bootstrap
Here's a CodeProject article about encryption, really well written.
http://www.codeproject.com/Articles/828477/Cipher-EX-V
How I explained REST to my wife.
http://web.archive.org/web/20130116005443/http://tomayko.com/writings/rest-to-my-wife
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
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!
List of bad programming practices for C/C++:
http://www.codeproject.com/Articles/31011/Bad-coding-Practices
“ 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
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
Here's another nice C++ tutorial:
https://arobenko.gitbooks.io/baremetalcpp/content/index.html
Look at this funny code review:
https://macton.smugmug.com/Other/2008-07-15-by-Eye-Fi/n-xmKDH/i-S8QGZ7F/A
This man broke everything!!!
http://www.theregister.co.uk/2016/03/23/npm_left_pad_chaos/
Pure gold 😍
Go check out this list of Assembly snippets, they are just awesome!
http://www.madwizard.org/programming/snippets
Petya, the intelligent ramsonware:
https://blog.malwarebytes.org/threat-analysis/2016/04/petya-ransomware/
I suggest reading this FAQs, even to experts, it's always a good read:
http://c-faq.com
“ 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¬
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.
Ron·Sercely¬
This is a complete guide to programming, one of the best resources for beginners:
https://github.com/braydie/HowToBeAProgrammer