Skip to content

Instantly share code, notes, and snippets.

View kejace's full-sized avatar

Kristoffer Josefsson kejace

  • NYC / LA and in between
  • X @kejace
View GitHub Profile
ip-192-168-0-18.us-west-2.compute.internal ➜ hs-time-loop git:(distance) stack run -- double-difference --index-pattern pseudorange-\*-20 -v debug
[Debug] Running with AppConfig:
{
"command": {
"name": "double-difference",
"options": {
"partitionCacheSize": 10000,
"pRQueryOptions": {
"packetType": null,
"scrollOptions": {
1,0x55a167d9bA7eca351F117820B8e5e67CF24cf853,bcad381a41d0df8e302cd9ce7360b9585aa1d6b42b2a0b934fab657a665f70df
2,0x710Ca8595E04F33Aa2067DaffCe51CE7c45d634e,1d239c1ac3ee7f04e3be4b776b9b68c7fcf5b035512dbfde7183a835244b7a25
3,0x97cf03aE547905e09492B5B630bc99073B9F8728,c92dafb235b7de7519942104e078b61eb8926640a4e8fa5aa3d77d353244702d
4,0x5C252fD9cb6aC69FA16682e8ec8A62fb9e0607D8,55e976b6d66aa078fa1d419d81c573ad74bf378ecf9a63e3771bf5dc949ef119
5,0x4D10F4F9deB0a8Fa3C50A60a90593B140873C1F0,fd70c1d89f58745b0a3d5f32512ff69bd99fedd17f2d690d7c92553220f784d8
9998,0x247bc4842282248309BDcDf173321628094d8da2,3afc63a918349ffb9ab7b74225bae2d9bc3f7ac1423e3087e5fc3a19bed62d3f
9999,0xE43F454925a7512dFF5242a0fdCDAd2871e55FcF,6511da91f47f10bbba1954ec1a7a65d1cf08556b9c861a435c3e3dbcd5c0ce81
@kejace
kejace / signals2.geojson
Created February 19, 2019 16:13
signals revisited
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kejace
kejace / foam-signals.geojson
Created February 15, 2019 17:54
foam signals
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kejace
kejace / Exchange.sol
Created July 21, 2018 23:08
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=false&gist=
contract TokenControllerI {
function transferAllowed(address _from, address _to) external view returns (bool);
}
contract TokenController is TokenControllerI{
uint MIN_COUNT = 10; // this should be _from specific
address tokenContract = 0xabba;
address registryContract = 0xdeadbeef;
@kejace
kejace / Exchange.sol
Created July 21, 2018 01:42
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=false&gist=
contract TokenControllerI {
function transferAllowed(address _from, address _to) external view returns (bool);
}
contract TokenController is TokenControllerI{
uint MIN_COUNT = 10; // this should be _from specific
address tokenContract = 0xabba;
address registryContract = 0xdeadbeef;
@kejace
kejace / Exchange.sol
Created July 12, 2018 20:09
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=soljson-v0.4.24+commit.e67f0147.js&optimize=false&gist=
contract Application {
event _Application(bytes32 listingHash, uint deposit, string data);
function triggerApplication() {
_Application( 0x9999
, 1234
, "QmdanmX73Pq8NCBgNDtJRfr6ppidiPrLodEbiUvn4A1nMF"
);
contract Owned {
address owner;
modifier onlyOwner () {
if(msg.sender == owner) {
_;
} else {
throw;
@kejace
kejace / .block
Last active May 9, 2019 18:43 — forked from FergusDevelopmentLLC/.block
FOAM API Example - Leaflet
license: mit
@kejace
kejace / .block
Last active May 9, 2019 20:15 — forked from FergusDevelopmentLLC/.block
FOAM API Example - Mapbox.GL
license: mit