I hereby claim:
- I am vbrown608 on github.
- I am sweatercurse (https://keybase.io/sweatercurse) on keybase.
- I have a public key ASDNE1nFqR0XnqL1ZD6C9D1h3R5b1mmXfIkCFrB92W1bygo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Write code that can search for a node in a tree. | |
| # Return the node if it exists, and null/nil/none/undefined/false as appropriate | |
| # in your language if not. For example, if the code is given "g" and a tree with | |
| # the structure above, it should return the node named "g". | |
| class Node: | |
| def __init__(self, name, children = []): | |
| self.name = name | |
| self.children = children |
git clone [REPO]cd www.mysql -u root -p [DATABASE_NAME] < ../databases/default.sqlcd www/sites/all/themes/[THEME_NAME].bundle install.bundle exec compass compile.| /* A script to update the consulting forecast with information pulled from Siebel | |
| * | |
| * Vivian Brown | |
| * 11/6/2012 | |
| */ | |
| // Google spreadsheet service: | |
| // https://developers.google.com/apps-script/service_spreadsheet | |
| /** |