I hereby claim:
- I am FDeitelhoff on github.
- I am fdeitelhoff (https://keybase.io/fdeitelhoff) on keybase.
- I have a public key whose fingerprint is 59FD C5AF 8816 CF1B D13B 3CE5 A544 FCB6 6CBC 94CC
To claim this, I am signing this object:
| #For PowerShell v3 | |
| Function gitignore { | |
| Param( | |
| [Parameter(Mandatory=$true)] | |
| [string[]]$list | |
| ) | |
| $params = $list -join "," | |
| invoke-WebRequest -Uri "http://gitignore.io/api/$params" | select -expandproperty content | out-file -FilePath $(join-path -path $pwd -ChildPath ".gitignore") -Encoding ascii | |
| } |
| <?xml version="1.0" encoding="utf-8" ?> | |
| <configuration> | |
| <configSections> | |
| <sectionGroup name="featureSwitcher" type="FeatureSwitcher.Configuration.SectionGroup, FeatureSwitcher.Configuration"> | |
| <section name="default" type="FeatureSwitcher.Configuration.DefaultSection, FeatureSwitcher.Configuration"/> | |
| <section name="features" type="FeatureSwitcher.Configuration.FeaturesSection, FeatureSwitcher.Configuration"/> | |
| </sectionGroup> | |
| </configSections> | |
| <featureSwitcher> | |
| <default featuresEnabled="true"/> |
| private void ProcessReceive(SocketAsyncEventArgs e) | |
| { | |
| if (e.BytesTransferred > 0 && e.SocketError == SocketError.Success) | |
| { | |
| var token = (AsyncUserToken)e.UserToken; | |
| //echo the data received back to the client | |
| var data = System.Text.Encoding.UTF8.GetString(e.Buffer, e.Offset, e.BytesTransferred); | |
| data = string.Format("{0}: {1}", DateTime.Now, data.ToUpper()); |
I hereby claim:
To claim this, I am signing this object:
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop | |
| cinst adobereader | |
| cinst googlechrome | |
| cinst 7zip |