Skip to content

Instantly share code, notes, and snippets.

objectindicators.region_12612=[{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:36,"regionY"\:41,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:40,"regionY"\:41,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:32,"regionY"\:41,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:35,"regionY"\:28,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:35,"regionY"\:38,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:39,"regionY"\:38,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:28,"regionY"\:36,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},{"id"\:32743,"name"\:"Exhumed","regionId"\:12612,"regionX"\:28,"regionY"\:41,"z"\:1,"color"\:{"value"\:-256,"falpha"\:0.0}},
[{"nodes":[{"bias":0,"type":"input","squash":"LOGISTIC","index":"0"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"1"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"2"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"3"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"4"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"5"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"6"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"7"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"8"},{"bias":0,"type":"input","squash":"LOGISTIC","index":"9"},{"bias":0.6500636882195724,"type":"hidden","squash":"HARD_TANH","index":"10"},{"bias":0.6500636882195724,"type":"hidden","squash":"SOFTSIGN","index":"11"},{"bias":0.07284358229672164,"type":"hidden","squash":"SINUSOID","index":"12"},{"bias":-0.08211351103944918,"type":"hidden","squash":"TANH","index":"13"},{"bias":-0.8072427228999615,"type":"hidden","squash":"BENT_IDENTITY","index":"14"},{"bias":-0.057750296785295974,"type":"hidd
### Keybase proof
I hereby claim:
* I am ryancopley on github.
* I am rcopley (https://keybase.io/rcopley) on keybase.
* I have a public key ASAJzOgpb5-wbck-gQuI-IpiEr6f6wJ_FQ6HMorCUc7S-go
To claim this, I am signing this object:
{
"schema": 12,
"monetization": "free",
"google_play_iap_license_key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwrv4HVKWRke2+7+UchlIYrFZCTgudMT3ghIeGkRuqOffCakE6/zjEsX1HN6G+dC4ru0445341lPyKE8PZH6g0T9xKkyL6LTXooJLxjKU+3WSW0HPu8Ubv2zTWdnerzgrmIMi1FB6keHXUHJ7m3zPMek8gF2gzSBzrLn8P1momOnZsjIZepFU9tetE8oEUi83YfsvvQgln4aEi/PSOPS9ftLH7ndd1vAornQZE4Pu3Q+3wslDb6FE/BIMPQ8SzMYmCoNFRWmqXhw8l+HRl4r/kp0nSFJb/QS/12LjvkiFlKKWqhfIZznjPPL9UC9M2RjSs0aU2Hs4mDkvkTpLzYCJEQIDAQAB",
"palette": {
"translucent_header": {
"textColor": "#FFFFFF",
"hintColor": "#CCFFFFFF"
},
asdfasdfasdfasdf

Keybase proof

I hereby claim:

  • I am RyanCopley on github.
  • I am objectivecopley (https://keybase.io/objectivecopley) on keybase.
  • I have a public key whose fingerprint is FA3F 9618 49CD 7E47 8D0E 2952 8405 9F54 B9C5 A312

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am RyanCopley on github.
  • I am objectivecopley (https://keybase.io/objectivecopley) on keybase.
  • I have a public key whose fingerprint is 7F55 F144 0D6B DD25 5590 1313 3181 15BB EFBE 4EE1

To claim this, I am signing this object:

### Keybase proof
I hereby claim:
* I am RyanCopley on github.
* I am objectivecopley (https://keybase.io/objectivecopley) on keybase.
"""
Unit tests for the insider details fetcher
"""
from django.test import TestCase
from insider import models
class TestInsideDetailsFetcherTestCase(TestCase):
def testInsiderTag(self):
//Attempt up to 5 ports, so 8000, 8001, 8002, 8003, 8004.
setupHTTPServer(5);
function setupHTTPServer(max, count){
count = (count === undefined) ? 0 : count;
//The 2nd parameter means we only listen to local connections
var server = app.listen(8000+count, "127.0.0.1", function (err) {
if (server.address()){
console.log('Listening on port "+server.address().port);