1363 1597 1957 1323 1261 1647 1000 1290 1763 1588 1620 1001 1115 1430 1090 1144 1155 1981 1919 1278 1224 1432 1730 1959 1811 1212 1954 1730 1066 1667 1903 1661 1558 1483 1480 1380 1076 1099 1964 1262 1258 1132 1390 1222 1712 1520 1631 1714 1234 1807 1119 1082 1559 1397 1167 1895 1195 1103 1772 1397 1767 1292 1407 1008 1562 1268 1260 1008 1488 1211 1601 1169 1735 1911 1858 1571 1332 1463 1882 1776 1561 1799 1353 1662 1485 1736 1886 1935 1335 1470 1194 1793 1195 1874 1495 1960 1389 1631 1734 PHPnews.io | The amazing payoff goes here

PHPnews.io

Overview for 'igor'

Probabilistic Automata

Written by igorw / Original link on Aug. 1, 2020

Probabilistic Automata Have you seen those twitter bots that generate fake or parody tweets? The ones that look almost legit but are pretty much complete jibberish when you read them? Quite often, such accounts use a so-called markov chain to generate the text. A markov chain is a state machine tha…


Stack Machines: Compilers

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Compilers fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers This is a guest post by the one and only Anthony Ferrara…


Stack Machines: Heap

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Heap fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers So far the machines presented have all been stack based. We wi…


Stack Machines: Stack Frames

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Stack Frames fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers The last two posts introduced two separate concepts:…


Stack Machines: Variables

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Variables fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers The virtual machine that has been implemented so far is…


Stack Machines: Calls

Written by igorw / Original link on Aug. 24, 2019

Stack Machines: Calls fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers Hey I just met youAnd this is crazyBut here's my numberSo cal…