Skip to content

Instantly share code, notes, and snippets.

@Scimonster
Scimonster / tagsWhileEditing.user.js
Created May 15, 2015 09:00
Show tag info while editing (SE)
// ==UserScript==
// @name Show tag info while editing
// @version 0.1
// @description While hovering over a tag while editing, show the tag's excerpt
// @author Scimonster
// @match http://*.stackexchange.com/*
// @match http://*.stackoverflow.com/*
// @match http://*.superuser.com/*
// @match http://*.serverfault.com/*
// @match http://*.askubuntu.com/*
@Scimonster
Scimonster / Gematriya of Tanach
Last active August 29, 2015 14:10
Gematriya of Tanach
check the readme
@Scimonster
Scimonster / gist:49facf61de3e6a8b90a0
Created September 23, 2014 18:35
form submit with no name
<?php
var_dump($_POST);
?>
<form method="post">
<input type="text" name="text" />
<select>
<option>a</option>
<option>b</option>
<option>c</option>
</select>
@Scimonster
Scimonster / Symbolator
Last active December 30, 2015 17:49 — forked from kach/Symbolator
#!/usr/bin/python
import sys
# try: cat /usr/share/dict/words | python symbols.py -
symbols = [['ac', 'actinium'], ['ag', 'silver'], ['al', 'aluminum'], ['am', 'americium'], ['ar', 'argon'], ['as', 'arsenic'], ['at', 'astatine'], ['au', 'gold'], ['b', 'boron'], ['ba', 'barium'], ['be', 'beryllium'], ['bh', 'bohrium'], ['bi', 'bismuth'], ['bk', 'berkelium'], ['br', 'bromine'], ['c', 'carbon'], ['ca', 'calcium'], ['cd', 'cadmium'], ['ce', 'cerium'], ['cf', 'californium'], ['cl', 'chlorine'], ['cm', 'curium'], ['cn', 'copernicium'], ['co', 'cobalt'], ['cr', 'chromium'], ['cs', 'cesium'], ['cu', 'copper'], ['db', 'dubnium'], ['ds', 'darmstadtium'], ['dy', 'dysprosium'], ['er', 'erbium'], ['es', 'einsteinium'], ['eu', 'europium'], ['f', 'fluorine'], ['fe', 'iron'], ['fl', 'flerovium'], ['fm', 'fermium'], ['fr', 'francium'], ['ga', 'gallium'], ['gd', 'gadolinium'], ['ge', 'germanium'], ['h', 'hydrogen'], ['he', 'helium'], ['hf', 'hafnium'], ['hg', 'mercury'], ['ho', 'holmium'], ['hs', 'hassium'], ['i', 'iodine'