A comparison of nvm and Volta to manage Node.js projects (without Yarn).
nvm install| diff --git a/euth/comments/models.py b/euth/comments/models.py | |
| index 32ee49e..4becef2 100644 | |
| --- a/euth/comments/models.py | |
| +++ b/euth/comments/models.py | |
| @@ -8,6 +8,8 @@ from django.utils import timezone | |
| class Comment(TimeStampedModel): | |
| + REMOVED_TEXT = 'deleted by creator' | |
| + CENSORED_TEXT = 'deleted by moderator' |
| Wordlist ver 0.732 - EXPECT INCOMPATIBLE CHANGES; | |
| acrobat africa alaska albert albino album | |
| alcohol alex alpha amadeus amanda amazon | |
| america analog animal antenna antonio apollo | |
| april aroma artist aspirin athlete atlas | |
| banana bandit banjo bikini bingo bonus | |
| camera canada carbon casino catalog cinema | |
| citizen cobra comet compact complex context | |
| credit critic crystal culture david delta | |
| dialog diploma doctor domino dragon drama |
| { | |
| "url": "http://example.com/api/23/", | |
| "author": 1, | |
| "date_created": "2015-03-26T11:01:23.262391Z", | |
| "date_updated": "2015-03-26T11:01:23.262391Z", | |
| "html": "<form></form>", | |
| "javascript": "<script></script>", | |
| "form": { | |
| "id": "abc_123", | |
| "method": "POST", |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
| VAGRANTFILE_API_VERSION = "2" | |
| Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
| config.vm.box = "chef/debian-7.8" | |
| # Port forwarding for http server. |
I hereby claim:
To claim this, I am signing this object:
| { | |
| "auto_complete": false, | |
| "auto_indent": true, | |
| "color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme", | |
| "draw_white_space": "selection", | |
| "ensure_newline_at_eof_on_save": true, | |
| "find_selected_text": true, | |
| "font_face": "Monaco", | |
| "font_size": 14.0, | |
| "highlight_line": true, |
| NAMES = set() | |
| def replace(old, new): | |
| """Replace the first function argument. | |
| If the first function argument matches old it will be Replaced with new. | |
| """ | |
| # decorate the original function | |
| def decorate(func): |
| 74 rst2safari | |
| 46 git | |
| 41 cd | |
| 37 python | |
| 36 ll | |
| 18 vim | |
| 18 pip | |
| 16 brew | |
| 15 rst2html.py | |
| 14 idle3 |