- State
- App links with rating + number of reviews
- Consulting provider, if known
- Technologies (GPS, GAEN, TCN, etc.)
- Date launched
- Screenshots (followup)
- What is their diagnosis key server?
I hereby claim:
- I am rjohnson4444 on github.
- I am ryguy4444 (https://keybase.io/ryguy4444) on keybase.
- I have a public key ASCdqDcHsSn0eoU2AwmjkspzTUbGoDx9-_iCD9vFxwmzFgo
To claim this, I am signing this object:
-
Watch Recursion
-
Fork this gist
-
Answer the following questions in your fork
-
Do you pronounce 'babel' in the same way?
-
Haha! No I don't. And I though that I was the only one that caught that!
- Follow Up Question: Will you now?
- I don't think I could get away with pronouncing it like that. Although I would if I could get away with it :)
-
-
What is an example of why/where you might use recursion
Step One: Watch Mary Rose Cook Live Codes Space Invaders from Front-Trends. (The second worst conference name ever?)
Step Two: Fork this gist.
Step Three: Respond to this question in your fork: What is one approach you can take from this Mary's code and implement in your project?
- The approach that we took out of Mary's video is to break every "object" used in our game into objects. Then let those objects be in control of rendering themselves and updating themselves. I really liked the way that every object was responsible for its own actions. Object oriented programming at its finest!
Step Four: Totally Optional: take a look at some of the other forks and comment if the spirit moves you.
This file contains 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
**Step One**: Watch [Sorting Algorithms in JavaScript](https://www.youtube.com/watch?v=uRyqlhjXYQI) | |
**Step Two**: Fork this gist. | |
**Step Three**: Respond to this question in your fork: "What are some of the balances and trade offs between different sorting algoritms?" | |
**Step Four**: _Totally Optional_: take a look at some of the other forks and comment if the spirit moves you. |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Smiley Face</title> | |
</head> | |
<body> | |
<canvas id="a" width="800" height="800"> | |
This text is displayed if your browser does not support HTML5 Canvas. | |
</canvas> |
NewerOlder