Skip to content
View awbx's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@LEET-WDC

Block or report awbx

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. fhir-dsl fhir-dsl Public

    The TypeScript FHIR toolchain — typed query builder, code generator, FHIRPath, validators with invariants, SMART v2, terminology, and an MCP server

    TypeScript 11

  2. BlaanTeam/BlaanSh BlaanTeam/BlaanSh Public

    BlaanSh is a Unix-like shell built by @awbx and @os-moussao.

    C 40 1

  3. BlaanTeam/serv-io BlaanTeam/serv-io Public

    A lightweight, high-performance HTTP/1.1 web server implemented in C++98 with NGINX-like configuration syntax. Features virtual hosts, CGI support, file uploads, static serving, and non-blocking I…

    C++ 1

  4. ft_containers ft_containers Public

    C++98 reimplementation of STL containers (vector, stack, map, set) with custom Red-Black Tree, iterators, and full STL compatibility. Educational project demonstrating deep understanding of data st…

    C++ 1

  5. DefinitelyTyped DefinitelyTyped Public

    Forked from DefinitelyTyped/DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    TypeScript

  6. BlaanTeam/interpreter BlaanTeam/interpreter Public

    This interpreter is designed to evaluate mathematical expressions and return the result. It supports basic operations such as addition, subtraction, multiplication, and division, as well as more ad…

    C++