blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Ubuntu: A Love/Hate Relationship

A spillage of thought about Ubuntu, programming, economics, and computers in general.
Ubuntu: A Love/Hate Relationship Blog  
Related Blogs
previous blog next blog
n/a
unrated


recent postsrss feed

Evaluate an expression in Vim

Dec 4, 2009
There might be a case when you need to write an expression and don't feel like calculating it yourself. If you're using Vim, then from insert mode you can hit Ctrl+R and then =, and you will then be able to type an expression to be evaluated. So...

Infinite Lists in Scala

Dec 3, 2009
One of the pretty cool things about Haskell is the ability to have infinite lists, thanks to Haskell's laziness. You can create a list containing all the Fibonacci numbers, or all the digits of π, or something like that. Turns out that Scala can do it...

CUSEC 2010

Dec 1, 2009
I'm fairly certain that anybody actually reading this blog and is able to go to this is already planning on going, but in the odd case that you are not I would highly recommend you check out CUSEC 2010 if you are at all interested in software...

Spellcheck in Vim

Nov 20, 2009
Turns out Vim 7 and higher has a built-in spellcheck. To turn it on, do::set spellIt's a bit annoying for code, but maybe it will help people spell things properly in their comments ;) It's also really good for LaTeX documents (if you're old school and...

Using sdljava with Scala

Nov 18, 2009
After fixing up sdljava, I decided to try it out with Scala. Turns out it works really well! Here is the code to get a simple window that closes when you click the close button:import sdljava.SDLMain import sdljava.video.{SDLVideo, SDLSurface} import...


Comments & Reviews:
Be the First to Review this Blog!