Sponsored Content
Full Discussion: NASA launch in 4 minutes
The Lounge What is on Your Mind? NASA launch in 4 minutes Post 302544948 by joeyg on Friday 5th of August 2011 12:38:48 PM
Old 08-05-2011
when is it due to arrive in Jupiter orbit?
I just found that... five years.
If successful, it will be the furthest solar-powered trip ever taken at 500 million miles from sun.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Convert minutes to hours, minutes, seconds

How would you convert lets say a 1000 minutes to hours, minutes, seconds (1 Reply)
Discussion started by: Vozx
1 Replies

2. Solaris

Eclipse launch question

I just bought my first Ultra 20 (Solaris 10) and I would like to know the step by step directions to launch eclipse please. I have unzipped the eclipse folder in my temp directory I am having really hard time launching eclipse from my desktop. (7 Replies)
Discussion started by: saif
7 Replies

3. UNIX for Advanced & Expert Users

launch a command only if

Hi! I would launch this command: tar -cvvf logswitch.tar `find *.log* -mtime +5` --remove-files only if find *.log* -mtime +5 find some files. Thanks in advance. (10 Replies)
Discussion started by: Minguccio75
10 Replies

4. Programming

How to launch a new process

Hi, I have a situation where a C main program needs to call another C main program, my background is mostly Windows and I'm new to UNIX programming. I've read about system(), fork(), and exec() and I'm a little confused as to what the sequence of steps should be to launch another process. By the... (5 Replies)
Discussion started by: hr94131
5 Replies

5. UNIX for Dummies Questions & Answers

How to launch Eclipse in Solaris 10

Hi people, i just installed Eclipse on my Solaris terminal and i can't seem to run it. Currently i am using the SSH Client software to go to my Unix console.I tried to run the command "eclipse -vm <path of java hre>" as directed however i still can't run the application. My Command prompt is... (5 Replies)
Discussion started by: wilsontan
5 Replies

6. Linux

Can't launch firefox

Hi all, I installed RHEL on my machine and realized that firefox browser was not included at installation. I went back and added it using the Add or Remove Packages by inserting the dvd I used during installation. The icon is there but for some reason I cannot lauch. Nothing returns when I... (12 Replies)
Discussion started by: jxh461
12 Replies

7. Shell Programming and Scripting

Launch Script

Hi all! I just got done writing a script. The problem Im running into is I have to lanuch the script with: sh SCRIPT.sh Is there a way to launch it with by just entering SCIPT into the shell? (3 Replies)
Discussion started by: Grizzly
3 Replies

8. UNIX for Beginners Questions & Answers

How to convert days hours minutes seconds to minutes?

Hi, please help with below time conversion to minutes. one column values: 2 minutes 16 seconds 420 msec 43 seconds 750 msec 0 days 3 hours 29 minutes 58 seconds 480 msec 11 seconds 150 msec I need output in minutes(total elapsed time in minutes) (2 Replies)
Discussion started by: ramu.badugula
2 Replies

9. Shell Programming and Scripting

Grep a log file for the last 5 minutes of contents every 5 minutes

Hi all, System Ubuntu 16.04.3 LTS i have the following log INFO 2019-02-07 15:13:31,099 module.py:700] default: "POST /join/8550614e-3e94-4fa5-9ab2-135eefa69c1b HTTP/1.0" 500 2042 INFO 2019-02-07 15:13:31,569 module.py:700] default: "POST /join/6cb9c452-dcb1-45f3-bcca-e33f5d450105... (15 Replies)
Discussion started by: charli1
15 Replies

10. Shell Programming and Scripting

Check file creation Time minutes and if file older then 5 minutes execute some stuff

Hello all, Info: System RedHat 7.5 I need to create a script that based on the creation time, if the file is older then 5 minutes then execute some stuff, if not exit. I thought to get the creation time and minutes like this. CreationTime=$(stat -c %y /tmp/test.log | awk -F" " '{ print... (3 Replies)
Discussion started by: charli1
3 Replies
Geo::Distance::XS(3pm)					User Contributed Perl Documentation				    Geo::Distance::XS(3pm)

NAME
Geo::Distance::XS - speed up Geo::Distance SYNOPSIS
use Geo::Distance::XS; my $geo = Geo::Distance->new; my $distance = $geo->distance(mile => $lon1, $lat1 => $lon2, $lat2); DESCRIPTION
The "Geo::Distance::XS" module provides faster C implementations of the distance calculations found in "Geo::Distance". See the documentation for that module for usage. NOTE: As of version 0.13, Geo::Distance automatically uses this module if it is installed. FORMULAS
In addition to the formulas offered in "Geo::Distance", this module implements the additional formulas: alt: Andoyer-Lambert-Thomas Formula This is faster than the Vincenty formula, but trades a bit of accuracy. PERFORMANCE
This distribution contains a benchmarking script which compares "Geo::Distance::XS" with "Geo::Distance" and "GIS::Distance::Fast". These are the results on a MacBook 2GHz with Perl 5.14.2: ---- [ Formula: hsin ] ------------------------------------ perl - distance from LA to NY: 2443.08796228363 miles xs - distance from LA to NY: 2443.08796228363 miles gis_fast - distance from LA to NY: 2443.08796228363 miles Rate gis_fast perl xs gis_fast 24802/s -- -70% -98% perl 81919/s 230% -- -92% xs 1003704/s 3947% 1125% -- ---- [ Formula: tv ] ------------------------------------ perl - distance from LA to NY: 2448.24135235512 miles xs - distance from LA to NY: 2448.2413523656 miles gis_fast - distance from LA to NY: 2448.24135235512 miles Rate perl gis_fast xs perl 18101/s -- -19% -95% gis_fast 22330/s 23% -- -94% xs 345717/s 1810% 1448% -- ---- [ Formula: polar ] ------------------------------------ perl - distance from LA to NY: 2766.02509696782 miles xs - distance from LA to NY: 2766.02509696782 miles gis_fast - distance from LA to NY: 2766.02509696782 miles Rate gis_fast perl xs gis_fast 19200/s -- -78% -98% perl 87682/s 357% -- -93% xs 1214700/s 6227% 1285% -- ---- [ Formula: cos ] ------------------------------------ perl - distance from LA to NY: 2443.08796228363 miles xs - distance from LA to NY: 2443.08796228363 miles gis_fast - distance from LA to NY: 2443.08796228363 miles Rate gis_fast perl xs gis_fast 24435/s -- -69% -98% perl 78913/s 223% -- -93% xs 1147836/s 4597% 1355% -- ---- [ Formula: gcd ] ------------------------------------ perl - distance from LA to NY: 2443.08796228363 miles xs - distance from LA to NY: 2443.08796228363 miles gis_fast - distance from LA to NY: 2443.08796228363 miles Rate gis_fast perl xs gis_fast 18270/s -- -75% -98% perl 74472/s 308% -- -93% xs 1102769/s 5936% 1381% -- ---- [ Formula: mt ] ------------------------------------ perl - distance from LA to NY: 2443.08796228363 miles xs - distance from LA to NY: 2443.08796228363 miles gis_fast - distance from LA to NY: 2443.08796228363 miles Rate gis_fast perl xs gis_fast 17935/s -- -75% -98% perl 71739/s 300% -- -94% xs 1135525/s 6231% 1483% -- This distribution contains another benchmarking script which compares only the XS formulas over several different coordinates: Rate tv hsin alt cos mt gcd polar tv 16906/s -- -90% -90% -91% -91% -91% -92% hsin 165414/s 878% -- -4% -8% -10% -13% -17% alt 172032/s 918% 4% -- -5% -7% -9% -14% cos 180326/s 967% 9% 5% -- -2% -5% -10% mt 184357/s 991% 11% 7% 2% -- -3% -8% gcd 189253/s 1019% 14% 10% 5% 3% -- -6% polar 200386/s 1085% 21% 16% 11% 9% 6% -- Calculated length for short distance: alt : 40.3740136064528 miles cos : 40.3095459813536 miles gcd : 40.3095459813294 miles hsin : 40.3095459813294 miles mt : 40.3095459813536 miles polar: 46.7467797109043 miles tv : 40.3740136384531 miles Calculated length for long distance: alt : 2448.24135691376 miles cos : 2443.08796228363 miles gcd : 2443.08796228363 miles hsin : 2443.08796228363 miles mt : 2443.08796228363 miles polar: 2766.02509696782 miles tv : 2448.2413523656 miles Calculated length for nearly antipodes: alt : 12340.6455133245 miles cos : 12340.327635068 miles gcd : 12340.327635068 miles hsin : 12340.327635068 miles mt : 12340.327635068 miles polar: 12368.4764642469 miles tv : 12340.7483034002 miles Calculated length for antipodes: alt : 12429.86673988 miles cos : 219.005548031861 miles gcd : 12438.0476860875 miles hsin : 12438.0475680956 miles mt : 219.005548031861 miles polar: 12438.0476860875 miles tv : 12370.1885059814 miles Calculated length for polar antipodes: alt : 12429.86673988 miles cos : 12438.0476860875 miles gcd : 12438.0476860875 miles hsin : 12438.0476860875 miles mt : 12438.0476860875 miles polar: 12438.0476860875 miles tv : 12429.8667398787 miles SEE ALSO
Geo::Distance http://blogs.esri.com/esri/apl/2010/09/28/fast-times-at-geodesic-high/ <http://blogs.esri.com/esri/apl/2010/09/28/fast-times-at-geodesic- high/> REQUESTS AND BUGS
Please report any bugs or feature requests to http://rt.cpan.org/Public/Bug/Report.html?Queue=Geo-Distance-XS <http://rt.cpan.org/Public/Bug/Report.html?Queue=Geo-Distance-XS>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Geo::Distance::XS You can also look for information at: o GitHub Source Repository http://github.com/gray/geo-distance-xs <http://github.com/gray/geo-distance-xs> o AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/Geo-Distance-XS <http://annocpan.org/dist/Geo-Distance-XS> o CPAN Ratings http://cpanratings.perl.org/d/Geo-Distance-XS <http://cpanratings.perl.org/d/Geo-Distance-XS> o RT: CPAN's request tracker http://rt.cpan.org/Public/Dist/Display.html?Name=Geo-Distance-XS <http://rt.cpan.org/Public/Dist/Display.html?Name=Geo-Distance-XS> o Search CPAN http://search.cpan.org/dist/Geo-Distance-XS/ <http://search.cpan.org/dist/Geo-Distance-XS/> COPYRIGHT AND LICENSE
Copyright (C) 2009-2012 gray <gray at cpan.org>, all rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. AUTHOR
gray, <gray at cpan.org> perl v5.14.2 2012-04-14 Geo::Distance::XS(3pm)
All times are GMT -4. The time now is 07:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy