View on GitHub

Farhan Arshad

Github Projects

gp-python-client

This Python package is a client-side wrapper for the RESTful API of Globalization Pipeline. Globalization Pipeline is a Bluemix service that integrates into the DevOps process to provide machine translation and editing capabilities for web or mobile UIs.

I designed, developed, and published this package to PyPI (Python Package Index). I am also currently responsible for maintaining it.





py-botnet

This is a Python project that simulates a Distributed Denial of Service (DDoS) attack via a Botnet. The program synchronizes Bots in a Botnet by using a Coordinator, the Bots then attack the Target Server at the specified time.

I created this project in order to gain experience with Socket programming.





java-clicker-quiz

This Java project provides a simple Clicker Quiz framework. A Click Quiz usually involves a teacher asking the class a multiple-choice question, followed by the students picking an option on their Clicker devices. The program has a server side (teacher) that listens for clients (students) to connect; once a client connects and is authenticated, it is provided with the options to answer the question, choosing an option sends a response back to the server where it is logged for each id (student number).

I created this project to gain experience with the Client-Server model while utilizing sockets.