Blog articles

0
comment
on 2/8/2016 12:00 AM
Tweet NOTE : read the rest of the series, or check out the source code. If you enjoy read­ing these exer­cises then please buy Crista’s book to sup­port her work. Fol­low­ing on from the last post, we will look at the Reflective style today.   Style 17 – [...]
.
0
comment
on 2/7/2016 4:00 PM
It’s pretty straightforward to do basic benchmarking of a single, self-contained piece of code in .NET. You just make a Stopwatch sandwich (let sw = Stopwatch.StartNew(); <code goes here>; sw.Stop()), then read off the elapsed time from the Stopwatch. [...]
.
0
comment
on 2/7/2016 10:05 AM
Welcome to F# Weekly, A roundup of F# content from this past week: News Adding #fsharpconf to your F# meetup page is a great way to let your friends know Sign up to attend Community for F# virtual events. Ionide/Atom improved FsLab support “F# |> Kaggle” [...]
.
0
comment
on 2/6/2016 4:34 PM
Method chaining for Bootstrap components with WebSharper in F#@import 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css';code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px}kbd{color:#fff;background-color[...]
.
0
comment
on 2/4/2016 12:00 AM
Tweet NOTE : read the rest of the series, or check out the source code. If you enjoy read­ing these exer­cises then please buy Crista’s book to sup­port her work. Fol­low­ing on from the last post, we will look at the Introspective style today.   Style 16[...]
.
0
comment
on 2/1/2016 4:17 PM
禁煙して一番変わるのは、体調です。 咳が出なくなったり、痰が絡まなくなり、呼吸が楽になります。通勤の時に辛く感じていた階段の昇り降りも、苦痛を感じなくなります。 喫煙に伴う病気には、肺に異常が出るCOPD(慢性閉塞性肺疾...続きを読む 投稿禁煙して一番変わることは禁煙を開始して体を健康に!の最初に登場しました。
.
0
comment
on 2/1/2016 8:52 AM
I've recently had reason to do a bit of work with JNI .  Throughout the course of this work I had to do quite a lot of Googling in order to figure out how to properly manage the caching of various JNI objects used by my C++ code. Some JNI objects can be s[...]
.
0
comment
on 2/1/2016 3:00 AM
Tweet Just a quick note to say that I’ll be doing a couple of F# talks at user groups around the UK, so if you happen to be in the area at the time do come by and say hello.   Feb 3rd, 6:30pm, London BCS (near the Strand) 7 ineffective coding habits many [...]
.
0
comment
on 2/1/2016 12:00 AM
Tweet The problem description is here, and click here to see all my other Euler solutions in F#.   This is a more difficult version of problem 82, and now you can move in all four directions! As before, we start by loading the input data into a 2D array: [...]
.
0
comment
on 1/31/2016 4:00 PM
I’ve recently had reason to do a bit of work with JNI .  Throughout the course of this work I had to do quite a lot of Googling in order to figure out how to properly manage the caching of various JNI objects used by my C++ code. Some JNI objects can be s[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper