Skip to content

Instantly share code, notes, and snippets.

View jesspoe's full-sized avatar

Jessica Poe jesspoe

  • Skilljar
  • Seattle, Washington
View GitHub Profile

Keybase proof

I hereby claim:

  • I am jesspoe on github.
  • I am jesspoe (https://keybase.io/jesspoe) on keybase.
  • I have a public key whose fingerprint is 2346 EE1C 52B7 FA57 6D25 B0E1 DFC5 9C02 FFEC B4B0

To claim this, I am signing this object:

a = [1, 1 ,1 ,1 ,0]
b = [5, 1 ,4 ,6 ,7, 5, 2, 0, 4]
c = [1, 1 ,4 ,6 ,7, 5, 2, 0, 4]
def dragon(array)
jump_array = [0]
max_jumps = array[0]
if jump_array.length == 1 && array[0] == 0
return "failure"
@jesspoe
jesspoe / README-Template.md
Created August 8, 2018 00:35 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites