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: 19 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T13:35:51.000Z (almost 4 years ago)
- Last Synced: 2025-04-10T21:51:51.568Z (19 days 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
[](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)
[](https://wolfr.am/Hzha9C8J)