Skip to content

Instantly share code, notes, and snippets.

@vincentsimard
vincentsimard / gitSSHtoHTTPS
Last active December 10, 2015 23:49
Temporary workaround for converting any git SSH request into a HTTPS request
git config --global url."https://".insteadOf git://
@vincentsimard
vincentsimard / gist:4113511
Created November 19, 2012 20:01
TEKcraft FrontEnd development game. Skills brainstorming
Core technologies
HTML documents
Familiarity with the HTML syntax
The HTML syntax
Doctype
Element tags
Global attributes
The elements of HTML
The root element, document metadata
Sectioning elements
@vincentsimard
vincentsimard / f7u12talker.js
Created June 1, 2011 21:35 — forked from bruno-c/f7u12talker.js
f7u12 faces plugin for talker
/* Written by @vincentsimard */
/*
Converts f7u12 faces code into images
See http://www.reddit.com/r/fffffffuuuuuuuuuuuu/comments/ecnd4/every_fffffffuuuuuuuuuuu_face_a_reference_guide for reference
Does not support titles, or any other cool features
Type [/code] to use the face in Talker.
*/
plugin.F7U12Faces = function(matcher){
this.matcher = matcher;