I hereby claim:
- I am teeheehee on github.
- I am teeheehee (https://keybase.io/teeheehee) on keybase.
- I have a public key whose fingerprint is C301 35FA 9EE1 63F1 0999 84F2 71C6 DF14 40A3 5DAD
To claim this, I am signing this object:
| public static void printAnagramList(String[] words) | |
| { | |
| // Store anagram groups | |
| var groupings = new Dictionary<string, string>(); | |
| for (int i = 1; i < words.Length; i++) | |
| { | |
| var ws = GetSortedWord(words[i]); | |
| for (int j = (i + 1); j < words.Length; j++) | |
| { | |
| char[] word2 = words[j].ToCharArray(); |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Markdown CSS display | |
| // @namespace http://howahumanwon.org | |
| // @version 0.1 | |
| // @description Changes the HTML display of a page to look like Markdown text. | |
| // @author Dan K | |
| // @match http://*/* | |
| // @match https://*/* | |
| // @grant none | |
| // ==/UserScript== |