@BoopBoo2Here I am again with another entry, I worked on designing a flowchart and the system for the login. I think the chart can explain it's self, but it has a little bit on onboarding, and starts to introduce user sessions, caches and verifying GitHub Application Authentication.
@ascpixi0LFOs are done!!! and so is value-to-node graph traversal! fancy! :yay:@Sudarshan1expenditure by date graph and search expenses by daterange functionality completed
@FelixGao0did some work on the websocket and working that into the bot :yay: take a look for more at #C07R889PURK| btw (shameless plug)
nothing too much to show but checkout a flow chart planner type thing to map out the work I'm doing/did and some UI already done :D
@Neon0Today i deployed hackclub-neighbors.vercel.app which is a graph map thingy of all the personal channels who consented to letting me map there neighbors (and the neighbors of consented channels).
@Bai0Working on a multivariate linear regression algorithm without sklearn. Will add a graph of the data next.
@Soham0i made the snellen chart (SneilN) website neater and made an icon for it too!
@Volkov0doing some physics demo, hiding jumps at graph edges under opacity lol (and it will look nicer like that anyways once i do the styling)
@ŠtěpánŠebestian0It ain't much, it ain't pretty, but it's mine. I just started making a new personal website so I have somewhere to post write-ups about the other projects I hope to make soon.
This is the landing page, which will on the left have this bit of text about me, and on the right, I will have some stats pulled from projects on my GitHub, status of all my hosted services and, in the future, an activity chart from my next project. On scroll, there will be my current top 4 projects, and then my blog.
So far, I started with this page. I will make the stats charts and template for the project showcase tommorow.
@Soham0made a snellen chart website using html and css!
@ActuallyMed0tried to set up chart.js for another project.....seems fine i guess@Gus1This morning I felt bad about skimping out on low skies & having a weak GitHub graph, so I made the plan to make a project every day for the next week. This evening, I realized that this is possibly the worst week I could have picked in at least the surrounding 3 months. I still managed to make some good progress on a fun little idea, so here it is:
I was inspired by Club Fair Attention Monopoly to make Fortune Phone (better name pending): A little website for club fairs, where when you text the phone number on screen, the last four digits of your phone number appear along with an ominous fortune generated by AI. So far, I've written pretty much all of the UI, but I've been staring at the screen so long I can't tell if it looks good or not. I genuinely think I spent the most time just working on the 'crystal ball'.
anyway, yap over, here's day #1 of 'work on literally anything' for a week straight. anyone else is welcome to join me
@leom0Working on an academic progress tracker in Grafana! It will (hopefully) eventually log my grades and show me how they change over time using a graph
@YeGao0Bin project I think it day 10 or 11, anyways made the stepper motor controlled by the potentiometer with visual cue from bar graph@Tejas0I've just created a website that displays graphs and offers a range of advanced features. Since I wasn't very familiar with this area, I took on this project as a learning opportunity. For the mathematical aspects, I received help from one of my father's friends, who is a math teacher. Here is the link to the repository:
github.com/Arcade-scrapbook/Graph
@JubilantMarmot0This is a simple web app that allows you to visualize two graph search algorithms: Dijkstra's Algorithm and A* Algorithm.
It uses graphviz to render the graph, and the algorithms are implemented in JavaScript. The graph is represented as an adjacency matrix.github.com/JubilantMarmot/HC-AlgoV
@Anson-U07FPDRVCD80GraphingCalculator
A graphing calculator made on html
Uses javascript and chart.js to plot a mathematical equation.
Source code can be found on my github repository: github.com/YeetTheAnson/GraphingCalculator
Try out the graphing calculator here: yeettheanson.github.io/GraphingCalculator/index.html
Usage
1. Type in any mathematical equation
2. Set your X domain below the keypad
3. Press the graph button to start plotting
4. Use the arrow button to move the caret (text cursor)
How it works
1. First a lower and upper domain is determined, and the range between the domain is calculated (upper - lower domain)
2. 5000 data point is obtained by using a for loop and the equation: LowerDomain + (Range*n)/5000
3. Y value is calculated by subbing into the equation
4. 5000 pairs of coordinates are obtained and plotted
Attached below are some pictures and video of the graphing calculator in action:
@Coosanta0A very basic early alpha of a calculator written in Java. So far all it can do is take a simple math expression input and display the answer in a gui. I also made a LaTeX input box for future algebra calculations. Planned features include algebra and graphing with line summaries (all intercepts and points of interest in a readable format rather than having to search through the graph). It even has error handling!
Find it at github.com/Coosanta17/Java-Calculator (I can't get the build to work, bear with me 😂)
@ThatOtherAndrew0🎉 Synchrotron is Somewhat Usable™️! 🎉
❓ *What is Synchrotron?
Synchrotron is a graph-based audio processing engine, inspired by tools such as Supercollider, Pure Data and the Blender node editor. What's more, it's written entirely in Python! :python:
❓ How do I use it?
Install with `pip install git+<https://github.com/ThatOtherAndrew/Synchrotron.git>`, then use the `synchrotron-server` command to start the server. You can connect to the server either through the `synchrotron-console` TUI, or using the web UI at <https://github.com/ThatOtherAndrew/SynchrotronUI> ✨
❓ What features does it have currently?
• Standalone server for full versatility in various use cases
• Custom DSL (domain-specific language) built from the ground up, called Synchrolang
• Web server with documented REST API
• Elegant and expressive Python API
• (Almost) fully functioning web user interface
• A variety of simple nodes to get started with
• Support for live playback, accelerated rendering to WAV files, and MIDI input and processing
❓ How can I learn more?
• Documentation is currently very limited, but I'd be more than happy to chat to anybody reading this about my project as I'm pretty passionate about it and proud of what I've managed so far!
Fun fact, I have presented a live demo of Synchrotron to @clairebookworm and musician Charmaine Lee and they both have endorsed this project :O
@FireEntity0A custom chart for the VR rhythm game, Beat Saber!
I used Chromapper to make this and utilized an external library (Chroma/Heck) to create a full lightshow with nearly 15 thousand lighting events! An average of 94 events per second!
Song is fully mapped and available to play, all information is in the readme on the GitHub repo!
@Aram0Over the past couple of days, I have been working on making some cool graphs with an API key Sound Transit . This uses shadcn/ui charts (which I've been wanting to try for a while) and it ended up really good!
@HemendraRoy0The Personal Finance Tracker is a Python application that helps users manage their personal finances by tracking income and expenses. It provides functionalities to add, view, and filter transactions, as well as generate visual reports to analyze spending patterns.
Features
• Add Transactions: Record details of income and expenses with date, amount, category, and optional description.
• View Transactions: Display all transactions or filter by date range or category.
• Category Summary: View total spending by category.
• Total Balance: Calculate the total balance from all transactions.
• Visualization:
◦ Pie Chart: Visualize spending by category.
◦ Bar Chart: Show monthly spending trends.
• Export and Save:
◦ CSV Export: Save transactions to a CSV file.
◦ Image Export: Save charts as PNG images.
github.com/Hemendra2007/Personal-Finance-Tracker/tree/main
@JaspreetSingh0#arcade i created graph plotter in python where you give the graph plotter data and using "pygal" it will create the graph for you
@YashasSingh-U04J8RCP4RW0done working on my project which allows you to view all of your sessions in a graph diagram, i think somebody else also made this but oh well. this utilzesgithub.com/YashasSingh/arcade-api, idk why but i cant link a video rn
@nik0Hyy , I can complete Part 2 of ShopSee which include backend .. in this part following component can make
=> User Route
=> Product Route
=>Order Route
=> Admin route
=> Google Auth
=> Stripe Payment( still working)
=> chart implement(Pie, Bar ,Line)
and other component
ahh it will take 10 days ...
Now on the final part still working and take few more days to complete..
Final git commit:- github.com/universeBuddy/ShopSee/commit/75908237948bf3698adea5bc664b62b69833aba4
@Vladislav0Hi, I made a ton of work upgrading the World Explorer Blazor app to modern Modular Monolith design. I split the Blazor front end and api service and also created 3 new modules: Users, Places and Travellers. I also added Graph QL. The last but not least is adding .NET Aspire dashboard. This is what I achieved so far: github.com/VladislavAntonyuk/WorldExplorer/tree/v9
@FireEntity0A fully custom chart for the VR rhythm game, Beat Saber! I used external libraries (namely Chroma) to make a lightshow using custom JSON data! Made using the open source tool Chromapper. Play the chart here!GitHub Repository with all files.
@Luca0So i was trying to create a module for the led bar graph so it was less expensive on pins. This version i've made will allow you to turn on singular pins, i was trying also the make them stay on until a specified value but it was way too expensive in materials witch isn't the best. So i guess the solution, if you want to get the most out the ledbar, is just buy an arduino with more pins. Otherwise this could work.
I'll keep working on this i belive but have to think a smarter way to do this.
github repo: github.com/luca611/ledbargraph-controller-board
@Luca0Made a random arduino project using only the components suggested by the bin!
What i had: 1 dht11, 1 led bar graph 1 rgb led -> what came out: humidity and temperature controller (humidity levele from 1 to 10 on the led bar graph and the temperature on the rgb led even tough i could only use the red from the rbg cuz i was left with no available pins)
Commit: github.com/luca611/random-arduino-things/commit/6da52717afa122415bc3a11ad1b9d251d5097efa
@Henry0Collatz conjecture recorder and grapher available now! Graph the collatz conjecture for any number with the python file in this git repo:
github.com/Henry-Moffatt/collatz
@LolaSanchez0working on a website that shows the interaction between supply and demand on an interactive graph using the konva.js library! im overhauling what i had before that was a poorly coded website made on a deadline and completely rewriting everything to make stuff a lot more smoother and more efficient !