Skip to content

Instantly share code, notes, and snippets.

View thegilby's full-sized avatar
🤙

Gilbert "Gilby" Hernandez thegilby

🤙
View GitHub Profile
@thegilby
thegilby / controllers.application.js
Last active November 14, 2019 01:47 — forked from srowhani/controllers.application.js
Disabled Button Test
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
actions: {
foo () {
alert('bar');
},
baz () {
@thegilby
thegilby / perferences.json
Created August 23, 2012 22:09 — forked from soffes/perferences.json
My Sublime Text 2 config
{
"color_scheme": "Packages/User/Monokai Soda.tmTheme",
"theme": "Soda Dark.sublime-theme",
"font_face": "Meslo LG M",
"font_size": 12.0,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"file_exclude_patterns": [
".DS_Store"
],