Skip to content

ryanhanli/Java

Repository files navigation

Java Table of Contents

Java programs I developed in my free time.
What is in this repository so far:

  1. Yahoo Finance Web Scraper

Simple Yahoo Finance program that allows a user to input the name/abbreviation of a stock, commodity, foreign currency, and etc. and check their updated price(according to Yahoo Finance) in real time.

  1. Forex Session Tracker

Program acts as a virtual forex clock helps traders keep track of the different Forex trading sessions. The program tells one exactly what trading sessions they're in and if there's an overlap currently happening between two sessions. It will automatically adjust to the user's time zone.

  1. AutoClicker(MouseBot and MouseBotInvoker)

Mouse bot that left clicks based on the user's input(desired number of clicks and delay between clicks). Utilizes Java's built-in Robot Class.

  1. HTMLTextParser

Simple and efficient java program that scrapes the entirety of a websites HTML, but only extracts the text(written content).

  1. WebCrawler

Recursive web crawling program that will continuously build a list of website based on the initial URL.

  1. WebCrawler2

Web crawling program that uses HashSets instead of recursion.

  1. MapReduceDump

A ton of random Java files relating to HDFS and MapReduce.

About

Everything Java Related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages