Skip to content

Instantly share code, notes, and snippets.

View SebastianBetz's full-sized avatar

SebastianBetz

View GitHub Profile
@SebastianBetz
SebastianBetz / .prettierrc.json
Created January 24, 2023 22:57
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.1+commit.df193b15.js&optimize=false&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
{
"nodes": [
{
"id": 4102038,
"name": "root"
},
{
"id": 4102039,
"name": "node1"
},
@SebastianBetz
SebastianBetz / ReadableInformationTable.txt
Last active October 4, 2017 14:35
Readable Information
╔══════════════════╦════════════╦═════════════════╗
║ Baustein ║ Verbindung ║ Baustein ║
╠══════════════════╬════════════╬═════════════════╣
║ Elefantenname ║ = ║ Marta ║
║ Elefantenalter ║ = ║ 40 Jahre ║
║ Elefantengewicht ║ > ║ 500 kg ║
║ Hat Elsa Kinder ║ ja/nein ║ ja ║
║ Elefantin Elsa ║ Mutter von ║ Elefantin Marta ║
╚══════════════════╩════════════╩═════════════════╝
@SebastianBetz
SebastianBetz / UnreadableInfomrationTable.txt
Last active October 4, 2017 14:34
Unreadable Information
╔══════════════════╦════════════╦═════════════════╗
║ Baustein ║ Verbindung ║ Baustein ║
╠══════════════════╬════════════╬═════════════════╣
║ Elefantenname ║ = ║ ║
║ Elefantengewicht ║ ║ 500 kg ║
║ ║ Mutter von ║ Elefantin Marta ║
╚══════════════════╩════════════╩═════════════════╝