Giter VIP home page Giter VIP logo

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

Inkflow's Projects

indiegameforge icon indiegameforge

Projet de site, développé pour les études, peut-être futur projet, première utilisation de Tailwind CSS

ipjava icon ipjava

Un simple package permettant de réaliser de simples opérations sur des adresses IPs en Java

jokegyver-ios icon jokegyver-ios

A free iOS version of the Android app "JokeGyver". JokeGyver is an app that turns your shitty jokes into a masterclass

mettaton2.0 icon mettaton2.0

A true fight for Mettaton NEO coded in LUA with Unitale. Original files by blushiemagic, spellchecking by HDMDraw

portinkfolio icon portinkfolio

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

rpgcc-rebirth icon rpgcc-rebirth

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.