Skip to content

Instantly share code, notes, and snippets.

View KeKsBoTer's full-sized avatar
🎯
Focusing

Simon Niedermayr KeKsBoTer

🎯
Focusing
View GitHub Profile
{
"hompage": "https://www.randoom.org/Software/SetlX",
"version": "2.7.0",
"license": "BSD",
"url": [
"http://download.randoom.org/setlX/pc/setlX_v2-7-0.binary_only.zip",
"https://gist.githubusercontent.com/KeKsBoTer/2f0e139ac7d653b652b9935763fdbf8b/raw/afa6bf10d05077ea5cd029d9f22970b928cea2a1/setlX.ps1"
],
"hash":[
"876c8aad46fc8c08e71d55fc0e6b9a46d753f16ea9655d1beae76d170b1f2de3",
#
#
# launcher script for the setlX interpreter on Microsoft Windows
#
#
# insert path to the folder where you copied the jar files here
$setlXJarDirectory = "."
# insert full path to library location here
@KeKsBoTer
KeKsBoTer / FLCC13_6c.c
Last active April 17, 2018 10:25
Code
void S(){
SCANNER(x);
if(x!=id)
error();
SCANNER(x);
P();
}
void P(){
SCANNER(x);
@KeKsBoTer
KeKsBoTer / main.go
Created March 8, 2018 18:38
Dice graph
package main
import (
"flag"
"fmt"
"math/big"
"strconv"
"github.com/ALTree/bigfloat"
)