Skip to content
View Inkflow59's full-sized avatar
🖥️
In internship
🖥️
In internship
  • Armentières, France (Métropole Européenne de Lille)
  • 00:20 (UTC +02:00)

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.

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

Salut, moi c'est Inkflow ! 👋

Github Trophies

  • 💻 Développeur web, mobile et de jeu vidéo indépendant
  • 👑 Fondateur et président de la HoS Team (depuis juin 2023)
  • 🎂 Né en 2003 (20 ans)
  • 🎓 En cours de formation : BTS SIO, spécialisation Solutions Logicielles et Applications Métiers

Mes technologies préférées 🖥️

Logos des technologies utilisées

Clickteam Fusion 2.5 (MFA) HTML CSS JavaScript TypeScript PHP MySQL SQLite Java Python

Cliquez sur les logos pour plus d'informations !



Nom des technologies utilisées

Clickteam Fusion (v2.5)


HyperText Markup Language (v5)


Cascade Style Sheets (v3)


JavaScript


TypeScript (JavaScript typé)


PHP Hypertext Preprocessor


MySQL (SQL DBMS)


SQLite (SQL Engine)


Java


Python

Ce que j'écoute en ce moment 🎶

Mes statistiques Github 📊

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

Mes projets principaux 👨‍💻

CreaSQL - (Work in progress)

Mailforce - (Work in progress)

PortInkFolio - (En cours depuis le 19 septembre 2023)

RolePlay Game: Character Creator (Android, iOS, Windows) - (En cours depuis le 3 février 2022)

HoS Website - (En cours depuis le 9 janvier 2024)

Heroes of Songs : J.V - (Version actuelle : v0.3.0)

Mysterious Bot: Reinitialized - (Work in progress)

Pour me contacter 📧

Mon profil Discord Mon adresse e-mail

Let's code !

// Language : TypeScript
const name :string = "Tom";
const pseudo :string = "Inkflow";
var age :number = 20;

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"]
    ];

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

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

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

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

Pinned Loading

  1. PortInkFolio PortInkFolio Public

    Portfolio sur le thème de Windows XP codé en HTML, JSS et MFA, disponible également en exécutable Windows

    JavaScript 1

  2. RPGCC-Rebirth RPGCC-Rebirth Public

    An Android, iOS, Windows application and software that generate randomly a RPG character by choosing a category of roleplay. This is the revamp of a project with the same name.

    Java