Skip to content
View jaosber's full-sized avatar
🪐
🪐

Block or report jaosber

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

Popular repositories Loading

  1. esp32-hydrogen-monitor esp32-hydrogen-monitorPublic

    ESP32 Hydrogen detector with WebSocket server for data streaming to a Python/DearPyGui desktop client for live visualization, PPM estimation, and remote alarm management.

    Jupyter Notebook 1

  2. jaosber.github.io jaosber.github.ioPublic

    Personal site — projects and ideas I find worth exploring.

    HTML

  3. djangochatwebsocket djangochatwebsocketPublic

    Real-time chatroom built with Django Channels, WebSockets, Daphne (ASGI), and Redis as channel layer. Features a guest group chat and an echo room. No authentication required.

    HTML

  4. flexbisoncalc flexbisoncalcPublic

    Arithmetic calculator built with C, Flex, and Bison. Supports basic operators, math functions (sin, cos, sqrt, log, etc.), parentheses, and decimal/integer numbers with syntax error reporting.

    C

  5. java-prng-validator java-prng-validatorPublic

    Pseudorandom number generator and statistical validator with a custom-built console UI framework. Supports Java Random, Lehmer LCG, and Middle Square methods. Validates output with Mean, Variance, …

    Java

  6. sql-lexical-analyzer sql-lexical-analyzerPublic

    Lexical analyzer for Microsoft SQL Server built with C and Flex. Tokenizes SQL statements into categorized tokens (keywords, operators, data types, functions, identifiers, literals, comments) with …

    Lex