Quote from the book – “Mike Tyson – Your typical Lisp user” 🙂
If you’re looking to learn C, or you’ve ever wondered how to build your own programming language, this is the book for you.
all fun projects at Olimex Ltd
19 May 2014 Leave a comment
in Learning, programming Tags: c, ebook, free, lisp
Quote from the book – “Mike Tyson – Your typical Lisp user” 🙂
If you’re looking to learn C, or you’ve ever wondered how to build your own programming language, this is the book for you.
27 Mar 2014 Leave a comment
in open source, programming Tags: ebook, javascript, js
20 Jan 2014 Leave a comment
in programming Tags: ebook, free, game, online, patterns
Game Programming Patterns, is a book on architectural patterns in game code. If you ever struggle with the complexity of your game’s codebase, this book will help.
15 Oct 2013 1 Comment
in programming Tags: d, ebook, language, programming
For these who are currious about learning more for D Language this is link to free online book:Â http://qznc.github.io/d-tut/hello.html
quote from there:
D is greatly inspired by C++ and inherit parts of its philosophy. D provides powerful abstraction mechanisms without sacrificing performance. If you are looking for a better C++, you should feel at home with D. If you dislike C++, you might like D for being C++ done right.
10 Oct 2013 Leave a comment
in programming Tags: ebook, javascript
JavaScript Allongé solves two important problems for the ambitious JavaScript programmer. First, JavaScript Allongé gives you the tools to deal with JavaScript bugs, hitches, edge cases, and other potential pitfalls.
23 Jul 2013 Leave a comment
in programming Tags: ebook, physical, simulation
If you want to learn about Vectors, Forces, Oscillation, Physics simulations done in code this is the book for you, combined with very interesting examples which execution you can see in your browser, this is excellent reading for game developers.
got some ideas for WPC from here 🙂
16 Jul 2013 Leave a comment
in programming Tags: c, ebook, idioms
http://en.wikibooks.org/wiki/More_C%2B%2B_Idioms
The objective of this open content book is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them.
15 Apr 2013 3 Comments
in programming Tags: ebook, free, online, python
Python again dominates the WPC#4Â https://olimex.wordpress.com/2013/04/15/weekend-programming-challenge-issue-4-solutions/Â so I guess it’s about time to start learning Python.
There are tons of resources on the web but this book took my attention: How to Think Like a Computer Scientist http://openbookproject.net/thinkcs/python/english3e/index.html
At least the Strings are explained very clean there http://openbookproject.net/thinkcs/python/english3e/strings.html so I would manage to solve WPC#4 if I have read this book before 🙂
10 Apr 2013 Leave a comment
in programming Tags: ebook, free, online, python
Master your skils for text processing with Python using regular expressions, how to make parsers and state machines, handling emails and news groups, there are lot of stuff to learn from this book.
The book is available at http://gnosis.cx/TPiP/
Recent Comments