I hereby claim:
- I am joshuatee on github.
- I am joshuatee (https://keybase.io/joshuatee) on keybase.
- I have a public key ASB_UdaTcV6X923ln8IM3O45IsRwbOw1fekDSLfXfuHcLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| using System; | |
| using System.Globalization; | |
| using System.Net; | |
| using System.Net.Sockets; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| namespace Socks | |
| { | |
| public static class Socks5 |
| using System; | |
| using System.Linq; | |
| namespace FibonacciTest | |
| { | |
| public class Program | |
| { | |
| public static void Main() | |
| { | |
| // CODE CHANGES |
| wordlist created from original 41G stash via: | |
| grep -rohP '(?<=:).*$' | uniq > breachcompilation.txt | |
| Then, compressed with: | |
| 7z a breachcompilation.txt.7z breachcompilation.txt | |
| Size: |
| #Requires -Version 6 | |
| using namespace System.Collections | |
| using namespace System.Data.SQLite | |
| using namespace System.IO | |
| $ErrorActionPreference = 'Stop' | |
| $DebugPreference = 'Continue' | |
| Add-Type -Path $PSScriptRoot\SQLite\System.Data.SQLite.dll |
| function 🐙 { | |
| $name,$params = $args.Where({$_ -eq '💩'},'Until') | |
| $null,$body = $args.Where({$_ -eq '💩'},'SkipUntil') | |
| $params = @($params |? {$_}) | |
| $func = @" | |
| param($(($params |% {"`${$_}"})-join',')) | |
| $(($params |% {$body = $body -replace "($([regex]::Escape($_)))",'(&$${$1})'})) |
| // Bing Image of the Day for C# | |
| // If you're using this in your project, give this gist a 'Star'! | |
| // Made by Ian Spence with <3 in Vancouver, British Columbia, Canada | |
| using System; | |
| using System.Xml; | |
| using System.Net; | |
| public Uri GetImage() { | |
| if (System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable() == false) { |
Requirements VcXsrv, i3wm in wsl.
The three files below must be stored in the same directory (%UserProfile%\Desktop).
| import * as React from "react" | |
| const App = () => | |
| <div/> | |
| export {App as default} |
| # CREATE: On the root folder of a Git repository: | |
| $ git submodule add git@bitbucket.org:nicethemes/<repo>.git location/of/submodule | |
| # Cloning a repo that contains submodules: | |
| $ git clone --recursive git@bitbucket.org:nicethemes/<repo>.git location/of/repo | |
| # Or: | |
| $ git clone git@bitbucket.org:nicethemes/<repo>.git location/of/repo | |
| $ git submodule init | |
| $ git submodule update |