Skip to content

Instantly share code, notes, and snippets.

View philhawthorne's full-sized avatar

Phil Hawthorne philhawthorne

View GitHub Profile
@endolith
endolith / Has weird right-to-left characters.txt
Last active July 17, 2024 12:41
Unicode kaomoji smileys emoticons emoji
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
@aktowns
aktowns / internode-usage.js
Created April 26, 2011 12:24
Wrapper around the internode api, for node.js
// internode-usage.js
// written by ashley towns <ashleyis@me.com>
var _ = require("underscore");
var request = require("request");
var xml2js = require("xml2js-expat");
//
var account_id = null;
var auth = null;
@trey
trey / happy_git_on_osx.md
Last active February 18, 2024 10:46
Creating a Happy Git Environment on OS X

Creating a Happy Git Environment on OS X

Step 1: Install Git

brew install git bash-completion

Configure things:

git config --global user.name "Your Name"

git config --global user.email "you@example.com"

@tchellomello
tchellomello / zwave-events.py
Last active March 25, 2017 11:36
Script to monitor Open Zwave events for ZRC90 scene control
#!/usr/bin/env python3
import socket
import requests
from subprocess import Popen, PIPE
import json
## line which as Node004 ZRC-90 command
# scene1
#2017-01-14 23:36:31.244 Detail, Node004, Received: 0x01, 0x0b, 0x00, 0x04, 0x00, 0x04, 0x05, 0x5b, 0x03, 0x66, 0x00, 0x01, 0xce
# scene2