Skip to content

Instantly share code, notes, and snippets.

- mac-extractor.patch
If cmake is available, simply follow instructions in README.linux file instead of using the Xcode project file.
- old-configure.patch
Patch was created by the command: git diff f3a5a93e{,^} configure.ac
We couldn’t find that file to show.
function parse_git_branch {
git branch --no-color 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/'
}
parse_svn_revision() {
local DIRTY REV=$(svn info 2>/dev/null | grep Revision | sed -e 's/Revision: //')
[ "$REV" ] || return
[ "$(svn st)" ] && DIRTY=' *'
echo "(r$REV$DIRTY)"
}
<?php
/*
* jQuery File Upload Plugin PHP Class 6.1
* https://github.com/blueimp/jQuery-File-Upload
*
* Copyright 2010, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT