Skip to content
View Wiguwbe's full-sized avatar

Block or report Wiguwbe

Report abuse

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

Report abuse
Wiguwbe/README.md

Welcome!

Welcome to my profile, here you'll find trinkets, odds and ends, that sort of thing!

I do mostly development of small tools and some R&D, mostly with C (and variants) and Python, on top of Linux.

Feel free to look around!

Here are some of my latest and relevant projects and contributions:

  • LitaC
    This is forked from Tony Sparks and I just love this project, it is pretty much everything I've been looking for in terms of improvements to the C language.
    It uses a syntax similar to Golang, but compiles to C!
    I implemented a feature or two mainly focusing on the integration of LitaC in C projects.

  • BetterC containers
    Before venturing further into LitaC, I tried Dlang with the -betterC switch.
    It was pretty good, but I had some troubles as the language itself is still very attached to the "normal" way.
    Anyway, in those adventures I ended up creating some generic containers. Someone may find this useful.

  • You're the OS
    Forked from Pier-Luc Brault, this is a game where you're the OS scheduler! Do read more on the main repo.
    In this, I implemented a way to "automate" the game using a script. I haven't been contributing much to it so I don't know the current state of it. This is here mostly as a memo.

  • ChibiCC
    This is a C compiler developed by Rui Ueyama, do read more about it on the main repo.
    In my fork, I use it mostly for "showcasing" some features that could be interesting, mainly found on higher level languages that are implemented solely on the compiler.
    I implement these features in separate branches, so feel free to explore them!

  • bash JSON
    This is a collection of bash builtins to handle JSON directly from the terminal (bash).
    It was a nice R&D project and I'm yet to add examples ...

Popular repositories Loading

  1. bash-json bash-json Public

    A collection of bash builtins to handle JSON objects directly in the shell

    C 3

  2. hill-cipher hill-cipher Public

    Python implementation of the hill cipher

    Python 1

  3. tinypy tinypy Public

    Forked from rainwoodman/tinypy

    tpy, a pet python forked from tinypy

    C 1 1

  4. y2j y2j Public

    Yaml to Json structs library

    C 1

  5. elfedit2 elfedit2 Public

    A tool to change constant values on an ELF file

    C 1

  6. cxproc cxproc Public

    A C11 compiler with some language extensions

    C 1