-
A short introduction on MozREPL.
http://blog.binchen.org/?p=987
-
A list of books on lisp.
http://codecall.net/2014/03/04/best-online-lisp-books
-
A tutorial on using C(++) and SDL to do graphics programming. Will work towards creating a game.
http://iki.fi/sol/gp
-
A nice example of how to use PHPUnit to run tests for WordPress plugins. Has 3 parts.
http://voceplatforms.com/2014/09/unit-...testing-for-wordpress-part-1-the-setup
-
Warnings about using fork and (p)threads together in a single program. Presents some examples of situations that make using threads and fork together very troublesome.
http://www.linuxprogrammingblog.com/th...and-fork-think-twice-before-using-them
-
How to click on a div, or any element, using Capybara. Nice and short.
http://dev.scottw.com/clicking-div-capybara
-
How to write and use generators in Objective-C.
http://www.mikeash.com/?page=pyblog/fr...9-10-30-generators-in-objective-c.html
-
A book about the Rust programming language. Written, it seems, by (someone on) the Rust team, judging by the URL.
http://doc.rust-lang.org/book
-
A fairly simple and concise explanation of what Markov Chains are. Doesn't go into a lot of detail.
http://techeffigytutorials.blogspot.be/2015/01/markov-chains-explained.html
-
An explanation of how to detach and re-attach a program in a different TTY/PTY. It has some caveats, but it's very simple to implement. Similar to reptyr and neercs.
http://blog.habets.pp.se/2009/03/Moving-a-process-to-another-terminal
Top of the page
First PreviousNext Last
Page 5 of 7