Advanced Windows Explorer
A listing of handy but less known shortcuts in Windows Explorer and some Autohotkey examples on how to add extra functionality.
Open Windows Explorer, the most direct way:
A listing of handy but less known shortcuts in Windows Explorer and some Autohotkey examples on how to add extra functionality.
Open Windows Explorer, the most direct way:
My PowerShell, Posh-Git and .gitconfig color configuration because of some red-green troubles with the default configurations.
A cheat sheet with everything there is to know about
formatting the primitive types, DateTime
s and TimeSpan
s in .NET.
A cheat sheet outlining the syntax differences between VB.NET and C#. This post is written specifically for advanced C# developers with little to no VB.NET knowledge who need to do some VB.NET coding.
Because some things are just so similar but still confusingly different in VB.NET vs C#…
Along the way we’ll make some amazing discoveries like:
Working with environment variables in Windows is as easy as:
Win + Pause > "Advanced system settings" > "Environment Variables..."
After which you get a tiny, unresizable, form where you can view and manage them. Something better eventually arrived with Windows 10 but still, PowerShell :)
Use Autohotkey to open the window with Left Alt + Pause
:
LAlt & Pause::Run % "rundll32 sysdm.cpl,EditEnvironmentVariables"
This tutorial is about adding the following functionality to the Entity Framework Migrations CLI:
Dropbox is great! I’m pretty sure you’ve already heard of it but for those who have not: It allows you to synchronize about 2 gig (and up to 16 gig with some effort) worth of documents, pictures or other files between your different computers, laptops or other mobile devices. The files are kept on your machine(s) and in the cloud, but they are also accessible from anywhere with a browser and shareable with everyone you’d like.
Last update on Mar 28, 2023
jasmine-ts is deprecated. Updated to Jasmine 4.3.0.
Last update on Mar 28, 2023
Added double keypress hotkey example
Last update on Mar 10, 2023
EPPlus is no longer free for commercial use!
Last update on Mar 8, 2023
Added Distinct, flatMap
Last update on Mar 8, 2023
Added notice about MomentJS being in maintenance mode
Last update on Jan 16, 2020
Published to the PowerShell Gallery