Skip to content

Instantly share code, notes, and snippets.

View kennethlove's full-sized avatar
🦀
🐍 💻

Kenneth Love kennethlove

🦀
🐍 💻
View GitHub Profile
#!/usr/bin/env python3
hearts = "\u2661\u2665"
colors = list(map(str, range(30, 38)))
prefix = "\x1B["
mid = "m"
def cycle(x):
while 1:
# encoding=utf-8
"""
Author: Jökull Sólberg Auðunsson (solberg.is)
"""
from django.core.files.storage import get_storage_class
from django.db.models import ImageField
from uuid import uuid4
@defunkt
defunkt / installing-mustache.vim.md
Created March 6, 2010 10:21
Installing mustache.vim

mustache.vim

In your shell:

cd ~/.vim
git clone git://github.com/juvenn/mustache.vim.git
mv mustache.vim/syntax/* syntax/
mv mustache.vim/indent/* indent/
mv mustache.vim/ftdetect/* ftdetect/

rm -rf mustache.vim