Click on any box for a demo or to learn moreEmail sushanthmukkamalla@gmail.com for code
This program takes a single integer as input from the command line and prints a short message on the terminal.
This program takes 4 inputs from the command line and draws an S on the terminal.
This propgram will encrypt/decrypt user input from stdin and output the encrypted/decrypted message to stdout.
This is an interactive program that takes words from stdin and searches for the corresponding anagrams from a user-provided anagrams file.
Created a program called "myls" that will function very similarly to the real Unix command "ls".
This assignment will explore OpenMP, an API that supports multi-platform shared memory multi-threading with minimal effort.
This assignment will continue to explore OpenMP, an API that supports multi-platform shared memory multi-threading with minimal effort.