Skip to content

Instantly share code, notes, and snippets.

View miamibc's full-sized avatar
🌴

Sergei Miami miamibc

🌴
View GitHub Profile
@miamibc
miamibc / upload.js
Last active April 4, 2018 15:42 — forked from jorinvo/upload.js
jQuery html5 uploader
(function ($) {
$.fn.html5Uploader = function (options) {
var crlf = '\r\n';
var boundary = "iloveigloo";
var dashes = "--";
var settings = {
"name": "uploadedFile",
#!/bin/bash
SYMFREPO="git://symfony-git.git.sourceforge.net/gitroot/symfony-git/symfony-git" #this not works now
SYMFREPO="https://github.com/symfony/symfony1.git"
VENDOR_DIR="lib/vendor/symfony"
DBUSER="root"
DBPASS=""
AUTHOR=""