1.
hubFS: THE place for F# - String.split using string-list of separators 4 posts - 2 authors - Last post: Apr 26, 2007module String = let splits (c : string list) = let ca = CompatArray.of_list c in fun (s:string) -> CompatArray.to_list(s.Split(ca, System. ...
2.
hubFS: THE place for F# - simple example of X number of lines ... 4 posts - 3 authors - Last post: May 4, 2007Also this sample creates everything manually, but the power of WPF is XAML (declarative XML based markup used for creating the interface). ...
3.
hubFS: THE place for F# - simple example of X number of lines ... Also this sample creates everything manually, but the power of WPF is XAML (declarative XML based markup used for creating the interface). ...
4.
hubFS: THE place for F# - ASP.NET teething problems 4 posts - 3 authors - Last post: Jan 21NET with a custom IHttpHandler (similar to what is already in use in other places in the company for which I work), and have been playing ...
5.
hubFS: THE place for F# - First Order Predicate Logic Theorem Prover 1 post - 1 author - Last post: Dec 6, 2008I finished that and for a project for school I just finished a first order predicate logic theorem prover, which was mainly written in ...
6.
hubFS: THE place for F# - F# Interactive & VS Color Scheme 2 posts - 1 author - Last post: Feb 15I use a dark color scheme in VS 2008 (white text/dark background) and text in F# interactive is covered by a white "selection" making ...
7.
hubFS: THE place for F# - Software Engineering Radio podcast on F# 1 post - 1 author - Last post: 4 days agoJust saw the latest episode of Software Engineering Radio is on F# - Episode 129: F# with Luke Hoban (SERadio is easily my favorite ...
8.
hubFS: THE place for F# - Bunch Resizing of Pictures 1 post - 1 author - Last post: Apr 22, 2008let form = new Form(Visible=true, AutoSize=true, AutoSizeMode=AutoSizeMode.GrowAndShrink, Text="Resize Pictures", BackColor=Color.White) ...
9.
hubFS: THE place for F# - Bunch Resizing of Pictures 1 post - 1 author - Last post: Apr 22, 2008MaxValue, Value=v, DecimalPlaces=0, Increment=inc, Width=75) let updown_label = new Label(AutoSize=true, Text="Longest side size in pixels") ...
10.
hubFS: THE place for F# - F# Compiler Error?? I have a project that will reproduce the error if someone. (If it's not a compiler error, then I'm short ... 2 hours, 15 minutes ago, 9261 in reply to 9259 ...
|