Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aggarwalankush/fun-projects
fun projects and games such as KBC
https://github.com/aggarwalankush/fun-projects
Last synced: about 1 month ago
JSON representation
fun projects and games such as KBC
- Host: GitHub
- URL: https://github.com/aggarwalankush/fun-projects
- Owner: aggarwalankush
- Created: 2014-11-03T01:35:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-15T09:04:55.000Z (over 7 years ago)
- Last Synced: 2023-02-26T18:35:58.640Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 18.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fun-projects
Some fun projects and games.
##### KBC
Kaun Banega Crorepati (popularly known as KBC) is an Indian television game show based on the UK game show Who Wants to Be a Millionaire? Tried to simulate the game using java swings and mysql.##### Wifi Packets Analysis
This project takes input a converted txt file of pcap file. It then analyze these IEEE 802.11 packets and output useful information such as total APs, clients in network, overhead fraction, which client used maximum bandwidth. It also outputs a text file named bitrate.txt showing bitrates(Mbps) of dataframes. We can sniff packets using tools such as Kismet tool.##### String Matching
It includes string matching using three algorithms. Traditional Edit Distance, Edit Distance with Transposition and Approximate Substring match algorithm. It also compares the performance of first two.##### ShfitAND_KMP
This project implements and compares the two popular string searching algorithm ShiftAND and KMP(Knuth–Morris–Pratt algorithm). The algorithms look for occurences of pattern in input file.##### DNSDelay
This program can be used to find dns delay of the packets in milliseconds.##### POSTagger
Understand the functionality of OpneNLP PosTagger using PennTreeBank.