Skip to content
View alexmunoz502's full-sized avatar

Highlights

  • Pro

Block or report alexmunoz502

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Client-Server-File-Encryption Client-Server-File-Encryption Public

    A client-server pair program that takes a plaintext file from the client, the server encrypts it, and sends it back. Additionally, the client can send the encrypted file to the server and receive b…

    C

  2. Composite-Numberama Composite-Numberama Public

    A small project that prompts the user for a number and colorfully displays all composite numbers up to the specified value. This project was made in x86 Assembly and the Irving32 library.

    Assembly

  3. Cross-Sum Cross-Sum Public

    A python implementation of the classic puzzle game, Cross Sum. The game was made utilizing the PyGame library and features a custom algorithm for creating and solving puzzles.

    Python

  4. Multi-Threaded-Producer-Consumer-Pipeline Multi-Threaded-Producer-Consumer-Pipeline Public

    This program was part of my operating system studies at Oregon State University. I learned how to utilize the pthread.h library to create a basic multi-threaded program.

    C 1

  5. Smallsh Smallsh Public

    A basic shell program for Linux-based systems mirrored after the Linux bash shell.

    C

  6. Sorting-Algorithm-Visualizer Sorting-Algorithm-Visualizer Public

    A tool for visually understanding sorting algorithms. Generate lists of randomly generated numbers, and watch how different sorting algorithms work. This tool uses the Tkinter python library.

    Python