Here are a few pan-and-zoom demonstrations that work with desktop browsers. Click, drag and wheel with mouse and see what happens next
Chart
Map
Source code of demo is available on Github
Here are a few pan-and-zoom demonstrations that work with desktop browsers. Click, drag and wheel with mouse and see what happens next
Source code of demo is available on Github
Concept of discrete world
System concept
Laws language
This is spectral locus and sRGB gamut
Useful links: css4 color conversions oklab critics Ebner and Fairchild data set
This is demonstration of simple image processing on canvas:
This is React component embedded into markdown file:
The code
$$ \frac{n!}{k!(n-k)!} = \binom{n}{k} $$
is rendered as the formula
Always forget order in command arguments.
Syntax is: ln -s [file] [link location]
Tesseract is open-source OCR engine.
Install Tesseract
sudo dnf install tesseract
Install langpack
sudo dnf install tesseract-langpack-rus
Processing a file
tesseract ~/Pictures/document.png document.txt -l rus
Want to refresh my knowledge about Prolog. I am curious about is it possible to use Prolog for context-free string parsing? This task could help me to understand differences between Prolog and SMT solvers. I already implemented parser with Z3, I want to do the same with Prolog.