Archive for March 2018

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 )

Quieting Test::More

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

Quieting Test::More stevieb asked: is there a way to have Test::More (or Test::Most, etc) only display failing tests? haukex replied with with following code:     use File::Spec;     Test::More->builder->output(File::Spec->devnull);

Read Full Post | Make a Comment ( Comments Off on Quieting Test::More )

How to create a Bash completion script

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

How to create a Bash completion script via /r/bash and /r/linux

Read Full Post | Make a Comment ( Comments Off on How to create a Bash completion script )

How to start writing macros in LibreOffice Basic

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

How to start writing macros in LibreOffice Basic This article is devoted to the types of data used in LibreOffice Basic, and to a greater extent, descriptions of variables and the rules for using them. I will try to provide enough information for advanced as well as novice users. Also contains a bunch of related […]

Read Full Post | Make a Comment ( Comments Off on How to start writing macros in LibreOffice Basic )

Finding the longest palindromic substring

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

Finding the longest palindromic substring Given a string, find the longest palindromic contiguous substring. If there are more than one with the maximum length, return any one. via /r/programming and /r/compsci [reddit]

Read Full Post | Make a Comment ( Comments Off on Finding the longest palindromic substring )

SOLID principles

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

Welcome to the five-part series of blog posts about SOLID Principles. In each part I will describe and analyze one of these principles. In the last part, expect summary of the entire series containing a few tips and thoughts. Let’s start. What are SOLID Principles? There are five general design principles of object-oriented programming intended […]

Read Full Post | Make a Comment ( Comments Off on SOLID principles )

A fast and easy Docker tutorial for beginners

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

A fast and easy Docker tutorial for beginners Made these videos for my employer as a way of evangelizing Docker in the company, but thought it would be useful to the public as well. I’m still fairly new to Docker, so a lot of what I focus on in these videos were things that I […]

Read Full Post | Make a Comment ( Comments Off on A fast and easy Docker tutorial for beginners )

An introduction to bash completion

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

An introduction to bash completion – part 1 One of the nicest facilities of the modern shell is the built in “completion” support. These facilities allow you to complete commands and their arguments easily. Read on for a brief introduction to adding your own command completions. part 2

Read Full Post | Make a Comment ( Comments Off on An introduction to bash completion )

Creating a bash completion script

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

Creating a bash completion script I recently worked on creating a bash completion script for a project and I enjoyed it very much. In this post I will try to familiarize you with the process of creating a bash completion script. Also discussed on /r/bash, /r/programming, /r/linux and r/commandline [redddit]

Read Full Post | Make a Comment ( Comments Off on Creating a bash completion script )

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