This file contains 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
/* | |
ASCIIMathML.js | |
============== | |
This file contains JavaScript functions to convert ASCII math notation | |
and LaTeX to Presentation MathML. Simple graphics commands are also | |
translated to SVG images. The conversion is done while the (X)HTML | |
page loads, and should work with Firefox/Mozilla/Netscape 7+ and Internet | |
Explorer 6/7 + MathPlayer (http://www.dessci.com/en/products/mathplayer/) + | |
Adobe SVGview 3.03 (http://www.adobe.com/svg/viewer/install/). | |
This file contains 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
cap production invoke COMMAND="zcat current/log/production.log-20090303.gz | grep somestring" |
This file contains 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
env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config |
This file contains 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
# Works with Integrity version's >= 0.2.0 and < 0.2.9 | |
desc "Will build the latest commit for any git project that has already been built and the latest commit has not already been built" | |
task :build_new_commits do | |
require "init" | |
Integrity.log("Checking for new commits at #{Time.now}") | |
Integrity::Project.all.each do |project| | |
# Don't build if project is just being set up, or a build of 'HEAD' is already outstanding or the latest commit has already | |
# been built. | |
unless project.blank? || |
This file contains 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
#!/bin/sh | |
# | |
# An example hook script for the "post-receive" event. | |
# | |
# The "post-receive" script is run after receive-pack has accepted a pack | |
# and the repository has been updated. It is passed arguments in through | |
# stdin in the form | |
# <oldrev> <newrev> <refname> | |
# For example: | |
# aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master |
This file contains 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
data.csv | |
config.yml |
This file contains 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
<?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>name</key> | |
<string>Vibrant Ink</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |
This file contains 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
echo "RVM - using $rvm_ruby_string" | |
case "$rvm_ruby_string" in | |
ree*) | |
export RUBY_GC_MALLOC_LIMIT=50000000 | |
export RUBY_HEAP_MIN_SLOTS=1250000 | |
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 | |
export RUBY_HEAP_SLOTS_INCREMENT=500000 | |
echo "Garbage collection tweaked" | |
;; |
This file contains 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
# If you use EngineYard cloud you will be aware that they change their 'main' | |
# recipes on a regular basis and that EngineYard provide no information about | |
# what they have changed. | |
# | |
# This can make it difficult to keep your application's environment stable. | |
# | |
# Add a personalised version of this recipe to your custom recipes and your | |
# custom recipes will fail if EngineYard have changed the versions of (or removed) | |
# any of software you've told your audit recipe to check. | |
# |
OlderNewer