Mermaid: Create Beautiful Diagrams with Markdown
Introduction to Mermaid
Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text …
Showing all posts in category "Programming"
Mermaid is a JavaScript-based diagramming and charting tool that uses Markdown-inspired text …
WaveDrom is a JavaScript-based tool for rendering digital timing diagrams from simple text …

In the world of embedded Linux and hardware programming, direct memory access is both a necessity and a …

GNU Octave is one of the open-source numerical-software packages which is greatly known for its compatibility with …

In embedded Linux, devmem2 is the standard “hammer” for toggling registers. It mmaps /dev/mem for raw …

GNU Octave is a very powerful suite for its numerical, graphical, and programming capabilities. Despite being …

Octave showing the perfect compatibility with MATLAB keeps its tag of being called open source clone of MATLAB. Learning …

Expressions are the basic building block of statements in Octave. It can be created using values, variables that have …

In mathematics, Function is a relation from a set of inputs to a set of possible outputs where each input is related to …

Vectors and matrices are very useful for dealing with systems of linear equations and inequalities. In particular, they …

To control the flow operations in an algorithm, one must be able to verify some conditions and act accordingly. …

We have already looked into built-in functions in current series. Functions at the programming level is constituted by …

Working on the command line is not always practical. We often make typos, and just to correct that we need to rewrite …

Writing and reading a file is often necessary. Like working the real problems on command line is not feasible, same way …

Data visualization is the graphical portrayal of any data and information, summarized in a way that it is easy to see …