Skip to content

Instantly share code, notes, and snippets.

View vool's full-sized avatar

Keith Phelan vool

View GitHub Profile
@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 / .gitignore
Last active October 25, 2018 13:13
border_osm_vs_osi
.ftpconfig
@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 / 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="" />
<!DOCTYPE html>
<html>
<head>
<title>Barnagh Tunnel project in west Limerick likely to be delayed&nbsp;&nbsp; - Limerick Leader</title>
<meta name="description" content="ALMOST 11,000 walkers and close to 2000 cyclists have used the Great Southern Greenway since sensors were installed last July. But a &nbsp;plan to re-incorporat..." />
<meta name="Keywords" content="Great Southern Greenway,Barnagh Tunnel" />
<meta name="news_keywords" content="Great Southern Greenway,Barnagh Tunnel" />
<meta name="sections" content="Home,Planning,Politics,News,NCW,A'Feale,W Lim/Kerry" />
@vool
vool / irish_counties_and_towns.sql
Created November 7, 2017 23:12
Irish county and town create and populate sql statments
--
-- Table structure for table `counties`
--
CREATE TABLE IF NOT EXISTS `counties` (
`countyID` int(11) NOT NULL auto_increment,
`countyName` varchar(10) NOT NULL,
`lat` float default NULL,
`lng` float default NULL,
@vool
vool / roi-ni border -overpass query
Created May 14, 2017 17:41
roi-ni border -overpass query
/*
RoI/NI Border
Return the land part of Ireland's border
http://overpass-turbo.eu/s/p2Y
*/
@vool
vool / coisceim
Last active January 6, 2017 22:07
quick step
http://lab.vool.ie/coisceim/