KeithBrown7526
KeithBrown7526
PDProgram Dream
Created by KeithBrown7526 on 6/11/2024 in #🔨┃dev-logs
ZUID
ZUID is a project I released in early May for creating UUIDs in Zig. Roughly 1 week later, RFC 9562 was released making RFC 4122 obsolete. I will be adding a version 2 to support RFC 9562 in the coming days. Until then, you can look at the project here
3 replies
PDProgram Dream
Created by KeithBrown7526 on 6/8/2024 in #🔨┃dev-logs
emnist
I am working on writing a ANN in python that parses the emnist dataset. Information about the dataset can be found here
6 replies
PDProgram Dream
Created by KeithBrown7526 on 5/3/2024 in #📦┃project-showcase
ZUID
zuid is a RFC-4122 complient UUID library for Zig. It includes UUID creation for v1, v3, v4, and v5, converting UUIDs to strings, 128-bit integes, and byte arrays. It also supports creating a UUID from a string. https://github.com/KeithBrown39423/zuid
4 replies
PDProgram Dream
Created by KeithBrown7526 on 4/18/2024 in #🔨┃dev-logs
MyHealth
MyHealth will be a health app for Android and iOS. It combines features of already existing apps into one, easy-to-use source. Features will include nutrition tracking, medication tracking and reminders, health appointments, menstrual cycle tracker, physical measurements (weight, blood pressure, height), and much more. Feel free to leave any suggestions of features to add.
33 replies
PDProgram Dream
Created by KeithBrown7526 on 12/21/2023 in #🔨┃dev-logs
CryptOS
As much as I love the idea of CookieOS, i could never think of a practical purpose other than a small hobby project. I have now decided to give it a purpose, as well as a new name. CryptOS will be a small 64-bit operating system for executing various tasks in cryptography. This can include encryption/decryption, creation of random data (i.e. keys, numbers, passwords, etc), as well as many other possible uses.
5 replies
PDProgram Dream
Created by KeithBrown7526 on 10/13/2023 in #🔨┃dev-logs
Fantasy Game
Hello, I have decided to start the biggest project I've ever done. I'm am wanting to make a fantasy RPG, with similar aspects to DnD. I will have notes posted here https://keithbrown7526.notion.site/Fantasy-Game-Development-Notes-620e7d0d7863483d819d3a1c033435f6?pvs=4
6 replies
PDProgram Dream
Created by KeithBrown7526 on 8/21/2023 in #🔨┃dev-logs
YARM
No description
20 replies
PDProgram Dream
Created by KeithBrown7526 on 7/24/2023 in #🔨┃dev-logs
Hexdump
Repo: https://github.com/KeithBrown39423/Hexdump My hexdump program that I started like 2 years ago. I'm now starting to add a lot of new features with some help from @earth's bird
319 replies
PDProgram Dream
Created by KeithBrown7526 on 7/17/2023 in #📦┃project-showcase
Star Rating Image Generator
I was working on an Instagram post and needed some star rating images (i.e., 5 stars, 4 stars, etc.) I couldn't easily find a website that created such an image, so I made one myself. The style of the page can you use some work, however, it as some features. Features - Color changing of the stars (both filled and not filled - Slider for rating count (0.5 step) - Download links for an SVG file and PNG file https://www.keithbrown.dev/projects/starratinggenerator
4 replies
PDProgram Dream
Created by KeithBrown7526 on 2/25/2023 in #💬┃forum
(enter language here) to exe
Do people not realize that when they convert a python or js or Java file to exe, they're really just bundling a runtime and the code all into one?
5 replies
PDProgram Dream
Created by KeithBrown7526 on 2/13/2023 in #📦┃project-showcase
Hexdump
I recently finished the most ambitious project I have ever done. This project started way back in 2021 as a simple implementation of a hexdump in C#. I decided to take the project one step further and create it in C. I didn't know a single bit of C, so I learned. I later went and re-wrote the code in C++ and have now created the best bit of software I have ever written. https://github.com/KeithBrown39423/Hexdump
1 replies
PDProgram Dream
Created by KeithBrown7526 on 10/18/2022 in #💬┃forum
Programming Project Idea Tuesday
Every Tuesday I am going to post a programming project idea. Today, a graphing calculator. Suggested implementation: HTML with JavaScript Minimum Requirements: A Graph that can be accurately drawn A Input line for equation
2 replies