Skip to content
View LucaVmu's full-sized avatar
  • 13:21 (UTC +02:00)

Organizations

@ProjectNyxian @emexlab

Block or report LucaVmu

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
LucaVmu/README.md

Imagine an Animated Wave

About me

Hello, I'm LucaVmu and have been fascinate in programming since I was 12. Since then I learned various programming languages and skills.

Here are the kind of things I programm:

  • Coding IDE's
  • System modifications
  • DIY projects

Languages

Bash SH C React HTML, CSS, JS
Currently I'm learing Objective-C and Swift.

Contact

You will find my under LucaVmu in most well known plattforms.
Here is my business Email: lucavmu@emexlab.org

Projects

tree.mermaid⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀_ □ ×
flowchart BT
    G1["Grass"]:::grass
    G2["Grass"]:::grass

    R1["Root"]:::root
    R2["Root"]:::root
    R3["Root"]:::root

    G3["Grass"]:::grass
    G4["Grass"]:::grass

    T1["Trunk"]:::trunk
    T2["Trunk"]:::trunk
    T3["Trunk"]:::trunk

    L01["Leafs"]:::leafs
    L02["Leafs"]:::leafs
    L03["Leafs"]:::leafs
    L11["Leafs"]:::leafs
    L12["Leafs"]:::leafs
    L13["Leafs"]:::leafs
    L14["Leafs"]:::leafs
    L15["Leafs"]:::leafs
    L21["Leafs"]:::leafs
    L22["Leafs"]:::leafs
    L23["Leafs"]:::leafs
    L24["Leafs"]:::leafs
    L25["Leafs"]:::leafs
    L31["Leafs"]:::leafs
    L32["Leafs"]:::leafs
    L33["Leafs"]:::leafs
    L34["Leafs"]:::leafs
    L35["Leafs"]:::leafs
    L41["Leafs"]:::leafs
    L42["Leafs"]:::leafs
    L43["Leafs"]:::leafs

    R1 --> T1
    R2 --> T1
    R3 --> T1

    T1 --> T2 --> T3

    T3 --> L01
    T3 --> L02
    T3 --> L03

    L01 --> L11
    L01 --> L12
    L01 --> L13
    L02 --> L13
    L03 --> L13
    L03 --> L14
    L03 --> L15

    L11 --> L21 --> L31
    L12 --> L22 --> L32 --> L41
    L13 --> L23 --> L33 --> L42
    L14 --> L24 --> L34 --> L43
    L15 --> L25 --> L35

    classDef grass fill:#3f9b0b,color:#fff;
    classDef root fill:#6e4b3a,color:#fff;
    classDef trunk fill:#8b5a2b,color:#fff;
    classDef leafs fill:#27ae60,color:#fff;

    linkStyle default stroke:#6b4423,stroke-width:2px;
Loading

Pinned Loading

  1. emexlab/emexlab.github.io emexlab/emexlab.github.io Public

    Website repository for emexlabs

    MDX 4

  2. emexlab/emexDE emexlab/emexDE Public

    IDE to develop native code iOS apps on unjailbroken iOS it self just via a certificate and a kernel virtualization layer for those apps.

    C 883 85