Skip to content

Instantly share code, notes, and snippets.

@NickDimmock
NickDimmock / notes.md
Last active January 29, 2023 16:02
Knight game notes

Knight game notes

Player

Initiative: Determines order of moves in combat Health Armour: Negates damange. ? Relates to type of damage Damage: Amount of D6 rolled for damage. ? Type of damage: Relates to armour

@NickDimmock
NickDimmock / README.md
Last active March 14, 2022 15:21
Getting started with citation management

Getting started with citation management at UON

An introduction for researchers by [email protected].

What is citation management?

Citation management tools are a valuable resource for researchers. They can help you capture and organise resources during the research process, and manage in-text citations and bibliographies when writing up.

I recommend starting with Zotero, but all staff and students have access to a RefWorks account, and some other researchers use the free Mendeley tool.

@NickDimmock
NickDimmock / index.html
Created November 15, 2021 18:20
Tile Nightmare Simulator
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
<script src="sketch.js"></script>
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAEABAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAADSx/8AAAAAAAAA/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAERERERERERERERESERERERERESAhERERERESAAIRERERESAAACERERESAAAAAhERESAAAAAAIRESAAAAAAACERIAAAAAAAIREgAAAAAAAhESAAACAAACEREgACEgACERERIiERIiERERERERERERERERERERERERERERERERERH//wAA/v8AAPx/AAD4PwAA8B8AAOAPAADABwAAgAMAAIADAACAAwAAgAMAAMEHAADjjwAA//8AAP//AAD//wAA" rel="icon" type="image/x-icon" />
<title>Tile Nightmare Simulator</title>
</head>
<body>
</body>
</html>
@NickDimmock
NickDimmock / index.md
Last active April 14, 2021 14:24
Mendeley guide 2021

Using Mendeley

Mendeley is a reference management tool available from https://mendeley.com.

It can help you:

  • Save and organise references to research materials
  • Highlight and annotate PDF documents
  • Sync your research library between computers
  • Back up your references and documents
@NickDimmock
NickDimmock / index.html
Last active April 14, 2019 15:59
Auto Assange
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Auto Assange</title>
</head>
<body>
@NickDimmock
NickDimmock / mods-transform-code.xslt
Last active March 18, 2021 01:14
Pure > Eprints connector - custom XSLT
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:v3="http://www.loc.gov/mods/v3"
xmlns:xlin="http://www.w3.org/1999/xlink" exclude-result-prefixes="v3">
<xsl:output indent="yes" method="xml" />
<xsl:template match="text()" />
<xsl:variable name="MasterThesis">Master's Thesis</xsl:variable>
<xsl:template match="v3:mods">
@NickDimmock
NickDimmock / index.html
Created November 4, 2018 17:04
Scrambler
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="scripts.js"></script>
<link rel="stylesheet" href="style.css">
<title>Document</title>
@NickDimmock
NickDimmock / index.html
Last active December 16, 2019 09:22
TUNDRA search download fix
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TUNDRA download fix</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism-coy.min.css" integrity="sha256-1VOeW3bLzHmS11IR0Cl73suNyhliqnse4BTuwGs4IUg=" crossorigin="anonymous" />
<style>
@NickDimmock
NickDimmock / index.html
Last active April 2, 2024 06:36
A tool to help with sample slice calculation for the Analog Rytm drum machine.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Analog Rytm: sample slice calculator</title>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Roboto', Helvetica, Arial, sans-serif;
font-size: 1.2em;
@NickDimmock
NickDimmock / e-theses-and-copyright.md
Last active August 29, 2015 13:56
A collection of resources on copyright considerations for electronic theses in institutional repositories.