Projects tagged ‘turing’


[17 total ]

0 Users

Written by a kid inspired by brainfuck language. The goal was to assist coding brainfuck-like stuff on the go. This is not a strict brainfuck interpreter implementation, but is mainly based on those ... [More] ideas. As the language itself, the whole project's goal is fun. So have fun! [Less]
Created 12 months ago.

0 Users

txsimul (acronym for Turing eXperimental SIMULator, or Tool for eXperimental SIMULation) is an Automaton Simulation Tool. The main goal of this piece of software is to be an educational tool for ... [More] Theory of Computation and related undergraduate courses. It will simulate a teoric machine, like: Finite State Automaton (deterministic or not); Pushdown (a.k.a. Stack) Automaton; Multi-Stack Automaton; Turing Machines and its variants; And in addition, it will can work with the grammar formalism: Regular grammar Context-Free Grammar Context-Sensitive Grammar General Grammar with the corresponding machine formalism. txsimul is free software, released under ISC (or BSD 2-clause, if you like) license. [Less]
Created 10 months ago.

0 Users

Yapyturing features a small Turing's machine simulator (and the ugliest software name ever) according to some easy rules for states, symbols and transitions.
Created 12 months ago.

0 Users

Uma implementação de máquina de turing
Created 12 months ago.

0 Users

El objetivo de este proyecto es la generación de captchas de seguridad básica generando imágenes relativamente amigables para el usuario. ExampleThis project provides the SimpleCaptcha class. ... [More] Basic example: session_start(); $captcha = new SimpleCaptcha(); // Change configuration... //$captcha->wordsFile = null; // Disable dictionary words //$captcha->wordsFile = 'words/es.txt'; // Enable spanish words //$captcha->session_var = 'secretword'; // Change session variable $captcha->CreateImage();... will output: You can validate the php captcha with: if (strtolower(trim($_REQUEST['captcha'])) != $_SESSION['captcha']) { return "Invalid captcha"; } Live examples(currently disabled for some time) here are 3 live examples: (you can reload the page to refresh the images) You can see more live examples at: http://joserodriguez.cl/cool-php-captcha/example-form.php More examplesBackground and foreground colors, dictionary words, non-dictionary random words, blur, shadows, JPEG and PNG support: The images are similar to google captchas. [Less]
Created about 1 year ago.

0 Users

A Turing machine simulator written in Python and GTK.
Created 12 months ago.

0 Users

primeira parte do trabalho da disciplina de Teoria da Computação (Simuladores de Máquinas Abstratas), implementada pelos alunos: - Evandro Couto Mantese - Marcus Vinicius Ventura Bortolotti (1/3)
Created 12 months ago.