August, 2010
07 August 2010
Any ramblings and blog posts associated with the UNISA ICT 2621 tag should be considered study notes for my lectures…
07 August 2010
So I am not a web developer! I have never been one but Silverlight keeps popping in my head as the next big thing on the Microsoft stack and I would hate to “miss the boat” (I am sure some C developer said that 10 years ago as well).
July, 2010
31 July 2010
I noticed recently that I have stopped receiving community credit emails whenever I post a new blog. I just wanted to know with any other geekwithblogs bloggers if there is some setting that has changed in the last month or so to cause this?
31 July 2010
“prefer active patterns over multiple when guards”
27 July 2010
Any ramblings and blog posts associated with the UNISA ICT 2621 tag should be considered study notes for my lectures…
27 July 2010
Another day flown by… another Euler problem to tease me… today I attempted problem 9.
24 July 2010
Any ramblings and blog posts associated with the UNISA COS 2144 tag should be considered study notes for my lectures…
24 July 2010
Today I had some more spare time to give Euler a go and thought I would try my luck on problem 8.
19 July 2010
In line with Daniel Mohl’s presentation, the third best practice for F# is Tail Recursive Functions. I must admit, while I did go over recursion several years ago, I never heard (or possibly ignored) any mention of tail recursive functions… so what exactly is a tail recursive function?
17 July 2010
So today I finally got around to playing a bit more with Silverlight. F# has been taking most of my spare time and I felt I needed to branch out into something different for a day or two…
17 July 2010
Any ramblings and blog posts associated with the UNISA COS 2144 tag should be considered study notes for my lectures…
17 July 2010
Any ramblings and blog posts associated with the UNISA COS 2144 tag should be considered study notes for my lectures…
14 July 2010
These last few days I attempted Euler Problem 7. It has been an interesting experience since it is the first real Euler problem that I initially attempted to tackle recursion for a solution but eventually bypassed as I found what I considered a simpler way to solve the problem.
10 July 2010
Any ramblings and blog posts associated with the UNISA COS 2144 tag should be considered study notes for my lectures…
10 July 2010
Daniel Mohl put up a great slide presentation on the 5 best practices for F#. Since I am new to the language I thought I would go through each practice and explore it a bit as separate posts.
07 July 2010
Yes… it took me a lot longer than I originally thought it would, but today I hit 1000 points on Stack Overflow.
06 July 2010
Today I was doing some work work and kept having to parse a log file. After a few hours of doing the same routine stuff I thought I might try and automate it using F#.
06 July 2010
Today I saw this blog post outlining what the blogger felt were the most important algorithms..
03 July 2010
Today I thought I would start the second semester of my UNISA studies, and after some psyching up I eventually pulled out the study guidelines and made a study schedule. By chance my Contemporary Concepts course is due first, thus this post.
03 July 2010
I had the following code snippet…