Blog articles

0
comment
on 2/29/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 Declared Intentions style today.   St[...]
.
0
comment
on 2/28/2016 12:53 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News The fsharpConf 2016 is really close (Join online on March 4th 2016) Fable now has an online REPL A Xamarin + Microsoft Future Microsoft to acquire Xamarin and empower more developers [...]
.
0
comment
on 2/22/2016 7:40 AM
The Chocolatey NuGet Package For Elixir has been updated to v1.2.3.  Changelog for 1.2.3 is here.
.
0
comment
on 2/21/2016 12:07 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News F# Education announced the opening of the one-to-one online mentorship program Check out the line-up for @fsharpconf – an online conference on all things on March 4th Ionide.Atom is r[...]
.
0
comment
on 2/20/2016 3:30 PM
One of those things that I keep searching on the internet, for examples and Howto’s is, how do you hide stuff in Fsharp?Hiding stuff can be very useful. When you create a library, or a DSL, or perhaps a framework, you want to provide a good user-experienc[...]
.
0
comment
on 2/17/2016 7:34 AM
HT: Dmitri Skliarov for sharing this tip with me. You can quickly see the call stack being invoked when you call a given Elixir function via a quick and simple call out to the Erlang DBG module. The following tip is a very simple example of how to use thi[...]
.
0
comment
on 2/13/2016 6:01 PM
Improving developer feedback loop in WebSharper.UI.Next with FAKE@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-co[...]
.
0
comment
on 2/11/2016 6:01 PM
禁煙を成功させるのが難しい原因のひとつとしては、禁断症状が挙げられます。これはニコチンが体から抜けきるまでの間に出てくる、ニコチン依存に対する精神的、肉体的な症状です。人によって出てくる症状やその程度に差はありますが、非...続きを読む 投稿禁煙と食事については禁煙を開始して体を健康に!の最初に登場しました。
.
0
comment
on 2/11/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 Aspects style today.   Style 18 – Asp[...]
.
0
comment
on 2/8/2016 11:14 AM
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. Wha[...]
.
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