Skip to content

Instantly share code, notes, and snippets.

View keimlink's full-sized avatar
🐍
Still in love with Python and Django

Markus Zapke-Gründemann keimlink

🐍
Still in love with Python and Django
View GitHub Profile
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 / gist:831633
Created February 17, 2011 12:37
Startup script for the Supervisor server (RHEL)
#!/bin/bash
#
# Startup script for the Supervisor server
#
# Tested with Red Hat Enterprise Linux Server release 5.5
#
# chkconfig: 2345 85 15
# description: Supervisor is a client/server system that allows its users to \
# monitor and control a number of processes on UNIX-like \
# operating systems.
@keimlink
keimlink / nvm_vs_volta.md
Last active August 19, 2021 23:19
nvm vs Volta

nvm vs Volta

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

Bootstrap Project with nvm

nvm install