Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

"An ounce of prevention is worth a ton of code." -- an anonymous programmer


computers / comp.os.linux.advocacy / Re: Gnuplot 6 is Out

SubjectAuthor
* Gnuplot 6 is OutDiego Garcia
+- Re: Gnuplot 6 is OutJoel
+- Re: Gnuplot 6 is Outrbowman
+- Re: Gnuplot 6 is OutPhysfitfreak
+* Re: Gnuplot 6 is OutBorax Man
|+* Re: Gnuplot 6 is OutFarley Flud
||+- Re: Gnuplot 6 is Out-hh
||`* Re: Gnuplot 6 is OutBorax Man
|| `* Re: Gnuplot 6 is OutFarley Flud
||  `- Re: Gnuplot 6 is Outvallor
|`- Re: Gnuplot 6 is Outvallor
+* Re: Gnuplot 6 is OutLawrence D'Oliveiro
|+* Re: Gnuplot 6 is OutFarley Flud
||+- Re: Gnuplot 6 is OutStéphane CARPENTIER
||+- Re: Gnuplot 6 is OutDFS
||`- Re: Gnuplot 6 is OutLawrence D'Oliveiro
|`- Re: Gnuplot 6 is Outrbowman
`* Re: Gnuplot 6 is OutDFS
 +- Re: Gnuplot 6 is OutTyrone
 `* Re: Gnuplot 6 is OutNuxxie
  +- Re: Gnuplot 6 is OutChris Ahlstrom
  +- Re: Gnuplot 6 is OutDFS
  +- Re: Gnuplot 6 is OutDFS
  +- Re: Gnuplot 6 is OutDFS
  +- Re: Gnuplot 6 is OutPhysfitfreak
  +- Re: Gnuplot 6 is OutDFS
  `- Re: Gnuplot 6 is OutStéphane CARPENTIER

Pages:12
Re: Gnuplot 6 is Out

<65e74cd4$0$2137418$882e4bbb@reader.netnews.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=11168&group=comp.os.linux.advocacy#11168

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!feeder.usenetexpress.com!tr1.iad1.usenetexpress.com!198.186.190.30.MISMATCH!news-out.netnews.com!news.alt.net!us1.netnews.com!news-out.netnews.com!eu1.netnews.com!eu1.netnews.com!not-for-mail
X-Trace: DXC=@YhZHJM2^]2CNhF]MV;ML<HWonT5<]0T=Q;nb^V>PUf6=AnO\FUBY[0nF54O@^\1?4mgLHKWBJFH;ZXMZ9Rc<mg5nk9`jfQW@>=dDioXmM8L11OXeKkS2`?j9
X-Complaints-To: support@blocknews.net
Date: Tue, 5 Mar 2024 11:48:23 -0500
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
From: dfs@nospam.com (DFS)
Subject: Re: Gnuplot 6 is Out
Newsgroups: comp.os.linux.advocacy
References: <17b90c957a3a480f$20388$3953837$802601b3@news.usenetexpress.com> <65e72b3c$0$4651$882e4bbb@reader.netnews.com> <17b9e9509866114f$33575$1514739$802601b3@news.usenetexpress.com>
Content-Language: en-US
In-Reply-To: <17b9e9509866114f$33575$1514739$802601b3@news.usenetexpress.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 78
Message-ID: <65e74cd4$0$2137418$882e4bbb@reader.netnews.com>
NNTP-Posting-Host: 127.0.0.1
X-Trace: 1709657300 reader.netnews.com 2137418 127.0.0.1:34617
 by: DFS - Tue, 5 Mar 2024 16:48 UTC

On 3/5/2024 10:54 AM, Nuxxie wrote:
> On Tue, 05 Mar 2024 09:25:03 -0500, DFS wrote:

>> //---------------------------------------------------------------------
>> //convert from base 10 to base N
>> //---------------------------------------------------------------------
>>
>> [snip horrendous junk]
>>
>
> Your shit code will bomb on inputs like:
>
> 45645178781578787818771656462681881516816868156568165641579796464651664155461246461654646

heh! You really are just a fool.

> A REAL PROGRAMMER will have no difficulty in doing this job:

That's definitely not you.

> Convert any base up to base-62 to any other base (up to base-62)
> with any precision, e.g. 10000 digit input.
>
> A dumb-fuck code monkey like you could never do it.

Over the years, you've proven yourself to be less than a "code monkey".

Now SandFreak comes along using the same term, and he's a shit
programmer too. What are the odds?

> But why base 62? Because to express a base 62 number we need
> all 10 digits (0-9) plus lower case (a-z) and upper case (A-Z):
>
> 10 + 26 + 26 = 62
>
> UVW345Hiap98zdDeq34Z is base 62.

I was gonna deal with just bases 2-16, but now that you mention it:

~$ ./base UVW345Hiap98zdDeq34Z 62 10
1. 35 * 62^ 0 = 35
2. 4 * 62^ 1 = 248
3. 3 * 62^ 2 = 11532
4. 26 * 62^ 3 = 6196528
5. 14 * 62^ 4 = 206868704
6. 13 * 62^ 5 = 11909726816
7. 13 * 62^ 6 = 738403062592
8. 35 * 62^ 7 = 123256511217280
9. 8 * 62^ 8 = 1746720844679168
10. 9 * 62^ 9 = 121833778916371968
11. 25 * 62^10 = 20982484146708504576
12. 10 * 62^11 = 520365606838370959360
13. 18 * 62^12 = 58072801723162199851008
14. 17 * 62^13 = 3400485167567386739474432
15. 5 * 62^14 = 62008847173287641996066816
16. 4 * 62^15 = 3075638819795066520736890880
17. 3 * 62^16 = 143017205120470598162067750912
18. 32 * 62^17 = 94582044986337894547347006816256
19. 31 * 62^18 = 5680834076991919978149414132776960
20. 30 * 62^19 = 340850044619515217135708921676169216

UVW345Hiap98zdDeq34Z (base 62) =
346625606899805372193646708944535552 (base 10)

Look right?

I can't speak to the correctness of the products of the exponents.
They're floats, FWIW.

(I increased 2 limits, and added the line counter. That's it.)

Re: Gnuplot 6 is Out

<65eb6af0$0$7516$426a74cc@news.free.fr>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=11635&group=comp.os.linux.advocacy#11635

  copy link   Newsgroups: comp.os.linux.advocacy
Path: i2pn2.org!i2pn.org!news.nntp4.net!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp6-1.free.fr!not-for-mail
Newsgroups: comp.os.linux.advocacy
From: sc@fiat-linux.fr (Stéphane CARPENTIER)
Subject: Re: Gnuplot 6 is Out
References: <17b90c957a3a480f$20388$3953837$802601b3@news.usenetexpress.com>
<65e72b3c$0$4651$882e4bbb@reader.netnews.com>
<17b9e9509866114f$33575$1514739$802601b3@news.usenetexpress.com>
Organization: Mulots' Killer
User-Agent: slrn/pre1.0.4-9 (Linux)
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
Date: 08 Mar 2024 19:45:52 GMT
Lines: 9
Message-ID: <65eb6af0$0$7516$426a74cc@news.free.fr>
NNTP-Posting-Date: 08 Mar 2024 20:45:52 CET
NNTP-Posting-Host: 78.201.248.7
X-Trace: 1709927152 news-2.free.fr 7516 78.201.248.7:36550
X-Complaints-To: abuse@proxad.net
 by: Stéphane CARPENTIER - Fri, 8 Mar 2024 19:45 UTC

Le 05-03-2024, Nuxxie <nuxxie@linux.rocks> a écrit :
>> > Computer science is mathematics and NOT coding.
> Right on! I could not have said it better myself.

It looks like you have memory issues.

--
Si vous avez du temps à perdre :
https://scarpet42.gitlab.io


computers / comp.os.linux.advocacy / Re: Gnuplot 6 is Out

Pages:12
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor