RUVIDEO
Поделитесь видео 🙏

Java BrainF*** Interpreter And Visualizer [Universal Turing Machine]

This is a project that demonstrates the potential of the infamous BrainF*** programming language to calculate *any* computable result. It is a Turing-complete language, meaning it could compute anything that modern programming languages could, given enough time and memory. The language consists of only 8 single-character commands. The visualization rendered in the black window depicts a Turing machine with the instruction tape at the top, and the data tape at the bottom. The instruction tape holds the symbols to be executed, and the data tape holds the infinite list of memory cells to be manipulated. Each memory cell can represent 256 possible values, but it is worth noting that only two different states (0 and 1) are required for the language to be Turing-complete.

Source and Executable Jar:
https://github.com/FuzzyCat444/Java-BrainF-Interpreter

Commands:
+ increment the value of the cell at the current data pointer by one (with overflow)
- decrement the value of the cell at the current data pointer by one (with overflow)
〉 move the data pointer one cell to the right
〈 move the data pointer one cell to the left
, take one byte as input and store it in the cell at the current data pointer
. print one byte from the cell at the current data pointer
[ if the value at the current cell is 0, move to the instruction after the matching ] bracket, else move to the very next instruction
] move to the matching [ bracket

The more complicated programs were sampled from http://brainfuck.org/ and are all created by Daniel B. Cristofani.

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Java BrainF*** Interpreter And Visualizer [Universal Turing Machine]», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.