Blog Archives

Patching Perl: loading modules that return false

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

Patching Perl: loading modules that return false If you’ve been programming Perl for a while, you’ve probably run into this exception: Foo.pm did not return a true value. This is a peculiar quirk of the require function: modules must return a true value else Perl interprets it as a failure via r/perl [reddit]

Read Full Post | Make a Comment ( Comments Off on Patching Perl: loading modules that return false )

Common electronic components

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

Suggestions for basic electronic component stock Common Parts Library for Production Open Parts Library r/AskElectronics wiki via What is the minimum diversity of resistor values to order to begin with? [reddit]

Read Full Post | Make a Comment ( Comments Off on Common electronic components )

Pure Bash Bible – Documenting pure bash ways to do various tasks

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

Pure Bash Bible – Documenting pure bash ways to do various tasks Github The goal of this repository is to document known and unknown methods of doing various tasks using only built-in bash features. Using the snippets from this guide can help to remove unneeded dependencies from your scripts and in most cases make them […]

Read Full Post | Make a Comment ( Comments Off on Pure Bash Bible – Documenting pure bash ways to do various tasks )

Wrecking ball effect in Blender Python

Posted on June 3, 2018. Filed under: Uncategorized | Tags: , , , , |

Wrecking ball effect in Blender Python A simulation of a wrecking ball in 14 lines of Blender Python via /r/learnpython [reddit]

Read Full Post | Make a Comment ( Comments Off on Wrecking ball effect in Blender Python )

Git tips & tricks for everyday use

Posted on May 28, 2018. Filed under: Uncategorized | Tags: , , , |

Part 1 and Part 2 I’ve been working with git for the last few years and I have some tricks to make my every day use a bit easier. So I wanted to share them and hopefully help someone with it. This article is aimed at somebody who has already some experience using git. via […]

Read Full Post | Make a Comment ( Comments Off on Git tips & tricks for everyday use )

An Introduction to Arduino Uno Pinout

Posted on May 28, 2018. Filed under: Uncategorized | Tags: , , , , |

An Introduction to Arduino Uno Pinout In this post, we’ll be taking a closer look at the Arduino hardware, and more specifically, the Arduino Uno pinout. Arduino Uno is based on the ATmega328 by Atmel. The Arduino Uno pinout consists of 14 digital pins, 6 analog inputs, a power jack, USB connection and ICSP header. […]

Read Full Post | Make a Comment ( Comments Off on An Introduction to Arduino Uno Pinout )

Collection of Python examples to extend LibreOffice

Posted on May 14, 2018. Filed under: Uncategorized | Tags: , , , , |

Collection of Python examples to extend LibreOffice Discussed* on /r/libreoffice [reddit] * Perhaps!

Read Full Post | Make a Comment ( Comments Off on Collection of Python examples to extend LibreOffice )

A Guide to Versions in Perl

Posted on April 14, 2018. Filed under: Uncategorized | Tags: , , , , , |

A Guide to Versions in Perl Version numbers in Perl are very important; they allow orderly updating and maintenance of modules and distributions across the CPAN, and allow CPAN modules and consumers to require the versions of modules with the bugfixes or features they need. However, in this context, they are also a very unique […]

Read Full Post | Make a Comment ( Comments Off on A Guide to Versions in Perl )

Domino effect in Blender Python

Posted on March 31, 2018. Filed under: Uncategorized | Tags: , , , , , |

Domino effect in Blender Python A falling dominos animation in Blender using 10 lines of Python via /r/learnpython

Read Full Post | Make a Comment ( Comments Off on Domino effect in Blender Python )

« Previous Entries Next Entries »

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