AditBajaj

AditBajaj

0-day streak
github emoji
summer-of-making emoji
github emoji
summer-of-making emoji
summer-of-making emoji
c emoji
github emoji
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/4b16acee-f954-4f69-be5d-266be5ff5123-e2a22e27-1c74-46d5-8bdb-78e1ee5f64d6.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/fae3b2e5-74f9-469a-912c-5305ef23fd60-988a0f3b-ad6e-46f9-8f85-11ad923c2719.png
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2f044574-3e89-4282-8194-a1cd8fe74b13-img_0238.png
summer-of-making emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/bd8e3d8f-5420-4db9-8342-261a93621835-2d0ff6a5-20fe-41c0-aa9b-ed59df95a749.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/ed4640d6-3d15-4eff-9d24-e2dd6e6c54e5-a7bfe792-c243-42de-ba9c-0bc8babae571.png
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/fa2e0886-7f0a-42e5-a403-a2598c286f83-image.png
github emoji
summer-of-making emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/cb75adf6-9553-4d2f-89d8-97e583279818-a0a6a0a7-47d4-47df-8bbc-5132e36e40d6.png
github emoji
slack emoji
summer-of-making emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/31dd777f-754e-4968-9e43-e6ce50c16e0a-image.png
rustlang emoji
summer-of-making emoji
#C06SBHMQU8G| added many, many more demonstrations of data structures. The ones I remember are: • stack • queue • Binary Search Tree • Depth First Search (kinda AI) • Breadth First Search (kinda AI) • Doubly Linked List • Min/Max Heap Tree • Trie (storing words in a Binary Tree form) • Hash Map It's quite hard making things in C! GitHub: github.com/intercepted16/structure-walker/tree/dev
https://scrapbook-into-the-redwoods.s3.amazonaws.com/7c9a9fa6-f825-46d5-9181-14e6af20f594-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/c11c7265-1425-4d86-9d46-0604863ba7b5-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/437cc9d2-f0f2-4bdf-9c7c-a933f0ea6339-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/6470672f-eeb4-46df-ba22-2bc254702290-image.png
c emoji
summer-of-making emoji
#C06SBHMQU8G| began implementing an interactive data structure program. It teaches you about data structures. The CLI part is handled by Go, and it calls C functions. The data structures are implemented in C. I just have to say.. Go is AMAZING for CLI apps. It's beautiful. GitHub: github.com/intercepted16/structure-walker
https://scrapbook-into-the-redwoods.s3.amazonaws.com/17b99772-9b21-4cd3-8637-e01bd7af5ba1-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ea255714-818b-4db8-8312-4df5bc304070-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/1725efae-37bf-4689-8f4f-bb022314bdbb-image.png
c emoji
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/a7129d90-986d-4de0-9082-0438e69266e2-b2e2c5b5-1ba0-4a3f-b5e7-fd8b5c69bc6c.png
summer-of-making emoji
svelte emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3eca7764-b6d8-4b46-a88d-182ab99ad9ac-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/3879dfe7-a9f9-44d2-b681-1ec57c268e33-image.png
summer-of-making emoji
#arcade began implementing a mock Slack Client for Python. Not a cool project, but a really useful one for one of my other projects. I decided to make it a separate repository, so that when it's complete, anyone can use it anywhere. (No actual screenshots because it's not a program) (I feel like this won't count as 'experience-able' but it does go towards an 'experience-able' project I'm working on.. so, maybe count it?) GitHub: github.com/intercepted16/mlack/tree/dev
https://scrapbook-into-the-redwoods.s3.amazonaws.com/16640872-c725-4b15-8fcd-cea625c432d8-image.png
summer-of-making emoji
cooll-dino emoji
github emoji
slack emoji
python emoji
#arcade fixed a lot of bugs, refactored majorly, major performance improvements, and began implementing Slack thread support for my Slack Native app. (Performance improvements are not visual so I displayed the logging of lazy loading to the left) (Also a new bug just appeared randomly so I cannot show the WIP thread support and everything properly) GitHub: github.com/intercepted16/slack-native/tree/dev
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5b470b60-899a-4eb0-886b-5ecddbfd2486-image.png
#arcade added lots of missing features to my Slack Native app, a client for Slack written in PySide6 (a Python wrapper on Qt) • profile picture support • user information support (who sent the message) • not visible, though refactoring and performance improvements included • also not visible, but setup local mock environment Github: github.com/intercepted16/slack-native/tree/dev Example uses the mock API
https://scrapbook-into-the-redwoods.s3.amazonaws.com/5860dac1-d96e-45c5-87cd-455649f2c092-image.pnghttps://scrapbook-into-the-redwoods.s3.us-east-1.amazonaws.com/b0db0f29-73d8-4bf7-95ca-5a1854585b21-c21cebdc-4a9a-4cf8-b885-2846891fa5c0.png
#arcade Implemented some functionality for a Slack Native app, written in PySide6 (an official Python wrapper for the Qt C++ GUI framework). It is still in very, very early phrases. No commits have been pushed to master, so if you're checking it out, look at the dev branch. Supported features: • rendering of messages (dynamically fetching new messages when they arrive is WIP, mainly because I can't test it unless I actually enable it for this Slack which has like a million messages per second), no thread display or user information, and some special syntax doesn't work, like code blocks • sending simple messages (no emoji support yet, haven't tested special syntax but theoretically most should work?) • the best feature: only 90MB of RAM! Note: currently you can also only use one Slack workspace and you have to entire your own keys in a .env file yourself, also some URLs and keys and hardcoded to the Hack Club workspace. It will be gone eventually, but currently it's still there. GitHub: github.com/intercepted16/slack-native
https://scrapbook-into-the-redwoods.s3.amazonaws.com/3ab6f13a-3676-4771-8ea2-bf841651cc56-image.png
c emoji
summer-of-making emoji
goose-honk-technologist emoji
python emoji
github emoji
slack emoji
#arcade Added scheduled clean-up, system tray & start-up functionality for my Golang Downloads folder organizer. It uses regex patterns, a delete flag, and a destination folder to specify how to organize the Downloads folder. GitHub: github.com/intercepted16/CleanDL
https://scrapbook-into-the-redwoods.s3.amazonaws.com/c0fe8a84-f760-429b-b369-952dee68938d-image.png
summer-of-making emoji
github emoji
gopher emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e4ea2f76-276f-479a-b808-53ca459e4aa2-image.png
summer-of-making emoji
svelte emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/2cfe5f6a-a0e2-4596-abdc-cf7f38254a29-image.png
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/14c3a2c2-e1c6-4212-b4c6-c90055396a68-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/276ec0b5-9c6b-41da-9aaa-62b5fc1ae03e-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/4bac270a-8c51-4188-905b-39f941b616b8-image.png
summer-of-making emoji
gopher emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/493fe255-aff7-4985-a83d-0fb471aa89ec-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/42a98bed-10e5-452f-bf7d-dd6854fc4488-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/01c9b796-f0e1-405a-9337-880acf667243-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/f68c4bd3-5253-475f-9d56-9d26cdd595ed-image.png
summer-of-making emoji
gopher emoji
github emoji
#arcade made a simple Golang CLI app using regex & simple matching patterns to clean-up your Downloads folder more features are coming, this is just a simple implementation; maybe a file watcher, scheduled task? GitHub: github.com/intercepted16/CleanDL
https://scrapbook-into-the-redwoods.s3.amazonaws.com/eacc84a6-eda2-421d-9321-b0938147d200-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/118cd01d-9159-48f8-b4a0-02d39997523c-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/ccbe5bdc-2ba1-4a88-9280-24feabfef7df-image.png
gopher emoji
github emoji
summer-of-making emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/43bdb11a-ecc3-4867-b3a7-b4ee438b3d03-image.png
summer-of-making emoji
github emoji
https://scrapbook-into-the-redwoods.s3.amazonaws.com/579f4eab-4b0e-41f0-95ef-adec0380eb39-image.png