Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

cberes/urlparser

Repository files navigation

urlparser

This includes two implementations of URL parsing. I completed this as a take-home programming challenge (with a time limit of 2 hours) in October 2014.

Usage

Build the uber jar:

./gradlew shadowJar

Then run the uber jar:

java -jar build/libs/urlparser-1.0.0-all.jar urls.txt

Input

The input to the program is a file that contains one URL to parse per line. An example file is included as urls.txt.

About

Comparison of URL-parsing algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages