I hereby claim:
- I am lennybacon on github.
- I am lennybacon (https://keybase.io/lennybacon) on keybase.
- I have a public key whose fingerprint is 83B1 176C 56A6 DBD1 292C 61A6 10A5 2AF7 5643 445B
To claim this, I am signing this object:
| .pyv-afc-ads-inner{ | |
| display: none; | |
| } | |
| .ad-div { | |
| display: none; | |
| } |
| using System.Diagnostics; | |
| using System.Linq; | |
| using System.Net; | |
| using System.Security; | |
| using NUnit.Framework; | |
| namespace Tests | |
| { | |
| [TestFixture] | |
| public class SecureStringTests |
| REGEDIT4 | |
| [HKEY_CURRENT_USER\Software\Classes\Mime\Database\Content Type\application/json] | |
| "CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}" | |
| "Extension"=".json" | |
| [HKEY_CURRENT_USER\Software\Classes\Mime\Database\Content Type\application/javascript] | |
| "CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}" | |
| "Extension"=".js" |
| function bindEvent(el, eventName, eventHandler, bubble) { | |
| var handler; | |
| // http://net.tutsplus.com/tutorials/javascript-ajax/the-essentials-of-writing-high-quality-javascript/ | |
| // http://www.quirksmode.org/js/events_order.html#link9 | |
| handler = | |
| function (e) { | |
| if (!bubble) { | |
| if (!e) e = window.event; | |
| e.cancelBubble = true; | |
| if (e.stopPropagation) e.stopPropagation(); |
| <CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> | |
| <!-- {MyDocuments}\Visual Studio 2013\Code Snippets\Visual Web Developer\My JScript Snippets\ng-http.snippet --> | |
| <Header> | |
| <SnippetTypes> | |
| <SnippetType>Expansion</SnippetType> | |
| </SnippetTypes> | |
| <Title>Angular $http</Title> | |
| <Author>Daniel Fisher</Author> | |
| <Shortcut>nghttp</Shortcut> | |
| </Header> |
| [core] | |
| excludesfile = ~/.gitignore | |
| autocrlf = input | |
| editor = ~/tools/sublime_text_3/sublime_text | |
| [user] | |
| name = Daniel Fisher | |
| email = [email protected] | |
| [push] | |
| default = tracking | |
| [http] |
| function Disable-CodeAnalysis(){ | |
| ForEach ($project in $dte.Solution.Projects) { | |
| Set-CodeAnalysis($project, $false) | |
| } | |
| } | |
| function Enable-CodeAnalysis(){ | |
| ForEach ($project in $dte.Solution.Projects) { | |
| Set-CodeAnalysis($project, $true) | |
| } |
I hereby claim:
To claim this, I am signing this object:
| $sn.exe –p StrongName.snk PublicKey.snk | |
| [System.String]::Join("", ([System.IO.File]::ReadAllBytes("$pwd\PublicKey.snk") | %{ $_.ToString()})) | |
| [System.IO.File]::Delete("$pwd\PublicKey.snk") |
| &sn.exe -q -Tp .\assembly.dll |