Following is an interesting TED talk by Jason Fried of 37signal on why it is difficult to get any work done at work.
[ted id=1014]
He argues that M&Ms (managers
This post describes an algorithm to solve UVa 10706: Number Sequence problem from UVa OJ. Before outlining the algorithm, we first give an overview of this problem in the next section.
Interpretation
This
In the following podcast, Howard Mansell talks about F# type provider and R programming language, which can be summarized as:
"F# 3.0 introduces an exciting and innovative new programming language feature
Problem Definition
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of the number 600851475143?
Source: https://projecteuler.net/problem=3
Solution
object Euler03 {
type