Activity

idiotmethere

Update #2:

Added a toolbar at the top, this changes time frame from intraday to daily to weekly to monthly. Thats all for today, I had a lot of other work.

Attachment
0
idiotmethere

GRADLE!!!!

I did some more research and found out that gradle is wayyyy better for my purpose so no more Maven!

This is the first non buggy version I’m uploading, seems like a lot of code, I know, but I used a library by crazzyghost. Check out and star their repo here, I really loved their tool to make alphavantage work with java: Java-AlphaVantage.

Added some more swing features in a SwingUtilities, along with jfreechart and the data from alphavantage to produce the product below.

Current functionality: Type exact stock symbol (will be changed to name and close matches in future updates) at the top bar and press go (default is NVDA). Your stock will be displayed at a weekly timeframe. you can zoom and edit properties using right click.

I’m Hoping to add basic styling before adding more functionality and info in the next update.

Attachment
0
idiotmethere

Finished project. Fully functional, somewhat accurate speech to text service using TargetDataLine to get audio input, Vosk to decode raw bytes into text, Robot to type.

Attachment
2

Comments

RespectableDot
RespectableDot 2 days ago

nice but how do i download and stuff

idiotmethere
idiotmethere about 19 hours ago

for development and changing code, look at readme again its updated. otherwise just follow instructions in readme to download and recombine jar files and run with java 25

idiotmethere

Added full JFrame and swing, thats what I’ll be using, converted to maven, using Jfreechart (still buggy). Got API key for alpha vantage and attempting to integrate it with Jfreechart but maven is still failing in vscode terminal.

No attachment because its just errors.

Attachment
0