Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View vool's full-sized avatar

Keith Phelan vool

View GitHub Profile
@vool
vool / gitsearch.sh
Created May 6, 2020 12:03
This script searches a directory for a git repos and outputs info for each
#!/bin/bash
# This script searches a directory for a git repos and outputs info for each
#Set colours
BLUE="\e[01;34m"
RED="\e[01;31m"
GREEN="\e[01;32m"
NORMAL='\e[00m'
@vool
vool / README.md
Last active January 18, 2020 20:47
Script to fetch historic tweets containing a given hashtag and insert them into a database

Get old tweets into a db

Script to fetch historic tweets containing a given hashtag and insert them into a database

Setup

Edit settings in config.json

@vool
vool / playlist.md
Last active November 15, 2019 12:03
This script exports a spotify playlist as list
Artist Track Album
Ezra Collective Space is the Place You Can't Steal My Joy
Kamaal Williams, Henry Wu Medina The Return
Ezra Collective The Philosopher Juan Pablo: The Philosopher
Ezra Collective, Loyle Carner What Am I to Do? You Can't Steal My Joy
Yussef Kamaal Joint 17 Black Focus
Kamaal Williams, Henry Wu High Roller The Return
Yussef Kamaal Black Focus Black Focus
Tenderlonious, The 22archestra Yussef's Groove The Shakedown

Keybase proof

I hereby claim:

  • I am vool on github.
  • I am phelan (https://keybase.io/phelan) on keybase.
  • I have a public key ASBTG537_3QtnC-nVMO8dWwV71bR4DwodoZqTjpbFDmRYAo

To claim this, I am signing this object:

@vool
vool / ireland.geojson
Created March 22, 2019 00:31
Ireland (Island/32 counties) geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vool
vool / app.js
Created March 2, 2019 11:26
Script to fetch the content from the kerrywayfolkloreandheritage.com
#!/usr/bin/env node
'use strict';
/*
* Requires
*/
var fs = require('fs'),
http = require('http');
@vool
vool / animate_cam_days.sh
Created February 13, 2019 10:38
Script to animate images from cams into annual movie
#!/bin/bash
i=0
tmp_dir="temp/"
if [ ! -d $tmp_dir ]; then
mkdir -p $tmp_dir;
fi
@vool
vool / wikipedia_lowest_whole_number_without_entry.ipynb
Created October 25, 2018 12:16
The lowest whole number without a wikipedia (en) entry
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vool
vool / .gitignore
Last active October 25, 2018 13:13
border_osm_vs_osi
.ftpconfig
@vool
vool / twitter_og_meta_tags.html
Created October 12, 2018 23:06
twitter / facebook /opengrraph meta tags
<!-- Twiter card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@voolist">
<meta name="twitter:creator" content="@voolist">
<meta name="twitter:title" content="">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="">
<!-- facebook'in -->
<meta property="og:title" content="" />