https://github.com/liascript/templates
A list of templates for extending LiaScript course
https://github.com/liascript/templates
Last synced: 7 months ago
JSON representation
A list of templates for extending LiaScript course
- Host: GitHub
- URL: https://github.com/liascript/templates
- Owner: LiaScript
- Created: 2018-03-14T12:43:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T10:59:22.000Z (over 6 years ago)
- Last Synced: 2025-02-17T23:46:34.230Z (10 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Templates
A list of templates for extending LiaScript course
## Computer Algebra
* [Algebrit](https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/algebrite_template/master/README.md):
Algebrite is a Javascript library for symbolic mathematics (technically, CoffeeScript) designed to be comprehensible and easily extensible.
Features: arbitrary-precision arithmetic, complex quantities, simplification,
expansion , substitution, symbolic and numeric roots, units of measurement,
matrices, derivatives and gradients, tensors, integrals, multi-integrals,
computing integrals and much more!
## Graphs
* [MermaidJS](https://mermaidjs.github.io): A simple markdown-like script language for generating charts from text via javascript.
* Github: https://github.com/liaScript/mermaid_template
* Raw-File: https://raw.githubusercontent.com/liaScript/mermaid_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/mermaid_template/master/README.md
## Imaging
* [Pannellum 360 panorama images](https://mermaidjs.github.io): Pannellum is a lightweight, free,
and open source panorama viewer for the web. Built using HTML5, CSS3,
JavaScript, and WebGL, it is plug-in free.
* Github: https://github.com/liaScript/pannellum_template
* Raw-File: https://raw.githubusercontent.com/liaScript/pannellum_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/pannellum_template/master/README.md
## Programming
* [JSCPP - C++](https://github.com/felixhao28/JSCPP): C++ interpreter implement in JavaScript.
* Github: https://github.com/liaScript/jscpp_template
* Raw-File: https://raw.githubusercontent.com/liaScript/jscpp_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/jscpp_template/master/README.md
* [Tau-Prolog](http://tau-prolog.org): A fully functional Prolog-Interpreter for
JavaScript.
* Github: https://github.com/liaScript/tau-prolog_template
* Raw-File: https://raw.githubusercontent.com/liaScript/tau-rolog_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/tau-prolog_template/master/README.md
* [Prolog](https://curiosity-driven.org/prolog-interpreter): Prolog-Interpreter implemented in 160 lines of JavaScript-code.
* Github: https://github.com/liaScript/Prolog_template
* Raw-File: https://raw.githubusercontent.com/liaScript/Prolog_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/Prolog_template/master/README.md
* [Python (Skulpt)](http://www.skulpt.org): Skulpt is an entirely
in-browser implementation of Python. No preprocessing, plugins, or server-side
support required, just write Python and reload.
* Github: https://github.com/liaScript/skulpt_template
* Raw-File: https://raw.githubusercontent.com/liaScript/skulpt_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/skulpt_template/master/README.md
* [SQL](http://alasql.org): AlaSQL - is a lightweight client-side in-memory SQL
database designed to work in browser and Node.js. It Handles both traditional
relational tables and nested JSON data (NoSQL). Export, store, and import data
from localStorage, IndexedDB, or Excel.
* Github: https://github.com/liaScript/alasql_template
* Raw-File: https://raw.githubusercontent.com/liaScript/alasql_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/alasql_template/master/README.md
* [rextester](http://rextester.com): support for 45 different programming languages
* Github: https://github.com/liaScript/rextester_template
* Raw-File: https://raw.githubusercontent.com/liaScript/rextester_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/rextester_template/master/README.md
* [TensorFlow.JS](https://js.tensorflow.org): A JavaScript library for training
and deploying ML models in the browser and on Node.js
* Github: https://github.com/liaScript/tensorflowjs_template
* Raw-File: https://raw.githubusercontent.com/liaScript/tensorflowjs_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/tensorflowjs_template/master/README.md
## Simulations
* [logicemu](https://lodev.org/logicemu/): A digital logic simulator, that
allows to define circuits ASCII-art diagrams and directly parses and executes
them.
* Github: https://github.com/liaScript/logicemu_template
* Raw-File: https://raw.githubusercontent.com/liaScript/logicemu_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/logicemu_template/master/README.md
## WebDev
* A basic Web-Development Template that combines HTML and JavaScript, either
separated or in combination.
* Github: https://github.com/liaScript/WebDev_template
* Raw-File: https://raw.githubusercontent.com/liaScript/WebDev_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/WebDev_template/master/README.md
## Visualization
* [ProcessingJS](http://processingjs.org/): Processing.js is the sister project
of the popular Processing visual programming language, designed for the web.
Processing.js makes your data visualizations, digital art, interactive
animations, educational graphs, video games, etc. work using web standards and
without any plug-ins. You write code using the Processing language, include it
in your web page, and Processing.js does the rest. It's not magic, but almost.
* Github: https://github.com/liaScript/processing_template
* Raw-File: https://raw.githubusercontent.com/liaScript/processing_template/master/README.md
* LiaScript: https://liascript.github.io/course/?https://raw.githubusercontent.com/liaScript/processing_template/master/README.md