Skip to content

Instantly share code, notes, and snippets.

View abliss's full-sized avatar

Adam Bliss abliss

View GitHub Profile
@abliss
abliss / azimuth.sol
Created June 20, 2020 21:53
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=undefined&optimize=undefined&gist=
/**
*Submitted for verification at Etherscan.io on 2019-01-04
*/
// the azimuth data store
// https://azimuth.network
pragma solidity 0.4.24;
////////////////////////////////////////////////////////////////////////////////
@abliss
abliss / azimuth.sol
Created June 20, 2020 21:13
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=undefined&optimize=undefined&gist=
/**
*Submitted for verification at Etherscan.io on 2019-01-04
*/
// the azimuth data store
// https://azimuth.network
pragma solidity 0.4.24;
////////////////////////////////////////////////////////////////////////////////
acme==1.1.0
aiocontextvars==0.2.2
attrs==19.3.0
Automat==0.8.0
bcrypt==3.1.7
bleach==3.1.0
boltons==20.0.0
canonicaljson==1.1.4
certifi==2019.11.28
cffi==1.13.2

Keybase proof

I hereby claim:

  • I am abliss on github.
  • I am abliss (https://keybase.io/abliss) on keybase.
  • I have a public key ASDok8u2MGtjAyK5BKVNHg64lOxA7JxCO7ttRUEIzgk-XQo

To claim this, I am signing this object:

** WORKS:
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fdprtube.com
routed to 162.210.249.2
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fyourinboxadz.com
routed to 162.210.249.5
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fyourdoorway2success.com
routed to 162.210.249.5
** FAILS:
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fjuicepressousa.com
routed to 162.210.249.3
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fdprtube.com works
routed to 162.210.249.2
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fyourinboxadz.com
routed to 162.210.249.5
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fyourdoorway2success.com
routed to 162.210.249.5
** FAILS:
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fjuicepressousa.com
routed to 162.210.249.3
*** https://www.google.com/webmasters/tools/mobile-friendly/?url=https%3A%2F%2Fclients.myworkshosting.com
@abliss
abliss / gist:5205333
Created March 20, 2013 14:58
A failing test.
diff --git a/rxjava-core/src/main/java/rx/operators/OperationConcat.java b/rxjava-core/src/main/java/rx/operators/OperationConcat.java
index c621002..b7c9fac 100644
--- a/rxjava-core/src/main/java/rx/operators/OperationConcat.java
+++ b/rxjava-core/src/main/java/rx/operators/OperationConcat.java
@@ -19,6 +19,7 @@ import static org.junit.Assert.*;
import static org.mockito.Mockito.*;
import java.lang.reflect.Array;
+import java.util.Arrays;
import java.util.ArrayList;