Philip P. Ide

Author, programmer, science enthusiast, half-wit.
Life is sweet. Have you tasted it lately?

User Tools

Site Tools


blog:aardvaark:downloads

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
blog:aardvaark:downloads [2019/09/07 15:43] – [Import Files] Phil Ideblog:aardvaark:downloads [2020/09/29 14:49] Phil Ide
Line 1: Line 1:
 ====== Downloads ====== ====== Downloads ======
 +~~NOCACHE~~
 ===== Orbital Calculator ===== ===== Orbital Calculator =====
 |Current Version^ <php>echo file_get_contents(DOKU_INC."updates/version_orbitcalc.txt");</php> ^ |Current Version^ <php>echo file_get_contents(DOKU_INC."updates/version_orbitcalc.txt");</php> ^
 +<PHP>
 +function orbit_hash($hashid){
 +$hash = [
 +    'orbitcalc-linux-armv7l.zip'=>'628aceff01b345463ee22b63d286434f6fc22b64443fbb13ad62311cdba97854',
 +    'orbitcalc-linux-ia32.zip'=>'f15c7883fbf73b54be3089214fef8942edc00869ac350179eaa32a2a4034a335',
 +    'orbitcalc-linux-x64.zip'=>'c78955bc0c897aebce7948d2ffb1653d2534e229abdd8f8326ee0b77b709c669',
 +    'orbitcalc-win-x32.zip'=>'15f52882c2636774a808f4d0a9d0e022a7ba32ac1fe994d062782e5fa1d680be',
 +    'orbitcalc-win-x64.zip'=>'188debbf31c011f682a991159625cce8da946f2bca14ce7ea9a45fd9d959df69'
 +];
 +return $hash[$hashid];
 +}
  
 +</PHP>
 This is a portable application, meaning there is no installer. Just unzip into a folder and run the executable. Since it is portable, it can be run from a USB stick. This is a portable application, meaning there is no installer. Just unzip into a folder and run the executable. Since it is portable, it can be run from a USB stick.
 +
 +A full description and a list of the features are available [[blog:articles:software:orbital_calculator|here]].\\
 +Release notes are available [[:blog:articles:software:obitcalc_release_notes|here]].
  
 ^Windows (w7 to w10)^^  Checksum SHA256  ^ ^Windows (w7 to w10)^^  Checksum SHA256  ^
-| 32-bit | {{ :blog:articles:software:orbitcalc-win-x32.zip |orbitcalc-win-x32.zip}} | a3dfd4851cfc8948060bd9bf7b3c93a032a789e4197ca4bf7e36978d57f456d7 +| 32-bit | {{ :blog:articles:software:orbitcalc-win-x32.zip |orbitcalc-win-x32.zip}} | <php>echo orbit_hash('orbitcalc-win-x32.zip');</php> 
-| 64-bit | {{ :blog:articles:software:orbitcalc-win-x64.zip |orbitcalc-win-x64.zip}} | f33dcf8aed3c8fa817d83aa3e39b85369f5c4cac1fca5fd2824153b01fa827c8 |+| 64-bit | {{ :blog:articles:software:orbitcalc-win-x64.zip |orbitcalc-win-x64.zip}} | <php>echo orbit_hash('orbitcalc-win-x64.zip');</php> |
  
 ^Apple Mac^ ^Apple Mac^
 |There is a Mac version, but is untested. If you'd like to test it for me, drop me a message below| |There is a Mac version, but is untested. If you'd like to test it for me, drop me a message below|
  
-^Raspberry PI^^  Checksum SHA256 +^Raspberry PI/armv7l^^  Checksum SHA256 
-| armv7 | {{ :blog:articles:software:orbitcalc-linux-armv7l.zip |orbitcalc-linux-armv7l.zip}}| 48d6bce2fadef80aaf7cd25a4b9ecd73ae762934b915b329580e8f3604fe3e8b |+| armv7 | {{ :blog:articles:software:orbitcalc-linux-armv7l.zip |orbitcalc-linux-armv7l.zip}}| <php>echo orbit_hash('orbitcalc-linux-armv7l.zip');</php> |
 |To install a desktop icon and launcher, follow the instructions for Linux below||| |To install a desktop icon and launcher, follow the instructions for Linux below|||
-|**Note: this is untested. If you use this, please let me know if it works or not by leaving a comment below**|||+|**Note: this is <del>untested</del> now tested.|||
  
 ^Linux (Ubuntu/Debian) ^^  Checksum SHA256  ^ ^Linux (Ubuntu/Debian) ^^  Checksum SHA256  ^
-| 32-bit | {{ :blog:articles:software:orbitcalc-linux-ia32.zip |orbitcalc-linux-ia32.zip}} | ed7de59f1cbcd8f8fef5e009f54b6bec83355e939316eb132b2280f8b209f930 +| 32-bit | {{ :blog:articles:software:orbitcalc-linux-ia32.zip |orbitcalc-linux-ia32.zip}} | <php>echo orbit_hash('orbitcalc-linux-ia32.zip');</php> 
-| 64-bit | {{ :blog:articles:software:orbitcalc-linux-x64.zip |orbitcalc-linux-x64.zip}} | f47739b38c7310c1a469a62e0bc494056edf223dbc9f4d0de582422b3e187400 |+| 64-bit | {{ :blog:articles:software:orbitcalc-linux-x64.zip |orbitcalc-linux-x64.zip}} | <php>echo orbit_hash('orbitcalc-linux-x64.zip');</php> |
  
 If you run the program in Gnome, there is a bug in Nautilus that prevents the program from running. You'll either have to run it from a terminal window or through a desktop icon. You can {{:blog:articles:software:desktop.zip|download this}} sample desktop file, which will need editing: If you run the program in Gnome, there is a bug in Nautilus that prevents the program from running. You'll either have to run it from a terminal window or through a desktop icon. You can {{:blog:articles:software:desktop.zip|download this}} sample desktop file, which will need editing:
Line 45: Line 61:
 === Upgrading from v2 to a later version of v2 === === Upgrading from v2 to a later version of v2 ===
 Simply unzip the latest version over the top of your current installation. Your data files and preferences will be retained. Simply unzip the latest version over the top of your current installation. Your data files and preferences will be retained.
 +
 +===== Import Files =====
 +These files can be imported into Orbital Calculator
 +
 +^File ^Description ^  Checksum SHA256  ^
 +|{{ :blog:articles:software:exoplanets.zip |Exoplanets }}|669 Exoplanets from a NASA archive|26c67d34b7b3ac0471686f5b2e5d448ba57290bf05bf725ed89f1362e0efcd92|
 +
 +
 ===== Other Software ===== ===== Other Software =====
 |Cross-or-Vertical multiplication algorithm | {{ :cvmultiply.zip |Download}} |PHP code to multiply huge numbers.//(**Note:** any computation taking longer\\ than 30 seconds or above the size set in php.ini will require some editing of php.ini.)// | |Cross-or-Vertical multiplication algorithm | {{ :cvmultiply.zip |Download}} |PHP code to multiply huge numbers.//(**Note:** any computation taking longer\\ than 30 seconds or above the size set in php.ini will require some editing of php.ini.)// |
Line 51: Line 75:
 Feel free to leave comments and suggestions below. Feel free to leave comments and suggestions below.
  
 +~~socialite~~
 ~~DISCUSSION~~ ~~DISCUSSION~~
  
blog/aardvaark/downloads.txt · Last modified: 2021/03/05 10:11 by Phil Ide

Except where otherwise noted, content on this wiki is licensed under the following license: Copyright © Phil Ide
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki