Showing 1-10 of 55
|
Recursively Copy Folder (with excludes) in PowerShell
| This function recursively copies a folder and all subfolders while allowing you to properly exclude certain items. | PowerShell | 89 | 12/1/2009 |
|
Recursively Delete Item in PowerShell
| This function recursively deletes an item from the current location. The item can be a file or folder, and can be specified with or without wildcards. | PowerShell | 79 | 12/1/2009 |
|
Create Folder in PowerShell
| Creates a folder in the current location. If the folder already exists, it will be deleted and then re-created. | PowerShell | 115 | 12/1/2009 |
|
Get HTTP Response Content as XElement
| Returns the entire response content for an HTTP web request as an XElement. | C# | 200 | 10/26/2009 |
|
Get HTTP Response Content as String
| Returns the entire response content for an HTTP web request as a string. | C# | 133 | 10/26/2009 |
|
Create HTTP Post Request
| Method used to post form data and get back an HTTP web request object. | C# | 140 | 10/26/2009 |
|
Calculate Number of Pages (for paging)
| This method calculates the number of pages required when paging. | C# | 404 | 8/4/2009 |
|
Create SQL Server Database from PowerShell
| This script creates a SQL Server database from PowerShell. If the database already exists, it deletes it, then re-creates it. | PowerShell | 161 | 12/5/2008 |
|
BitDiffer XSL Report for CC.NET
| This XSL stylesheet is used for a BitDiffer report as part of a CruiseControl.NET build. | XSL | 179 | 6/3/2008 |
|
Delete SVN Folders
| This registry script allows you to right-click on a folder in Windows Explorer to delete all svn folders. | Other | 261 | 3/2/2008 |