Skip to content

Instantly share code, notes, and snippets.

View armikhael's full-sized avatar

Carlos Espinoza armikhael

View GitHub Profile
#!/usr/bin/env shell
EXITO() {
printf "\033[1;32m${1}\033[0m\n"
}
mkdir -p ~/public_html/certificados_iceweasel/certificados/
mkdir -p ~/public_html/certificados_iceweasel/paquetes/
cd ~/public_html/certificados_iceweasel/
@armikhael
armikhael / Responsive-Codepen-Glitch.markdown
Created March 6, 2015 19:20
Responsive Codepen Glitch
@armikhael
armikhael / Multiple-Image-upload-(including-orientation-variations)-utilizing-HTML5.markdown
Created March 25, 2015 20:16
Multiple Image upload (including orientation variations) utilizing HTML5

Multiple Image upload (including orientation variations) utilizing HTML5

quick pen to show the utilization of the HTML file reader API as well as jCrop and twitter bootstrap to incorporate a multiple file image uploader with info and crop (including specified orientation) on a per image basis. YES, I know this isn't fully functional, nor is ot set up the best it could be, but I hope you get the point :)

(using jCrop)

Enjoy!

A Pen by Curt Husting on CodePen.