News

Use Google Chrome to View .pdf Files

I now use Google Chrome to view .pdf files instead of Adobe Reader (formerly called Acrobat Reader). The Chome PDF Viewer plugin (chrome://plugins) has been shipping with Chrome since version 8 2010-12. Using Chrome to view .pdf files has several advantage over Adobe Reader: Chrome loads the ...
Categories: News

F# vs. Scala, My Take at Year Two

TechNeilogy - Thu, 01/26/2012 - 10:35
I spent a lot of time over the last couple of years learning F#. Over the last six months, I’ve spent most of my time learning and working in Scala. During part of both those times, I was working on the same set of code, ported to both languages. So, though this topic has been covered before,...
Categories: News

Error Updating Windows Live Writer 2011

I just launched Windows Live Writer on my Windows 7 64-bit PC and it told me an update was available. While trying to run the update, it failed with this error: It looks like another program is preventing the installer from working.Error: 0x80070643Source: wllogin-amd64 I reran the installer a...
Categories: News

The Chinese remainder theorem

getting #er - Tue, 01/24/2012 - 15:13
I hope to do a series covering some theory and implementation of the RSA algorithm in F# in the near future – and one of it’s main ingredients (for simplifying the hard calculations) is the Chinese remainder theorem – so … Continue reading →
Categories: News

Making F# Windows Phone Development a Little Easier

Daniel Mohl - Mon, 01/23/2012 - 07:18
About a month ago, I announced that most of the existing F# project templates on Visual Studio Gallery had been updated to include support for Visual Studio 11. In that post, I mentioned some new item templates that had been included in the update to the F# XAML Item Templates extension...
Categories: News

Pong

Phil Trelford's Blog - Sun, 01/22/2012 - 16:59
It’s a bit of a long story. A chain of events would unfurl that would lead me inextricably to writing a clone of a 70s video game. It started a few weeks ago while exploring early 90s dance tracks on Spotify, when I happened upon the seminal EP - Clonks Coming by the Sweet Exorcist. Later a lack...
Categories: News

F# 3.0 at TechDays France, Feb 7, Paris!

Don Syme's WebLog - Sun, 01/22/2012 - 11:43
Just to mention that there will be a talk on F# 3.0 at TechDays France in Paris, on February 7, at 4pm....
Categories: , News

F#, WebSharper, JavaScript, HTML5, Mobile etc.

Don Syme's WebLog - Sun, 01/22/2012 - 11:03
I'm catching up on blogging about what's been going on in F# lately....
Categories: , News

F# Dataflow Agents Part I

Moirae Software - Dave Thomas - Sun, 01/22/2012 - 06:28
This is going to be a new series on using TPL Dataflow with F#. First a little bit of history and background....
Categories: News

F# Legacy: Test implants

Steffen Forkmann - Sun, 01/22/2012 - 05:51
Legacy code is a problem in all languages, even F#. ...
Categories: News

Real world F#: my experience (part two)

Index Out Of Range - Francesco De Vittori - Sun, 01/22/2012 - 04:24
The second project I recently completed in F# is a completely different animal. While the first one is a pet project I’ve put together in my spare time (with no deadline at all), this one has been a full-time work for my company (for this reason I cannot disclose some details or share source code...
Categories: News

Real world F#: my experience (part one)

Index Out Of Range - Francesco De Vittori - Sat, 01/21/2012 - 08:50
I’ve been playing with F# on and off for about one year, but only recently I was able to complete a few “real world” projects. I was so impressed that I decided to share my experience. In this two-part series I will talk about two very different projects to give you an idea of how wide the...
Categories: News

Musicians, Mechanics, and Mathematicians

Inviting Epiphany - Richard Minerich - Sat, 01/21/2012 - 00:35
Thank you all for your comments on my previous post, I appreciate the time you all took in sharing your perspectives very much.  Many of you have brought up great analogies to demonstrate how you feel and in reading these responses I realized I must not have been very clear. There are some...
Categories: News

Translating If-Then-Else Control Flow Idiom to F#

John Liao's Blog - Fri, 01/20/2012 - 19:52
I was reading through Juval Löwy's Programming WCF Services book and wondering if I should do a series of WCF blog posts in F# based on Löwy's book when I ran into a common construct found in C# programs. That construct looks something like the following C# code:...
Categories: News

jQuery div vs native doc fragment

Techie Things - Artur Herczeg - Thu, 01/19/2012 - 02:24
I assumed creating a div with jQuery takes more time compared to native document fragment creation. Surprise, I was wrong. I’ve created a test page on JSPerf at http://jsperf.com/jquery-vs-documentfragment. Simply put, the speed depends on the browser. Verdict: Use document fragment in all...
Categories: News

Units of measure to the rescue!

F# for Game Development - Johann Deneux - Mon, 01/16/2012 - 15:48
Physics can really improve immersion in a game, regardless of how faithful they are to reality. That's why I always enjoyed writing simple physics engine. Even though I have stuck to really simple physics engine, I always end up mixing accelerations and forces. That usually doesn't lead to much...
Categories: News

developerFusion Article: An Introduction to FSharpx

Daniel Mohl - Mon, 01/16/2012 - 10:24
My article entitled "An Introduction to FSharpx" was published a few days ago. You can find it at http://www.developerfusion.com/article/136179/an-introduction-to-fsharpx....
Categories: News

Building FAKE scripts with Jenkins

Steffen Forkmann - Mon, 01/16/2012 - 10:11
Jenkins is an extendable open source continuous integration server which you can download at http://jenkins-ci.org/. In this blog post I show you how you can build the FAKE’s Calculator sample with Jenkins. If you are familiar with Jenkins or Hudson then this should be straight forward....
Categories: News