Skip to content
View Juknum's full-sized avatar
:shipit:
:shipit:

Highlights

  • Pro

Organizations

@ae-utbm @Faithful3D @faithful-mods
Block or Report

Block or report Juknum

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

Hello There

Twitter  Instagram  LinkedIn  Discord  Paypal 


I am currently studying Computer Science Engineering at University of Technology of Belfort-Montbéliard in France 🇫🇷, and I lend a helping hand in developing all kinds of projects, whether it's a simple script or a much more complex entity!


Please 🌟 a repository if you find it interesting, at least your star could make someone's day.


Projects I'm working on

SoonTM

Projects I worked on

In charge of maintaining the association's website since September 2021, we decided to start a rewrite to make it more modern and easier to maintain, including a new API to manage the association's data and make it available to everyone within the association.

Website  API

UTBM's Studies Projects

As a student, I had to work on various projects, sometimes in coordination with other students, which you can find below. I have also made some side projects for myself and other students such as the LaTeX template for the internship report.


Piggy-Bank Kotlin SY43  —  Sim Power Java AP4B  —  Submarine IOT C++ AP4A  —  Directory Scanner C LP25  —  Multiples games in Unity C# LP2B  —  Ludo Board Java LP2A  —  Expert System C LO21  —  Belote Card Game C IFB

Being a developer since the early days of the project until June 2023, I have been assisting this well-known resource pack in meeting its diverse and varied needs. Including creating the website, a web application, a Discord bot, and an API to integrate everything seamlessly.

Faithful

Activity

juknum

Heatmap since 27th April 2021


Thanks for Visiting!



Pinned

  1. UTBM-Internship-Report UTBM-Internship-Report Public template

    UTBM's Internship Report template written in LaTeX

    TeX 6 2

  2. ae-utbm/sith4 ae-utbm/sith4 Public

    🌍 Brand new website (under development)

    3

  3. Prototypes extension to the Object i... Prototypes extension to the Object interface
    1
    export {};
    2
    
                  
    3
    declare global {
    4
    	interface Object {
    5
    		/**
  4. Small Image to SVG Converter Small Image to SVG Converter
    1
    # 🖼️ Small image to SVG converter
    2
    
                  
    3
    ## 📕 Requirements
    4
    This program require `Python 3` and the `Pillow` module which you can install like so:
    5
    ```cmd