StudyMate
by Mart (SwiftDust)
A cute pomodoro timer browser extension!
Kura
by kuratus89
Kura is a statically typed , bytecode compiled scripting language written in C. It has hand written scanner , tokenizer , a custom made binary tree expression compiler and a stack based virtual machine.
🎫 Golden ticket winner!
Kura
by kuratus89
Kura is a statically typed , bytecode compiled scripting language written in C. It has hand written scanner , tokenizer , a custom made binary tree expression compiler and a stack based virtual machine.
🎫 Golden ticket winner!
Time.Guard
by Gunjit Gyawali
A Chrome extension that shows how much time you’re spending on websites. In short, Wakatime for the browser.
Swimpal
by Rez
My simple but yet not so much NixOS rice.
CHANNELBLAM
by sahil
BLAM channels (no admin required, only channel manager!): - allow only IDVed members to discuss, - add custom slowmodes to your channel (10 seconds? a minute? you've got it!) - blam individual users - enforce positivity TBD: - BLAM mode readonly/kick (it's implemented, just gotta add a command) - control threadlocking independently (allow threads, but no top-level conversation) hey reviewer! :hyper-dino-wave: if possible, please ping me (@sahil) so I can demo everything - it's pretty hard to explain without it
🎫 Golden ticket winner!
Relation Calculator API
by Ahmed Farouk
An API made using python Fast API library that calculates the relation set including the domain, range, cartesian product, and also checking if a relation is a function.
Sentience
by oneonealex
Preface/Disclaimer: I'm submitting/shipping the initial version with a few features not implemented yet (there are some unused database tables in the unidb database), because I want to secure my spot at The Game™ in NYC. Once the project is completely done, I'll reship. This is a bot that monitors all messages on a discord server and processes them (extracting users' skills, emotions, and general knowledge about them (called 'facts' in the db)). The code Architecture looks like this: 1. Ingress bot: Pulls all messages from a discord server: Code lives at https://github.com/Creative-Difficulty/sentience-workers/tree/main/ingest-vestibule-retriever 2. Backend: Multiple microservices (currently "fact-extractor" and "topic-sorter", all microservices are also in the sentience-workers repo) each analyze the messages using LLMs and extract facts, activites and emotions, and sort them into topics. They then insert that data into the same database where the ingested discord messages are stored: unidb. 4. Sentience-Dashboard: A website that pulls from the database for cool visualizations and a dashboard of user information and LLM-inferred connections and facts, activities, detected emotions, and messages sorted into topics. There is also an S3 bucket used for storing message attachments, custom emojis and stickers. The unidb repo lives at https://github.com/Vimothy-s-Vestibule/unidb-schema and holds the postgres database schema and rust models that are used to store everything the bot collects and everything the processing microservices extract and infer from that. The project is dockerized, so it can be ran on one's own machine without much setup Note that there are some references to the word vestibule in numerous places in the project, this is because the discord server for which it was originally developed is called "The Vestibule" (there is no demo URL, since its a discord bot with a fancy AI analysis backend but there are setup instructions in the readme :))
🎫 Golden ticket winner!
FormBridge
by Robert
A small server that bridges form submissions to your destination of choice (email for now).
🎫 Golden ticket winner!
MathLock
by Gunjit Gyawali
A Chrome extension that makes you solve a math problem before you can go waste hours online. Note: If you solve a question and reload the website, it won't give you a new question cuz upto 10 min you are open.
Relation Calculator API
by Ahmed Farouk
An API made using python Fast API library that calculates the relation set including the domain, range, cartesian product, and also checking if a relation is a function.
ApolOS
by ValyMnD
A 32-bit x86 operating system designed for NASA mission monitoring.
discfm
by Paul
display the song you're currently listening to (from lastfm) on your discord profile. This uses discord's whitelisted headless-client api (by borrowing premid's app id) so you don't have to run a program on your device.
🎫 Golden ticket winner!
Liveify
by ved patel
Convert studio-recorded songs into live “performed” versions, adding crowd cheering and natural speaker distortion, similar to The Weeknd’s Live at SoFi Stadium album. FYI: instructions on how to test Liveify are in the docs
NeoXalle Firmware
by reki
The Firmware controlling both the Master in my NeoXalle project as well as the 4 slaves. Divided into 4 different files in repository to work on Battery management code Slave Code Master Code Acelerometer Tests
🎫 Golden ticket winner!
Nexus
by rx76d
Nexus helps you manage your emails keep track of which email you’re using for which services and securely store your passwords locally.
Pomodoro Discord Bot
by Sushmita
Pomodoro study bot, but on Discord! Get study reminders to take a break.
Adapt Events API
by Ahmed Farouk
an API made using python FastAPI library that shows a Nonprofit named Adapt current events (HCTG is an Example) , good example by the way!