Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodysNightmare committed Apr 4, 2013
1 parent 56b9753 commit 8cef7be
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
FileUtils
=========

This repository contains various C# projects that I needed at different times for different purposes.

ComparePathCLI
--------------

This is used to compare directory contents, I use it to keep my media-libraries synced.
There is currently no automagic syncing, but I might want to add that at some time.

DriveKeepAlive
--------------

I have an annoying hard-drive, that spins down every few seconds. It will only keep spinning (or spin up, taking seconds)
when there is activity. So far I found no firmware-upgrades fot that issue.
This tool will write a single byte to the drive in a regular interval, this prevents the drive from spinning down.

To keep things green the tool will stop writing when there is no user-interaction with the machine for a certain amount of time.
This means the drive will spin down when I am not at my computer.

0 comments on commit 8cef7be

Please sign in to comment.