Skip to content

Instantly share code, notes, and snippets.

View peterneish's full-sized avatar

Peter Neish peterneish

View GitHub Profile
@peterneish
peterneish / .block
Last active January 1, 2020 08:46
Visualise issues for DMP User Stories
licence: gpl-3.0
height: 800
scrolling: yes
border: yes
@peterneish
peterneish / .block
Last active December 1, 2017 11:27
DMP issues
license: mit
@peterneish
peterneish / introduction_to_SPARQL_LibCamp.md
Created May 10, 2017 06:34
Using SPARQL to access Linked Open Data

title: Using SPARQL to access Linked Open Data authors:

  • Matthew Lincoln
  • Peter Neish
  • Jane Frazier reviewers:
  • Patrick Murray-John
  • Jason Heppler
  • Will Hanley
@peterneish
peterneish / index.html
Created June 21, 2014 09:36
Grid ALA map
<!DOCTYPE html>
<html>
<head>
<title>Leaflet ALA WMS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<style>
@peterneish
peterneish / index.html
Last active August 29, 2015 14:02
Testing Leaflet map
<!DOCTYPE html>
<html>
<head>
<title>Leaflet ALA WMS</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<style>
@peterneish
peterneish / README.md
Last active September 13, 2019 10:54
Leaflet Map with WMS layer

Shows how to load a WMS layer with leaflet.

@peterneish
peterneish / marcout_horizon.vbs
Created August 3, 2012 03:54
Script to run the marcout utility and skip over bad bib records that crash the export
' a script to export marc records from Horizon skipping known bad bibs
' NOTE: it will overwrite previous exports
Dim dir, marcout, server, db, user, pass, outfile, outfilepath, logfile, logfilepath, filesys, maxbib, badbibs, currentbib
' set some parameters
server = "yourserver"
db = "yourdb"
user = "user"
pass = "secret"