Skip to content
View guillaC's full-sized avatar

Block or report guillaC

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
guillaC/README.md
🌱 Always in pursuit of learning and continuous improvement.
βš™οΈ Developer primarily focused on .NET technologies.
πŸ“š Currently exploring Blazor.
🀝 Open to collaborations and discussions.
🎨 Also, check out my artistic page on Instagram: uglyteapot.
stats graph languages graph

Pinned Loading

  1. SQLiteDiskExplorer SQLiteDiskExplorer Public

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

    C# 15

  2. NotePrivee NotePrivee Public

    Simple self destructing note site

    C# 12 5

  3. BatchObfuscator BatchObfuscator Public

    Obfuscator for batch script

    C# 58 19

  4. mXl-AddIn mXl-AddIn Public

    Table to JSON/MarkDown/SQL Converter, formulas recovery, sql queries

    C# 8 2

  5. tableToJSON tableToJSON Public

    Excel Table To Json

    VBA 2 2

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