Skip to content
View fre-sch's full-sized avatar
Block or Report

Block or report fre-sch

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. json-transmute json-transmute Public

    Define transformations of JSON with JSON. Like XML and XSLT, but hopefully better :3

  2. json-criteria 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.

  3. go-json_transmute go-json_transmute Public

    Go Implementation of https://github.com/fre-sch/json-transmute, Define transformations of JSON with JSON.

    Go

  4. mhw_armor_edit mhw_armor_edit Public

    Editor for equipment, armors, weapons for the game Monster Hunter: World

    Python 38 9

  5. dungeon-generator-proto-js dungeon-generator-proto-js Public

    A dungeon map generator prototype written in JavaScript using HTML5 canvas

    HTML

  6. Chainable None-Aware Wrapper Chainable None-Aware Wrapper
    1
    from dataclasses import dataclass
    2
    
                  
    3
    
                  
    4
    class Maybe:
    5
        def __init__(self, value):