Skip to content

Instantly share code, notes, and snippets.

View Kreijstal's full-sized avatar
↗️

Kreijstal Kreijstal

↗️
View GitHub Profile
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;
@Kreijstal
Kreijstal / test.js
Last active February 14, 2022 19:05
export const propertyA = "A";
export const propertyB = "B";
//export something lodash_mapvalues;
export default function( x ){ // <---- declared as a default function
return x * x;
}
// create a graph class
class Graph {
// defining vertex array and
// adjacent list
constructor()
{
this.AdjList = new Map();
}
@Kreijstal
Kreijstal / xpath.js
Last active January 13, 2021 14:49
Use xpath but without so much trash
//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')
@Kreijstal
Kreijstal / promises.m
Last active July 8, 2020 21:38
Promises in Mathematica
(* ::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);
console.log("hello world")
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 \
https://web.archive.org/web/20200622213752if_/https://a.uguu.se/thJbKW17Mu6a_paint-over11.psd
//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 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) {