Skip to content

Instantly share code, notes, and snippets.

View teriu's full-sized avatar

Te Riu Warren teriu

View GitHub Profile
@teriu
teriu / cloudSettings
Last active July 24, 2018 01:03
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-07-24T00:56:16.885Z","extensionVersion":"v3.0.0"}
@teriu
teriu / programming-concepts.md
Created August 5, 2016 22:27
General programming concepts

Programming Concepts

Big O Notation

Big O Notation is used to classify algorithms by how they respond to changes in input size, such as changes in processing power needed or amount of disk space required.

@teriu
teriu / list.md
Last active August 8, 2016 08:46
Big List of Awesome Front End Dependencies and when to use them
@teriu
teriu / dev
Last active December 19, 2015 10:39
Dev Styling to show the box model for objects, great for setting up the site structure. Only tested on Google Chrome.
* {
box-shadow: inset 0px 0px 0 1px #888 !important;
background: transparent !important;
color: #000 !important;
}
@teriu
teriu / mac-apps.md
Last active December 16, 2015 20:48 — forked from erikreagan/mac-apps.md
Great apps for Front End Development on a Mac

Mac Web Dev Apps

This gist's comment stream is a collection of webdev apps for OS X. Feel free to add links to apps you like, just make sure you add some context to what it does — either from the creator's website or your own thoughts.

##Sublime Text 2

The best code editor for Mac, and a definite must have.


##Transmit