Skip to content

Instantly share code, notes, and snippets.

View madole's full-sized avatar
🟢
Build Passed

Andrew McDowell madole

🟢
Build Passed
View GitHub Profile
{
"id": "2b99c8e2c720322b7d74678dc0b3c07a",
"type": "Feature",
"properties": {
"timestamp": "2024-03-18T05:10:11.523Z"
},
"geometry": {
"coordinates": [
145.50115082210135,
-32.577539988271404
@madole
madole / pull-request-template.md
Last active September 27, 2018 01:09 — forked from Lordnibbler/pull-request-template.md
Sample Pull Request Template

Status

READY/IN DEVELOPMENT/HOLD

Migrations

YES | NO

Description

A few sentences describing the overall goals of the pull request's commits.

Related PRs

@madole
madole / 0_reuse_code.js
Created November 30, 2016 23:23
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@madole
madole / ListAtomPackages.js
Created December 14, 2015 23:05
List Atom Packages
var fs = require('fs');
var path = require('path');
var atomPackagesPath = path.join(process.env.HOME, '.atom/packages');
fs.readdirSync(atomPackagesPath).forEach(function(current) {
var packagePath = path.join(atomPackagesPath, current);
if (fs.statSync(packagePath).isDirectory()) {
var p = require(packagePath + '/package.json');
@madole
madole / init.coffee
Created October 8, 2015 10:48
Save message for atom editor
class MessageView
QUOTES: [
'FUCKING SAVING MATE...'
'GIVE ME A MINUTE... I\'M SAVING'
'FILING THIS UNDER POOP'
'FUCK FUCKITY FUCK FUCK FUCK'
]
@madole
madole / CSS-Record-Player.markdown
Created February 4, 2015 11:22
CSS Record Player

Keybase proof

I hereby claim:

  • I am madole on github.
  • I am madole (https://keybase.io/madole) on keybase.
  • I have a public key whose fingerprint is 0D41 B771 60B9 8D4D 273A 14E1 F84F 32AE 59F0 7477

To claim this, I am signing this object: