Skip to content

Instantly share code, notes, and snippets.

View awatson1978's full-sized avatar
🏠
Working from home

Abigail Watson awatson1978

🏠
Working from home
View GitHub Profile
@pokusew
pokusew / index.js
Last active June 16, 2021 13:23
Modified basic example (https://github.com/pokusew/nfc-pcsc/examples/index.js) of reading and writing NFC cards with nfc-pcsc lib
"use strict";
// #############
// Basic example
// - example reading and writing data on from/to card
// - should work well with any compatible PC/SC card reader
// - tested with Mifare Ultralight cards but should work with many others
// - example authentication for Mifare Classic cards
// #############
@jrhone
jrhone / gist:5935725
Created July 5, 2013 16:37
Meteor Mongo Aggregation Framework using Publish
------------
CLIENT
------------
Calories = new Meteor.Collection("calories")
Deps.autorun( ->
try
Meteor.subscribe('count_by_day', Meteor.user().services.facebook.email)
catch err
@gregturn
gregturn / git-lg
Created December 5, 2011 15:40
Pretty git "railroad track" log report
git log --graph --pretty=\"format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset'\" --abbrev-commit --date=relative