All Projects → kongnet → chem

kongnet / chem

Licence: other
Chemical Equation Balancing

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to chem

tex-equation-to-svg
Convert a TeX or LaTeX string to an SVG.
Stars: ✭ 34 (+100%)
Mutual labels:  equation
Margoulineur2000
NFC
Stars: ✭ 24 (+41.18%)
Mutual labels:  balance
mathconverter
Converts from AsciiMath, LaTeX, MathML to LaTeX, MathML
Stars: ✭ 35 (+105.88%)
Mutual labels:  equation
stiff3
Adaptive solver for stiff systems of ODEs using semi-implicit Runge-Kutta method of third order
Stars: ✭ 13 (-23.53%)
Mutual labels:  equation
BitcoinSneakPeek
Chrome extension to instantly see the balance of any Bitcoin address.
Stars: ✭ 17 (+0%)
Mutual labels:  balance
knut
knut is an efficient plain text accounting tool with support for multiple currencies and valuation.
Stars: ✭ 40 (+135.29%)
Mutual labels:  balance
Fluid Simulation
Self advection, external force and pressure solve to a velocity field represented by a MaC grid.
Stars: ✭ 107 (+529.41%)
Mutual labels:  equation
Symbolic-Regression
predicting equations from raw data with deep learning
Stars: ✭ 48 (+182.35%)
Mutual labels:  equation
Balance-Bot
A two-wheel self-balancing robot based on the ATmega2560 micro-controller.
Stars: ✭ 33 (+94.12%)
Mutual labels:  balance
Akaunting
Free and Online Accounting Software
Stars: ✭ 4,599 (+26952.94%)
Mutual labels:  balance
keisan
A Ruby-based expression parser, evaluator, and programming language
Stars: ✭ 48 (+182.35%)
Mutual labels:  equation
dice-fairlink
JDBC Driver for read-only connections on AWS RDS Clusters
Stars: ✭ 33 (+94.12%)
Mutual labels:  balance
balance
A laravel finance application for everyday use
Stars: ✭ 23 (+35.29%)
Mutual labels:  balance
split-ease
The JavaScript Easing function with a beginning, middle and end
Stars: ✭ 55 (+223.53%)
Mutual labels:  equation
notion-page-to-html
NodeJS tool to convert public Notion pages to HTML from page ID
Stars: ✭ 109 (+541.18%)
Mutual labels:  equation
Equation and Codebox
Microsoft Word VSTO Add-In,可以插入带编号的公式和代码
Stars: ✭ 27 (+58.82%)
Mutual labels:  equation
addons-konos
Konos Chilean Addons
Stars: ✭ 16 (-5.88%)
Mutual labels:  balance
ledgers
No description or website provided.
Stars: ✭ 26 (+52.94%)
Mutual labels:  balance
gneiss
compositional data analysis toolbox
Stars: ✭ 48 (+182.35%)
Mutual labels:  balance
Multi-Person-Pose-using-Body-Parts
No description or website provided.
Stars: ✭ 41 (+141.18%)
Mutual labels:  balance

Sky chem

chemLogo

A friend's kid is going to high school. I wrote a Chemical Equation Balancing code for him.

Install

npm i chem-eb

Test

npm test

Use

let balanceEq = require('chem-eb')
console.log(balanceEq('P+O2=P2O5'))
console.log(balanceEq('Fe2S3O12+NaOH=Na2SO4+FeO3H3')) // 会用到超定方程求解

NOTICE:

when (OH)2 pls O2H2 input

TODO:

  • over-determined equation
  • Chemical functional groups unfold
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].