├── LICENSE ├── README.md └── media ├── badge.svg ├── logo.svg └── wolfram-language.svg /LICENSE: -------------------------------------------------------------------------------- 1 | CC0 1.0 Universal 2 | 3 | Statement of Purpose 4 | 5 | The laws of most jurisdictions throughout the world automatically confer 6 | exclusive Copyright and Related Rights (defined below) upon the creator and 7 | subsequent owner(s) (each and all, an "owner") of an original work of 8 | authorship and/or a database (each, a "Work"). 9 | 10 | Certain owners wish to permanently relinquish those rights to a Work for the 11 | purpose of contributing to a commons of creative, cultural and scientific 12 | works ("Commons") that the public can reliably and without fear of later 13 | claims of infringement build upon, modify, incorporate in other works, reuse 14 | and redistribute as freely as possible in any form whatsoever and for any 15 | purposes, including without limitation commercial purposes. These owners may 16 | contribute to the Commons to promote the ideal of a free culture and the 17 | further production of creative, cultural and scientific works, or to gain 18 | reputation or greater distribution for their Work in part through the use and 19 | efforts of others. 20 | 21 | For these and/or other purposes and motivations, and without any expectation 22 | of additional consideration or compensation, the person associating CC0 with a 23 | Work (the "Affirmer"), to the extent that he or she is an owner of Copyright 24 | and Related Rights in the Work, voluntarily elects to apply CC0 to the Work 25 | and publicly distribute the Work under its terms, with knowledge of his or her 26 | Copyright and Related Rights in the Work and the meaning and intended legal 27 | effect of CC0 on those rights. 28 | 29 | 1. Copyright and Related Rights. A Work made available under CC0 may be 30 | protected by copyright and related or neighboring rights ("Copyright and 31 | Related Rights"). Copyright and Related Rights include, but are not limited 32 | to, the following: 33 | 34 | i. the right to reproduce, adapt, distribute, perform, display, communicate, 35 | and translate a Work; 36 | 37 | ii. moral rights retained by the original author(s) and/or performer(s); 38 | 39 | iii. publicity and privacy rights pertaining to a person's image or likeness 40 | depicted in a Work; 41 | 42 | iv. rights protecting against unfair competition in regards to a Work, 43 | subject to the limitations in paragraph 4(a), below; 44 | 45 | v. rights protecting the extraction, dissemination, use and reuse of data in 46 | a Work; 47 | 48 | vi. database rights (such as those arising under Directive 96/9/EC of the 49 | European Parliament and of the Council of 11 March 1996 on the legal 50 | protection of databases, and under any national implementation thereof, 51 | including any amended or successor version of such directive); and 52 | 53 | vii. other similar, equivalent or corresponding rights throughout the world 54 | based on applicable law or treaty, and any national implementations thereof. 55 | 56 | 2. Waiver. To the greatest extent permitted by, but not in contravention of, 57 | applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and 58 | unconditionally waives, abandons, and surrenders all of Affirmer's Copyright 59 | and Related Rights and associated claims and causes of action, whether now 60 | known or unknown (including existing as well as future claims and causes of 61 | action), in the Work (i) in all territories worldwide, (ii) for the maximum 62 | duration provided by applicable law or treaty (including future time 63 | extensions), (iii) in any current or future medium and for any number of 64 | copies, and (iv) for any purpose whatsoever, including without limitation 65 | commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes 66 | the Waiver for the benefit of each member of the public at large and to the 67 | detriment of Affirmer's heirs and successors, fully intending that such Waiver 68 | shall not be subject to revocation, rescission, cancellation, termination, or 69 | any other legal or equitable action to disrupt the quiet enjoyment of the Work 70 | by the public as contemplated by Affirmer's express Statement of Purpose. 71 | 72 | 3. Public License Fallback. Should any part of the Waiver for any reason be 73 | judged legally invalid or ineffective under applicable law, then the Waiver 74 | shall be preserved to the maximum extent permitted taking into account 75 | Affirmer's express Statement of Purpose. In addition, to the extent the Waiver 76 | is so judged Affirmer hereby grants to each affected person a royalty-free, 77 | non transferable, non sublicensable, non exclusive, irrevocable and 78 | unconditional license to exercise Affirmer's Copyright and Related Rights in 79 | the Work (i) in all territories worldwide, (ii) for the maximum duration 80 | provided by applicable law or treaty (including future time extensions), (iii) 81 | in any current or future medium and for any number of copies, and (iv) for any 82 | purpose whatsoever, including without limitation commercial, advertising or 83 | promotional purposes (the "License"). The License shall be deemed effective as 84 | of the date CC0 was applied by Affirmer to the Work. Should any part of the 85 | License for any reason be judged legally invalid or ineffective under 86 | applicable law, such partial invalidity or ineffectiveness shall not 87 | invalidate the remainder of the License, and in such case Affirmer hereby 88 | affirms that he or she will not (i) exercise any of his or her remaining 89 | Copyright and Related Rights in the Work or (ii) assert any associated claims 90 | and causes of action with respect to the Work, in either case contrary to 91 | Affirmer's express Statement of Purpose. 92 | 93 | 4. Limitations and Disclaimers. 94 | 95 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 96 | surrendered, licensed or otherwise affected by this document. 97 | 98 | b. Affirmer offers the Work as-is and makes no representations or warranties 99 | of any kind concerning the Work, express, implied, statutory or otherwise, 100 | including without limitation warranties of title, merchantability, fitness 101 | for a particular purpose, non infringement, or the absence of latent or 102 | other defects, accuracy, or the present or absence of errors, whether or not 103 | discoverable, all to the greatest extent permissible under applicable law. 104 | 105 | c. Affirmer disclaims responsibility for clearing rights of other persons 106 | that may apply to the Work or any use thereof, including without limitation 107 | any person's Copyright and Related Rights in the Work. Further, Affirmer 108 | disclaims responsibility for obtaining any necessary consents, permissions 109 | or other rights required for any use of the Work. 110 | 111 | d. Affirmer understands and acknowledges that Creative Commons is not a 112 | party to this document and has no duty or obligation with respect to this 113 | CC0 or use of the Work. 114 | 115 | For more information, please see 116 | 117 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Wolfram Language 2 | 3 | [](https://wolfram.com) 4 | 5 | > A curated list of Wolfram Language packages and resources. 6 | 7 | ## Contents 8 | - [Artificial Intelligence](#artificial-intelligence) 9 | - [Algebra](#algebra) 10 | - [Bioinformatics](#bioinformatics) 11 | - [Boolean Mathematics](#boolean-mathematics) 12 | - [Calculus](#calculus) 13 | - [Chemistry](#chemistry) 14 | - [Code Compilation](#code-compilation) 15 | - [Code Parsing](#code-parsing) 16 | - [Computer Vision](#computer-vision) 17 | - [Data Fitting](#data-fitting) 18 | - [Data Visualization](#data-visualization) 19 | - [Differential Equations](#differential-equations) 20 | - [External Programs](#external-programs) 21 | - [Embedding](#embedding) 22 | - [Finite Element Method Analysis](#finite-element-method-analysis) 23 | - [Front-End (HTML, CSS)](#front-end-html-css) 24 | - [Game Theory](#game-theory) 25 | - [IDE](#ide) 26 | - [LaTeX](#latex) 27 | - [LibraryLink](#librarylink) 28 | - [Linters](#linters) 29 | - [Markdown](#markdown) 30 | - [Medical Computing](#medical-computing) 31 | - [Neuroscience Computing](#neuroscience-computing) 32 | - [Omics Analysis](#omics-analysis) 33 | - [Prototyping and Utilities](#prototyping-and-utilities) 34 | - [Quantum Field Theory](#quantum-field-theory) 35 | - [Rendering](#rendering) 36 | - [Scripting](#scripting) 37 | - [Syntax Highlighting](#syntax-highlighting) 38 | - [Terminal](#terminal) 39 | - [Theorem Proving](#theorem-proving) 40 | - [Vector Drawing](#vector-drawing) 41 | - [Video Processing](#video-processing) 42 | - [Web Frameworks](#web-frameworks) 43 | 44 | ## Artificial Intelligence 45 | - [MathematicaForPrediction](https://github.com/antononcube/MathematicaForPrediction) ─ Mathematica implementations of machine learning algorithms used for prediction and personalization. 46 | - [DeepLaetitia](https://github.com/adendek/DeepLaetitia) ─ Deep Reinforcement Learning that makes you smile. 47 | 48 | ## Algebra 49 | - [NCAlgebra](https://github.com/NCAlgebra/NC) ─ Non Commutative Algebra Package for Mathematica. 50 | - [Geometric-Algebra](https://github.com/jlaragonvera/Geometric-Algebra) ─ Mathematica packages for geometric algebra. 51 | 52 | ## Bioinformatics 53 | - [BioFormatsLink](https://github.com/WolframResearch/BioFormatsLink) ─ Package for interacting with Bio-Formats library in the Wolfram Language. 54 | 55 | ## Boolean Mathematics 56 | - [BoolEval](https://github.com/szhorvat/BoolEval) ─ Fast vectorized comparison and Boolean operations in the Wolfram Language. 57 | 58 | ## Calculus 59 | - [Rubi](https://github.com/RuleBasedIntegration/Rubi) ─ Implementation of the rule-based integrator called Rubi. 60 | - [IntWithStepsOfTeXForm](https://github.com/wuyudi/IntWithStepsOfTeXForm) ─ Indefinite Integral Process Generator (By Mathematica) 61 | - [RHPackage](https://github.com/dlfivefifty/RHPackage) ─ A Mathematica package for solving Riemann–Hilbert problems numerically. 62 | 63 | ## Chemistry 64 | - [MoleculeViewer](https://github.com/tpfto/MoleculeViewer) ─ A package for visualizing molecules. 65 | 66 | ## Code Compilation 67 | - [MathCompile](https://github.com/njpipeorgan/MathCompile) ─ Compile Wolfram Language functions into C++ code and binary. 68 | 69 | ## Code Parsing 70 | - [codeparser](https://github.com/WolframResearch/codeparser) ─ Parse Wolfram Language source code as abstract syntax trees (ASTs) or concrete syntax trees (CSTs). 71 | 72 | ## Computer Vision 73 | - [Mathpix](https://github.com/GalAster/Mathpix) ─ Mathpix API in Mathematica. 74 | 75 | ## Data Fitting 76 | - [sym](https://github.com/paulknysh/sym) ─ A Mathematica package for generating symbolic models from data. 77 | 78 | ## Data Visualization 79 | - [plotly-mathematica](https://github.com/Nevensky/plotly-mathematica) ─ A package for plotting plot.ly graphs in Wolfram Mathematica. 80 | - [RadarChart](https://github.com/catrasca/RadarChart) ─ A package providing radar charts for Mathematica. 81 | 82 | ## Differential Equations 83 | - [Kranc](https://github.com/ianhinder/Kranc) ─ A Mathematica package for generating code for solving time dependent partial differential equations. 84 | 85 | ## External Programs 86 | - [CaffeLink](https://github.com/Seilim/CaffeLink) ─ Mathematica library link wrapper for BVLC/Caffe. 87 | - [GitLink](https://github.com/WolframResearch/GitLink) ─ Git integration for the Wolfram Language. 88 | - [IGraphM](https://github.com/szhorvat/IGraphM) ─ IGraph/M is the igraph interface for Mathematica. 89 | - [MATLink](https://github.com/rsmenon/MATLink) ─ Communicate with MATLAB from Mathematica. 90 | - [GoIO Link](https://github.com/bobthechemist/goiolink) ─ Interact with your Vernier sensors on the Raspberry Pi with Mathematica. 91 | - [MongoLink](https://github.com/WolframResearch/MongoLink) ─ A package for interacting with MongoDB inside the Wolfram Language. 92 | - [RhinoLink](https://github.com/WolframResearch/RhinoLink) ─ Wolfram Language interface to Rhino3D. 93 | - [WolframClientForPython](https://github.com/WolframResearch/WolframClientForPython) ─ Call Wolfram Language functions from Python. 94 | - [ffmpeg-mathematica](https://github.com/kmisiunas/ffmpeg-mathematica) ─ Mathematica package for using FFMPEG library. 95 | 96 | ## Embedding 97 | - [wolfram-notebook-embedder](https://github.com/WolframResearch/wolfram-notebook-embedder) ─ JavaScript embedder for Wolfram Cloud notebooks. 98 | 99 | ## Finite Element Method Analysis 100 | - [FEMAddOns](https://github.com/WolframResearch/FEMAddOns) ─ Finite Element Method addons for Wolfram Language. 101 | - [ImportMesh](https://github.com/c3m-labs/ImportMesh) ─ Utilities for importing FEM meshes to Mathematica. 102 | - [MeshTools](https://github.com/c3m-labs/MeshTools) ─ Utilities for manipulating Mathematica ElementMesh objects. 103 | - [HeatTrans](https://github.com/c3m-labs/HeatTrans) ─ Package for non-stationary heat transfer simulation with AceFEM framework. 104 | 105 | ## Front-End (HTML, CSS) 106 | - [CSSTools](https://github.com/WolframResearch/CSSTools) ─ A package for importing CSS files into the Wolfram Language. 107 | - [jSoupLink](https://github.com/cekdahl/jSoupLink) ─ HTML parser for Wolfram Language. 108 | - [webtools](https://github.com/arnoudbuzing/webtools) ─ A Wolfram Language package which automates interactions with web browsers. 109 | - [wolfram-js-frontend](https://github.com/JerryI/wolfram-js-frontend) ─ JS frontend for freeware Wolfram Engine. 110 | 111 | ## Game Theory 112 | - [spatial-game-theory](https://github.com/taliesinb/spatial-game-theory) ─ A flexible Mathematica package for conducting experiments involving spatial game theory. 113 | 114 | ## IDE 115 | - [EasyIDE](https://github.com/b3m2a1/EasyIDE) ─ An easy IDE for Mathematica in Mathematica. 116 | - [wolfram-language-notebook](https://github.com/njpipeorgan/wolfram-language-notebook) ─ Notebook support for Wolfram Language in VS Code 117 | - [lsp-wl](https://github.com/kenkangxgwe/lsp-wl) ─ A Wolfram Language Server 118 | 119 | ## LaTeX 120 | - [MaTeX](https://github.com/szhorvat/MaTeX) ─ LaTeX labels in Mathematica. 121 | - [MathematicaCellsToTeX](https://github.com/jkuczm/MathematicaCellsToTeX) ─ Convert Mathematica cells to TeX, retaining formatting. 122 | 123 | ## LibraryLink 124 | - [LTemplate](https://github.com/szhorvat/LTemplate) ─ Extend Mathematica with LibraryLink and C++ with ease. 125 | 126 | ## Linters 127 | - [codeinspector](https://github.com/WolframResearch/codeinspector) ─ Find and report problems in Wolfram Language code. 128 | - [lsp-wl](https://github.com/kenkangxgwe/lsp-wl) ─ Implementation of the Microsoft's Language 129 | Server Protocol (LSP) for Wolfram Language. 130 | 131 | ## Markdown 132 | - [M2MD](https://github.com/kubaPod/M2MD) ─ Simple converter of Mathematica notebooks to markdown. 133 | 134 | ## Medical Computing 135 | - [QMRITools](https://mfroeling.github.io/QMRITools) ─ Processing and visualization tools for quantitative MRI data. 136 | 137 | ## Neuroscience Computing 138 | - [Neurotica](https://github.com/noahbenson/Neurotica) ─ Neurotica is an open-source Neuroscience library for Mathematica. 139 | 140 | ## Omics Analysis 141 | - [mathiomica](https://github.com/gmiaslab/mathiomica) ─ MathIOmica is a Mathematica package for omics data analyses. 142 | 143 | ## Prototyping and Utilities 144 | - [ForScience](https://github.com/MMA-ForScience/ForScience) ─ Mathematica package that includes several utility functions for general work and especially creating scientific plots. 145 | - [mathematica-tools](https://github.com/b3m2a1/mathematica-tools) ─ One-off tools and packages. 146 | - [prototypes](https://github.com/arnoudbuzing/prototypes) ─ Miscellaneous wolfram language functions. 147 | 148 | ## Quantum Field Theory 149 | - [FeynCalc](https://github.com/FeynCalc/feyncalc) ─ Mathematica package for algebraic calculations in elementary particle physics. 150 | - [QuantumUtils](https://github.com/QuantumUtils/quantum-utils-mathematica) ─ Software library for quantum information scientists. 151 | - [UniversalQCompiler](https://github.com/Q-Compiler/UniversalQCompiler) ─ Synthesizing arbitrary quantum computations. 152 | 153 | ## Rendering 154 | - [POVRayRender-For-Mathematica](https://github.com/xslittlegrass/POVRayRender-For-Mathematica) ─ POVRayRender is a Mathematica package that uses POVRay to ray-trace 3D graphics inline. 155 | 156 | ## Scripting 157 | - [Sledgehammer](https://github.com/tkwa/Sledgehammer) ─ A code-golf language written in Mathematica. 158 | 159 | ## Syntax Highlighting 160 | - [Mathematica-Source-Highlighting](https://github.com/halirutan/Mathematica-Source-Highlighting) ─ Highlighting of Mathematica code for Mathematica StackExchange. 161 | - [wolfram-language](https://github.com/skidvision/wolfram-language) ─ Wolfram Language support for VSCode. 162 | - [Sublime-WolframLanguage](https://github.com/ViktorQvarfordt/Sublime-WolframLanguage) ─ Sublime Text 3 support for the Wolfram Language. 163 | - [wolfram-vim](https://github.com/arnoudbuzing/wolfram-vim) ─ Wolfram Language syntax coloring file for VIM. 164 | 165 | ## Terminal 166 | - [wolfram-ansi-terminal](https://github.com/arnoudbuzing/wolfram-ansi-terminal) ─ Adds color to your Wolfram Language outputs in an ANSI capable terminal. 167 | 168 | ## Theorem Proving 169 | - [Theorema](https://github.com/windsteiger/Theorema) ─ A System for Automated Reasoning (Theorem Proving) and Automated Theory Exploration based on Mathematica. 170 | 171 | ## Vector Drawing 172 | - [draw](https://github.com/WolframResearch/draw) ─ Vector drawing program with the Wolfram Language. 173 | 174 | ## Video Processing 175 | - [wolfram-video-tools](https://github.com/arnoudbuzing/wolfram-video-tools) ─ Wolfram Language tools to interact with ffmpeg (a tool to record, convert, and stream video and audio). 176 | 177 | ## Web Frameworks 178 | - [WebWL](https://github.com/PCabralSoftware/WebWL) ─ A powerful web framework powered by the Wolfram Language. 179 | - [WolframWebEngineForPython](https://github.com/WolframResearch/WolframWebEngineForPython) ─ Integrates the Wolfram Language seamlessly with Python AIOHTTP. 180 | - [wolfram-server](https://github.com/arnoudbuzing/wolfram-server) ─ Simple JSON based Wolfram Language expression evaluation server. 181 | -------------------------------------------------------------------------------- /media/badge.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | awesome 13 | 14 | -------------------------------------------------------------------------------- /media/logo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /media/wolfram-language.svg: -------------------------------------------------------------------------------- 1 | 2 | Wolfram Language Icon 3 | 4 | --------------------------------------------------------------------------------