Skip to content

Latest commit

 

History

History
655 lines (173 loc) · 8.31 KB

File metadata and controls

655 lines (173 loc) · 8.31 KB

Mathematics / Scientific Computation / Optimization

Example Page

logo for this project
Abacus: a computer algebra system for symbolic computations for combinatorics and algebraic number theory for JavaScript and Python

logo for this project
Abacus REPL: a simple REPL for symbolic computations for the computer algebra system Abacus

logo for this project
SciLite: a scientific computing environment similar to Octave/Matlab in pure JavaScript

logo for this project
TensorView: view arbitrary array data as multidimensional tensors of various shapes and slices efficiently

logo for this project
Geometrize: a computational geometry and rendering library for JavaScript

logo for this project
MOD3: a 3D modifier library for Three.js, J3D, CubicVR.js, OSG.js, Copperlicht, Pre3D

logo for this project
RegexAnalyzer: an intuitive and flexible regular expression analyser for PHP, JavaScript, Python

logo for this project
RegexComposer: an intuitive regular expression composer for PHP, JavaScript, Python

logo for this project
Matchy: exact and fuzzy string and regular expression matching algorithms for PHP, JavaScript, Python

logo for this project
Fuzzion: fuzzy / approximate string similarity metrics for PHP, JavaScript, Python

logo for this project
Sort.js: a library of sorting algorithms implementations and utilities

logo for this project
Filter.js: a pure JavaScript framework for real-time video and image processing and computer vision (browser and nodejs)

logo for this project
Real-time video processing with Filter.js

logo for this project
Rubik3: an intuitive 3D Rubik Cube with Three.js

logo for this project
3DRubikCube: an intuitive 3D Rubik Cube in ActionScript3 with PaperVision3D

logo for this project
sudoku.js: a sudoku game, builder and solver in pure JavaScript. Scaled-down version of CrossWord.js

logo for this project
chess.js: play a game of chess

logo for this project
Xpresion: a simple, fast and versatile eXpression parser engine / rewrite system for PHP, JavaScript, Python

logo for this project
GrammarTemplate: a versatile and intuitive grammar-based template engine for PHP, JavaScript, Python

logo for this project
GrammarTree: grammar to abstract syntax tree (AST) generic parser for PHP, JavaScript, Python (IN PROGRESS)

logo for this project
A summary guide of Code Optimization Methods