-
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
-
Error reporting and handling tool, get notified of and track errors as they happen in your application.
https://getsentry.com/welcome
-
An overview of how to use cookies with drakma and webgunk.
http://readevalprint.tumblr.com/post/9...ing-with-common-lisp-cookies-and-stuff
-
Implementing bound methods as found jn other languages (java, python, etc.) in Common Lisp. Using CLOS and metaclasses.
http://reader.tymoon.eu/article/286
-
Describing, clearly, the difference between the logical `&&' and `||' compared to `and' and `or' in Ruby.
http://devblog.avdi.org/2014/08/26/how...ish-andor-operators-without-going-nuts
-
Using syntax-ppss and companions to create a function to swap ' and " characters.
http://www.masteringemacs.org/articles...g-quote-symbols-emacs-parsepartialsexp
Top of the page
First PreviousNext Last
Page 6 of 7