💭
Procrastinating
My three favourite things are eating my family and not using commas.
-
Technische Universität Berlin
- 127.0.0.1
-
13:28
(UTC +01:00)
Pinned Loading
-
gruener-campus-malchow/startseite
gruener-campus-malchow/startseite Publicnext generation startseite
SCSS 3
-
-
mrbeastify/mrbeastify
mrbeastify/mrbeastify PublicThis WebExtensions adds MrBeast to all YouTube thumbnails.
JavaScript 25
-
create-element.js: create html eleme...
create-element.js: create html elements in javascript 1function create_element(tag, attributes = {}, content = []) {
2const elem = document.createElement(tag);
3for (const attr of Object.entries(attributes)) elem.setAttribute(...attr);
4if (typeof content == 'string') elem.innerHTML = content;
5else content.forEach(child => elem.append(typeof child == 'string'? document.createTextNode(child) : child));
-
gruener-campus-malchow/simplescoreboard
gruener-campus-malchow/simplescoreboard PublicThis project aims to develop a scoreboard for wrestling tournaments.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.