Skip to content

Instantly share code, notes, and snippets.

View robxu9's full-sized avatar
📑
ping me directly if you need my attention

Robert Xu robxu9

📑
ping me directly if you need my attention
View GitHub Profile
@robxu9
robxu9 / druidove.quest
Created June 29, 2012 13:01 — forked from Echobob/Druid Quest File
Example Druid Quest File (From a CZ user)
Name:The Druids
Repeatable:false
Reset:false
EditMessage:You can not change this!
World:world
Event:1:MessageEvent:5:Oh, Hello stranger, I need help from you, go over there on that mountain, and there find Druid Aleah. I need to teach me a new charm.
Event:2:AreaEvent:50:2:-382:99:-143:2
Event:3:MessageEvent:5:Hello, stranger. What! Again, the bartender annoys me? He kept telling him that he is unable to learn a lot, but you look hopeful. If you want, I can learn something te, but you have to prove that something svedes.
Event:4:MessageEvent:5:Recently went to a passing boat, which is frozen, yes exactly! Frozen here!Treasure on board and kill all the undead sailors and find the treasure! After he'll teach you a spell, or rather I tell you how to learn some magic.
import re
import string
regex_string = '.*(dark ?star|black ?hole|location|darkstar|php ?[1-4]|solution|core ?dump|spam ?carver|bitwise|get ?key|robomunication|format ?[1-2]|rop ?[1-4]|ever ?green|more ?evil|mildly ?evil|overflow ?[1-5]|clue|eval ?[1-5]).*'
good_guys = {}
def good_guy(willie, trigger):
global good_guys
if trigger.admin:
@robxu9
robxu9 / config.json
Last active August 29, 2015 14:18 — forked from anonymous/config.json
{
"vars": {},
"css": [
"grid.less",
"forms.less",
"buttons.less",
"responsive-utilities.less",
"navs.less",
"navbar.less",
"dropdowns.less"