sample code

C programs

  • Flight Scheduler
    • Description: Progam that displays flight departure times, asks user to enter a time using the command line, program displays closest flight.
  • Matrix Walk
    • Description: Program generates a 10x10 matrix, and walks through the array in a random direction.
  • Input/ Read File
    • Description: The purpose of this program is to read and write a binary file. Using the command line. An input file must be specified and an outputfile must be specified.
  • Process Creating
    • Program using fork() system call that generates a child process. Uses The Collatz conjecture (taking any positive integer n and applying the algorithm n/2 if n is even and 3*n+1 if n is odd).
  • 9x9 Sudoku Puzzle Checker
    • Takes an input file from the command, and uses 15 threads to check whether or not the Sudoku Puzzle is valid.

Java Programs


  • Binary Tree Sort
    • BStree.java is a class that creates binary tree that organizes a set of random number inorder.
  • Calculator
    • The program converts the mathematical operation into a postfix expression and solves the expression using a stack. The program also allows the use of value x as a constant.
  • Bank
    • Java program simulates a Bank, allows the user to input client names and amount in bank account, uses Linked List.
  • Tic Tac Toe
    • Tic Tac Toe Game
  • Word Counter
    • We import the content/ words of a text file by asking a user to submit a name of a file. Later we using certain methods to get the number of lines, words, vowels, numbers, punctuations and alphanumeric characters.

HTML/CSS Website


   This webpage was complete designd by Kevin Haro using Atom text editor, the bootstrap framework and GitHub to manage the project. The purpose of this site is summarize my accomplishments in University as well as work done as personal projects. This site was created with simplicity and cleanliness in mind.

Generic placeholder image