Skip to content

Instantly share code, notes, and snippets.

View keimlink's full-sized avatar
😶‍🌫️
Head in the cloud

Markus Zapke-Gründemann keimlink

😶‍🌫️
Head in the cloud
View GitHub Profile
@keimlink
keimlink / hopper_api.json
Last active August 29, 2015 14:18
Hopper API JSON
{
"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",
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
@keimlink
keimlink / models.diff
Created July 1, 2016 13:24
euth/comments/models.py
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'
@keimlink
keimlink / nvm_vs_volta.md
Last active June 3, 2024 09:57
nvm vs Volta

nvm vs Volta

A comparison of nvm and Volta to manage Node.js projects (without Yarn).

Bootstrapping a Project

Bootstrapping a Project with nvm

nvm install