Skip to content

Instantly share code, notes, and snippets.

View fpinzn's full-sized avatar

Francisco Pinzón fpinzn

  • Bogotá, Colombia
View GitHub Profile
@fpinzn
fpinzn / bad_vimeo.html
Created September 27, 2012 00:08
Erroneus Vimeo Embed code
<object type="application/x-shockwave-flash"
id="player41071413_2041039309"
name="player41071413_2041039309"
class=""
data="http://a.vimeocdn.com/p/flash/moogaloop/5.2.39/moogaloop.swf?v=1.0.0"
width="100%"
height="100%"
style="visibility: visible; ">
<param name="allowscriptaccess" value="always">
@fpinzn
fpinzn / gist:3789777
Created September 26, 2012 18:45
Video player Object embeeding
<object type="application/x-shockwave-flash"
id="player7100569_334838401"
name="player7100569_334838401"
class=""
data="http://a.vimeocdn.com/p/flash/moogaloop/5.2.39/moogaloop.swf?v=1.0.0"
width="100%"
height="100%"
style="visibility: visible; "><param name="allowscriptaccess"
value="always"><param name="allowfullscreen"
value="true"><param name="scalemode"
@fpinzn
fpinzn / gist:3735528
Created September 17, 2012 04:21 — forked from JeffreyWay/gist:1525217
Instant Server for Current Directory
alias server='open http://localhost:8000 && python -m SimpleHTTPServer'
ss
@fpinzn
fpinzn / programming-TODO.txt
Created August 9, 2012 23:02
Programming TODO Quick List
Fix file upload in registration
There's probably a need to add a test question video inside each job
Create a verifier inside each applicant step to confirm that permanent access to the camera is still granted
@fpinzn
fpinzn / Preferences.sublime-settings
Created August 8, 2012 00:31
Sublime Preferences
// While you can edit this file, it's best to put your changes in
// "User/Preferences.sublime-settings", which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
// Note that the font_face and font_size are overriden in the platform