This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
compilation: | |
cc -fPIC -DCOMPILE_DL=1 -I/usr/local/src/php-4.2.3/main/ -I/usr/local/src/php-4.2.3/Zend/ -I/usr/local/src/php-4.2.3/ -I/usr/local/src/php-4.2.3/TSRM import_module.c -c -o import_module.o | |
gcc -shared -L/usr/local/lib -rdynamic -o import_module.so import_module.o | |
usage: | |
- assume headers are in the first row, use them for field titles | |
dl("/path/to/module"); | |
start_import("/path/to/file"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Palette is a Perl tool that creates a color swatch from a CSS file | |
# http://code.google.com/p/css-palette/source/browse/trunk/src/palette.pl | |
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/executor" | |
require ENV["TM_SUPPORT_PATH"] + "/lib/tm/save_current_document" | |
palette = ENV["TM_BUNDLE_SUPPORT"] + "/palette.pl" | |
TextMate.save_current_document |
NewerOlder