trenki2

Results 5 issues of trenki2

I wanted to use SVM.PredictProbability but unfortunately the method crashes: This can reproduce the issue: SVMProblem trainingSet = SVMProblemHelper.Load(@"problem.txt"); SVMParameter parameter = new SVMParameter(); parameter.Type = SVMType.C_SVC; parameter.Kernel = SVMKernelType.RBF;...

When i try to send a message with the content nothing is sent. Similarly when I try to send content that includes HTML tags bold the content is not sent...

I wanted to have my headings in my blog with the correct title case. I assumed this plugin would to this with the case: title. But for example with the...

I tried to follow the guide in the Readme.md but the examples to download the entire dataset do not work. See the code below: ``` var client = new QuandlClient(apiKey);...

Multi-Part tutorial/walkthrough on how to develop a C++ triangle rasterization software renderer. https://trenki2.github.io/blog/2017/06/06/developing-a-software-renderer-part1/ https://trenki2.github.io/blog/2017/06/10/developing-a-software-renderer-part2/ https://trenki2.github.io/blog/2017/06/15/developing-a-software-renderer-part3/ https://trenki2.github.io/blog/2017/07/03/developing-a-software-renderer-part4/