diff --git a/projects.html b/projects.html index 6c61acd..cb8ce31 100644 --- a/projects.html +++ b/projects.html @@ -46,7 +46,7 @@

Misc Code Stuff

  • I built some decent code to "scrape" (api hack?) data from some my school's outcomes pages for research with the department of Economics
  • Set up a server i.e. just Linux terminal which took about as much learning and effort as any other big project
  • I built a program to cheat in scrabble, user inputs the alloted number of letters, code returns and sorts the top possible official scrabble words by points. Sadly this was made before Wordle, and before I had any good practices for storing my code so it is lost, but it was in javascript for some reason anyways. It had a very nice UI and I learned a lot about managing decent size datasets and code optimization, but again, in javascript...
  • -
  • Built an actual webscraper for an unnamed popular online auction site, which was matched with code to calculate crypto mining hash rate and USD conversion, it scrapes listings for computers and computer parts, searches listings details against a dataset of "mining parts" then takes the live hash rate and live USD conversion for the most profitable coin at the moment (and given hardware and CPU vs. GPU architecture).
  • +
  • Built an actual webscraper for an unnamed popular online auction site, which was combined with code I wrote to calculate the crypto mining hash rate and USD conversion, it scrapes listings for computers and computer parts, searches listings details against a dataset of "mining parts" then takes the live hash rate and live USD conversion for the most profitable coin at the moment (and given hardware and CPU vs. GPU architecture).
  • I've written projects in (most to least): Python, Javascript, Java, Dart/Flutter, C++, and now this website in HTML! (no CSS if you couldn't tell lol). Plus Linux I guess? I use it on my daily and server if it counts.