Archive for May 2016

Python 101: An Intro to Benchmarking your code

Posted on May 30, 2016. Filed under: Uncategorized | Tags: , , , , , |

Python 101: An Intro to Benchmarking your code What does it mean to benchmark ones code? The main idea behind benchmarking or profiling is to figure out how fast your code executes and where the bottlenecks are. The main reason to do this sort of thing is for optimization. You will run into situations where […]

Read Full Post | Make a Comment ( Comments Off on Python 101: An Intro to Benchmarking your code )

Travis-CI and Perl

Posted on May 20, 2016. Filed under: Uncategorized | Tags: , , , , , , , , |

Travis-CI and Perl If you’re interested in using Travis-CI for your Perl projects, here’s a few pointers that you should not miss: Update: This talk has been uploaded to youtube.

Read Full Post | Make a Comment ( Comments Off on Travis-CI and Perl )

VERSION section in POD

Posted on May 19, 2016. Filed under: Uncategorized | Tags: , , |

VERSION section in POD I use to include a VERSION section in the main module of the distributions uploaded to CPAN, but this comes at the risk of forgetting to update the number.

Read Full Post | Make a Comment ( Comments Off on VERSION section in POD )

Hello berrybrew, the Strawberry Perl version manager

Posted on May 19, 2016. Filed under: Uncategorized | Tags: , , , , , , |

Hello berrybrew, the Strawberry Perl version manager When I’m on Windows I use Strawberry Perl, so I wrote berrybrew to help manage Perl on Windows. It’s similar to Perlbrew and plenv; it will download, install and manage multiple versions of Strawberry Perl for you, no administrator privileges required.

Read Full Post | Make a Comment ( Comments Off on Hello berrybrew, the Strawberry Perl version manager )

git-rebase: Why and How

Posted on May 3, 2016. Filed under: Uncategorized | Tags: , , , |

git-rebase: Why and How git-rebase is probably the most useful intermediate-difficulty tool in Git. I will describe some of its many uses and explain what it is doing and how to use it.

Read Full Post | Make a Comment ( Comments Off on git-rebase: Why and How )

Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC

Posted on May 3, 2016. Filed under: Uncategorized | Tags: , , , , |

Re^2: Remove double bracket and singe quotes

Read Full Post | Make a Comment ( Comments Off on Fast tr/// using FFI::TinyCC, FFI::Platypus and Alien::TinyCC )

Liked it here?
Why not try sites on the blogroll...