Skip to content

Instantly share code, notes, and snippets.

View jgkim's full-sized avatar

James G. Kim jgkim

View GitHub Profile
@jgkim
jgkim / keybase.md
Created January 10, 2020 09:30
Keybase proof

Keybase proof

I hereby claim:

  • I am jgkim on github.
  • I am jgkim (https://keybase.io/jgkim) on keybase.
  • I have a public key ASDDJrPFUb46mhnAswpM6X7tHgJZ0AyZ2n6aDL5L6h2a9go

To claim this, I am signing this object:

@jgkim
jgkim / Indivo X Database Cleanup.plist
Created March 3, 2012 12:31
Apple’s XML property list file for Indivo X Database Cleanup
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>Indivo X Database Cleanup</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/pythonenv/indivo/bin/python</string>
<string>/usr/local/indivo_server/manage.py</string>
@jgkim
jgkim / HL7_V3_VACCINES.py
Created March 3, 2012 11:41
Getting the Immunization Coding System for Indivo X v1.0 or above
# NCBO BioPortal API Key
api_key = '[API Key]'
# UMLS Terminology Services (UTS) Username and Password
username = '[Username]'
password = '[Password]'
# lxml for Parsing HL7 Ontology from NCBO BioPortal: http://lxml.de/
from lxml.etree import iterparse
from urllib2 import urlopen
// ==UserScript==
// @name me2Kit
// @namespace http://jayg.org/projects/me2Kit
// @description Filter messages based on tags and automatically load messages when you scroll down.
// @include http://me2day.net/*
// @version 0.0.3 Prototype
// ==/UserScript==
/* Configurations */
var blacklist = new Array('twi2me');