Skip to content

Instantly share code, notes, and snippets.

View softins's full-sized avatar

Tony Mountifield softins

View GitHub Profile
@softins
softins / binsearch.pl
Created September 27, 2021 15:19
Test program for binary search algorithm
#!/usr/bin/perl
use strict;
use integer;
use Data::Dumper;
my @data = ();
my @order = ();
my $n = 0;
@softins
softins / checkkeys.txt
Created August 24, 2023 15:46
Output from checkkeys.pl
tony@pi:~/jamulus/src/translation $ ../../tools/checkkeys.pl
Language: de_DE
Language: es_ES
Language: fr_FR
Language: it_IT
Language: ko_KR
Language: nb_NO
Language: nl_NL
Language: pl_PL
Language: pt_BR
@softins
softins / jekyll-ubuntu.md
Last active September 10, 2024 09:50
Installing Jekyll on Ubuntu 24 for Jamulus website development

Installing jekyll on Ubuntu 24.04 for the Jamulus website

These instructions can be followed to create an Ubuntu VM for working on the Jamulus website.

  • Download the live server ISO from Get Ubuntu Server.

  • Create a new VM in VirtualBox, and mount the ISO on the CD device.

  • Boot the VM. If it already has had an OS installed, press F12 immediately and select boot from CD-ROM.