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

Block or report Wiguwbe

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
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

  1. hill-cipher hill-cipher Public

    Python implementation of the hill cipher

    Python 1

  2. bash-json bash-json Public

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

    C 1

  3. elfedit2 elfedit2 Public

    A tool to change constant values on an ELF file

    C 1

  4. AvaloniaILSpy AvaloniaILSpy Public

    Forked from icsharpcode/AvaloniaILSpy

    Avalonia-based .NET Decompiler (port of ILSpy)

    C#

  5. image-joiner image-joiner Public

    Somekind of a color and gray-scale images joiner

    C

  6. dulwich dulwich Public

    Forked from jelmer/dulwich

    Pure-Python Git implementation

    Python