Skip to content

Instantly share code, notes, and snippets.

View taulant's full-sized avatar
☯️
Writing Clojure

Taulant Sulko taulant

☯️
Writing Clojure
  • Toronto
View GitHub Profile
@hodgef
hodgef / Javascript Key Char Codes
Last active December 13, 2022 08:19
Javascript Key Codes to Char Codes
const keyCodes = {
backspace: 8,
tab: 9,
enter: 13,
shiftleft: 16,
shiftright: 16,
ctrlleft: 17,
ctrlright: 17,
altleft: 18,
altright: 18,
@alexpchin
alexpchin / Setting_upa_new_repo.md
Last active August 18, 2025 19:34
Create a new repository on the command line

Setting up a new Git Repo

##Create a new repository on the command line

touch README.md
git init
git add README.md
git commit -m "first commit"

git remote add origin [email protected]:alexpchin/.git

@jcroft
jcroft / layout.sass
Created March 1, 2012 04:51
How easy responsive design can be with Sass
#content-wrapper
+container
#about
// Default (smallest screens)
+column(100%)
background-color: #ccc
// Respond to other screen widths