Archive for May 2017
Data Structures and Algorithms Problems
Data Structures and Algorithms Problems See this reddit post for discussion
Read Full Post | Make a Comment ( Comments Off on Data Structures and Algorithms Problems )Posted on May 24, 2017. Filed under: Uncategorized | Tags: algorithm, c++, cs, data-structures, java, r/learnprogramming, reddit |
Data Structures and Algorithms Problems See this reddit post for discussion
Read Full Post | Make a Comment ( Comments Off on Data Structures and Algorithms Problems )Posted on May 10, 2017. Filed under: Uncategorized | Tags: author:neilb, cpan, cpan:app-modulebuildtiny, cpan:cpan-meta, cpan:dist-zilla, cpan:extutils-makemaker, cpan:minilla, cpan:module-build, cpan:module-cpanfile, cpan:module-install, perl |
Specifying dependencies for your CPAN distribution […] I’m going to show you how to specify dependencies for your CPAN distributions: the other Perl and CPAN modules that your distribution relies on. Posts in this series: An introduction to CPAN distribution metadata Dependency phases in CPAN distribution metadata Specifying the type of your CPAN dependencies Specifying […]
Read Full Post | Make a Comment ( Comments Off on Specifying dependencies for your CPAN distribution )Posted on May 4, 2017. Filed under: Uncategorized | Tags: c, meta, perl, xs |
XS Mechanics is an article in five parts about XS. It explains what it is, why it is, how it works, and how to use it. It includes a complete, working example of an XS module, and a stub module that you can use as a starting point for your own code. It is an […]
Read Full Post | Make a Comment ( Comments Off on XS Mechanics )Posted on May 4, 2017. Filed under: Uncategorized | Tags: author:david.farrell, c, cpan:xs-tutorial, meta, perl, r/perl, reddit, xs |
Part 1: Getting started with XS Part 2: Writing your own XS functions Part 3: XS utility routines that are good to know eXtendable Subroutines (XS) are subroutines written in C that are callable from Perl code. There are two common reasons you’d want to use XS: there is a C library you’d like to […]
Read Full Post | Make a Comment ( Comments Off on Getting started with XS )Liked it here?
Why not try sites on the blogroll...
Get a free blog at WordPress.com Theme: Fadtastic by Andrew Faulkner.