This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import colors from "https://cdn.skypack.dev/[email protected]"; | |
import * as readline from "./readline.js"; | |
; | |
var global$1 = typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}; | |
var lookup = []; | |
var revLookup = []; | |
var Arr = typeof Uint8Array !== "undefined" ? Uint8Array : Array; | |
var inited = false; | |
function init() { | |
inited = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const propertyA = "A"; | |
export const propertyB = "B"; | |
//export something lodash_mapvalues; | |
export default function( x ){ // <---- declared as a default function | |
return x * x; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// create a graph class | |
class Graph { | |
// defining vertex array and | |
// adjacent list | |
constructor() | |
{ | |
this.AdjList = new Map(); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//sersly | |
((a)=>{let xPathResult = document.evaluate(a, document, null, XPathResult.UNORDERED_NODE_ITERATOR_TYPE, null ); | |
const nodes = []; | |
let node = xPathResult.iterateNext(); | |
while (node) { | |
nodes.push(node); | |
node = xPathResult.iterateNext(); | |
}; | |
return nodes})('//input') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* ::Package:: *) | |
(*Import like Import["https://gist.githubusercontent.com/Kreijstal/\ | |
2a34158a1cf159b4ddc5ab3460f6efd0/raw/\ | |
6bfc3328d9538844fabbbce9691fb3c63824ed9f/promises.m"]*) | |
Promise::usage="Promise[Function[{accept,reject},CustomLogic[accept[\"Success!\"],reject[\"Oh no! Error!\"]]]]" | |
Promise := | |
Module[{local, success, failure, listen, counter = 0, Promise}, | |
success[x_] := (local["s"] = x;(*Print[{"I've been executed",x, | |
local}];*)Through[local["t"][local["s"]]]; local["t"] = {}; | |
local["resolved"] = True); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("hello world") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get install -qqy --no-install-recommends \ | |
apt-utils \ | |
ffmpeg \ | |
sox \ | |
libcairo2-dev \ | |
texlive \ | |
texlive-fonts-extra \ | |
texlive-latex-extra \ | |
texlive-latex-recommended \ | |
texlive-science \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://web.archive.org/web/20200622213752if_/https://a.uguu.se/thJbKW17Mu6a_paint-over11.psd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//How much should we love JScript? | |
//Seriously Tho, I never thought I would get this far with WSH. | |
var FSO=WScript.CreateObject("Scripting.FileSystemObject"); | |
function readBinaryFile(filename){ | |
//var bin=WScript.CreateObject("ADODB.Stream"); | |
/*bin.Type=1; | |
bin.Open(); | |
bin.LoadFromFile(filename); | |
return bin.Read();*/ | |
var file=FSO.getFile(filename); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* This is a JavaScript Scratchpad. | |
* | |
* Enter some JavaScript, then Right Click or choose from the Execute Menu: | |
* 1. Run to evaluate the selected text (Ctrl+r), | |
* 2. Inspect to bring up an Object Inspector on the result (Ctrl+i), or, | |
* 3. Display to insert the result in a comment after the selection. (Ctrl+l) | |
*/ | |
function getS(NUE){wosh=[];var l;Array.prototype.forEach.call((function(){var arr = [],nl=document.getElementsByClassName("botTitle");l=nl.length | |
for(var i = 0, n; n = nl[i]; ++i) arr.push(n);return arr.sort(function(a,b){return b.parentNode.parentNode.getElementsByClassName('botLVL')[0].childNodes[2].textContent-a.parentNode.parentNode.getElementsByClassName('botLVL')[0].childNodes[2].textContent})})(), function (a) { |