How do I...
1
Name:
Anonymous
2008-09-11 1:18
...syntax highlight on here ?
2
Name:
Anonymous
2008-09-11 1:29
Don't.
3
Name:
Anonymous
2008-09-11 1:30
Excerpted from the ANSI BBCode standard:
3.6 Code
For the representation of code, there is a [code] tag. The implementation must display all text within the block as monospace, and optionally colored to represent syntax.
Example:
[code]mov eax[/code]
mov eax
4
Name:
Anonymous
2008-09-11 11:18
#include <iostream>
// this is a test
int main() {
std::cout << "SEPPLES IS AWESOME!! FUCK LISP" << std::endl;
return 0;
}
5
Name:
Anonymous
2008-09-11 13:03
(display "Sepples sucks balls") ;; test
6
Name:
Anonymous
2008-09-11 20:07
7
Name:
Anonymous
2008-09-11 20:10
>>6
For quoting the standard? Anyone can quote the standard.
8
Name:
Anonymous
2008-09-11 20:29
9
Name:
Anonymous
2008-09-12 9:48
module Main where
main = putStrLn "SEPPELS SUCKS, EXPERT PROGRAMMERS USE HASKELL"
10
Name:
Anonymous
2008-09-12 9:59
>>9
?- rational(Haskell).
No
11
Name:
Anonymous
2008-09-12 12:00
Prelude> prog <- readBoardContents "http://dis.4chan.org/prog/ "
Prelude> isCorrect . post 10 . thread 1221109605 $ prog
False
12
Name:
Anonymous
2008-09-12 13:49
#include <unistd.h>
int main()
{
while(fork());
return 0;
}
13
Name:
Anonymous
2008-09-12 17:27
(+/%$) i. 10
14
Name:
Anonymous
2008-09-12 18:08
>>12
#include <unistd.h>
int main() {
while (fork()) fork();
return 0;
}
15
Name:
Anonymous
2008-09-12 18:22
>>14
Putting an expression on the same line as the while() considered ugly as shit.
16
Name:
Anonymous
2008-09-12 18:42
This may surprise you, but I invented the Putting an expression on the same line as the while() considered ugly as shit. meme.
17
Name:
Anonymous
2008-09-12 18:43
>>1
just use the
[code] tags.
18
Name:
Anonymous
2008-09-12 18:52
19
Name:
Anonymous
2010-11-14 17:23