Skip to content
View Thomas-SBE's full-sized avatar
👋
👋

Highlights

  • Pro

Block or report Thomas-SBE

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

Currently at the Université d'Orléans in France, studying software engineering at different levels. Here you'll find some of the projects I made either alone or in groups, some personnal projects and others during my courses. I range from languages like C/C++ to higher level programming like Python or Node.JS, within this spectrum there are also some more web-oriented languages and frameworks, HTML/CSS/JS but also Angular.

    Highlighted Projects

A real-time conversation application made in Flutter that can be deployed on Android, Windows and Web with a fully Dockerized back-end.


 

Language and compiler of a programming language I created called SimpleScript Language (aka. SSL) which can be compiled to MIPS32 Assembly language and executed.


 

Usage of convolution matrices for image processing in different fields: grayscale for esthetics and edge detection. Made in C++ with the help of CUDA Toolkit and NVCC. Also it's got benchmark results for different optimizations.


 

Reproduction of the famous videogame Tetris, where you can make bricks fall and need to survive the longest. This Android app. is based on OpenGLES which is the Embedded Systems version of the Graphics Library.


 

See more projects...

    Contact me !

Pinned Loading

  1. cuda-convolutions cuda-convolutions Public

    Projet 2023 Programmation Graphique - Application de matrices de convolution sur des images.

    Cuda

  2. flutter-realtime-chat flutter-realtime-chat Public

    Dart

  3. opengles-tetris opengles-tetris Public

    Java

  4. simple-script simple-script Public

    📦 Langage et compilateur d'un langage de programmation nommé SimpleScriptLanguage (aka. SSL), inspiré par le langage TypeScript et transcompilé pour l'execution sur MIPS32.

    Java