Skip to content

Instantly share code, notes, and snippets.

View nimmividya's full-sized avatar

NVidya nimmividya

  • Ottawa, Ontario
View GitHub Profile
@yogthos
yogthos / clojure-beginner.md
Last active April 29, 2024 10:56
Clojure beginner resources

Introductory resources

@phynet
phynet / DictionaryToArray.js
Created December 11, 2015 09:14
Create an array with dictionary values in JAVASCRIPT
var array = [];
for (key in dictPush){
temp = {};
temp[key] = dictPush[key];
array.push(temp);
}
@nimmividya
nimmividya / gist:4575554
Last active December 11, 2015 08:48 — forked from lucasfais/gist:1207002
sublimetext:keyboard shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt