-
Notifications
You must be signed in to change notification settings - Fork 40
Good Read
win edited this page Apr 22, 2018
·
5 revisions
-
React.js Introduction For People Who Know Just Enough jQuery To Get By
-
Css Unit: em , pt, px, %
from http://kyleschaeffer.com/development/css-font-size-em-vs-px-vs-pt-vs
Generally, 1em = 12pt = 16px = 100%
- Very Very Interesting Topic , ImageProcessing for .NetCore https://github.com/dotnet/corefx/issues/2020
-
.NET Pcl on WinXP http://nicolaiarocci.com/taming-portable-class-libraries-and-net-framework-4/
-
replace all #region in the code with whitespace !
Find with regular expression
^.*\#(end)*(:Wh)*region.*\n
replace with white space
Interesting topics
The whole web at maximum FPS: How WebRender gets rid of jank