Recent Activity
Admin
User for 3 years
Created Content
Recently Created Pages View All
macOS Defaults
Auto-Resize Columns in column view defaults write com.apple.finder _FXEnableColumnAutoSizing -bo...
Handle Exceptions with Task.WhenAll()
var tasks = Enumerable.Range(0, 10).Select(async _ => await Task.Delay(1000)); var whenAll = Tas...
Change file encoding with linux
To get current encoding: file -i {filename} To convert it: iconv -f {sourceEncoding} -t {targe...
Mount host volumes in WSL2
Add the following to /etc/wsl.conf [automount] options = "metadata"
RegEx in multiple files multi-line pattern
pcregrep -h -r --include=".*\.cs" -M "LogEvent\([\s\S]*?\)\;" . -h: Exclude filenames -r: rec...
Recently Created Chapters
Admin has not created any chapters