- Domains: gmail.com, googlemail.com
- Qualifiers: +
- Regex:
\+([ -~]*)@
- Notes: Periods in address are ignored.
foo.bar@ == foobar@
- Domains: yahoo.*
- Qualifiers: -
- Regex:
\-([ -~]*)@
'';!--"<XSS>=&{()} |
gource --title "Level 2" --logo "/home/aaron/site-branding.png" --highlight-users --seconds-per-day 10 --camera-mode track --auto-skip-seconds 1 --file-idle-time 0 --max-files 0 --stop-at-end --hide date,progress --user-friction .5 -800x600 -r 30 -o - | ffmpeg -y -b 3000K -r 30 -f image2pipe -vcodec ppm -i - -vcodec libx264 -threads 0 lvl2-gource.mp4 |
import requests | |
import json | |
import random | |
class Markov(object): | |
def __init__(self, words): | |
self.cache = {} | |
self.words = words | |
self.word_size = len(self.words) |
find ~ | grep -i '\.jpg$\|\.jpeg$\|\.gif$\|\.png$' | xargs -I% cp % ./ |
#!/bin/bash | |
# This is untested but you get the basic idea | |
# Why? Cause fuck dependencies that's why ;) | |
if [[ $# -lt 1 ]]; then | |
echo "Usage: $0 INFILE" | |
exit 1 | |
fi |
I hereby claim:
To claim this, I am signing this object:
# -*- coding: utf-8 -*- | |
# !important | |
# Native | |
# Django | |
from django.db import models | |
from django.conf import settings | |
# 3rd Party | |
from model_utils.models import TimeStampedModel | |
from autoslug import AutoSlugField |
I hereby claim:
To claim this, I am signing this object:
[{ | |
"action": "talk", | |
"voiceName": "Brian", | |
"text": "May the fourth be with you!" | |
}] |