Skip to content

A uniq for URL integrated with query string result.

License

Notifications You must be signed in to change notification settings

ammarfaizi2/uniqqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uniqqs

A uniq for URL integrated with query string result.

Installation

git clone https://github.com/ammarfaizi2/uniqqs
cd uniqqs
gcc -O3 uniqqs.c -o uniqqs
./uniqqs < test.txt

Example Case

List

https://www.facebook.com/endpoint_a?p1=123&p2=123123
https://www.facebook.com/endpoint_a?p4=123&p3=123123
https://www.facebook.com/endpoint_b?p4=123&p3=123123
https://www.facebook.com/endpoint_b?p5=123&p6=123123
https://www.facebook.com/endpoint_a?p5=123&p6=123123
https://www.facebook.com/endpoint_b?p1=123&p2=123123

Result

https://www.facebook.com/endpoint_a?p1=xxx&p2=xxx&p4=xxx&p3=xxx&p5=xxx&p6=xxx
https://www.facebook.com/endpoint_b?p4=xxx&p3=xxx&p5=xxx&p6=xxx&p1=xxx&p2=xxx

License

MIT

About

A uniq for URL integrated with query string result.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages