Skip to content

Instantly share code, notes, and snippets.

View colmulhall's full-sized avatar
🤠

Colm Mulhall colmulhall

🤠
View GitHub Profile
@colmulhall
colmulhall / BondRanker.java
Created November 8, 2019 10:52
A very brief attempt at writing a mini Bond movie ranker
package com.analog.adi0480.extractor;
import java.util.Arrays;
import java.util.Scanner;
import java.util.concurrent.ThreadLocalRandom;
import java.util.stream.Stream;
public class BondRanker {
static String[] bonds = {
@colmulhall
colmulhall / DBD SQLite Perl module force install
Created September 25, 2018 23:09
Force installation of a cpan module
sudo cpanm DBD::SQLite --force