Desktop time tracker
Status:
Category:
Keep track of time spent on your projects with this C# Windows forms application that includes fully-commented source code. It runs from your system tray and makes it easy to punch in and out and view … more
Event countdown
Status:
Category:
Counts down days/minutes/hours to whatever with an overlay anywhere on the screen. Can appear as top-level or not, and can be dragged around the screen. Works well along the top of the screen. … more
File Router
Status:
Category:
This projects implements a File Router, which monitors a path on the hard drive and moves files to appropriate locations based on matching certain patterns. For example, .avi and .wmv to Movies, .doc … more
Funcam
Status:
Category:
Have fun with your webcam! Use image overlays or dynamic effects to really enhance the view. Save your favorite poses, or use it in party mode to capture candid shots on a timer. Open source and … more
GeoWallpaper
Status:
Category:
This is an extension for my MEF Utility Runner to change desktop wallpaper based on Flickr images geotagged with your current location. Uses Windows 7 location feature.MSDN Coding 4 Fun project. C# … more
Photo Screensaver
Status:
Category:
Yes, another screensaver! This uses GDI+ and renders images in Polaroid-style. It can scan a directory, or find images using Windows Search. Can be run on multiple monitors, and even supports … more
Powershell v2 Functions
Status:
Category:
Creating functions in Windows PowerShell is an easy way to extend the environment without resorting to code compilation and complicated deployment steps.
By using functions along with the right … more
Link: http://channel9.msdn.com/Blogs/philpenn/PowerShell-V2-Functions
Powershell v2 Modules
Status:
Category:
This video demonstrates converting a Windows PowerShell script to a Windows PowerShell module.See more info at MSDN Code Gallery.The video starts by introducing a simple script … more
Link: http://channel9.msdn.com/Blogs/philpenn/PowerShell-V2-Modules
Powershell v2 Remoting Video
Status:
Category:
This video demonstrates using Windows PowerShell V2 remote sessions. This is a new feature with V2 and available natively within Windows 7 and Windows Server 2008 R2. more
Link: http://channel9.msdn.com/Blogs/philpenn/PowerShell-V2-Remote-Sessions
Sandman
Status:
Category:
Sandman lets you put your computer to sleep (or shutdown/logoff/etc) when windows appear, disappear, or change. For example, you can standby after a "File Copying" or "Downloading..." dialog … more