Forum: And now for something completely different
2022-05-18, 13:38
|
Replies: 99
Views: 3,872
|
Forum: And now for something completely different
2022-05-17, 21:32
|
Replies: 99
Views: 3,872
|
Forum: NFS@Home
2022-05-17, 12:43
|
Replies: 56
Views: 3,235
|
Forum: XYYXF Project
2022-05-16, 09:49
|
Replies: 37
Views: 14,195
|
Forum: No Prime Left Behind
2022-05-16, 08:14
|
Replies: 1,609
Views: 241,457
|
Forum: No Prime Left Behind
2022-05-13, 07:49
|
Replies: 1,609
Views: 241,457
|
Forum: Homework Help
2022-05-12, 19:39
|
Replies: 7
Views: 565
|
Forum: No Prime Left Behind
2022-05-12, 19:31
|
Replies: 1,609
Views: 241,457
|
Forum: GPU Computing
2022-05-12, 10:20
|
Replies: 6
Views: 318
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: 223
|
Forum: No Prime Left Behind
2022-05-11, 20:33
|
Replies: 1,609
Views: 241,457
|
Forum: XYYXF Project
2022-05-11, 08:13
|
Replies: 37
Views: 14,195
|
Forum: And now for something completely different
2022-05-11, 08:07
|
Replies: 99
Views: 3,872
|
Forum: No Prime Left Behind
2022-05-10, 19:51
|
Replies: 1,609
Views: 241,457
|
Forum: XYYXF Project
2022-05-10, 19:45
|
Replies: 505
Views: 121,070
|
Forum: Programming
2022-05-10, 13:38
|
Replies: 12
Views: 435
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: 37
Views: 14,195
|
Forum: No Prime Left Behind
2022-05-09, 09:27
|
Replies: 1,609
Views: 241,457
|
Forum: Factoring
2022-05-08, 20:53
|
Replies: 27
Views: 1,213
|
Forum: Soap Box
2022-05-06, 19:51
|
Replies: 137
Views: 11,179
Yes! Assume your child is prone do be dying in...
Yes! Assume your child is prone do be dying in one stage of your pregnancy, and you can prove that somehow in advance. Or you can prove that a pregnancy will kill the mother in all cases. In those...
|
Forum: Soap Box
2022-05-06, 19:09
|
Replies: 137
Views: 11,179
|
Forum: Software
2022-05-06, 18:55
|
Replies: 224
Views: 29,596
The first attachment is especially worrysome...
The first attachment is especially worrysome because main memory and both the SSD are fully utilized. What are "other system loads"? Do they justify this loads? If not, it looks like extensive...
|
Forum: Lounge
2022-05-06, 09:00
|
Replies: 18
Views: 3,184
|
Forum: Software
2022-05-06, 08:24
|
Replies: 224
Views: 29,596
|
Forum: Miscellaneous Math
2022-05-06, 08:20
|
Replies: 29
Views: 1,007
Yes, PRP=k,b,n,c,"divisor", where divisor must be...
Yes, PRP=k,b,n,c,"divisor", where divisor must be calculated manually. Please be aware that the quotation marks must remain in the worktodo entry. Please be also be aware that this is not feasible...
|