Uncategorized

Where can I found actual manual for creating deb package?

Posted on April 16, 2020. Filed under: Uncategorized | Tags: , , , |

Where can I found actual manual for creating deb package? See this reply in particular

Read Full Post | Make a Comment ( Comments Off on Where can I found actual manual for creating deb package? )

C# Tips

Posted on March 28, 2020. Filed under: Uncategorized | Tags: , , , , |

Whether you’re still learning C# or you already have some experience, there will always be gaps in your knowledge, places where you are clueless as to your ignorance. In the series of articles in C# Tips I will provide a whole host of useful information about the sometimes underused or unknown features of both C# […]

Read Full Post | Make a Comment ( Comments Off on C# Tips )

Scripting LibreOffice with Python

Posted on March 5, 2020. Filed under: Uncategorized | Tags: , , , |

Scripting LibreOffice with Python This tutorial was originally written by Jannie Theunissen on onesheep.org. However, the website has been down for a while and this a clone from the web.archive.org backup. via r/libreoffice [reddit]

Read Full Post | Make a Comment ( Comments Off on Scripting LibreOffice with Python )

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 )

Ruby Refactoring Kata – Tennis Game [series of YT videos]

Posted on July 8, 2019. Filed under: Uncategorized | Tags: , , , , , , |

Ruby Refactoring Kata – Tennis Game [series of YT videos] ~2 weeks ago I’ve decided to give a try to the Ruby Refactoring kata called Tennis Game. Those katas allow practicing refactoring, they usually come with mostly OK test coverage, so that you can focus on the code transformations.

Read Full Post | Make a Comment ( Comments Off on Ruby Refactoring Kata – Tennis Game [series of YT videos] )

git-push target for Makefile (via ExtUtils::MakeMaker)

Posted on May 25, 2019. Filed under: Uncategorized | Tags: , , , , , |

git-push target for Makefile (via ExtUtils::MakeMaker) I was trying to automate more (=keep as far away as possible) the process of pushing to github through a Makefile and I came up with the following simplistic approach.

Read Full Post | Make a Comment ( Comments Off on git-push target for Makefile (via ExtUtils::MakeMaker) )

Benchmarks target in Makefile

Posted on May 25, 2019. Filed under: Uncategorized | Tags: , , , , , , |

Benchmarks target in Makefile I would like to add a target for running benchmarks on my code to the Makefile produced by ExtUtils::MakeMaker I already have a benhmarks.pl file which does everything and prints a report. I would like to have it executed whenever I do: make benchmarks . And only then because it is […]

Read Full Post | Make a Comment ( Comments Off on Benchmarks target in Makefile )

Managing Your Travis CI Config Files with App::CISetup

Posted on May 24, 2019. Filed under: Uncategorized | Tags: , , , , , , , |

Managing Your Travis CI Config Files with App::CISetup If you write software, you (hopefully) write tests. If you write tests, it’s easy to forget to run them. Using Continuous Integration (CI) for your software is one way around this. Many of us use Travis CI for CI. In this post we’ll go over ways to […]

Read Full Post | Make a Comment ( Comments Off on Managing Your Travis CI Config Files with App::CISetup )

Dist::Zilla::Starter – Guide to getting started with Dist::Zilla

Posted on May 18, 2019. Filed under: Uncategorized | Tags: , , , , , |

Dist::Zilla::Starter – Guide to getting started with Dist::Zilla I’ve been trying to put together this guide for a while, as a modern introduction to the intentions and inner workings of Dist::Zilla, there isn’t much out there that really tells you how it works and why. Dist::Zilla::Starter @ MetaCPAN

Read Full Post | Make a Comment ( Comments Off on Dist::Zilla::Starter – Guide to getting started with Dist::Zilla )

Efficient Arduino Programming with Arduino CLI and Visual Studio Code

Posted on April 16, 2019. Filed under: Uncategorized | Tags: , , |

Efficient Arduino Programming with Arduino CLI and Visual Studio Code This tutorial will demonstrate how to use VS Code to build for and program an Arduino — all without ever opening the comfortable-yet-restricting Arduino IDE. We’ll try to step through, as much as possible, how the VS Code/Arduino CLI pair can be used to develop […]

Read Full Post | Make a Comment ( Comments Off on Efficient Arduino Programming with Arduino CLI and Visual Studio Code )

« Previous Entries Next Entries »

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