Step-by-step installtion of cGit on nginx without funky rewrite rules.
This is for
#!/bin/sh | |
# Script for managing build and version numbers using git and agvtool. | |
# Change log: | |
# v1.0 18-Jul-11 First public release. | |
# v1.1 29-Sep-12 Launch git, agvtool via xcrun. | |
version() { |
#!/bin/bash | |
# This script automatically sets the version and short version string of | |
# an Xcode project from the Git repository containing the project. | |
# | |
# To use this script in Xcode 4, add the contents to a "Run Script" build | |
# phase for your application target. | |
set -o errexit | |
set -o nounset |
README.html |
#!/usr/bin/seed | |
const Clutter = imports.gi.Clutter; | |
const Gio = imports.gi.Gio | |
const LEFT = 113; | |
const RIGHT = 114; | |
var gallery = { | |
stage: null, | |
icons: null, |