This is shocking! What will happen next?
http://www.zdnet.com/article/us-government-pushed-tech-firms-to-hand-over-source-code/
Last month we paid $5000 to a guy who found a potential vulnerability in Telegram for Android, and this month we’ve transferred $2500 to HackApp for pointing out weak spots in our iOS code. The most valuable input so far came in December 2013 from a person who found an issue in the MTProto design, so we awarded him $100,000. Whenever a potential vulnerability is found, we are the first to admit it — and fix it.
'Pavel Durov'
“ Copying all or parts of a program is as natural to a programmer as breathing, and as productive. It ought to be as free.
Richard·Stallman¬
Here's another nice tutorial about OpenGL graphic programming:
http://ogldev.atspace.co.uk
BEGINNERS:
Learn matrices, they are an important part in programming, especially for graphics!
http://www.opengl-tutorial.org/beginners-tutorials/tutorial-3-matrices/
Here's a nice read from a nice author about bit operations wich are often useful:
http://sol.gfxile.net/boolean.html
You should know this!
http://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
Ever heard of Rest APIs?
Start developing your own and sell it on the mashape shop!
http://www.restapitutorial.com
www.mashape.com
Telegram is a growing platform, start learning the Telegram API!
https://core.telegram.org/
https://www.npmjs.com/package/telegram-api/tutorial
Go get an hosting plan for your project until you can!
Expires the 31st March!!!
http://www.domain.com/hosting/
https://www.bluehost.com/web-hosting/signup
The Programming Art Group
The international group is finally online!
• Be Nice
• Don't Spam
• Keep the conversation in English so that we can understand each other
@theprogrammingartgroup
Are you gonna freak out for the new Windows 10 features?
http://www.neowin.net/news/you-are-all-gonna-freak-out-microsoft-program-managers-tease-new-windows-10-features
This IDE seems to be a nice alternative to Android Studio:
http://www.kony.com/download-visualizer
Here you can explore a little math library made for performance in C:
https://github.com/Nigh/fastapprox
An introduction for beginners to dynamic and static libraries in C/C++:
http://www.learncpp.com/cpp-tutorial/a1-static-and-dynamic-libraries/
Need to test a particular design pattern for your project?
Check out CodePen for testing out bugs, collaborating and finding inspiration.
Its playground allows you to create "pens", sets of HTML, CSS and JS.
CodePen
The awesome - and classic - Doom engine!
A must read for new-comers into the game development industry:
https://github.com/id-Software/DOOM-3
Here's a nice tutorial about CSS3 for real beginners:
http://www.htmldog.com/guides/css/beginner/
The most important single aspect of software development is to be clear about what you are trying to build.
Bjarne·Stroustrup¬
Learn programming with an app!
https://play.google.com/store/apps/details?id=tursky.jan.nauc.sa.html5
Why won't the #$@##@^% compiler let me do what I need to do!
Here's a type punning guide for C programmers:
http://dbp-consulting.com/tutorials/StrictAliasing.html
Ever heard of bit hacking?
Here's an extensive and free to use list of bit hacking methods, so that you can get the hell outta your program:
http://graphics.stanford.edu/~seander/bithacks.html#DetermineIfPowerOf2