Save-Point

Full Version: Name Extractor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so i made another useless tool Tongue sticking out

Name Extractor:
[Image: 12-21-20106-33-17PM.png]

Download:
http://www.mediafire.com/?wv53v1pd94449cd

System Requirements:
.Net Framework 4.0
Windows OS

Explanation:

It searches a text file for a terminator in each line and then rips out all the text before it.
eg.

text file:

wizoo:[junk text]
wizkid:[junk text]
pk8:[junk text]
wolfman:[junk text]
Yin:[junk text]
[junk text]
[junk text]
[junk text]
(...)

terminator:
":" without the quotes

extracted text:
wizoo
wizkid
pk8
wolfman
Yin


this was useful for extracting all the 20k names on this website:
http://www.20000-names.com/index.htm
Pretty cool tool Wiz. I guess you're becoming the community's app guy.Grinning
lolz, i guess so Very cheery
Could you please explain to me what it does? :)
Quote:Explanation:

It searches a text file for a terminator in each line and then rips out all the text before it.
eg.

text file:

wizoo:[junk text]
wizkid:[junk text]
pk8:[junk text]
wolfman:[junk text]
Yin:[junk text]
[junk text]
[junk text]
[junk text]
(...)

terminator:
":" without the quotes

extracted text:
wizoo
wizkid
pk8
wolfman
Yin
Yeah, but I can't quite grasp what the purpose of doing so would be :)
Quote:this was useful for extracting all the 20k names on this website:
http://www.20000-names.com/index.htm

*sigh*
look at the way the text is structured, all of them:

1. [Name][colon ":"][definition]

so the app allowed me to extract all the data i needed in a short amount of time.
I see, I understand now. ;)