Skip to content

Instantly share code, notes, and snippets.

View arebee's full-sized avatar

Richard Burte arebee

View GitHub Profile
@anaisbetts
anaisbetts / .gitattributes
Created December 3, 2014 16:26
USE THIS GITATTRIBUTES FOR EVERY NEW PROJECT FOREVER AND EVER
# Auto detect text files and perform LF normalization
* text=auto
# Custom for Visual Studio
*.cs diff=csharp
@sunnyone
sunnyone / ApacheLogParser.psm1
Created December 15, 2012 03:56
Apache Log Parser for PowerShell
function Read-ApacheLog
{
param(
[Parameter(Mandatory=$true)]
[string]
$Path
)
Get-Content -Path $Path | Foreach-Object {
# combined format