Home
Music_Metasearch
Music Top Sites
Music Store

AllMusicListings
Concert Listings
Concert Tickets

AllMusicTalk
Chat Rooms
Message Boards

MusicNews
Pop Music News
Pop Music Reviews
Music Business
MP3 News

Community Blogs
Free Member Blogs

AllMusicPages
Free Web Pages

AllMusicBookmarks
Your Bookmarks

AllMusicFun
Musical Postcards
Relationship Test
Tarot Readings
Numerology

Music Auctions
Auctions
Classifieds

Music Apparel
AllMusicSearch Apparel

Music Store
MP3 Players
Audio Equipment
MP3 Software

Musical Instruments

Music Books
Music Magazines

Music T-Shirts

Alternative Rock
Blues
Broadway & Vocal
Children's
Christian & Gospel
Classic Rock
Classical
Country
Dance & DJ
Folk
Hard Rock & Metal
International
Jazz
Latin Music
Miscellaneous
New Age
Opera & Vocal
Pop
R&B
Rap & Hip-Hop
Rock
Soundtracks

Music Videos
Music DVDs

AllMusicSearch Music Directory
Web Directory
AllMusicSearch.com Music Guide

Brainfuck (24)

See Also:
Editor's Picks:

http://www.hevanet.com/cristofd/brainfuck/
» Some Brainfuck Fluff Open in a new browser windowEditor's Pick
   By Daniel B. Cristofani. Complete brainfuck reference; sources for various programs, including a Universal Turing Machine; brainfuck to SPARC compiler, and interpreters in C and JavaScript; suggestions, contest results.
   http://www.hevanet.com/cristofd/brainfuck/

Sites:

http://4mhz.de/bfdev.html
» 4mhz.de Open in a new browser window
   Provides Brainfuck Developer, an Integrated Development Environment for the language running on Microsoft Windows.
   http://4mhz.de/bfdev.html
http://bfdebug.sourceforge.net/
» BF Debugger Project Open in a new browser window
   An integrated GUI debugger for the development of software using the Brainfuck programming language.
   http://bfdebug.sourceforge.net/
http://jonripley.com/brainfuck/
» BrainFuck Tools, Utilities and Games Open in a new browser window
   Provides tools, utilities, games for and written in BF. There are also some articles on creating CGI Scripts in Brainfuck or making a Brainfuck program executable (on Linux).
   http://jonripley.com/brainfuck/
http://brainscript.sourceforge.net/
» BrainScript Open in a new browser window
   ActiveScript Brainfuck implementation. It allows you to write web page scripts on Brainfuck.
   http://brainscript.sourceforge.net/
http://www.iwriteiam.nl/Ha_BF.html
» Brainf*** Open in a new browser window
   Introduction to programming in Brianfuck; interpreters written in Brainfuck, C, JavaScript and many links.
   http://www.iwriteiam.nl/Ha_BF.html
http://bluesorcerer.net/esoteric/bf.html
» Brainf*ck .Net Compiler Open in a new browser window
   Brainfuck compiler that outputs .NET IL code. Includes source of sample programs.
   http://bluesorcerer.net/esoteric/bf.html
http://esoteric.sange.fi/brainfuck/
» Brainfuck Archive Open in a new browser window
   Programs, compilers, interpreters, utilities, in source and compiled versions.
   http://esoteric.sange.fi/brainfuck/
http://daniel.lorch.cc/projects/brainfuck/
» Brainfuck Interpreter in PHP Open in a new browser window
   Provides a Brainfuck Interpreter written in PHP and some samples to get started.
   http://daniel.lorch.cc/projects/brainfuck/
http://www.kacper.kwapisz.eu/index.php?i=19
» Brainfuck Machine Open in a new browser window
   A Brainfuck IDE with interpreter, debugger, compiler and tools (for example: converting BF to other programming languages, random BF code generation).
   http://www.kacper.kwapisz.eu/index.php?i=19
http://www.jabb-sch.narod.ru/bf/
» Branfuck.NET Compiler Open in a new browser window
   Brainfuck compiler for Microsoft .Net Framework. Compiles Brainfuck programs into Portable Executable files (exe)
   http://www.jabb-sch.narod.ru/bf/
http://www.clifford.at/bfcpu/bfcomp.html
» Clifford's Homepage - The Brainf*ck Compiler Open in a new browser window
   A C-like language that compiles to brainfuck.
   http://www.clifford.at/bfcpu/bfcomp.html
http://esolangs.org/wiki/Brainfuck
» Esolang Wiki: Brainfuck Open in a new browser window
   An overview of the language, history, and example code.
   http://esolangs.org/wiki/Brainfuck
http://esoteric.sange.fi/ENSI/
» Esoteric Non-existent Standards Institute Open in a new browser window
   Contains some efforts to provide formal language specifications for BF, and other resources.
   http://esoteric.sange.fi/ENSI/
http://inshame.blogspot.com/search/label/My%20Progs%3A%20FuckBrainfuck
» FuckBrainfuck (FBF) Open in a new browser window
   A programming language that compiles to Brainfuck.
   http://inshame.blogspot.com/search/label/My%20Progs%3A%20FuckBrainfuck
http://gbf.sourceforge.net/
» GBrainfuck Open in a new browser window
   A GPL'ed Brainfuck language interpreter written in C and intended to run on *NIX machines.
   http://gbf.sourceforge.net/
http://cydathria.com/bf/
» Mr. Rock's Brainfuck Pages Open in a new browser window
   Language introduction, tutorial, resources, BF to Perl converter.
   http://cydathria.com/bf/
http://www.49-6-dev.net/takingovertheworlden.htm
» Taking Over The World Open in a new browser window
   A short text game completely written by hand in Brainfuck.
   http://www.49-6-dev.net/takingovertheworlden.htm
http://www.clifford.at/bfcpu/bfcpu.html
» The Brainfuck CPU Open in a new browser window
   A processor that natively runs Brainfuck code.
   http://www.clifford.at/bfcpu/bfcpu.html
http://www.muppetlabs.com/~breadbox/bf/
» The Brainfuck Programming Language Open in a new browser window
   Brief overview, introduction to commands, informal standards for programmers and implementers, and related resources.
   http://www.muppetlabs.com/~breadbox/bf/
http://software.xfx.net/utilities/vbbfck/index.php
» VBBrainFNET Open in a new browser window
   A Brainfuck IDE (editor, interpreter, debugger and compiler) written in VB.NET (.NET 2.0)
   http://software.xfx.net/utilities/vbbfck/index.php
http://savannah.nongnu.org/projects/libbf
» libbf Open in a new browser window
   A free portable library for Brainfuck fast interpretation, optimization, compilation and execution
   http://savannah.nongnu.org/projects/libbf
http://modbf.sourceforge.net/
» mod_bf Open in a new browser window
   Apache webserver Brainfuck module; several BF code handlers. Easily make dynamic webpages in BF. Simple example of uses of Apache API, simpler than standard Apache mod_example. Descriptions, downloads, links. [Open Source, GPL]
   http://modbf.sourceforge.net/
http://sviip.dk/phpi/brainfuck/interpreter.php
» phpBrainfuckInterpreter Open in a new browser window
   A PHP based Brainfuck interpreter which gives verbose feedback as a program runs to aid in debugging.
   http://sviip.dk/phpi/brainfuck/interpreter.php

This category needs an editor

Last Updated: 2007-07-03 08:10:17



Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

The content of this directory is based on the Open Directory and has been modified by AllMusicSearch.com editors

Free previews by Thumbshots.org