Methods Sorter Your Url:log:pass Strings In Go

  • Thread starter
  • Thread Author
You must be logged in to see this link.
What a sorter can do
Getting lines from a file or files in a folder
Saving as Log:Pass or Url:Log:Pass
Sort by query as a site (google.com) or keyword in a link (google)
Multi-threaded sorting and simultaneous writing to files with skipping line repetitions - reading a database of any size

What can a cleaner do?
Cleaning a database of any size - rows are processed immediately when read, without loading the list into RAM
Cleaning several databases individually or all databases in one file
Removing invalid strings (A-z / 0-9 / Special characters | 10-256 characters | UNKNOWN
Removing duplicates is implemented using the xxh3 hash

You must be logged in to see this link.

You must be logged in to see this link.
 

Attachments

  • Screenshot_9.png
    Screenshot_9.png
    50.5 KB · Views: 194
Last edited:
You must be logged in to see this link.
What a sorter can do
Getting lines from a file or files in a folder
Saving as Log:Pass or Url:Log:Pass
Sort by query as a site (google.com) or keyword in a link (google)
Multi-threaded sorting and simultaneous writing to files with skipping line repetitions - reading a database of any size

What can a cleaner do?
Cleaning a database of any size - rows are processed immediately when read, without loading the list into RAM
Cleaning several databases individually or all databases in one file
Removing invalid strings (Az / 0-9 / Special characters | 10-256 characters | UNKNOWN
Removing duplicates is implemented using the xxh3 hash

You must be logged in to see this link.

You must be logged in to see this link.
Thanks i will see how it works
 
Back
Top Bottom