All Projects → b3m2a1 → mathematica-BTools

b3m2a1 / mathematica-BTools

Licence: MIT license
A suite of Mathematica tools aimed at making development easier

Programming Languages

Mathematica
289 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
perl
6916 projects
Mercury
31 projects

BTools

version license

The BTools application is a multi-use Mathematica application, largely devoted to simplifying the development process. The application has an autoloader primary file that exposed package-scoped helper functions and loads all of the packages in the Packages directory into the main context.


Installation

The easiest way to install these packages is using a paclet server installation:

PacletInstall[
  "BTools",
  "Site"->
    "http://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"
  ]

If you've already installed it you can update using:

PacletUpdate[
  "BTools",
  "Site"->
    "http://www.wolframcloud.com/objects/b3m2a1.paclets/PacletServer"
  ]

Alternately you can download this repo as a ZIP file and put extract it in $UserBaseDirectory/Applications


Examples and usages can be found on the Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].