-
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
-
An explanation of why pointers to void can be converted to any other pointer in C implicitly, but have to be converted explicitly in C++.
http://eli.thegreenplace.net/2009/11/16/void-and-casts-in-c-and-c
-
How to read EDI data and convert it to XML using a lot of LINQ.
http://sites.google.com/site/yacoset/Home/edi-with-linq
-
A very nice introductory series on D3.js. You start off by making a simple pie chart and end up with a donut showing tooltips, parsing a CSV and with selectable pieces of data.
http://zeroviscosity.com/category/d3-js-step-by-step
-
An article on how to dynamically change the database connection based on the currently checked-out branch in RoR development.
http://mislav.uniqpath.com/rails/branc...hing-the-database-along-with-your-code
-
some tips and warnings (mostly warnings) about using ssh-agent. A little too much about the dangers and not as much about fixing things as I'd like, but certainly an interesting read.
http://rabexc.org/posts/pitfalls-of-ssh-agents
Top of the page
First PreviousNext Last
Page 5 of 7