I hereby claim:
- I am hounsell on github.
- I am hounsell (https://keybase.io/hounsell) on keybase.
- I have a public key whose fingerprint is 7305 E1B7 2C6B F4F3 1960 25AB 5D62 51BB 272A E38B
To claim this, I am signing this object:
param([String] $resx_filename) | |
Add-Type -AssemblyName System.Windows.Forms | |
$resx = New-Object -TypeName 'System.Resources.ResXResourceSet' -ArgumentList $resx_filename | |
$root_path = [System.IO.Path]::GetDirectoryName($resx_filename); | |
foreach($item in $resx) | |
{ | |
if ($item.Value.GetType() -Eq [System.IO.MemoryStream]) | |
{ | |
$out_path = [System.IO.Path]::Combine($root_path, $item.Name); |
using System; | |
using System.Web; | |
namespace SecureTransfer | |
{ | |
public class SecureTransferModule : IHttpModule | |
{ | |
private const string DONT_LET_ROL_KNOW_THIS_SECRET = "flibbledeeflobbledeedoo"; | |
public void Dispose() |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Runtime.InteropServices; | |
using System.Runtime.Versioning; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace VersionInfo | |
{ |
using System; | |
using System.Collections.Generic; | |
using System.IO; | |
using System.Linq; | |
using System.Security.Permissions; | |
using System.Text; | |
using System.Threading.Tasks; | |
using System.Runtime.InteropServices; | |
namespace VersionInfo |
I hereby claim:
To claim this, I am signing this object:
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; | |
using System.Runtime.Caching; | |
using System.Net; | |
using System.Configuration; | |
using System.IO; | |
namespace TcbApiProxy |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Xml; | |
using System.IO; |