Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by absurdprofit
A curated list of projects in awesome lists by absurdprofit .
https://github.com/absurdprofit/react-motion-router
Declarative routing library for React β with page transitions and animations out of the box. Under Development π§ͺ.
animation history navigation react route router routing shared-element shared-element-transition transition
Last synced: 19 Dec 2024
https://github.com/absurdprofit/web-gesture-events
A library that brings high-level asynchronous gesture events to the web by extending the standard addEventListener interface. βπΎπ±
gestures interactivity pwa swipe-gestures web
Last synced: 12 Dec 2024
https://github.com/absurdprofit/zxing-qr-reader
QR code reader based on ZXing C++ port by @nu-book compiled to wasm.
qrcode typescript wasm webrtc zxing
Last synced: 12 Dec 2024
https://github.com/absurdprofit/krypton
The Krypton Project (Web Development Framework)
Last synced: 12 Dec 2024
https://github.com/absurdprofit/c-array-wrapper
Wrapper class for integer array. Laughably inefficient, tried to store 685, 684 characters in Array<char> object, took 1+GB of memory and ~14s before program issued exception :( . Suspected culprit exorbitant misuse of call to new. The code itself is probably filled with malpractice but that's all apart of learning right? :)
Last synced: 12 Dec 2024
https://github.com/absurdprofit/cra-issue
Minimal Reproducible Demo of Create React App Issue #12287
Last synced: 12 Dec 2024
https://github.com/absurdprofit/multiuse-spider
A scraping algorithm that extracts all tags from a website and organizes the tags and their attributes in a dictionary. The implementation is written in python, long, repetitive, inefficient and could be done better but it does the job quite well in a short amount of time and works with any website it can get through to. Enjoy :)
Last synced: 12 Dec 2024
https://github.com/absurdprofit/trie-data-structure
Trie data structure implemented in python. A class TrieNode is created which has methods add, to add words to the trie and find to find words in a trie. Find returns a boolean to indicate if the word was found in its entirety or not, the index of the last character found in the word, the unique value given to the trie node and the last trie node object found.
Last synced: 12 Dec 2024
https://github.com/absurdprofit/snake_remastered
Snake game in C++ using ASCII characters. Status unfinished as it was just a learning project.
Last synced: 12 Dec 2024
https://github.com/absurdprofit/terminalengine
Console Ascii Game Engine in C++
Last synced: 12 Dec 2024
https://github.com/absurdprofit/oocd.c
An ugly example of what can loosely be called object oriented programming in C. I'm a junior dev so don't roast me XD. Purpose of the code is to shorten file I/O process in C, taking an object oriented approach. A struct object is created, a file pointer is also created. Pointer to struct is passed to open function, which also takes file path and I/O method as strings. Method read is used to read contents of the entire file and return the entire file as a string. Methods are created by using pointers to functions and assigning them as members of the struct. Code is essentially an implementation of a python like file object in C. It was fun to develop even though it's not that great a solution and likely breaks on anything that is not DevC++. :)
Last synced: 12 Dec 2024
https://github.com/absurdprofit/docker-flask-skeleton
Skeleton for Load Balanced Flask App
Last synced: 12 Dec 2024
https://github.com/absurdprofit/chat-server
Chat server to host chat microserver for https://nxte.tech
Last synced: 12 Dec 2024
https://github.com/absurdprofit/dl-u-tube-web
Another YouTube downloader Client π». β Under Development π§ͺ.
Last synced: 12 Dec 2024
https://github.com/absurdprofit/face-detector
Face detector primitive derived from tensorflowjs
ai face-detection ml tensorflowjs
Last synced: 05 Dec 2024