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
blog:aardvaark:downloads [2020/01/24 12:30] – [Orbital Calculator] Phil Ideblog:aardvaark:downloads [2021/03/05 10:11] (current) – [Other Software] 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'=>'e5d6063ca87d9da0f431e77c6e68f23816314c95e55ddf6ae24eeec8472b410d',
 +    'orbitcalc-linux-ia32.zip'=>'e98211ab06496a74d87566cf9fe1eded4fecc8acdf80d0acb1c4e5a6dc3702d5',
 +    'orbitcalc-linux-x64.zip'=>'45507163908b575996dfbbbc24c9881961dfc19e290970530cd911d7d4e139b0',
 +    'orbitcalc-win-x32.zip'=>'7100b32b917ea057832f912d08d7bff717e8bc550c4f5554f371f542b3dc26a5',
 +    'orbitcalc-win-x64.zip'=>'a8fab11f43a755497b8ec034a40e4d8cdb2ea30d7c130c580f39c2f3022839fd'
 +];
 +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.
  
Line 9: Line 22:
  
 ^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}} | 047d2e96d7943adb8dbbd6d9fdbcc5f43a724d09b522ab21dd9ff5dae6a55799 +| 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}} | 70dfa29e18ddb66504a47ee93c1028762bb88a761d9eb58636eace0534e042ef |+| 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}}| 1b821adc8ba9d875f02163bae00c90f76202a44dbe53be912a51320b22bc4d80 |+| 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 untestedIf you use this, please let me know if it works or not by leaving a comment below**|||+|**Note:** this is 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}} | d5fd585c0fa7f8a47474f0f83faa7b2f4c3e14892894e922bc42691bbc68449a +| 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}} | 40c8d9f05a15a21cd3963e2961ee2022a3dc5bbff88ecd737e0b6deef03c59b9 |+| 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 59: Line 72:
 |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.)// |
 |Download Counter for DokuWiki  |  {{ :dlcounter.zip |Download}}  |Track media file (zip etc) downloads in DokuWiki. The [[blog:articles:software:doku_dlcounter|Docs are here]] | |Download Counter for DokuWiki  |  {{ :dlcounter.zip |Download}}  |Track media file (zip etc) downloads in DokuWiki. The [[blog:articles:software:doku_dlcounter|Docs are here]] |
 +
 +===== Writing =====
 +|The Writer's Desk Book by Dana Orcutt| {{ :blog:articles_on_writing:the_writer_s_desk_book_by_william_dana_orcutt_files.zip |Download}} |Grammar notes for writers in html form - unzip and click on the html file |
  
 Feel free to leave comments and suggestions below. Feel free to leave comments and suggestions below.
  
 +~~socialite~~
 ~~DISCUSSION~~ ~~DISCUSSION~~
  
blog/aardvaark/downloads.1579869057.txt.gz · Last modified: 2020/01/24 12:30 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