Skip to content
View lostsh's full-sized avatar
💾
Probably coding ...
💾
Probably coding ...
Block or Report

Block or report lostsh

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

my fun banner

Hi there 👋

  • 🔭 I’m currently working on my chair ... (on various projects, like the Self-e project).
  • 🌱 I’m currently learning lots of things ! stuff like some programming languages, or computer paradigms, practices or whatever
  • 💬 Ask me about whatever you want !
  • 👯 Studying at CY-Tech (ex EISTI)

About me

📝 I am a student in last year of computer engineering school.
💾 I have been passionate about computers for a long time, before knowing how to program I learned to repair 🛠️, assemble and install computers 🖥️, then came the code 👨‍💻 , and I really love it all 🫀.

I like computer projects, I am a big fan of Raspberry pi since the release of the 1B + model moreover I also particularly like Aduino

Languages I can probably do stuff in

  • C99 (Cpp ino)
  • Java
  • JS/HTML/CSS
  • PHP
  • Python (1.7/2.1/2.7/3)
  • Assembly
  • Bash
  • C# (OLEBD, LINQ, WINFORMS)
  • Go

Take a look at my Resume.

Some fun projects

Borne d'arcade Sunny OpenBoat
Sunny project website OpenBoat GitHub repo
arcade front sunny boat
arcade content making sunny radio control
arcade pi sunny solar detector making radio control
In 2016 I built my arcade machine, on which I love to play Pac-Man Sunny is a solar tracker project This is a good example of a handmade motor controller, plus I had to create my own bluetooth remote control, it works surprisingly well

Fun stats

lostsh language stats

lostsh GitHub stats

Completion of some projects

Perso Blog        ███████░░░░░░░░░░░░░░░░░░░░░░░    32%

Morpion           ██████████████████████████░░░░    87%

Sunny             █████████████████████████████░    97%
OpenBoat          ████████████████████░░░░░░░░░░    70%

Mail Client       ██████████████████░░░░░░░░░░░░    57%

Blog Editor JFX   ██████████░░░░░░░░░░░░░░░░░░░░    44%

SDL - Lib         ████░░░░░░░░░░░░░░░░░░░░░░░░░░    13%

Pinned

  1. sunny sunny Public

    website for the solar tracker sunny.

    HTML 1

  2. stickGame stickGame Public

    A tiny game on arduino with LCD Display (16*2)

    C++ 1 1

  3. linkeDisplay linkeDisplay Public

    Arduino based information display

    C++ 3 1

  4. more-pion more-pion Public

    Simple JS TIC-TAC-TOE game

    JavaScript 2

  5. [ARCHIVED] Cowsay in C99/C17 [ARCHIVED] Cowsay in C99/C17
    1
    #include <stdlib.h>
    2
    #include <stdio.h>
    3
    
                  
    4
    void showCow(int);
    5
    void showMessage(int, char**);
  6. mail-checker mail-checker Public

    Small bash script to check whether or not an email exist using telnet and dig

    Shell 1