Skip to content

Instantly share code, notes, and snippets.

@o7g8
o7g8 / RProviderLinux.md
Last active February 4, 2017 19:03
F#: RProvider on Linux

F#: Making RProvider work on Linux (Lubuntu 16.04)

Here are the necessary steps:

  • Install the recent Mono including F# as it's described in the section Debian, Ubuntu, and derivatives.

  • Install Monodevelop (the addins are not necessary for RProvider, but are handy to have anyway):

sudo apt-get install monodevelop monodevelop-nunit monodevelop-versioncontrol
@o7g8
o7g8 / GoWinAPI.md
Last active February 4, 2017 13:27
Go language: Working with WinAPI types