Skip to content
View jurassicLizard's full-sized avatar

Block or report jurassicLizard

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 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
.github/profile/README.md

Repos of JurassicLizard

ℹ️ Notice :

I work mostly in GitLab for personal projects jurassicLizard's GitLab space. Projects in this page are mirrors. Those that are outdated have been archived and those that are not are synced with their gitlab counterparts. An Exception to this are projects forked from GitHub which are still primarily worked on here for the sake of proper chain of attribution via the fork mechanism.

Pinned Loading

  1. pcalc-lts pcalc-lts Public

    Forked from vapier/pcalc

    Command-line calculator calculator with automatic hex/dec/oct/bin conversion, based on vapier's pcalc

    C

  2. vex2pdf vex2pdf Public

    -- Mirror to : https://gitlab.com/jurassicLizard/vex2pdf -- Convert CycloneDX JSON or XML docs to PDF reports. Was designed to work for VEX reports but can also generate PDFs for standard BoMs.

    Rust 8 1

  3. crypto-handler crypto-handler Public

    **THIS IS A MIRROR** A Modern C++23 wrapper for OpenSSL providing clean, type-safe cryptographic operations with robust error handling. Simplifies symmetric encryption, hashing, and MAC algorithms …

    C++ 3

  4. Alif_Game_Platform_UE Alif_Game_Platform_UE Public archive

    Educational game project intended to create a platform for developing top-down squad-based games similar to Commandos with Unreal Engine 5 For learning purposes. The entire codebase was written in …

    C++ 1

  5. byte-ao byte-ao Public

    **THIS IS A MIRROR** A high-level C++ library for byte array operations designed for cryptographic applications. Built with RAII principles for memory safety, featuring easy conversion between Byte…

    C++

  6. files-deduplicator files-deduplicator Public archive

    A command-line tool that identifies and removes duplicate files recursively from a specified folder. It uses cryptographic hashes (Blake2) for reliable file comparisons to ensure precise duplicate …

    C++