feddr

Stories submitted by feddr

The F# Handout Available(hamletdarcy.blogspot.com)

submitted by feddrfeddr(220) 3 years, 10 months ago

This is a beginner's guide through the syntax and features of the language in an easily digestible two page format. read more...

add a comment |category: |Views: 14

tags: another

Creating fractal images with C# 3.0 features and Parallel Extensions(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 5 months ago

In this post I'm going to show a small example of using the Parallel Extensions Library to improve a program that renders a escape time fractal image. read more...

add a comment |category: |Views: 41

tags: another

Exploring L-Systems with F# and C#(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 8 months ago

In this post I'm going to show a little program for displaying graphical representations of L-Systems using turtle graphics implemented in F#, C# and WPF. read more...

add a comment |category: |Views: 76

tags: another

Creating FxCop rules with F#(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 10 months ago

In this post I'm going to show a little example of a FxCop rule created with F#. read more...

add a comment |category: |Views: 21

tags: another

Creating fractal images using C# 3.0 features(langexplr.blogspot.com)

submitted by feddrfeddr(220) 4 years, 11 months ago

In this post I'm going to try to implement the basic Escape time algorithm for creating fractal images. My main goal is to use as many C# 3.0 features as possible . read more...

add a comment |category: |Views: 69

tags: another