[This article is still a WIP. Updates may follow.]
Recently I am working on a C# sandbox for C# code, and come across a lot of buggy situations. Here I am just trying to sort them out. Continue reading “Security transparency & sandboxed AppDomains”
System.WeakReference<T>
[This article is still a WIP. Updates may follow.]
Recently I am working on a C# sandbox for C# code, and come across a lot of buggy situations. Here I am just trying to sort them out. Continue reading “Security transparency & sandboxed AppDomains”
The newly-created pipe handles won’t be inherited to the child process. Continue reading “If the parent process creates an anonymous pipe after the child one started up…”
Let’s say, you are writing .NET Core application in VS 2017. You have added the following resx resource files to your project
However, when running on a French OS, sometimes you may still get English text for Resource
via GetString
.
You might as well try Rebuilding the project.
When wandering on Warriors Wikis, I found some pages I barely know or even thought of before, and some pages just interesting. Here is a list of them.
Last updated: 2017-01-31 Continue reading “Some interesting stuff on Warriors Wikis”
It’s a long trek for sure *sigh*
The beginning of this 3-day journey is a simple installation of SQLite Integration. After following the instructions to switch the back-end database from MySQL to SQLite, I found this plugin worked out very well. Then I decided to convert or import the data from MySQL to SQLite database, where the nightmare begins.
After a series simple googling, I found this question on Stack Overflow, and the following tools for conversion. I’m running Windows 10 on my laptop. Continue reading “Switched WordPress database to SQLite”
This is a MediaWiki client library based on .NET PCL, targeting at .NET Framework 4.5, ASP.NET Core 1.0, Xamarin.iOS, and Xamarin.Android. The verified supported MediaWiki API version can be as low as MediaWiki 1.19 (Wikia). FYI, now Wikipedia is using MediaWiki 1.28.
Repository: https://github.com/CXuesong/WikiClientLibrary
Other MediaWiki client libraries: https://www.mediawiki.org/wiki/API:Client_code
Advertise for it: Frankly I haven’t take time to summarize, but it supports
IAsyncEnumerable
)After a consecutive trial-and-fails, I figured out a most direct way to install xgboost on Windows with MSVC; that is, you only have to download the latest RELEASE of xgboost on GitHub. Continue reading “Installing xgboost on Windows”
Terminal case of wikiholic. Constructing zh version of Warrior Cats Wiki.
I cannot find a better banner so I used the one found on Google.
CXuesong aka. forest93
Unfortunately, most of the articles haven’t been translated yet so here is the homepage in Chinese.
See Also
>> ex6_predictonly Input the file to be checked [testMail.txt]: ==== Processed Email ==== do not repli to thi messag thi is an automat gener email thank you for your interest in powerworld simul number educ evalu edit click here to be redirect to the download site if the abov link doe not work pleas copi and past the follow into your browser httpaddr ========================= Processed testMail.txt Spam Classification: 1 (1: Spam, 0: Not a spam)
Continue reading “Coursera Machine Learning Ex.6 2.5: Try your own emails”