Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metowolf/mathematica-keygen
wolfram mathematica keygen
https://github.com/metowolf/mathematica-keygen
keygen mathematica
Last synced: 3 months ago
JSON representation
wolfram mathematica keygen
- Host: GitHub
- URL: https://github.com/metowolf/mathematica-keygen
- Owner: metowolf
- Created: 2019-06-16T11:30:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:55:00.000Z (almost 2 years ago)
- Last Synced: 2024-07-14T20:04:52.467Z (4 months ago)
- Topics: keygen, mathematica
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 79
- Watchers: 5
- Forks: 20
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mathematica keygen
## Install
```
$ npm install mathematica-keygen
```## Version
|version|Wolfram Mathematica|
|---|---|
|^12|12.0.0.0 - 12.0.0.0|## API
### keygen(mathID, [activationKey])
Returns password `array`.
#### mathID
Type: `string`
`dddd-ddddd-ddddd`
#### activationKey
Type: `string`
Default: `1234-4321-123456`## Usage
```js
const keygen = require('mathematica-keygen');keygen('0000-00000-00000', '1234-4321-123456');
/*
[
'2839-935-275::1',
'8688-857-009::1',
'4002-675-360::1',
'1413-944-832::1',
'6176-312-246::1',
'9783-667-367::1',
'4031-456-684::1',
'9019-580-294::1',
'8302-753-286::1',
'5632-729-483::1',
'4599-309-861::1',
'5153-290-836::1',
'2551-822-716::1',
'1070-597-010::1',
'3750-206-250::1'
]
*/
```## License
MIT © [metowolf](https://i-meto.com/)