Skip to content

Instantly share code, notes, and snippets.

View claudinec's full-sized avatar

Claudine Chionh claudinec

View GitHub Profile
@claudinec
claudinec / gist:471956
Created July 11, 2010 23:58
[Drupal] count spam vs non-spam users
/* Drupal: count spam vs non-spam users */
select status, count(*) from users group by status
@claudinec
claudinec / gist:246034
Created December 1, 2009 03:59
MMD presentation template
Title: ...
Subtitle: ...
Author: Claudine Chionh
Affiliation: University of Melbourne
Date: ...
Event: ...
LaTeX XSLT: beamer
Theme: CambridgeUS
# Title again (appears in footer?)
@claudinec
claudinec / gist:228460
Created November 7, 2009 01:46
FAS signature
Claudine Chionh
Developer, Founders and Survivors
http://foundersandsurvivors.org/
Usual work days: Monday and Tuesday
@claudinec
claudinec / gist:227315
Created November 5, 2009 19:29
count words in a .tex file
alias dtw="detex $1 | wc -w"
@claudinec
claudinec / gist:226453
Created November 4, 2009 22:37
find conflicted files in Dropbox
find ~/Dropbox -name "*conflict*"
@claudinec
claudinec / gist:222950
Created October 31, 2009 06:13
rsync MAMP htdocs
rsync -avuz /Applications/MAMP/htdocs/ /Users/claudine/Dropbox/htdocs-backup/asparagus-mamp/
---
layout: default
title: ...
---