Skip to content

Instantly share code, notes, and snippets.

View allison-lara's full-sized avatar

Allison Lara allison-lara

View GitHub Profile
@allison-lara
allison-lara / zoom.fish
Created October 25, 2018 18:37
ZOOM for fish
function zoom --argument meeting
switch "$meeting"
case standup
set meetingId YOUR_STANDUP
case personal
set meetingId YOUR_PERSONAL
case ''
set meetingId YOUR_PERSONAL
case '*'
set meetingId $meeting
Foo = function() {
this.boop = function() { return "boop" }
}
// function () {
// this.boop = function() { return "boop" }
// }
a = new Foo()
// Foo {boop: function}
b = new Foo()
// Foo {boop: function}

Keybase proof

I hereby claim:

  • I am alialliallie on github.
  • I am alialliallie (https://keybase.io/alialliallie) on keybase.
  • I have a public key whose fingerprint is 8948 60D8 D92A 55F3 6256 04A3 EBA2 4985 7331 7F5E

To claim this, I am signing this object:

@allison-lara
allison-lara / programming-achievements.md
Created August 18, 2011 20:10 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer