Skip to content

Instantly share code, notes, and snippets.

; Init
clearscreen
pd
; Define variables
make "size 100
make "hs :size / 2
; Create Square
repeat 4 [ fd :size rt 90 ]
dbs docs fullInsert fullSync
1 16 1714 269610
1 32 2440 286552
1 64 2752 311182
1 128 3261 293645
1 256 4628 288748
1 512 7986 283890
1 1024 13024 292592
1 2048 23098 343848
1 4096 45960 345708
{
"openapi" : "3.0.0",
"info" : {
"title" : "SCC",
"description" : "SCC",
"contact" : {
"email" : "david@langheiter.com"
},
"license" : {
"name" : "Apache 2.0",
@TheKingDave
TheKingDave / tele-ring-forward-all-ports.md
Created April 21, 2019 15:24
how to forward all ports to other device on tele-ring mobile router

Tele-Ring mobile router Forward all Ports to device

Info to my device:

Tele ring: B310s-22 Hardware-Version: WL1B310FM03 Software-Version: 21.329.01.01.55 Web-Version: 17.100.09.00.03

Problem

@TheKingDave
TheKingDave / country_alpha_2.graphql
Last active August 26, 2022 08:38
GraphQL Enum for Countries (ISO 3166-1) with Alpha-2 code, Alpha-3 code (source from https://gist.github.com/tadast/8827699) (removed duplicate entries, idk why they exist)
enum CountryA2 {
AF
AL
DZ
AS
AD
AO
AI
AQ
AG