Skip to content
View SCLorentz's full-sized avatar

Organizations

@Darya-Org

Block or report SCLorentz

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

๐— ๐˜† ๐—ป๐—ฎ๐—บ๐—ฒ ๐—ถ๐˜€ ๐—ฆ.๐—–. ๐—Ÿ๐—ผ๐—ฟ๐—ฒ๐—ป๐˜๐˜‡

Bun Render TypeScript Shell Script Rust CSS3 JavaScript NPM Figma Git GitHub GitLab GitHub Actions Go LaTeX Docker HTML5


https://github-readme-streak-stats.herokuapp.com


*this statistics includes private repositories

Pinned Loading

  1. W2D-library W2D-library Public

    This is my 2D game maker library for the web, made using WASM. Witch I'm using do create my own version of the Google's offline Dino game

    Rust 3

  2. ASM ASM Public

    Alguns testes que fiz usando ASM e suas diferentes versรตes

    Assembly 5

  3. useless-ts-scripts useless-ts-scripts Public

    Just useless scripts and functional programming

    TypeScript 1

  4. fran fran Public

    I was testing a lot of different programming languages, like C, PY, Rust and ASM. So now is time to test Fortran

    Fortran 2

  5. webChat webChat Public

    In process of redesign

    Go 4

  6. Regex is something... Regex is something...
    1
    (let\s?(?<mutable>mut)?\s(?<name>\w*)(?(:)\s?)?(?<type>\w*)\s*(?(=)\s?)(?<value>.*))?(fn\s?(?<name>\w*)\s?\((\S*[(,?)]?)\)\s?\{((.?\n?)*\n?\}))?(print\s?\((?<value>.*)\))?(if\s\((?<arguments>.*(==|!=|>=|<=|))\)\s?\{(.?\n?)*\n?\})?