Archive for February 2017
Callback Functions Between C and Perl
Callback Functions Between C and Perl Everything you ever want to do with xs is documented somewhere in perlxs, perlguts, perlapi, perlxstypemap, and perlcall. Figuring out where it’s documented, and how it relates to everything else, is the hard part.
Read Full Post | Make a Comment ( Comments Off on Callback Functions Between C and Perl )Design Patterns for Humans – An ultra-simplified explanation
Design Patterns for Humans A topic that can easily make anyone’s mind wobble. Here I try to make them stick in to your mind (and maybe mine) by explaining them in the simplest way possible.
Read Full Post | Make a Comment ( Comments Off on Design Patterns for Humans – An ultra-simplified explanation )Learn C Programming With 9 Excellent Open Source Books
Learn C Programming With 9 Excellent Open Source Books The C Book C Elements of Style Build Your Own Lisp The GNU C Reference Manual The GNU C Programming Tutorial Essential C Beej’s Guide to C Programming Modern C An Introduction to GCC
Read Full Post | Make a Comment ( Comments Off on Learn C Programming With 9 Excellent Open Source Books )Learn ORM in Perl with DBIx::Class
This post will provide a brief hands-on introduction to ORM in Perl using a few DBIx::Class sub classes. In detail, this means we will generate Schema, Result and ResultSet classes (Perl modules) which will be used to interface with a SQLite database. The database will contain a single users table. Once the database has been […]
Read Full Post | Make a Comment ( Comments Off on Learn ORM in Perl with DBIx::Class )