- Regina, SK, Canada
-
18:08
(UTC -06:00) - https://blog.danskingdom.com
- @deadlydog
- @deadlydog@hachyderm.io
- @deadlydog
- @danskingdom.com
Sponsors
Highlights
- Pro
-
deadlydog.github.io Public
Daniel Schroeder's Programming Blog - Sharing my tips, tricks, and code to help other developers be more productive. https://blog.danskingdom.com
-
-
VS.DiffAllFiles Public
Visual Studio Extension to make comparing files before and after committing them to Git and TFS faster and easier.
-
PowerShell.tiPS Public
PowerShell tips delivered straight to your terminal 💻
-
An Azure DevOps extension for installing and uninstalling Windows Scheduled Tasks
-
PowerShell.GitClean Public
PowerShell module for performing "git clean -xdf" across many repositories
-
Invoke-MsBuild Public
Invoke-MsBuild PowerShell module to make building projects and solutions with MsBuild.exe easy.
-
PathLengthChecker Public
Path Length Checker is a stand-alone app that returns the path and length of all files and directories in a given directory.
-
MoveFilesIntoDateDirectories Public
Moves files from a directory into a new directory whose name is based on the file's date.
-
DPSF.Website Public
The website for the DPSF project. The production URL for this is XnaParticles.com.
HTML MIT License UpdatedSep 21, 2025 -
Template.NewGitRepo Public template
A template repository to use as a starting point for new git repos with basic boilerplate things that every git repo should have
-
AHKCommandPicker Public
An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functi…
-
A PowerShell module with cmdlets to make using PowerShell modules in Azure Artifacts easier.
-
Experiment to see if we can have a .NET Standard class library work with both .NET Framework and .NET Core configuration
C# MIT License UpdatedMay 9, 2025 -
Oh-My-Posh.DeadlydogTheme Public
Custom theme called 'deadlydog' for oh-my-posh
-
PowerShell.ScriptModuleRepositoryTemplate Public template
A module and template repo for creating new PowerShell script modules with CI/CD pipelines and boilerplate files built-in
-
Make it more apparent that the Microsoft Outlook Reminder window has opened by receiving configurable alerts.
-
Tests to reproduce bugs in PowerShell for easily sharing with the PowerShell team
-
Presentation.tiPSWelcome Public
Presentation given for the Pacific PowerShell User Group in June 2024
-
Automatically force your ClickOnce app to update itself without prompting the user; less obtrusive, and enhanced security by ensuring the latest version is used.
-
-
A test repo to compare the performance of the different ways to define classes in PowerShell
-
"Stop manually publishing your PowerShell modules" presentation for the PowerShell + DevOps Global Summit 2024 conference.
-
PowerShell.dumPS Public
A PowerShell module to dump an object's properties, fields, and non-public members to the console in a structured and colourful way
-
Experimenting with various Semantic Version actions to see which I like best
-
Presentation I gave about Dev Containers and GitHub Codespaces for a lunch and learn
-
My implementation of Jeff Hicks' challenge he created for the PowerShell Podcast is 2024
-
New-NuGetPackage Public
New-NuGetPackage.ps1 is a PowerShell script to make creating and publishing NuGet packages quick and easy, using a .nuspec or project file, from File Explorer or PowerShell.
-
-
Experimenting with the different ways to do CI/CD pipelines using GitHub Actions