![]() |
![]() |
#166 | |
May 2013
East. Always East.
11×157 Posts |
![]() Quote:
![]() Last fiddled with by TheMawn on 2015-01-21 at 20:15 |
|
![]() |
![]() |
![]() |
#167 | |
"/X\(‘-‘)/X\"
Jan 2013
29×101 Posts |
![]() Quote:
Code:
Factor=N/A,70344433,66,68 Factor=N/A,70373333,64,67 Factor=N/A,70387897,64,66 Factor=N/A,70390477,65,69 Factor=N/A,70391591,66,68 Factor=N/A,70472201,65,66 Factor=N/A,70474133,66,69 Factor=N/A,70474171,65,69 Factor=N/A,70479907,66,67 Factor=N/A,70482059,66,69 Factor=N/A,70483417,67,68 Factor=N/A,70486459,66,69 Factor=N/A,70489729,68,69 Factor=N/A,70512983,67,69 Factor=N/A,70516601,69,70 Factor=N/A,70539983,66,67 Factor=N/A,70543813,65,67 Factor=N/A,70565543,64,68 Factor=N/A,70565557,64,65 Factor=N/A,70570373,66,67 Factor=N/A,70575511,65,67 Factor=N/A,70579231,66,69 Factor=N/A,70589033,68,69 Factor=N/A,70594021,66,67 Factor=N/A,70615757,68,69 Factor=N/A,70623107,64,65 Factor=N/A,70629281,67,69 Factor=N/A,70637051,66,67 Factor=N/A,70647259,67,69 Factor=N/A,70676069,65,66 Factor=N/A,70677043,66,67 Factor=N/A,70685837,66,68 Factor=N/A,70688617,68,69 Factor=N/A,70688719,66,67 Factor=N/A,70691977,65,66 Factor=N/A,70693339,66,67 Factor=N/A,70693879,67,68 Factor=N/A,70707809,64,65 Factor=N/A,70708091,64,65 Factor=N/A,70717081,67,69 Factor=N/A,70718023,65,66 Factor=N/A,70718203,68,69 Factor=N/A,70766233,64,65 Factor=N/A,70772371,67,68 Factor=N/A,70778861,67,69 Factor=N/A,70785947,66,68 Factor=N/A,70786231,67,69 Factor=N/A,70787989,65,66 Factor=N/A,70788671,65,66 Factor=N/A,70796797,69,70 Factor=N/A,70800109,68,69 Factor=N/A,70804369,68,69 Factor=N/A,70822237,67,68 Factor=N/A,70828741,67,68 Factor=N/A,70832459,66,67 Factor=N/A,70833143,64,65 Factor=N/A,70833151,64,65 Factor=N/A,70847209,64,69 Factor=N/A,70847209,66,69 Factor=N/A,70865209,68,69 Factor=N/A,70868783,65,66 Factor=N/A,70870193,66,67 Factor=N/A,70870621,65,66 Factor=N/A,70889557,65,68 Factor=N/A,70890233,67,68 Factor=N/A,70902553,66,68 Factor=N/A,70906397,66,69 Factor=N/A,70907423,66,67 Factor=N/A,70910891,66,69 Factor=N/A,70938247,67,69 Factor=N/A,70939877,67,68 Factor=N/A,70942159,67,68 Factor=N/A,70998869,66,67 |
|
![]() |
![]() |
![]() |
#168 |
May 2013
East. Always East.
172710 Posts |
![]() |
![]() |
![]() |
![]() |
#169 | |
"/X\(‘-‘)/X\"
Jan 2013
29×101 Posts |
![]() Quote:
Code:
<?php $i = fopen($argv[1], "r"); $o = fopen($argv[2], "w"); $prev_line = array('', '', '', ''); while ($line = fgets($i)) { // split the current line $this_line = explode(',', $line); // if the first bit doesn't match the previous line, write the previous line if ($this_line[1] !== $prev_line[1]) { // don't write a ,,, line at the beginning if ($prev_line[0]) fputs($o, implode(',', $prev_line)); $prev_line = $this_line; continue; } // update the last field of prev_line $prev_line[3] = $this_line[3]; } // write the last line fputs($o, implode(',', $prev_line)); fclose($i); fclose($o); cat laurv_merged.txt 70M.txt | sort | uniq -u > themawn.txt Last fiddled with by Mark Rose on 2015-01-21 at 21:09 Reason: typo |
|
![]() |
![]() |
![]() |
#170 |
Dec 2002
11001000112 Posts |
![]()
All this is another great example of how strong the project and the community is.
|
![]() |
![]() |
![]() |
#171 |
May 2013
East. Always East.
6BF16 Posts |
![]()
I've also found a factor, but this one had been nabbed by P-1 also.
It's nice to have that fallback. |
![]() |
![]() |
![]() |
#172 |
6809 > 6502
"""""""""""""""""""
Aug 2003
101×103 Posts
17×541 Posts |
![]() |
![]() |
![]() |
![]() |
#173 |
"/X\(‘-‘)/X\"
Jan 2013
29×101 Posts |
![]()
I just noticed I'm not getting any credit except when I find a factor (found 5 so far). But what's a few extra THz-day? ;)
Last fiddled with by Mark Rose on 2015-01-22 at 00:35 |
![]() |
![]() |
![]() |
#174 |
Feb 2003
101011102 Posts |
![]()
Are there any ranges still available for re-TF? I could queue some ahead of my GPU72 work.
|
![]() |
![]() |
![]() |
#175 | |
"/X\(‘-‘)/X\"
Jan 2013
29·101 Posts |
![]() Quote:
There's about 7 THz-day in there, roughly evenly spread out. The lower part of the range is the most useful to have done first. Copy and paste out of the file here here and let us know what range you are working on. Last fiddled with by Mark Rose on 2015-01-22 at 02:33 |
|
![]() |
![]() |
![]() |
#176 | |
Romulan Interpreter
Jun 2011
Thailand
2×3×52×61 Posts |
![]() Quote:
I am not queuing more work for now. (but still continuing the 100M to 200M expos to 66 bits for a while) Last fiddled with by LaurV on 2015-01-22 at 02:54 |
|
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Old User | Unregistered | Information & Answers | 1 | 2012-10-18 23:31 |
The user CP has gone :( | retina | Forum Feedback | 5 | 2006-12-05 16:47 |
Changing My User ID | endless mike | NFSNET Discussion | 1 | 2004-10-31 19:38 |
OSX yet? new user here | KevinLee | Hardware | 6 | 2003-12-12 17:06 |
help for a Mac user | drakkar67 | Software | 3 | 2003-02-11 10:55 |