• Stars
    star
    1
  • Language
    C
  • Created 7 months ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

POSIX Threads Implementations of two CPU C function task schedulers (LIFO and Work Stealing) in C. Includes benchmarks, tests, and a beautiful parallel Mandelbrot Fractal Displayer which uses the Work Stealing Scheduler.

More Repositories

1

Discoodle

A Discord implementation. Includes video / voice chat, servers, channels, permissions etc... HTML / CSS / JAVASCRIPT / NODEJS / SOCKET.IO
HTML
6
star
2

KBot

A discord bot for Kaizen. Uses Discord.js, Google-Spreadsheet and Node Js to track any cryptocurrency token from kalpha.fi
JavaScript
5
star
3

BaptisteBot

A fun discord bot.
TypeScript
3
star
4

visulog

A visual git repository analyzer. Will analyze any repo given and display beautiful graphs using CanvaJS. (Number of commits, percentage of commits per person, number of branches, number of commits per branch, who worked the most on the project etc)
Java
3
star
5

Fractaly

A Java Multithreaded software to compute and display fractals. Multithreads (ForkJoinPool), complete API (change color, change width/height, custom Julia functions, choose number of iterations, Mandelbrot etc...)
Java
3
star
6

DPLL-SAT-Solver

An OCAML recursive DPLL SAT solver. Will parse a DIMACS cnf file and check if the formula is satisfiable.
OCaml
3
star
7

messages-clone

A small iOS messages implementation. Node Js, Express, Socket.io, React Js. Send WebSocket group messages between users instantly. Interface a lot like messages on iOS.
JavaScript
3
star
8

MaxInt-Protocol

MaxInt protocol socket programming in C with parallelism (Posix Threads)
C
2
star
9

PathfindR-Backend

Backend for the PathfindR app, a Google Maps / Citymapper alternative with similar efficiency. Works on the IDFM (Ile de France Mobilités) CSV format. Written using Java, using Spring for the REST API.
Java
2
star
10

Polish-Lang

An OCaml implementation of a programming language. Built-in static analysis and simplification (signs and constants propagation, uninitialized variables, division by 0 etc...)
OCaml
2
star
11

OCaml-Invariants-Synthesis

Convert code into smt2 invariant synthesis code.
OCaml
2
star
12

AnimalRescueUP

A simple game written in Java. Follows MVC convention. It's a clone of Pet Rescue's main mechanic (recursive destroy same colored blocks and move everything to the left to save pets).
Java
2
star
13

EAN13-Barcode-Generator

A barcode interpreter / creater.
JavaScript
2
star
14

Code-Challenges

2
star
15

FlashCards

A flashcards quiz game with top notch cybersecurity. Will you succeed in all of them ? Written in Object Oriented Php, with a ton of features.
PHP
2
star
16

Big-Boo-Haunt

A C/Java multithreaded multiplayer game. TCP UDP Multicast. Server in C, Client in Java. Respects a specific protocol for requests.
C
2
star
17

Cron-Daemon-Clone

A cron clone implementation written in C. POSIX Compliant. Works with FIFOs. Multi processes handling, date time, add - remove tasks, tasks runtime, exitcode, etc...
C
2
star
18

0xRyN.github.io

For hosting
JavaScript
2
star
19

SmartBoard

A fully featured browser Canvas2D whiteboard (like Miro) with smart features (shape detection with a state of the art AI CNN model, size and rotation detection using PCA, anchor and shape linking, line straightness detector etc...). Featuring many editing tools. Contains the AI (TensorFlow), the Websocket Server (Python WS) and the Frontend (TS)
TypeScript
1
star
20

PeppePizza

A webapp for Pizza ordering, customization and delivery. Uses Express and EJS for the front. Built with Postgres SQL Database.
JavaScript
1
star
21

PathfindR-Frontend

Frontend for the PathfindR app, a Google Maps / Citymapper alternative with similar efficiency. Works on the IDFM (Ile de France Mobilités) CSV format. Written in React Typescript. Responsive, clean, custom components and powered by Mantine.
TypeScript
1
star
22

Board-Games

Representation of multiple Board Games in C++ (including Checkers)
C++
1
star
23

FileXplorer

A Java Swing file explorer. Featuring multi level exploration, search, file previews, image previews, favorites, config, renaming - changing permissions - deleting - moving files.
Java
1
star
24

Smart-BrainFuck-Interpreter

A smart brainfuck interpreter written in OCaml. O(n) complexity, only iterate on the program once using a x86 like stack to remember jump addresses instead of rewinding. Written in 2h40m as a challenge.
OCaml
1
star
25

Learnly

A Jetpack Compose mobile quizz app.
Kotlin
1
star