This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TradingView - Remove ads | |
// @version 0.1 | |
// @description Does what it says. | |
// @author Chaiwat | |
// @include https://www.tradingview.com/chart/* | |
// @grant none | |
// ==/UserScript== | |
(function() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# $Id: VirtualBox_Uninstall.tool 101252 2015-06-24 13:07:35Z bird $ | |
## @file | |
# VirtualBox Uninstaller Script. | |
# | |
# | |
# Copyright (C) 2007-2015 Oracle Corporation | |
# | |
# This file is part of VirtualBox Open Source Edition (OSE), as |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.rb diff=ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Result, using input string from 0 to 999999. | |
// It finds some conflict if the hash size is 4 bytes, | |
// no conflict found if hash size is 6 bytes. | |
package main | |
import ( | |
"crypto/hmac" | |
"crypto/sha256" | |
"encoding/hex" | |
"fmt" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Given a first 6 digits and last 4 digits. | |
// It will generate full 16-digit PANs that satisfy Luhn algorithm. | |
package main | |
import ( | |
"flag" | |
"fmt" | |
"strconv" | |
"strings" | |
) |
I hereby claim:
- I am iwat on github.
- I am iwat (https://keybase.io/iwat) on keybase.
- I have a public key ASCzLxkhqdm9V80rQZzYC129RuE5eYNXlm4H5X_1Pn4gwAo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: utf-8 | |
def ( ) | |
*2 | |
end | |
= 4 | |
puts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016/09/09 03:00:54 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/09 03:00:54 [INFO] AWS Auth provider used: "EC2RoleProvider" | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: aws-provider (internal) 2016/09/09 03:00:54 [DEBUG] [aws-sdk-go] DEBUG: Request sts/GetCallerIdentity Details: | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: ---[ REQUEST POST-SIGN ]----------------------------- | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: POST / HTTP/1.1 | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: Host: sts.amazonaws.com | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: User-Agent: terraform/0.7.3 aws-sdk-go/1.4.2 (go1.7; linux; amd64) | |
2016/09/09 03:00:54 [DEBUG] plugin: terraform: Content-Length: 43 | |
Error refreshing state: 5 error(s) occurred: |
NewerOlder