Anzahl Assoziationen zu diesem Stichwort (einige Beispiele folgen unten) 18, davon 17 (94,44%) mit einer Bewertung über dem eingestellten Schwellwert (-3) und 6 positiv bewertete (33,33%)
Durchschnittliche Textlänge 617 Zeichen
Durchschnittliche Bewertung 0,167 Punkte, 8 Texte unbewertet.
Siehe auch:
positiv bewertete Texte
Der erste Text am 6.4. 2002 um 22:36:21 Uhr schrieb
biggi über Brainfuck
Der neuste Text am 31.8. 2025 um 11:27:56 Uhr schrieb
Christine über Brainfuck
Einige noch nie bewertete Texte
(insgesamt: 8)

am 31.8. 2025 um 11:27:56 Uhr schrieb
Christine über Brainfuck

am 22.5. 2006 um 22:23:19 Uhr schrieb
rausch über Brainfuck

am 6.12. 2005 um 19:43:08 Uhr schrieb
Mariella D. über Brainfuck

Einige überdurchschnittlich positiv bewertete

Assoziationen zu »Brainfuck«

Schmidt schrieb am 30.8. 2025 um 18:50:46 Uhr zu

Brainfuck

Bewertung: 1 Punkt(e)

am einfachsten kannst du das Brain fucken wenn du mit dem Nagel Webers zwischen Augapfel und Nasenwurzel, da soll es fast widerstandslos mitten ins Hirn rein gehen. Dann soll der Braingefuckte ein paar einfache Additionen machen während du ein bißchen hoch und runter herumfuckst. Wenn er bei Siebzehn plus sieben lange zögert und die Antwort nicht weiß ist genug herumgefuckt worden und dann kannst du der Mutter sagen, so, jetzt wird alles wieder gut, ihr Sohn ist ja ein ganz friedlicher Junge. Schauen Sie mal wie brav er während der Behandlung gewesen ist. Und nun bist du zwei Wochen lang Seeräuber. Und einmal am Tag die Gaze wechseln und die Salbe neu auftragen.

low_level schrieb am 3.12. 2002 um 15:14:59 Uhr zu

Brainfuck

Bewertung: 1 Punkt(e)

Brainfuck ist eine sehr einfache Programmiersprache, mit der man auch schöne Dinge tun kann. Zum Beispiel die TürmeVonHanoi:

[-][
****************************************
The Towers of Hanoi
Copyright (C) 2002 Roland Illig
1illig@informatik.uni-hamburg.de

This program is free software as
described in the GNU General Public
License;
****************************************

This is a _recursive_ version of the
Towers of Hanoi written in Brainfuck;
When you compare the source code the
ones written in other languages you
can easily see the relationship to
other imperative languages;

The stack consists of frames of the
length 8; The layout is as follows:

Byte Description
0 recursion flag
(the program stops if the flag is
zero)
1 the step which is currently
executed
4 means a call to
move(a c b sub(n 1))
3 means a call to
move(a b c 1)
2 means a call to
move(b a c sub(n 1))
1 prints the source and dest pile
2 flag to check whether the current
step has already been done or if
it still must be executed
3 the step which will be executed
in the next loop
4 the source pile
5 the helper pile
6 the destination pile
7 the number of disks to move
]

The first stack frame (0 0 0 0 0 0 0 0)
is used to abort the recursion
>>>>>>>>

These are the parameters for the program
(1 4 1 0 'a 'b 'c 5)
+>++++>+>>
>>>>++++++++[<++++++++++++>-]<
[<<<+>+>+>-]<<<+>++>+++>+++++>
<<<<<<<<

[> while (recurse)
[- if (step gt 0)
>[-]+< todo = 1
[- if (step gt 1)
[- if (step gt 2)
[- if (step gt 3)
>>+++<< next = 3
>-< todo = 0
>>>>>>[>+>+<<-]>[<+>-]> n dup
-
[[-] if (sub(n 1) gt 0)
<+>>>++++> push (1 0 0 4)

copy and push a
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< >

copy and push c
<<<<<<<[>>>>>>>+>+
<<<<<<<<-]>>>>>>>
>[<<<<<<<<+>>>>>>>>-]< >

copy and push b
<<<<<<<<<[>>>>>>>>>+>+
<<<<<<<<<<-]>>>>>>>>>
>[<<<<<<<<<<+>>>>>>>>>>-]< >

copy n and push sub(n 1)
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< -
>>
]
<<<<<<<<
]
>[-< if ((step gt 2) and todo)
>>++<< next = 2
>>>>>>>
+>>>+> push 1 0 0 1 a b c 1
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< > a
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< > b
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< > c
+ >>
>]<
]
>[-< if ((step gt 1) and todo)
>>>>>>[>+>+<<-]>[<+>-]> n dup
-
[[-] if (n sub 1 gt 0)
<+>>>++++> push (1 0 0 4)

copy and push b
<<<<<<<[>>>>>>>+
<<<<<<<-]>>>>>>>
>[<<<<<<<<+>>>>>>>>-]< >

copy and push a
<<<<<<<<<[>>>>>>>>>+
<<<<<<<<<-]>>>>>>>>>
>[<<<<<<<<<<+>>>>>>>>>>-]< >

copy and push c
<<<<<<<<[>>>>>>>>+
<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< >

copy n and push sub(n 1)
<<<<<<<<[>>>>>>>>+>+
<<<<<<<<<-]>>>>>>>>
>[<<<<<<<<<+>>>>>>>>>-]< -
>>
]
<<<<<<<<
>]<
]
>[-< if ((step gt 0) and todo)
>>>>>>>
>++++[<++++++++>-]<
>>++++++++[<+++++++++>-]<++++
>>++++++++[<++++++++++++>-]<+++++
>>+++++++++[<++++++++++++>-]<+++
<<<
>.+++++++>.++.--.<<.
>>-.+++++.----.<<.
>>>.<---.+++.>+++.+.+.<.<<.
>.>--.+++++.---.++++.
-------.+++.<<.
>>>++.-------.-.<<<.
>+.>>+++++++.---.-----.<<<.
<<<<.>>>>.
>>----.>++++++++.<+++++.<<.
>.>>.---.-----.<<<.
<<.>>++++++++++++++.
>>>[-]<[-]<[-]<[-]
+++++++++++++.---.[-]
<<<<<<<
>]<
>>[<<+>>-]<< step = next
]
return with clear stack frame
<[-]>[-]>[-]>[-]>[-]>[-]>[-]>[-]<<<<<<
<<<<<<<<
>>[<<+>>-]<< step = next
<
]

Voyager schrieb am 7.4. 2002 um 10:37:21 Uhr zu

Brainfuck

Bewertung: 2 Punkt(e)

penetrant. manisch-depressiver orgasmus oberhalb der gürtellinie, total multiple.
und unterhalb alles trockenobst. so eine scheisse.

Einige zufällige Stichwörter

Angola
Erstellt am 11.9. 2002 um 14:11:55 Uhr von Dortessa, enthält 14 Texte

Specksteinskulptur
Erstellt am 6.1. 2005 um 22:31:54 Uhr von Gordon Böer, enthält 7 Texte

kalt
Erstellt am 11.4. 1999 um 19:26:08 Uhr von Tanna, enthält 130 Texte

konfrontieren
Erstellt am 30.3. 2011 um 22:55:24 Uhr von Baumhaus, enthält 1 Texte

Rüstungslobby
Erstellt am 15.2. 2003 um 18:26:11 Uhr von Systemkritikerin, enthält 12 Texte


Der Assoziations-Blaster ist ein Projekt vom Assoziations-Blaster-Team (Alvar C.H. Freude und Dragan Espenschied) | 0,0287 Sek.