I hereby claim:
- I am davidmerrick on github.
- I am dmerica (https://keybase.io/dmerica) on keybase.
- I have a public key whose fingerprint is 2022 2C74 6226 08AE D88E 1714 1284 AB1E FC81 1C2F
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name Unicorn Mode Plugin | |
| // @namespace https://brewspace.jiveland.com/* | |
| // @version 0.1 | |
| // @include https://*.brewspace.jiveland.com/* | |
| // @include https://brewspace.jiveland.com/welcome | |
| // @description enter something useful | |
| // @match https://*.brewspace.jiveland.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Unicorn Mode Plugin | |
| // @namespace https://brewspace.jiveland.com/* | |
| // @version 0.1 | |
| // @include https://*.brewspace.jiveland.com/* | |
| // @include https://brewspace.jiveland.com/welcome | |
| // @description enter something useful | |
| // @match https://*.brewspace.jiveland.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== |
| for(row in rows){ | |
| br = new BufferedReader(new FileReader("filename")); | |
| //Read entire line at a time into a string | |
| line = br.readLine(); | |
| String[] parts = line.split(","); | |
| for(column in parts){ | |
| rows[i] = Integer.parseInt(column.trim()); | |
| } |
I hereby claim:
To claim this, I am signing this object:
| jQuery("script") |
| function post(path, params, method) { | |
| method = method || "post"; // Set method to post by default if not specified. | |
| // The rest of this code assumes you are not using a library. | |
| // It can be made less wordy if you use one. | |
| var form = document.createElement("form"); | |
| form.setAttribute("method", method); | |
| form.setAttribute("action", path); | |
| for(var key in params) { |
| //Create a session | |
| screen -S sessionname |
| ssh -o PreferredAuthentications=keyboard-interactive,password -o PubkeyAuthentication=no [hostname] |
| sudo tshark -i en1 -f "udp dst port 5353" -e dns.resp.name -e eth.src -Tfields -E separator=" " -R "dns.flags.response == 1" |
| locate <filename> |