-
ortto-push-ios-sdk Public
Forked from autopilot3/ortto-push-ios-sdkSwift MIT License UpdatedApr 23, 2025 -
swifty-proteins Public
An iOS protein visualizer built with SceneKit and SwiftUI
Swift UpdatedJun 15, 2024 -
-
-
publish-to-git Public
Forked from Rush/publish-to-gitPublish private npm packages to Git repositories with npm publish semantics
JavaScript MIT License UpdatedMar 20, 2024 -
swifty-companion Public
A simple iOS app allowing 42 students to access and view fellow students' profiles
-
ft-hangouts Public
A React Native mobile app that helps you manage your contacts and send/receive SMS
-
react-native-get-sms-android Public
Forked from briankabiro/react-native-get-sms-androidReact Native module to get messages on an Android device
-
dslr Public
Forked from mgkgng/dslrImplementation of a logistic regression algorithm to classify individuals in Hogwarts houses according to their characteristics.
Python UpdatedMay 10, 2023 -
multilayer-perceptron Public
A simple deep learning model to determine whether a tumor is malignant or benign.
Python UpdatedMay 10, 2023 -
ft-linear-regression Public
An implementation of a simple linear regression with a single feature.
Python UpdatedApr 14, 2023 -
ft-transcendence Public
An online Pong Game from scratch using NestJS and Svelte.
Svelte UpdatedApr 9, 2023 -
push-swap Public
My own algorithm to sort a list of integers in the most optimal way possible, with imposed constraints.
-
cub3d Public
Inspired by Wolfenstein 3D, this project is my first implementation of raycasting, a method to represent a coordinate array as a 3D map!
C UpdatedMar 24, 2023 -
ft-containers Public
My own implementation of containers in C++98: vector, stack, map.
C++ UpdatedMar 24, 2023 -
42-piscine-rankings Public
A little script to check rankings of 42 piscines according to different criteria.
-
webserv Public
A C++ implementation of a web server using I/O multiplexing to handle HTTP requests.
C++ UpdatedMar 24, 2023 -
push-swap-tester Public
This little tester allows you to know if your program sorts numbers correctly, and much more!