Skip to content

Commit

Permalink
Update projects.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FocuseObie authored Sep 28, 2024
1 parent 6951c63 commit 53e3759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h4>Misc Code Stuff</h4>
<li>I built some decent code to "scrape" (api hack?) data from some my school's outcomes pages for research with the department of Economics</li>
<li>Set up a server i.e. just Linux terminal which took about as much learning and effort as any other big project</li>
<li>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...</li>
<li>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).</li>
<li>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).</li>
<li>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.</li>
</ul>
</li>
Expand Down

0 comments on commit 53e3759

Please sign in to comment.