All Projects → Simsso → Online-Tools

Simsso / Online-Tools

Licence: MIT License
Webpage offering a wide range of online tools

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
hack
652 projects
CSS
56736 projects

Projects that are alternatives of or similar to Online-Tools

tukey
Mini stats toolkit for Clojure/Script
Stars: ✭ 17 (-55.26%)
Mutual labels:  math, mathematics
math eval
✖️➕➖➗ `math_eval` safely evaluates mathematical expressions
Stars: ✭ 33 (-13.16%)
Mutual labels:  math, mathematics
string-math
Evaluates a math expression from a string. Supports variables and custom operators.
Stars: ✭ 14 (-63.16%)
Mutual labels:  math, mathematics
Mathos-Project
The Mathos Core Library
Stars: ✭ 22 (-42.11%)
Mutual labels:  math, mathematics
biginteger
A PHP library to work with big integers.
Stars: ✭ 19 (-50%)
Mutual labels:  math, mathematics
pyrgg
🔧 Python Random Graph Generator
Stars: ✭ 158 (+315.79%)
Mutual labels:  math, mathematics
maths-for-deep-learning-ai
A open source book covering the foundational maths of deep learning and machine learning using TensorFlow
Stars: ✭ 35 (-7.89%)
Mutual labels:  math, mathematics
Oscar.jl
A comprehensive open source computer algebra system for computations in algebra, geometry, and number theory.
Stars: ✭ 182 (+378.95%)
Mutual labels:  math, mathematics
Program-Matematika
Program Matematika adalah sebuah repository GitHub yang berisi program yang dapat memudahkan para pelajar atau guru dalam menyelesaikan masalah Matematika dengan Terminal
Stars: ✭ 15 (-60.53%)
Mutual labels:  math, mathematics
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (+81.58%)
Mutual labels:  math, mathematics
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (-26.32%)
Mutual labels:  math, mathematics
Euler
The open-source computational framework for the Swift language
Stars: ✭ 37 (-2.63%)
Mutual labels:  math, mathematics
codex
A repository of mathematical knowledge written in the MathLingua language.
Stars: ✭ 17 (-55.26%)
Mutual labels:  math, mathematics
graphest
A faithful graphing calculator
Stars: ✭ 42 (+10.53%)
Mutual labels:  math, mathematics
Tau.jl
A Julia module providing the definition of the circle constant Tau (2π)
Stars: ✭ 33 (-13.16%)
Mutual labels:  math, mathematics
mish
A no-std libm implementation in Rust
Stars: ✭ 14 (-63.16%)
Mutual labels:  math, mathematics
Fourier-and-Images
Fourier and Images
Stars: ✭ 81 (+113.16%)
Mutual labels:  math, mathematics
Linear-Algebra-and-Its-Applications-notes
《线性代数及其应用》笔记
Stars: ✭ 196 (+415.79%)
Mutual labels:  math, mathematics
rclc
Mathematical expression calculator with big integers, floats, common fractions, and complex numbers support
Stars: ✭ 24 (-36.84%)
Mutual labels:  math, mathematics
math-app-ml
Essential mathematics for applied machine learning and data science
Stars: ✭ 43 (+13.16%)
Mutual labels:  math, mathematics

Online-Tools

This project is hosted at http://tools.timodenk.com

It is a collection of web tools, such as morse to text converters, interpolation tools, hash function evaluation, to name a few.

Run Locally

It can be started locally using Docker:

git clone https://github.com/Simsso/Online-Tools online-tools
cd online-tools
docker-compose build
docker-compose up

docker-compose starts an nginx container (toolstimodenkcom_nginx_1) that acts as a reverse proxy for the PHP FPM container (toolstimodenkcom_fpm_1). After startup the page is available at http://localhost:80. Note that a few tools rely on external services (which may not be available).

If you have a reverse proxy in-place and want to use the webpage solely with the PHP container, make sure to add the nginx configuration block into your configuration. It will enable nicer URLs, such as http://localhost/digit-span-test rather than http://localhost/?p=digit-span-test.

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].