Image deduplication tool, optimized for large amount of pictures and CG libraries.
Source code: Github
License: MIT
Supported platform: NetFx 4.7.2
Sql Server 2017 (any edition) is required.
Let's make harmony harmonious.
Add fraction support.
Known Issue:
Using an instance built by default parameterless constructor will cause exception or miscalculation. To avoid this, always use parameter-based constructors. This will not be fixed due to consideration about running speed.
Source code: Github
License: MIT
Nuget: fraction
Supported platform: NetCore 1, NetCore 2, NetFx 4, NetStd 1.3, NetStd 2.0
A replacement of NetFx Threading.Timer without cumulative error
This is a complete replacement of Threading.Timer. All methods of Threading.Timer are supported. You could use this TimerFix by simply replacing the Threading.Timer object.
Threading.Timer is encapsulated in this class.
In constructors, you could pass the interval setting value. Less the value set, more CPU time is required. Default value is 15 milliseconds.
Source code: Github
License: MIT
Nuget: SecretNest.TimerFix
Supported platform: NetCore 1, NetCore 2, NetFx 4, NetStd 1.3, NetStd 2.0
Microsoft digs lots of pits, and I keep jumping among them.
Recently, I wrote a program using HttpClient in dotNet to post some data to server through HTTP Post. The server is set with client certificate required.
My designing is simple:
Required by step 1, I need to type the thumbprint of the certificate into code. The steps I did:
When I run the code, it ended in a strange way. No certificate is found by using the thumbprint I provided. I dig a long time before I found this pit prepared by Microsoft:
The text, copied from the window above (in step 1), contains hidden lead bytes “0x200E”. These bytes won’t display in code view of Visual Studio, nor in Notepad.
After these removed, problem is gone as well.
If you need to upgrade a Ubuntu with LAMP from 17.04 to 17.10, you need more time due to php upgrading.
Php 7.1 will be installed to replace 7.0. Lots of mods, as well as fpm, need to be reconfigured.
(:з」∠)
ShortUrl
Short url generator with no database required. Install this as a site.
Language: C#
Platform: ASP.Net 4.0
Source files available at GitHub.
License: MIT