Skip to content

Instantly share code, notes, and snippets.

@wardbeyens
wardbeyens / styles.css
Last active May 26, 2022 19:01 — forked from cdugeai/styles.css
Numbered Headings in Markdown via CSS
h1 { counter-reset: h2counter; }
h2 { counter-reset: h3counter; }
h3 { counter-reset: h4counter; }
h4 { counter-reset: h5counter; }
h5 { counter-reset: h6counter; }
h6 {}
h2:before {
counter-increment: h2counter;
content: counter(h2counter) ".\0000a0\0000a0";
@wardbeyens
wardbeyens / styles.css
Created May 26, 2022 16:33 — forked from patik/styles.css
Numbered Headings in Markdown via CSS
h1 { counter-reset: h2counter; }
h2 { counter-reset: h3counter; }
h3 { counter-reset: h4counter; }
h4 { counter-reset: h5counter; }
h5 { counter-reset: h6counter; }
h6 {}
h2:before {
counter-increment: h2counter;
content: counter(h2counter) ".\0000a0\0000a0";
@wardbeyens
wardbeyens / converter.py
Created May 26, 2022 13:02
TextUITester terminal to input file converter
dateStringToReplace = "18/03/2022 at 9:52"
input = open("input.txt", "r")
lines = input.readlines()
newlines = ["Ejava -cp target/classes be.kuleuven.assemassit.App\n"]
i = 0
while i < len(lines):
nextline = ""
if(i < (len(lines)-1)):
<!DOCTYPE html>
<html>
<head>
<title>Basic Web Page</title>
</head>
<body>
Hello World!
</body>
</html>
@wardbeyens
wardbeyens / Wordle words
Created January 25, 2022 22:40
Wordle words
aahed,aalii,aargh,aarti,abaca,abaci,aback,abacs,abaft,abaka,abamp,aband,abase,abash,abask,abate,abaya,abbas,abbed,abbes,abbey,abbot,abcee,abeam,abear,abele,abers,abets,abhor,abide,abies,abled,abler,ables,ablet,ablow,abmho,abode,abohm,aboil,aboma,aboon,abord,abore,abort,about,above,abram,abray,abrim,abrin,abris,absey,absit,abuna,abune,abuse,abuts,abuzz,abyes,abysm,abyss,acais,acari,accas,accoy,acerb,acers,aceta,achar,ached,aches,achoo,acids,acidy,acing,acini,ackee,acker,acmes,acmic,acned,acnes,acock,acold,acorn,acred,acres,acrid,acros,acted,actin,acton,actor,acute,acyls,adage,adapt,adaws,adays,adbot,addax,added,adder,addio,addle,adeem,adept,adhan,adieu,adios,adits,adman,admen,admin,admit,admix,adobe,adobo,adopt,adore,adorn,adown,adoze,adrad,adred,adsum,aduki,adult,adunc,adust,advew,adyta,adzed,adzes,aecia,aedes,aegis,aeons,aerie,aeros,aesir,afald,afara,afars,afear,affix,afire,aflaj,afoot,afore,afoul,afrit,afros,after,again,agama,agami,agape,agars,agast,agate,agave,agaze,agene,agent,agers,agger,aggie,aggri,aggr
@wardbeyens
wardbeyens / u4zawfidvseco6usxurddnzc6b7i3bjuih5wlh2omugbsmezjox7rcad.onion
Created September 22, 2021 21:20
u4zawfidvseco6usxurddnzc6b7i3bjuih5wlh2omugbsmezjox7rcad.onion
http://u4zawfidvseco6usxurddnzc6b7i3bjuih5wlh2omugbsmezjox7rcad.onion/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wardbeyens
wardbeyens / information.svg
Last active July 7, 2021 08:34
information icon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wardbeyens
wardbeyens / foodanddrinks.json
Created July 6, 2021 20:57
Food and Drinks mapcomplete json
{
"id": "foodanddrinks",
"title": {
"en": "Food & Drinks"
},
"shortDescription": {
"en": "Map with food and drink sellers"
},
"description": {
"en": "Are you hungry or thirsty?\nThen find a vender on this map"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.