/cs50

cs50

Primary LanguageHTML

cs50

Pset2 - Caesar encryption, Vingere encryption implementation

Pset3 - Implementation of game Breakout like DXball with using C stanford portable graphics library, find is just binary search algorithm.

Pset4 - whodunit - The fun one a whodunit C script to manipulate bmp picture pixel by pixel and like in childhood we played with a transparet red paper with which if we look on cereal box a top secret message would appear(Just kidding but was surely well hidden) so it could manipulate and delete all noise pixels thats really fun our own image encypter an decrypter.

jpg- A C program which could take card raw file as input and extract all the jpegs whose index has been deleted a small recovery program detects only jpegs .

Pset5 - A program which loads a dictionary file into RAM really efficiently (using Trie data structure) then checks if the typed word is in dictionary.

Pset6- C code implementation of web server it serves files to client when asked, manipulates MIME types and handles all file requests.

Pset7 - Asmall website using PHP, sql, HTML, CSS to implement stock records local records for purchasing and selling updates using yahoo finance API.