Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/tclsh8.5
#
# Usage: git-unmerged branch1 branch2
#
# Shows all the non-common commits in the two branches, where non-common
# commits means simply commits with a unique commit *message*.
proc getlog branch {
lrange [split [exec git log $branch --oneline] "\n"] 0 400
}
#!/usr/bin/env python
import os
import subprocess
SITES_ROOT = '/data/sh_ecc/'
def remove_excess_ele(ele_set):
excess_ele_list = ['.', '..']
#!/usr/bin/python
#coding: utf-8
'''
requirements:
GitPython
MySQLdb
TofApi.py
'''
@prenagha
prenagha / Copy to iPhone.scpt
Last active February 26, 2024 07:02
Launchbar integration applescript for command-c http://danilo.to/command-c/
--
-- Source: Padraic Renaghan prenagha@renaghan.com https://gist.github.com/prenagha/8372844
--
-- launchbar integration applescript for command-c
-- http://danilo.to/command-c/
--
-- set the variable "theDevice" below as needed to the device name you want to send to
-- Put script in Launchbar actions folder
-- ~/Library/Application Support/Launchbar/Actions
--