Skip to content
View guillaC's full-sized avatar
📎
📎

Block or report guillaC

Report abuse

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

Report abuse
guillaC/README.md
help_book_cool_small-5
🌱 Always in pursuit of learning and continuous improvement. ⚙️ Developer primarily focused on .NET technologies. 📚 Currently exploring Blazor.

Pinned Loading

  1. DeskUI DeskUI Public

    A lightweight Razor Class Library providing a fully interactive desktop‑style UI for Blazor: draggable windows, multi‑window management, theming, and modular components.

    C# 3

  2. SQLiteDiskExplorer SQLiteDiskExplorer Public

    SQLiteDiskExplorer enables you to explore, catalog, and batch extract SQLite files from disks and removable media.

    C# 18

  3. NotePrivee NotePrivee Public

    Simple self destructing note site

    C# 13 5

  4. tableToJSON tableToJSON Public

    Excel Table To Json

    VBA 3 3

  5. BatchObfuscator BatchObfuscator Public

    Obfuscator for batch script

    C# 63 21

  6. extract .h from .c files extract .h from .c files
    1
    @ECHO OFF
    2
    SETLOCAL enableextensions
    3
    :start
    4
    SET /P project="project path:"
    5
    SET /P save="save path:"