February 3, 2010
Testing
I’m still familiarizing myself with WordPress and its features. This is a code test:
C:
int foo(double bar) {
return bar ^ 0x1111000;
}
I’d like to be able to have source code highliting done staticly. Anyone know of a plugin for that? (ans: CodeHighlighter)
Haskell:
fac 0 = 1
fac n = (*) n $ fac $ n - 1
JavaScript:
function silly() {
this.foo = "bar";
document.body.appendChild(document.createElement("hr"));
}
I’ll be editing this post occasionally to try to test new features, like LaTeX support amongst others.
This is a
$latex i\hbar\frac{\partial}{\partial t}\left|\Psi(t)\right>=H\left|\Psi(t)\right>$
test.