Skip to content

Instantly share code, notes, and snippets.

View hackygolucky's full-sized avatar

Tracy hackygolucky

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hackygolucky on github.
  • I am hackygolucky (https://keybase.io/hackygolucky) on keybase.
  • I have a public key whose fingerprint is 8978 494C B01C 0287 FB05 E807 8F4A AA14 8449 968E

To claim this, I am signing this object:

Howdy speaker!
Thank you so much for agreeing to lend our community your time and your talents for this year's event. It's going to be an awesome experience.
We're here to provide some updates, answer some questions and ask you to do a couple of small things.
Your Points of Contact
First, here are the people who can always reach out to with any questions:
CSS - Katie Kurkoski (katie@kurkoski.org)
@hackygolucky
hackygolucky / crackle_pop.js
Created April 1, 2014 23:49
Rice Krispies: floating in the bowl, hear the sound snap crackle pop, milk and cereal
for(var i=1; i<=100; ++i) {
if((i % 3 === 0) && (i % 5 === 0)) {
console.log('CracklePop')
}else if((i % 5) === 0) {
console.log('Pop')
}else if(i % 3 === 0) {
console.log('Crackle')
}else {
console.log(i)
}

Keybase proof

I hereby claim:

  • I am hackygolucky on github.
  • I am hackygolucky (https://keybase.io/hackygolucky) on keybase.
  • I have a public key whose fingerprint is 920F B40A 8B19 98FD 7AE7 2A7C 0DFB 39F5 7566 7F64

To claim this, I am signing this object:

@hackygolucky
hackygolucky / pdxnode_tee_order.md
Last active January 3, 2016 22:19
Order a PDXNode tee shirt. We're ordering the eggplant versions for now.(dark purple) SUBMIT ORDERS by January 30.

tee pic If you’d like to get one of these snazzy tees, we’ll be using square.com/cash Please add $6 to the total below if you need the shirt shipped. Include shipping address in the body, please!

INSTRUCTIONS:

Send me an email.

@hackygolucky
hackygolucky / knode_tasks.md
Last active January 3, 2016 15:59
Initial push for getting knode.io in a happy place.

Listed in order of priority for now, but please take a gander and do what seems fitting. Topics generally reflect an existing repo. Please see these for further information or existing issues for further context.

Please indicate in the comments below what you're working on so we don't stomp on each other's toes. THANKS!

Visit #pdxnode on freenode.irc.net to ask questions or offer help

Possible modules

  • json stream to list page
  • json stream to detail page