I hereby claim:
- I am madmod on github.
- I am madmod (https://keybase.io/madmod) on keybase.
- I have a public key ASAtgxfIIzwJldCn5ciaANuETA92ocwVmKuRAGHrchc6awo
To claim this, I am signing this object:
| <FlowDocument FontFamily="Segoe UI" FontSize="14" PageWidth="404.146666666667" PageHeight="174.38" PagePadding="5,0,5,0" AllowDrop="True" NumberSubstitution.CultureSource="User" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"> | |
| <Paragraph> | |
| <Run FlowDirection="LeftToRight" Background="#00FFFFFF"> | |
| Borrowers Name | |
| </Run> | |
| </Paragraph> | |
| <Paragraph> | |
| <Run FlowDirection="LeftToRight" Background="#00FFFFFF"> | |
| Borrowers SSN | |
| </Run> |
| " Settings | |
| set nohud | |
| " set nosmoothscroll | |
| " set noautofocus "The opposite of autofocus; this setting stops sites from focusing on an input box when they load | |
| "set typelinkhints | |
| "set cncpcompletion | |
| " let hintcharacters = ";HKLYUIONM,WERTXCVBASDGJF" | |
| let hintcharacters = "asdfghjkl;qweruiop" |
| #!/usr/bin/env bash | |
| # Put your order number and password in the quotes here. | |
| VIVE_ORDER='' | |
| VIVE_PASSWORD='' | |
| LOGIN_DATA='Action=PostFindOrderPages&SiteID=htcus&Locale=en_US&ThemeID=38736100&Form=com.digitalriver.template.form.search.FindOrderV2Form&CallingPageID=HelpPage&Env=BASE&ORIG_VALUE_operation=update&operation=search&ORIG_VALUE_orderNumber=&orderNumber='$VIVE_ORDER'&ORIG_VALUE_password=&password='$VIVE_PASSWORD | |
| LOOKUP_URL='https://store.us.htc.com/DRHM/store?Action=DisplayCustomerServiceOrderDetailPage&SiteID=htcus&Locale=en_US&ThemeID=38736100&Env=BASE&requisitionID='$VIVE_ORDER | |
| rm -f /tmp/htccookie.txt; | |
| curl 'https://store.us.htc.com/DRHM/store' -H 'Pragma: no-cache' -H 'Cache-Control: no-cache' --data $LOGIN_DATA --cookie-jar /tmp/htccookie.txt -sS 1> /dev/null; |
| <RoutingRules> | |
| <RoutingRule> | |
| <Redirect> | |
| <Protocol>https</Protocol> | |
| <HostName>myamareglobal.com</HostName> | |
| <ReplaceKeyPrefixWith>10038/enrollment/register/</ReplaceKeyPrefixWith> | |
| <HttpRedirectCode>302</HttpRedirectCode> | |
| </Redirect> | |
| </RoutingRule> | |
| </RoutingRules> |
I hereby claim:
To claim this, I am signing this object:
| 0 |
| const guards = { | |
| isPhoneConfirmed(ctx, event) { | |
| return !!(ctx && ctx.phone && ctx.phoneConfirmed) | |
| } | |
| } | |
| const services = { | |
| getRewards: async () => { | |
| return new Promise((resolve, reject) => { |
| #cloud-config | |
| # Set the hostname for this machine (takes precedence over hostname assigned by DHCP lease). | |
| hostname: myhost | |
| # Authorize SSH keys for the `rancher` sudoer user | |
| ssh_authorized_keys: | |
| - ssh-rsa AAA...ZZZ example1@rancher | |
| [ | |
| { | |
| "body": "Why does Steve quote me so much?", | |
| "name": "Barry Allen", | |
| "location": "Somewhere over the rainbow", | |
| "image": "https://picsum.photos/seed/picsum/1600/1200", | |
| "orientation": "l" | |
| }, | |
| { | |
| "body": "I don't like it, it doesn't use a lightbulb", |