Git Product home page Git Product logo


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.

lilevil's Projects

discordia icon discordia

Discord API library written in Lua for the Luvit runtime environment

lovit icon lovit

love2d + luvit ? yes can do

luv icon luv

Bare libuv bindings for lua

msgpack icon msgpack

Luajit implementation of msgpack format

snake.c icon snake.c

a little snake game in the terminal

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.