NEWS: fixed typos, horner, si, fizzbuzz, updated links, hsh, sequent_prover, x86_asm_generation

Site update in keywords: fixed some typos in site_back and about_me, minor alteration to horner.hs, updated links with hsh and sequent_prover, added a fizzbuzz, major update to si.erl (0.2).

On another note, I came across a nice fellow recently who has some nifty things tagged 'Haskell', like:

While browsing the blog, I have also found these indirectly:

By the way, anyone for a tiny sequent calculus prover base?

And last, but not least: :-D
main = putStr$ unlines [ n_or_label n | n<-[1..100] ] where
n_or_label n = if ""/=label n then label n else show n
label n = concat [s | (k,s)<-divisors, 0 == n`rem`k ]
divisors = [(3, "Fizz"), (5, "Buzz")]

Comments

Popular posts from this blog

Tftp secret of TL-WR740N uncovered

Hidden TFTP of TP-Link routers

Haskell for embedded: C output, compilers, monads, Timber