Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnoudbuzing/prototypes
miscellaneous wolfram language functions
https://github.com/arnoudbuzing/prototypes
mathematica opensky-api openstreetmap what3words-api wolfram wolfram-language wolfram-mathematica wolframlanguage
Last synced: 14 days ago
JSON representation
miscellaneous wolfram language functions
- Host: GitHub
- URL: https://github.com/arnoudbuzing/prototypes
- Owner: arnoudbuzing
- License: mit
- Created: 2016-12-09T16:13:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T13:35:51.000Z (over 3 years ago)
- Last Synced: 2024-11-20T01:33:04.863Z (about 1 month ago)
- Topics: mathematica, opensky-api, openstreetmap, what3words-api, wolfram, wolfram-language, wolfram-mathematica, wolframlanguage
- Language: Mathematica
- Size: 50.8 MB
- Stars: 30
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
- awesome-wolfram-language - prototypes
README
# Prototypes
[![Wolfram Language](https://wolfr.am/NyiJ4BVJ)](https://www.wolfram.com/language/)
A wide collection of functions which extend the Wolfram Language.
Install with the following command (replace 0.0.0 with the [latest version digits](https://github.com/arnoudbuzing/prototypes/releases)):
```wolframlanguage
PacletInstall["https://github.com/arnoudbuzing/prototypes/releases/download/v0.0.0/Prototypes-0.0.0.paclet"]
```Alternatively you can install the latest version with:
```wolframlanguage
Needs["MPM`"]MPMInstall[
"arnoudbuzing",
"Prototypes",
"AllowPrereleases" -> True
]
```A prerequisite for this method is the installation of this utility:
https://github.com/kubaPod/MPM[Documentation](https://github.com/arnoudbuzing/prototypes/wiki)
[![View notebooks](https://wolfr.am/Etv7EZ90)](https://wolfr.am/Hzha9C8J)