Perl module creation with tests and git

Posted on July 24, 2020. Filed under: Uncategorized | Tags: , , , , , , , , , , , , |

Perl module creation with tests and git This tutorial, on the other hand, tries to show the beginner one possible path in module creation. As always in perl there are many ways to get the job done and mine is far from the most optimal one, but as I have encountered many difficulties in choosing […]

Read Full Post | Make a Comment ( Comments Off on Perl module creation with tests and git )

Docker, Perl and GitHub

Posted on January 25, 2020. Filed under: Uncategorized | Tags: , , |

Docker, Perl and GitHub When maintaining a Perl package used by multiple users/companies (or not), you absolutely want to know how your code behaves on different versions of Perl. Even if you could have multiple versions of Perl installed on your development environment, most of the time, the development is only performed using a single […]

Read Full Post | Make a Comment ( Comments Off on Docker, Perl and GitHub )

Array comparison in Perl XS

Posted on March 13, 2019. Filed under: Uncategorized | Tags: , , , , , , |

Array comparison in Perl XS Comparing two 1-dimensional arrays for equality in XS. Also available on github

Read Full Post | Make a Comment ( Comments Off on Array comparison in Perl XS )

Blender addons

Posted on January 20, 2019. Filed under: Uncategorized | Tags: , , , , , |

Interesting add-ons for Blender: Animation Nodes Nodes! For animating! Tutorial series for Blender 2.78 Tutorial series for Blender 2.80 Beta BlenderKit (included with Blender) A free online database of materials, brushes and 3D models which you can search, download, upload and rate via our add-on directly in Blender. fast carve by jayanam Hardsurface utility Blender […]

Read Full Post | Make a Comment ( Comments Off on Blender addons )

What I’ve learned by doing The Gilded Rose Kata (4 refactoring tips)

Posted on January 17, 2019. Filed under: Uncategorized | Tags: , , , , , , , |

What I’ve learned by doing The Gilded Rose Kata (4 refactoring tips) A while ago I found a great presentation on code refactoring called All the little things[1] from Sandi Metz. The presentation was based on an exercise called The Gilded Rose Kata. It inspired me to play with the Kata and here are some […]

Read Full Post | Make a Comment ( Comments Off on What I’ve learned by doing The Gilded Rose Kata (4 refactoring tips) )

Discipulus’s step by step tutorial on module creation with tests and git

Posted on December 20, 2018. Filed under: Uncategorized | Tags: , , , , , , , , , , |

Discipulus’s step by step tutorial on module creation with tests and git [This] tutorial is a step by step journey into Perl module development with tests, documentation, and git integration. It seemed to me the very minimal approach in late 2018. See also the GitHub repository and discussion on r/perl (includes a nice description of […]

Read Full Post | Make a Comment ( Comments Off on Discipulus’s step by step tutorial on module creation with tests and git )

Generating SVG Badges with Perl

Posted on November 11, 2018. Filed under: Uncategorized | Tags: , , , , , , |

Generating SVG Badges with Perl If you’ve looked at projects on GitHub or other sites, you may have noticed the little rectangular badges (aka shields) saying things like “build passing” with a nice green background (or yellow/red if something is wrong), and if you’ve used Travis CI or Coveralls, you probably know how to get […]

Read Full Post | Make a Comment ( Comments Off on Generating SVG Badges with Perl )

Dist::Zilla for Beginners

Posted on September 23, 2018. Filed under: Uncategorized | Tags: , , , , , , |

Dist::Zilla for Beginners Multi-part tutorial (incomplete at the time of writing). Also discussed at perlmonks

Read Full Post | Make a Comment ( Comments Off on Dist::Zilla for Beginners )

Blender Python Operator Tutorial

Posted on August 7, 2018. Filed under: Uncategorized | Tags: , , , , , |

Blender Python Operator Tutorial In this tutorial, you’re going to learn how to create a new feature for a Blender add-on, in Python, using the Operator class. Operator is the bread and butter of add-ons, the base type to extend the program’s functionality!

Read Full Post | Make a Comment ( Comments Off on Blender Python Operator Tutorial )

borg, rdiff-backup and attic scripts

Posted on July 16, 2018. Filed under: Uncategorized | Tags: , , , , , |

borg, rdiff-backup and attic scripts This page contains the three generations of backup scripts I have used for my laptop. My reasoning for sharing these is that they were annoying to develop and completely automate the backup process. While customizing one of these scripts to your needs might take a while, it is significantly easier […]

Read Full Post | Make a Comment ( Comments Off on borg, rdiff-backup and attic scripts )

« Previous Entries

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