Forum: Aliquot Sequences
2022-05-27, 19:50
|
Replies: 238
Views: 10,940
On the recent Debian WSL2 (and also WSL "1")...
On the recent Debian WSL2 (and also WSL "1") version, I had no problems compiling the recent CADO-NFS and version 2.3.0 after installing needed packages. I did not need to change symlinks etc.
...
|
Forum: Soap Box
2022-05-24, 09:40
|
Replies: 34
Views: 699
|
Forum: XYYXF Project
2022-05-23, 13:27
|
Replies: 44
Views: 14,735
|
Forum: Lounge
2022-05-23, 11:53
|
Replies: 38
Views: 3,088
|
Forum: And now for something completely different
2022-05-23, 11:44
|
Replies: 130
Views: 33,179
|
Forum: Aliquot Sequences
2022-05-20, 15:26
|
Replies: 238
Views: 10,940
|
Forum: Lounge
2022-05-19, 21:08
|
Replies: 23
Views: 1,861
So few votes?
Personally, I use uBlock and...
So few votes?
Personally, I use uBlock and haven't had any issues with paid exceptions as far as I can tell. On mobile, this is of course different since you would have to take different measures...
|
Forum: And now for something completely different
2022-05-18, 13:38
|
Replies: 126
Views: 6,286
|
Forum: And now for something completely different
2022-05-17, 21:32
|
Replies: 126
Views: 6,286
|
Forum: NFS@Home
2022-05-17, 12:43
|
Replies: 59
Views: 3,505
|
Forum: XYYXF Project
2022-05-16, 09:49
|
Replies: 44
Views: 14,735
|
Forum: No Prime Left Behind
2022-05-16, 08:14
|
Replies: 1,616
Views: 242,904
|
Forum: No Prime Left Behind
2022-05-13, 07:49
|
Replies: 1,616
Views: 242,904
|
Forum: Homework Help
2022-05-12, 19:39
|
Replies: 7
Views: 677
|
Forum: No Prime Left Behind
2022-05-12, 19:31
|
Replies: 1,616
Views: 242,904
|
Forum: GPU Computing
2022-05-12, 10:20
|
Replies: 7
Views: 478
Because the kind of work that TF is fits GPUs...
Because the kind of work that TF is fits GPUs much more than CPUs, GPUs are so much faster than CPUs in this case. For example, if you take a recent card like the 3060 Ti, which is definitely not the...
|
Forum: Software
2022-05-12, 08:24
|
Replies: 4
Views: 252
|
Forum: No Prime Left Behind
2022-05-11, 20:33
|
Replies: 1,616
Views: 242,904
|
Forum: XYYXF Project
2022-05-11, 08:13
|
Replies: 44
Views: 14,735
|
Forum: And now for something completely different
2022-05-11, 08:07
|
Replies: 126
Views: 6,286
|
Forum: No Prime Left Behind
2022-05-10, 19:51
|
Replies: 1,616
Views: 242,904
|
Forum: XYYXF Project
2022-05-10, 19:45
|
Replies: 508
Views: 121,896
|
Forum: Programming
2022-05-10, 13:38
|
Replies: 12
Views: 628
In bash:
if [ $# -ne 3 ];
then
echo...
In bash:
if [ $# -ne 3 ];
then
echo 'Usage: bash splitter.sh [in file] [out file] [number of workers]';
exit -1;
fi;
if ls "$1."* 1> /dev/null 2>&1;
then
echo 'Temporary files could not...
|
Forum: XYYXF Project
2022-05-10, 12:51
|
Replies: 44
Views: 14,735
|
Forum: No Prime Left Behind
2022-05-09, 09:27
|
Replies: 1,616
Views: 242,904
|