Skip to content
View malj's full-sized avatar
๐Ÿ‡ช๐Ÿ‡บ
๐Ÿ‡ช๐Ÿ‡บ

Sponsoring

@Bromeon
@cart

Organizations

@codecraft-dev

Block or report malj

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
malj/README.md
Programming language Years active Timeline
๐Ÿฆ€ Rust 2020 - present โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ
๐ŸŽฎ C# (Unity) 2017 - 2023 โ–‘โ–‘โ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘
๐Ÿ“œ JavaScript / TypeScript 2013 - 2023 โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘
๐Ÿ Python 2014 - 2021 โ–‘โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘
๐Ÿฆ… Swift 2015 - 2018 โ–‘โ–‘โ–ˆโ–ˆโ–ˆโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘

Pinned Loading

  1. calculator calculator Public

    A simple CLI calculator written in Rust

    Rust

  2. zip-extractor zip-extractor Public

    A small ZIP file extraction utility written in Rust

    Rust

  3. django-parcel-ssr django-parcel-ssr Public archive

    Django server side rendering, powered by Parcel bundler

    Python 31 7

  4. Unity MonoBehaviour to ECS component... Unity MonoBehaviour to ECS component converter
    1
    using Unity.Entities;
    2
    using UnityEngine;
    3
    
                  
    4
    [DisallowMultipleComponent]
    5
    public class GameObjectEntity : MonoBehaviour
  5. Unity runtime scriptable object Unity runtime scriptable object
    1
    using UnityEngine;
    2
    #if UNITY_EDITOR
    3
    using UnityEditor;
    4
    #endif
    5