Skip to content
View Yoris1's full-sized avatar
๐Ÿ“
:p
๐Ÿ“
:p

Block or report Yoris1

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

My name is Joris ๐Ÿ‘‹

โŒจ๏ธ I've been programming for over 6 years
๐Ÿ“ซ You can reach me here on github, or by the email [email protected]
๐ŸŒฑ Iโ€™m currently learning GO

Skills

  • ๐Ÿ’ฝ Linux sysadmin
  • ๐ŸŒ Basic network engineering
  • ๐Ÿ•น๏ธ Game Dev with unity
  • ๐ŸŽฎ Game engine development
  • ๐Ÿ•ธ๏ธ Server-side programming
  • ๐Ÿ”‹ Shell scripting
  • โœจ Bot development
  • ๐Ÿค– Arduino&ESP8266 home automation

I know how to program in

  • C++
  • Lua
  • JavaScript
  • TypeScript
  • PHP
  • Python
  • Java
  • C#
  • C
  • GLSL

Stats

Top Langs

Pinned Loading

  1. cowordle cowordle Public

    JavaScript

  2. OneHourGameJam/OneHourGameJam OneHourGameJam/OneHourGameJam Public

    One Hour Game Jam website

    PHP 31 20

  3. dotfiles-desktop dotfiles-desktop Public

    My (Yoris') personal dotfiles. Managed with GNU Stow

    Shell

  4. SDLManager - a simple header-only li... SDLManager - a simple header-only library for creating SDL2 windows with render contexts
    1
    #pragma once
    2
    #include <SDL2/SDL.h>
    3
    // sdl manager lib
    4
    SDL_Renderer *_SDLM_renderer;
    5
    SDL_Texture *_SDLM_texture;