- Germany, Hamburg
- http://blockofcode.blogspot.com/
Block or Report
Block or report fre-sch
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
json-transmute Public
Define transformations of JSON with JSON. Like XML and XSLT, but hopefully better :3
-
json-criteria Public
JSON-Criteria is a JSON document describing criteria, a tree of boolean expressions. These can be used to evaluate against context data.
-
go-json_transmute Public
Go Implementation of https://github.com/fre-sch/json-transmute, Define transformations of JSON with JSON.
Go
-
mhw_armor_edit Public
Editor for equipment, armors, weapons for the game Monster Hunter: World
-
dungeon-generator-proto-js Public
A dungeon map generator prototype written in JavaScript using HTML5 canvas
HTML
-
1
from dataclasses import dataclass
234class Maybe:
5def __init__(self, value):


