During the beginning of the year we did some challenge problems and these included a few ACSL open response questions. This one was to determine the permissions a user had in a linux based command line. The code itself was a ton of if-statements, and while not all pretty to look at, it runs, and that, plus the friends we made along the way, are what really matters.
Currently for my independent CS project I am working on a geotagging app. How it would work is one person would be able to drop a message at a location and when other users arrive at that location they would be able to see said message. Currently I'm working on the backend, however the frontend code is relatively simple so here it is. It's written in dart as I'm using flutter and firebase for the backend. So far the projects looking great and I expect the launch will happen in the spring.