Skip to content

Instantly share code, notes, and snippets.

View chriszarate's full-sized avatar
👋
hi

Chris Zarate chriszarate

👋
hi
View GitHub Profile
@chriszarate
chriszarate / upgrade-trac-1.0.sh
Created February 25, 2013 22:50
Upgrade to Trac 1.0
# as root
/etc/init.d/apache2 stop
easy_install --upgrade Trac==1.0
trac-admin /var/trac/sites/my-trac upgrade
trac-admin /var/trac/sites/my-trac wiki upgrade
/etc/init.d/apache2 start
@chriszarate
chriszarate / bp-custom.php
Last active December 12, 2015 01:58
BuddyPress 1.6 custom site avatars.
<?php
/*
BuddyPress 1.6 custom site avatars.
Add to (or create) /wp-content/plugins/bp-custom.php.
Or place in theme's functions.php.
*/
/*
Use a specific user's avatar for a site.
@chriszarate
chriszarate / sort.php
Last active October 5, 2015 23:37
Fake good sorting for en-US
<?php
/*
* In 2013, locale-based sort is still broken or headache-inducing on many machines, and
* POSIX or C locales are the unassailable default in a shocking number of places. (For a
* fun exercise, try relying on LC_COLLATE for sorting in OS X.)
*
* This is a shameful PHP-based hack that mimics proper sorting for English using iconv
* transliteration. If doing things the WRONG WAY offends you, avert your eyes. However,
* this has worked for me in a pinch when I don’t have time to track down a box that has
zip -X my.epub mimetype
zip -rg my.epub META-INF -X \*.DS_Store
zip -rg my.epub OEBPS -x \*.DS_Store
@chriszarate
chriszarate / ip-report.sh
Created June 8, 2012 13:16
Show IP addresses in standard Apache log files
awk '{ print $1}' /path/to/access.log | sort | uniq -c | sort -nr
@chriszarate
chriszarate / imgcat.sh
Created June 8, 2012 13:12
Concatenate images with ImageMagick
# If you want to append images horizontally, use this command
convert image1.jpg image2.jpg image3.jpg +append result.jpg
# If you want to append them vertically, change the + to a -
convert image1.jpg image2.jpg image3.jpg -append result.jpg
# Source: http://snipplr.com/view/10360/
@chriszarate
chriszarate / repeated-character-domains.txt
Created May 8, 2012 20:25
Repeated-character .com domain name availability
======== REPEATED-CHARACTER .COM DOMAIN NAME AVAILABILITY =======
1 10 20 30 40 50 63
a ..............................#.......#...........#..#..##..#..
b ............#.....#..#...###########.########.#########.######.
c .............#..#....######.#.#######...######################.
d .....................##.##.###########.############.##########.
e ...................###.#######################################.
f ...........#.#.....#.#...####.#.##.###..#############.########.
g .......................#.#.#.....##.####.####.################.
h ..................#.#...#.#.##################################.