macapp.net
Home
Projects
WeBlog
Cryptography
Fabians Sydrome
Soccer Simulation
The Prochew
Goodness Test
Fun
Code Snippets
Ideas
Files
iPhone Developement
FAQ about everything
About
Author
Site
Other
Music
Old
Links
Things
Stuff
(
edit
)
Code Snippets
Here you can find some (unfinished) code snippets.
Google Code Jam
Old Magician
Varia
Invert matrix
using the GNU Scientific Library (GSL)
Implementation of the
Ising model
in solid state physics
Generate a
list of prime numbers
Factorize a number
in Perl
Boost 1.32 on MacOSX
building properly (
New
:
Download Boost 1.33
)
Some ways to find the
Fibonacci Numbers
.
Implementation of short cut formulas of
Kurtosis & Standard Deviation
in Java using BigDecimal.
Implementation of a
Binary Search
in Java using generics for "Number".