I hereby claim:
- I am bluishoul on github.
- I am bluishoul (https://keybase.io/bluishoul) on keybase.
- I have a public key whose fingerprint is 663E 6F00 E1DD 2EE0 3F6E 0CE3 2025 F6A3 69AE 7F04
To claim this, I am signing this object:
h1 { color: green; cursor: pointer; font-family: monospace;} | |
h1:hover { text-decoration: underline; } |
!function(t){"function"==typeof define&&define.amd?define(t):t()}((function(){"use strict";function t(){}function e(t){return t()}function n(){return Object.create(null)}function o(t){t.forEach(e)}function i(t){return"function"==typeof t}function s(t,e){return t!=t?e==e:t!==e||t&&"object"==typeof t||"function"==typeof t}function c(t,e){t.appendChild(e)}function r(t,e,n){const o=function(t){if(!t)return document;const e=t.getRootNode?t.getRootNode():t.ownerDocument;if(e&&e.host)return e;return t.ownerDocument}(t);if(!o.getElementById(e)){const t=d("style");t.id=e,t.textContent=n,function(t,e){c(t.head||t,e),e.sheet}(o,t)}}function a(t,e,n){t.insertBefore(e,n||null)}function l(t){t.parentNode.removeChild(t)}function d(t){return document.createElement(t)}function u(t){return document.createTextNode(t)}function b(){return u(" ")}function f(t,e,n,o){return t.addEventListener(e,n,o),()=>t.removeEventListener(e,n,o)}function h(t,e,n){null==n?t.removeAttribute(e):t.getAttribute(e)!==n&&t.setAttribute(e,n)}let p;funct |
https://press.one/p/v?s=24a8dc8668d16143d42c476054f0ec0424910d464db1623b3bcbb961b4e9c8fb68f746710e8f8bacc52b368fe532bb3f670b045fbfed6109fa9f51d83b5da1e50&h=b0a4f21b84fc0d8b6cc5148455f40299b039218bc8f95d169396576f2e683373&a=f9f7eefb9552513cde75e010da82b2c1ce4e00bc&f=P1&v=3 |
// ==UserScript== | |
// @name Git local config | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @include https://codingcorp.coding.net/p/* | |
// ==/UserScript== | |
function loadScripts(scripts, callback) { | |
const promises = []; | |
for (let src of scripts) { |
I hereby claim:
To claim this, I am signing this object:
var map = osc.addModule("map", { | |
mapid : 'map', | |
mp : null, | |
options : [ 'enableScrollWheelZoom' ], | |
position : null, | |
Events : {}, | |
opts : { | |
info_window : false | |
}, | |
init : function(opt) { |
package common; | |
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.InputStreamReader; | |
import java.net.HttpURLConnection; | |
import java.net.URL; | |
import java.util.ArrayList; | |
import java.util.List; |