Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (4)
Snake game
no vote
Application background Snake game using ncurses library and C++ Press "Home" key to start the game. Use arrow keys to move the snake. There are two stages. You will get 10 points for each bait that you will catch. First stage completes after you score 100 points. Second stage continues till you are alive.
rohit_takhar
2016-08-23
0
1
FTP client
no vote
Application background FTP Client program in C and PHP FTP client program in C and PHP to connect to FTP server with all functionalities of standard FTP.(Tested on many FTP sites). Following functions are included. For example: ls : To list files in current directory on server side. ls -l : Same as ls, with some more details. pwd : Current working directory on server side.
rohit_takhar
2016-08-23
0
1
Chat application of centralized server
no vote
Application background Multiuser command line chat application using python Files: client.py server.py An application that can help multiple users interact with each other simultaneously. To run client.py: python client.py server-ipaddress port-number Key Technology Key Technologies: - Python - Socket Programming - TCP
rohit_takhar
2016-08-23
0
1
Multi node FTP client (command line and graphical interface)
no vote
Application background Multisegmented FTP client program in C Apart from all functionalities of standard FTP, the important thing on which I have worked is to increase the downloading speed of very large files using multithreading(used POSIX threads). For very large files, multiple threads are created and each thread creates an instruction connectionand data connection with the server. Each thread downloads a specific chunk of data and then all are combined together to get the file.

rohit_takhar
2015-11-06
0
1

No more~