Skip to content
View lil-evil's full-sized avatar
💾
0xfee1dead
💾
0xfee1dead

Organizations

@chamallow-team

Block or report lil-evil

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


Hello there 🦈

📃 About me

Just a French guy who fool around.

  • 💖 Loves learning new things
  • 🥖 your typical baguette man
  • 🐧 linux user and open source enjoyer
local Me = {
    pseudos = {"Little", "lilevil"},
    age     = 19,
    study   = "🔬biology",

    distros = {"Debian 11", "Arch linux"},

    hobbies = {
        "pushing my limits with some codes"
        "videos games",
        "read scientific/technologie articles",
        "spend time with friends",
        --"draw",  --unsuccessfuly
        "fool around"
    },

    coffee  = 0,
    tired   = false
}

function Me:day_routine()
    --sometimes, the blocking function wake() take a lot of time ro resolve
    self:wake()
    if today=="wednesday" then self:say"it's wednesday my dudes" end

    self:feed()

    --TODO drink even more
    self:coffee_feed("dark")

    while(self.coffee > 0) do
        self:work()
    end
    
    while(not self.tired) do
        self:choose(self.hobbies)
    end

    -- recover energy for a non fixed amount of time
    self:sleep()

end

🖥️ My skills

C C++ Lua Javascript

this only represent my repos, most of my work is stored on my computer

  • Low level programing with :
    • Nasm
    • C
    • C++
  • More hight level languages :
    • Lua
    • Javascript (nodeJS and Webdev)
  • Scripting tool :
    • Bash

I also plan to learn :

  • 🦀 Rust
  • Cybersecurity
  • Sysadmin
  • How hardware, firmware and kernel works

🎨 Projects

🤖 Kady

A multi fonctionnal Discord Bot

🍡 Chamallow team

A team to regroup some developpers, designers and other usefull competences, to help each other in various projects.

Pinned Loading

  1. toml.lua toml.lua Public

    Lua 3

  2. smoldb smoldb Public

    A lua sqlite3 code abstraction

    Lua 1

  3. chamallow-team/Aegis-server chamallow-team/Aegis-server Public

    A real time multiplayer strategy game

    Rust 2

  4. brainfreak brainfreak Public

    yet another brainf*ck interpreter

    C