This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle JackCA is linked to the Tezos account tz1a25rseLfFGrWS2E2MQFGUWedv6RHVVxpT for tzprofiles | |
sig:edsigtk71DoEFxUCWs3Y2S9VEYpgg2TuoNCUE3Bf4FYZsGyU1UCqM5gHhte753EGvLRp3oh3AKgSqiZKY4qMZX8tbeHZjJtjKLg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call plug#begin('~/.config/nvim/plugged') | |
function! DoRemote(arg) | |
UpdateRemotePlugins | |
endfunction | |
Plug 'mhartington/oceanic-next' | |
call plug#end() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Teoria from 'npm:teoria'; | |
const SpecialSampler = function(options = {}) { | |
//options = this.defaultArg(options, Tone.Sampler.defaults); | |
this.sampleNote = Teoria.note('C4'); | |
Tone.Instrument.call(this, [], options); | |
this.player = new Tone.Player( { retrigger: true }); | |
this.pitchShift = new Tone.PitchShift({ | |
windowSize: 0.10, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"backend": [ | |
"Rails", "Rspec", "Cucumber", "PostgreSQL", | |
"Redis", "Sidekiq", "Custom Gems" | |
], | |
"frontend": [ | |
"Backbone.js", "Marionette.js", "Coffeescript", | |
"Jasmine", "jQuery", "bower", "grunt/brunch", "Web Audio API" | |
], | |
"design": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.piano | |
%ul | |
- 14.times do | |
%li | |
.key | |
.upper-key | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gem 'rails', '~> 3.2' | |
gem 'andand' | |
gem 'sqlite3' | |
gem 'dalli' | |
gem 'jquery-rails' |