Skip to content
View asinha25's full-sized avatar

Block or report asinha25

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

Popular repositories Loading

  1. Barebones_HTTP_1.1_Client Barebones_HTTP_1.1_Client Public

    Created a barebones web client in python including a basic http client module. Correctly interpreted chunks by using encoding and ensured persistent connections. Handled domains that are longer, co…

    Python 1 2

  2. Home-Brew_Web_Server Home-Brew_Web_Server Public

    Built a simple, multi-threaded web server using network and socket programming in C. Returned the proper HTTP content-type headers and handled files with html, txt, jpeg, gif, png, and pdf extensio…

    C 1

  3. Scrabble Scrabble Public

    Wrote the back-end in F# to a GUI app that takes a collection of letters and generates all possible words. Displayed the score of each word based on the value of each letter, and generated all poss…

    C# 1

  4. Network_Chat Network_Chat Public

    Created a set of GUI based programs in Java swing that allow multiple people to connect and send messages to one another. Used socket programming in Java to implement the client/server model. Messa…

    Java

  5. Battleship Battleship Public

    Created a socket based two player version of the game Battleship. Used Java Swing libraries to create the graphical user interface for each player. Ensured that the same program can run for both th…

    Java

  6. CTA_Ridership_Analysis CTA_Ridership_Analysis Public

    Analyzed a SQL Server database of CTA data to display the stations, stop, and ridership data. Used ADO.NET via C# to execute SQL queries and display the results. Further optimized by separating the…

    C#