Roland's homepage

My random knot in the Web

Older articles (16/27)

  1. Making a subset of a git repository

    Since I am in the process of making most of my programs available on github, I have been re-shuffling the some git repositories. Especially my collection of scripts (small programs for different purposes). Because some of those scripts are private, I don’t want to publish that repository as a whole.

    date: 2015-05-14
    reading time: 2 min.
    category: howto
    tags: git
  2. Moving scripts to a private repo

    Some of the scripts in my scripts directory are private because they contain personally identifying or security relevant information, or are just not useful for others without modifications. So I decided not to publish it on github as-is, but to make a private repo for scripts that are not for general use.

    date: 2015-05-14
    reading time: 2 min.
    category: problems
    tags: git
  3. Writing the README first

    Today I watched Kenneth Reitz’s python for humans video. His statement that “API is all that matters” resonated with me because I sometimes struggle with that.

    Then he mentioned that you should write the README first, before writing any code. This is something that I do sometimes, but not always thoroughly. So I decided to use this as an experiment to refactor my beammech module.

  4. Managing configuration files with ‘deploy’

    The deploy script is a program for managing configuration files. This script grew out of my need for a multi-functional installer for configuration files. I tend to keep those files in a separate git repository rather than changing my $HOME into a git repository.

  5. Making saline solution

    The standard recipe for saline solution is 9 grams of salt per liter of water.

    Since most people don’t …

    date: 2014-11-26
    reading time: 1 min.
    category: howto
    tags: saline

←  Page 15 Page 16 / 27 Page 17 →