using Nini.Ini; using Nini.Config; IniDocument doc = new IniDocument("Settings.ini", IniFileType.WindowsStyle); IniConfigSource source = new IniConfigSource(doc); source.Configs["[System]"].Set("InstallDirectory", acmInstallD…
Using Nini .NET Configuration Library Tweet When developing a desktop application, there will be times when you want to store settings for your program. A database is one option, but on Windows, you might just wish to have your settings stored in an…
This past summer I interned at Flipboard in Palo Alto, California. I worked on machine learning based problems, one of which was Image Upscaling. This post will show some preliminary results, discuss our model and its possible applications to Flipboa…