jdh30

Stories kicked by jdh30

Can you repro this 64-bit .NET GC bug?(flyingfrogblog.blogspot.com)

submitted by SuprotimAgarwalSuprotimAgarwal(715) 1 year, 7 months ago

Whilst developing low latency software on .NET, we have discovered a serious bug in the .NET 4 concurrent workstation garbage collector that can cause applications to hang for up to several minutes at a time. read more...

add a comment |category: |Views: 131

tags: another

Finding sets of anagrams in a dictionary(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

This blog post describes a tiny 3-line F# program that loads a dictionary from file and finds all sets of anagrams in it. read more...

add a comment |category: |Views: 2

tags: another

The BookWorm word search challenge(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

Two Microsoft employees, Chris Smith and Brian McNamara, have been debating the best way to attack this word search challenge. We present a solution that is simultaneously half the length of their most concise solution and over 8x faster than their fastest solution. read more...

add a comment |category: |Views: 4

tags: another

F# for Visualization video tutorial(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

This tutorial video walks through the basic functionality offered by the F# for Visualization library. read more...

add a comment |category: |Views: 23

tags: another

Tic-tac-toe demo(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

Runnable demo from the F#.NET Journal of a 115-line F# program that plays tic-tac-toe with a GUI. read more...

add a comment |category: |Views: 9

tags: another

Rigid body dynamics demo(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

A demo from the F#.NET Journal of rigid body dynamics simulated in real-time using F# and visualized using WPF. read more...

add a comment |category: |Views: 9

tags: another

Lorenz attractor(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 1 year, 10 months ago

Lorenz attractor visualized using Windows Presentation Foundation by a 35-line F# program. read more...

add a comment |category: |Views: 4

tags: another

Release of Google Analytics Dot Net(www.diaryofaninja.com)

submitted by wiredonewiredone(917) 1 year, 10 months ago

So today is the day that a little side project I've been working on sees the days of light. GoogleAnalyticsDotNet allows you to log a page view to Google Analytics from code behind of a website or from within a web service or win forms project without needing to use the Google JavaScript code, or even use web browser at all. read more...

add a comment |category: |Views: 607

tags: another

Book: Visual F# 2010 for Technical Computing(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 2 years, 1 month ago

The first book to cover Visual F# 2010 has been published! read more...

1 comment |category: |Views: 131

tags: another

Book review: F# for Technical Computing(msmvps.com)

submitted by jdh30jdh30(245) 2 years, 3 months ago

Microsoft MVP Granville Barnett has published a review of the new book F# for Technical Computing. read more...

add a comment |category: |Views: 57

tags: another

Pythagoras Tree in F#(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 3 years ago

A Pythogoras tree is a simple vector graphics image. This simple F# program renders a Pythagoras tree using WPF quickly and easily. read more...

add a comment |category: |Views: 23

tags: another

Book review: F# for Scientists(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 3 years, 6 months ago

Latest review of the most highly rated book on Amazon. read more...

add a comment |category: |Views: 3

tags: another

Luca Bolognese on the new F# language from Microsoft(fsharpnews.blogspot.com)

submitted by jdh30jdh30(245) 3 years, 6 months ago

Microsoft's Luca Bolognese lectures about F# at PDC'08 by developing an F# program to scrape financial data over the web and visualize it interactively as he talks! read more...

add a comment |category: |Views: 27

tags: another

Functional programming and F#: Introduction(scripts.mit.edu)

submitted by jdh30jdh30(245) 3 years, 8 months ago

F# is the first new language in a long time that I’ve felt is worth taking the time to learn... read more...

add a comment |category: |Views: 11

tags: another

Interactive 3D function plots with F#(weblogs.asp.net)

submitted by jdh30jdh30(245) 3 years, 11 months ago

Granville Barnet looks at the new interactive 3D function plotting capabilities available from Microsoft's F# programming language that can even be used from within Visual Studio. read more...

add a comment |category: |Views: 19

tags: another

Visualization using F#(weblogs.asp.net)

submitted by jdh30jdh30(245) 3 years, 11 months ago

Granville Barnett discusses how F# can turn Visual Studio into a high-performance integrated technical computing environment with interactive 2D and 3D visualization. read more...

add a comment |category: |Views: 67

tags: another