- List of all multiverse services
- Property on each service saying whether it's starred by the current user
- Endpoint to star/unstar services
- Recent activity across all services (last 5?)
This file contains hidden or 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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains hidden or 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
↪ git status | |
# On branch sample | |
# Changes not staged for commit: | |
# (use "git add <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
# [1] modified: this/or/that/file.css | |
# [2] modified: this/or/that/file.py | |
# [3] modified: some/unrelated/thing.js |
This file contains hidden or 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
# Useful aliases {{{ | |
function serve_this | |
python -m SimpleHTTPServer | |
end | |
function c | |
clear | |
end |
This file contains hidden or 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
1. `pip install requests` | |
2. Save the file below | |
3. Put it in your path | |
4. Make it executable |