
Shop
Set up your own shop! Go ahead and add your items, prices, discounts, and head to checkout to see the price of the items you bought.
See CodePortfolio Samuel Carlos
Thanks to a mentorship set up by the University of California - Merced, our team and I had the opportunity to work with Western Digital to help manage hundreds of computers. Utilizing OsQuery on several lab computers, we store parsed computer data using Python in a MySQL database. We created a web application dashboard using PHP which allows connection to our database. The dashboard will display each computer's information including time since boot, CPU, memory, and disk usage. The same information is displayed for each process as well. Effectively, we created a Super Taskbar Manager allowing the lab manager to efficiently delegate many computers to their users.
More DetailsUsing MySQL and Python sql connector, my partner and I created a web application that can be used to search for players, games between teams, and games won.
More DetailsCreated from scratch in C++, I made a processor that translates machine code into assembly code.
See CodeSet up your own shop! Go ahead and add your items, prices, discounts, and head to checkout to see the price of the items you bought.
See CodeSeveral small projects in Databases showcasing queries, schema, Python, SQL, and/or PHP connection to MySQL.
See CodeThe following projects include several projects showcasing Algorthm such as heap sort, insertion sort, merge sort, quick sort, hashtable, strongly connected components, divide and conquer, matrix chain order, and rod cutting.
See CodeUsing an assembly language, a size of an array and array inputs are asked. Insertion sort is used to sort the array, and binary search is called to search for the users desired number. This is the main program.
See Code