Pinned Repositories
4at
Simple Multi-User Chat
amberol
fork from https://gitlab.gnome.org/World/amberol
clack
Effortlessly build beautiful command-line apps
clack-wrapper
this is a wrapper for @clack/prompts
code-racer
csv-to-sql-insert
Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
electron-react-typescript-tailwind-starter
Ready-to-use project template for building cross-platform desktop applications with Electron, React, TypeScript, and Tailwind CSS.
hello-open-source
🖐️ A repository to learn about open source code contributions flow
object
The code snippet provides utility functions for manipulating and transforming JavaScript objects, including getting and setting values by path, converting objects to form data, cloning objects, updating objects, and deleting attributes by path.
string
this is a collection of functions that makes some string functions for you.
soufianeouk's Repositories
soufianeouk/4at
Simple Multi-User Chat
soufianeouk/amberol
fork from https://gitlab.gnome.org/World/amberol
soufianeouk/clack
Effortlessly build beautiful command-line apps
soufianeouk/clack-wrapper
this is a wrapper for @clack/prompts
soufianeouk/code-racer
soufianeouk/csv-to-sql-insert
Provide table data as a CSV (comma-separated values) file and output a SQL insert statement for a table with the same name as the file.
soufianeouk/electron-react-typescript-tailwind-starter
Ready-to-use project template for building cross-platform desktop applications with Electron, React, TypeScript, and Tailwind CSS.
soufianeouk/hello-open-source
🖐️ A repository to learn about open source code contributions flow
soufianeouk/object
The code snippet provides utility functions for manipulating and transforming JavaScript objects, including getting and setting values by path, converting objects to form data, cloning objects, updating objects, and deleting attributes by path.
soufianeouk/string
this is a collection of functions that makes some string functions for you.
soufianeouk/multiplayer-game-prototype
Proof-of-concept of a Simple Multiplayer Game
soufianeouk/raycasting
My take on Raycasting inspired by Lode's Computer Graphics Tutorial