~snip~
This is helpful format. Better take off the numbering. If the data is correct then we only need sorting. It's late here. I will start tomorrow. In the mean time if anyone wants to check the data then please feel free. Also feel free to update the code and have a
https://paste.ee of this post:
https://bitcointalk.org/index.php?topic=5090133.msg48913467#msg48913467 I will update the code once I am online tomorrow.
If the Data from LoyceV is correct then the rest will be easier for us. All we need is the dumped data using above format.
It's
485 pages meaning a lot of workload. I really need volunteers to make it a success.
These are the difficulties:
- Giving a letter means whoever gets whatever letter s/he has to scan all the pages.
- Giving some pages means sorting problem. Say: Person a gets page 1 - 100 and person b gets page 101 - 200 meaning once they both done someone else need to do another sorting which will marge a and b's work. It more complicating then giving one letter to each.
I need feedback to pick the better option.
I am thinking of letter-wise work sharing. Thoughts please.
If the data is correct then we only need sorting.
I am thinking - how about writing a script (using any language) which will take each line (from LoyceV's dumped data) as string and sort the lines by username? In that case, we don't even need to sort the list manually.