Path: not-for-mail Newsgroups: alt.binaries.verified.photoshoots Subject: 80k: Little progress. Not a request. Never will be. [01/01] "misses4.rar" (1/1) yEnc 76430 Bytes From: nessuno X-Newsreader: 6.82 Lines: 671 Message-ID: X-Complaints-To: abuse@usenetserver.com NNTP-Posting-Date: Tue, 31 Mar 2026 05:39:22 UTC Organization: UsenetServer - www.usenetserver.com Bytes: 85493 Date: Tue, 31 Mar 2026 05:39:22 GMT X-Received-Bytes: 85618 Where am I now after more than 3 months? # #statistics / KPI's: # #In The!Checker main GUI "Output as .TXT" must be checked, open Windows Subsystem for Linux or similar if not using WINE, go into the txt output directory and run: #Which sets do I not have or are incomplete, ignoring size,crc 0,ffffffff (special filenames)? $ grep -Eaih "Missing.*[a-z]{3}[0-9]{3}[a-z][a-z0-9][a-z]_[0-9]{9}(file)?\.jpg" ATK*txt atk*txt|sed "s/file\.jpg/\.jpg/I"|sed -E "s/VWMTemp_//;s/[ ]+/ /g;s/.{3}\.JPG//I"|grep -iav "0 ffffffff"|cut -d " " -f 2,5- |sed "s/^/ /;s/_/ /;s/ 0/ /;s/ 00/ /;s/ 000/ /;s/ 0000/ /"|sort -u|awk '!p[$1,$2]++'>misses3.txt;sort -k3,3 -k1,1 -k2,2n misses3.txt >misses33.txt #Which sets do I not have or are incomplete, ignoring size,crc 0,ffffffff (special and short filenames)? $ grep -Eaih "Missing.*\.(jpg|jpeg|gif)" ATK*txt atk*txt|grep -viE "[a-z]{3}[0-9]{3}[a-z][a-z0-9][a-z]_[0-9]{9}(file)?\.(jpg|jpeg|gif)"|sed -E "s/[ ]+/ /g"|grep -iav "0 ffffffff"|cut -d " " -f 2,5-|sed -E "s/[0-9]{1,3}\.(jpg|jpeg|gif)//I;s/[0-9]{1,3}[a-z A-Z]\.(jpg|jpeg|gif)//I"|awk '!p[$1,$2]++ { printf " %-16s %s\n", $1, substr($0, index($0, " ")+1) }'|sort -u>misses4.txt;sort misses3.txt misses4.txt > misses4.$$.txt; mv misses4.$$.txt misses4.txt $ wc -l misses3.txt;wc -l misses4.txt 1865 misses3.txt -- 2025-12-24 10412 misses4.txt -- 2025-12-24 1767 misses3.txt 10287 misses4.txt #How many different pictures do I miss: $ grep -Eaih "Missing.*\.(jpg|jpeg|gif)" ATK*txt atk*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 3,4|sort -u|wc -l 595171 -- 2025-12-24 583625 #How many different pictures having the special file format do I miss: $ grep -Eaih "Missing.*[a-z]{3}[0-9]{3}[a-z][a-z0-9][a-z]_[0-9]{9}(file)?\.(jpg|jpeg|gif)" ATK*txt atk*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 3,4|sort -u|wc -l 193820 -- 2025-12-24 183504 #How many complete ATK CD's,DVD's,BD's do I have? (note: a random and changing number of movie CD's,DVD's included) $ grep -h "of collection is there" ATK* atk*|grep "100.00%"|wc -l 1846 -- 2025-12-24 1882 #How many incomplete ATK CD's,DVD's,BD's do I have? (note: a random and changing number of movie CD's,DVD's included) $ grep -h "of collection is there" ATK* atk*|grep -v "100.00%"|wc -l 1992 -- 2025-12-24 1957 #How many NH videos do I miss: $ grep -Eaih "Missing[ ]+.*\.(mp4|mov|mpg|mpeg|wmv)" ATK-Natural-Hairy-*txt atk-natural-hairy-*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 2,3,5-|awk '!p[$1,$2]++'|sort -u|wc -l 10956 -- 2025-12-24 10138 #Which NH videos do I miss: $ grep -Eaih "Missing[ ]+.*\.(mp4|mov|mpg|mpeg|wmv)" ATK-Natural-Hairy-*txt atk-natural-hairy-*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 2,3,5-|awk '!p[$1,$2]++ { f1=index($0," "); f2=index(substr($0,f1+1)," "); printf " %-30s %10s %s\n", $1, $2, substr($0, f1+f2+1) }'|sort -u>missesmn.txt #How many videos do I randomly miss: $ grep -Eaih "Missing[ ]+.*\.(mp4|mov|mpg|mpeg|wmv)" ATK*txt atk*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 2,5-|awk '!p[$1,$2]++ { printf " %-30s %s\n", $1, substr($0, index($0, " ")+1) }'|sort -u|wc -l 14078-- 2025-12-24 13290 #Which videos do I randomly miss: $ grep -Eaih "Missing[ ]+.*\.(mp4|mov|mpg|mpeg|wmv)" ATK*txt atk*txt|sed -E "s/[ ]+/ /g"|cut -d " " -f 2,5-|awk '!p[$1,$2]++ { printf " %-30s %s\n", $1, substr($0, index($0, " ")+1) }'|sort -u>missesm.txt # #Constants follow (because the full spectrum of csv's does not appear in usenet anymore. I know in general they are still massively produced for many big sites but I'm not interested in IRC, pserv, etc. because I'm focused on very old collections of the 1990's and early 2000's. I guess that is not shared. If it is and you really know, please give me a sign and I may rethink. If YOU are interested in all the newest csv's and movies, read the small files. All of them. Its not that "Nothing is written" lik e Lawrence once said. You will find.) # #Now go into the csv directory. I basically copied all csv's from all repositories and other sources I could find into a single master directory and keep only the most current finals or reburns, etc. Run: #How many different folder names having pictures in it in all known csv? $ grep -Eaih "\.(jpg|jpeg|gif)," ATK* atk*|cut -d "," -f 4-|sort -u|wc -l 188002 #How many different folder names in total having at least one picture with the special file format? $ grep -Eaih "^[a-z]{3}[0-9]{3}([a-z]{3}|[a-z][0-9][a-z])_[0-9]{9}(file)?\.(jpg|jpeg|gif)" ATK* atk*|cut -d "," -f 4-|sort -u|wc -l 126154 #How many different pictures in all used ATK csv's? (not used: ATK-Softcore-Gallery01_998 upto ATK-Softcore-Gallery52_30511) $ grep -Eaih "\.(jpg|jpeg|gif)," ATK* atk*|cut -d "," -f 2,3|sort -u|wc -l 18293363 #How many pictures in all ATK csv's (used by The!Checker) not excluding the redundant ones? $ grep -Eaih "\.(jpg|jpeg|gif)," ATK* atk*|wc -l 18470715 #How many different pictures in all known ATK csv's having the special file format? $ grep -Eaih "^[a-z]{3}[0-9]{3}([a-z]{3}|[a-z][0-9][a-z])_[0-9]{9}(file)?\.(jpg|jpeg|gif)" ATK* atk*|cut -d "," -f 2,3|sort -u|wc -l 15478921 #How many different pictures (wild guess, number probably to high) are in all csv's known to me (including the weirdest collections)? $ grep -Eaih "\.(jpg|jpeg|gif|png|bmp)," csv*/*|cut -d "," -f 2,3|sort -u|wc -l 181865057 -- 2025-12-24 182223148 #ATK is the biggest contributor to all collections. It is by far the biggest sex site with most content on the planet. Their wikipedia page was deleted long ago because of it being not important. Do you know that many lookbooks of seventies models are hidden in the early hairy picture collections? ;-) 95% of what I'm interested in is not on their website, anymore. =ybegin size=76430 line=128 name=misses4.rar