Hi, I wanted to learn a low level language so I decided to learn C through project based learning.
I am interested in environmental conservation and so I deciided to build something that can help scientists analyze river and water data. More spe…
Hi, I wanted to learn a low level language so I decided to learn C through project based learning.
I am interested in environmental conservation and so I deciided to build something that can help scientists analyze river and water data. More specifically, I built a command-line tool written in C that takes river monitoring station data and lets you explore it interactively. its designed to support real-world conservation workflows ie identify flood risks, spot pollution spikes, and understand long-term hydrological trends.
I used AI to write my README file (I haven’t written a README before and wasn’t sure what it was supposed to include. I gave chatgpt a list of information and it returned it organized as a read me). I also used AI to add comments to my code to make it more followable for external viewers after I finished writing the code