Here are the numbers for v1.4.1:
Code: Select all
Windows: 517947
MacOS: 50598
Linux: 16886
Source: 12064
Code: Select all
Windows: 517947
MacOS: 50598
Linux: 16886
Source: 12064
t00fri wrote:@Selden:
I guess you are aware that 90% of the spreading of Celestia for Linux happens via the various Linux distributions, NOT via individual SF downloads.
selden wrote:Many, perhaps most, Linux versions of Celestia are included with Linux or are downloaded from Linux Web sites, so the SourceForge numbers for Linux are too small.
t00fri wrote:I will NOT bother again discussing these issues with Malenfant!
I have lots of patience, BUT simply NOT enough time to mess around with these preliminaries for ever.
Malenfant wrote:t00fri wrote:I will NOT bother again discussing these issues with Malenfant!
As usual, you take criticism of your style personally.
ANDREA wrote:But what I'm saying here is: why use a lot of time, both for you gurus and for us, poor Windows slaves, to explain/understand a lot of complicated (for me/us) ways to obtain a result, when there is a very simple and ready one that gives the same result for all "click"-fans ?
t00fri wrote:++++++++++++++++++++++++++
The main reason, why I went through the gzip example in detail, was to illustrate with this simple, concrete example, how STDIN/STDOUT redirection and pipes work!
++++++++++++++++++++++++++
Because that is what is REALLY needed later. And I always WANT people to UNDERSTAND what they are doing...
selden wrote:I'm about to try splitting this thread, although it's absurdly long. Much of it will be going into Purgatory.
Discussions of people's personal failings have no business being here. Discuss the software and the functionality, not each other.
hank wrote:ANDREA wrote:But what I'm saying here is: why use a lot of time, both for you gurus and for us, poor Windows slaves, to explain/understand a lot of complicated (for me/us) ways to obtain a result, when there is a very simple and ready one that gives the same result for all "click"-fans ?
Andrea, I think you may have missed this in Fridger's earlier post:Fridger has gone to a lot of trouble to make his nmtools available on Windows. But it seems that in order to use it, you'll need to understand things like i/o redirection and pipes, which are not familiar to most Windows users. Fridger was using the gzip example to try to illustrate some things you'll need to know in order to use his nmtools when they're released. - Hankt00fri wrote:++++++++++++++++++++++++++
The main reason, why I went through the gzip example in detail, was to illustrate with this simple, concrete example, how STDIN/STDOUT redirection and pipes work!
++++++++++++++++++++++++++
Because that is what is REALLY needed later. And I always WANT people to UNDERSTAND what they are doing...
ANDREA wrote:I understand this, Hank, and this is the reason why I'll wait the nmtools release before posting again here.
I'm a patient old man, so I can wait, if needed, and try again to understand why we need to use such STDIN/STDOUT redirection and pipes .
But meanwhile, why someone cannot try to make us understand at least what we are speaking of?
Thank you Hank.
Bye
Andrea
Code: Select all
gzip -dc <srtm_ramp2.world.86400x43200.bin.gz | resc2pow2 86400 1 | nmstiles 5 6378.14 65536 2.5
Code: Select all
gzip srtm_ramp2.world.86400x43200.bin.gz
resc2pow2 inputfile outputfile 86400 1
nmstiles inputfile outputfile 5 6378.14 65536 2.5
Malenfant wrote:
Well this is what we're talking about isn't it?Code: Select all
gzip -dc <srtm_ramp2.world.86400x43200.bin.gz | resc2pow2 86400 1 | nmstiles 5 6378.14 65536 2.5
This is what I mean about Fridger over-complicating things - he's listed three separate programs here and not really explained what they do or how to use them. I'm not about to download a 1.2GB file to test this, but I think this is how it's working:
ANDREA wrote:I understand this, Hank, and this is the reason why I'll wait the nmtools release before posting again here.hank wrote:Fridger has gone to a lot of trouble to make his nmtools available on Windows. But it seems that in order to use it, you'll need to understand things like i/o redirection and pipes, which are not familiar to most Windows users. Fridger was using the gzip example to try to illustrate some things you'll need to know in order to use his nmtools when they're released. - Hank
I'm a patient old man, so I can wait, if needed, and try again to understand why we need to use such STDIN/STDOUT redirection and pipes .
But meanwhile, why someone cannot try to make us understand at least what we are speaking of?
t00fri wrote:ANDREA just wanted to practice, while waiting for the tutorial to appear in CM! Any GENERAL explanatory discussion about how and why this command line arises will NOT take place here!!!
Why are you trying to always twist things into a direction that tries to cast an unfavorable light on what I do??
Malenfant wrote:t00fri wrote:Why are you trying to always twist things into a direction that tries to cast an unfavorable light on what I do??
I haven't even remotely done that, all I did was explain to Andrea how that line could work as a batch file! Jeez, Fridger, just back the hell off and stop being so damn paranoid!
Malenfant wrote:This is what I mean about Fridger over-complicating things - he's listed three separate programs here and not really explained what they do or how to use them. I'm not about to download a 1.2GB file to test this, ...