Skip to content
View Inkflow59's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Armentières, France (European Metropolis of Lille)
  • 21:28 (UTC +01:00)

Highlights

  • Pro

Organizations

@HoSTeamGames

Block or report Inkflow59

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Inkflow59/README.md

Hi, I'm Inkflow! 👋

Github Trophies

  • 💻 Web, mobile, software and indie game developer
  • 👑 Founder and president of HoS Team (since June 2023)
  • 🎂 Born in 2003 (22 years old)
  • 📜 Associate's degree in Computer Science in web and software development
  • 🎓 Currently studying: Bachelor’s degree in Software and Web Development (3-years)

My technologies used 🖥️

What I'm currently listening to 🎶

My GitHub statistics 📊

Inkflow59's Top Languages
Inkflow59's GitHub Stats
Inkflow59's Streak

My main projects 👨‍💻

PortInkFolio - (In progress since September 19, 2023)

RolePlay Game: Character Creator (Android, iOS, Windows) - (In progress since February 3, 2022)

HoS Website - (In progress since January 9, 2024)

SQLGenix - (PHP library ready to use now)

My video games 🎮

Heroes of Songs : J.V - (Current version: v0.3.0)

Mysterious Bot: Reinitialized - (Work in progress, but paused)

Relics of Sokal: The Divine Call - (Work in progress)

To contact me 📧

My Discord profile My email address

Let's code !

// Language : TypeScript
const nom :string = "Tom";
const pseudo :string = "Inkflow";
var age :number = 22;

function languagesMastered() :string[] {
    var masteredTechnos :string[] = [
        "Clickteam Fusion",
        "HTML5",
        "CSS3",
        "JavaScript",
        "TypeScript",
        "PHP",
        "MySQL",
        "SQLite",
        "Java",
        "Python"
    ];
    return masteredTechnos;
}

var hosTeam :boolean = true
function isOrganizationPresident(hosTeam :boolean) :boolean {
    if (hosTeam==true) {
        return true;
    }   else {
        return false;
    }
}

function currentStatus() :string[] {
    var formations :any[] = [
        ["2023 - 2025",
        "BTS SIO (SLAM)",
        "Gaston Berger"],
        ["2025 - 2028",
        "Mastère Développeur Fullstack",
        "Ynov Campus Lille"]
    ];

    var workplace :any[] = [
        "Student"
    ];

    if(workplace[0]=="Student") {
        return formations;
    }   else {
        return workplace;
    }
}

function currentProjects() :any[] {
    var projects :any[] = [
        "PortInkFolio",
        "RolePlay Game: Character Creator",
        "HoS Website",
        "Heroes of Songs : J.V",
        "Mysterious Bot: Reinitialized",
        "Relics of Sokal: The Divine Call",
        "SQLGenix"
    ];
    return projects;
}

languagesMastered();
isOrganizationPresident(hosTeam);
currentStatus();
currentProjects();
Copyright (C) 2025 - Made with love
Inkflow

Pinned Loading

  1. SQLGenix SQLGenix Public

    A PHP library that let you build easily your SQL queries to build your dynamics websites easier, enabling performance and efficiency for your interactions with your databases

    PHP

  2. InkDownloader InkDownloader Public

    A simple and intuitive tool for downloading YouTube videos and extracting audio with a user-friendly graphical interface.

    Python

  3. WakeMeUp WakeMeUp Public

    A mobile app that lets you rest on public transport without missing your stop! Set your GPS alarm and let yourself be lulled until your arrival.

    Kotlin

  4. PyWordExplorer PyWordExplorer Public

    A small Python game that randomly generates word searches, with level progression and local saving.

    Python