This file contains hidden or 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
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.18; | |
import "@openzeppelin/contracts/access/AccessControl.sol"; | |
contract MetamodelUint8 { | |
Place[] internal places; | |
Transition[] internal transitions; | |
struct PetriNet { |
This file contains hidden or 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
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.18; | |
// Uncomment this line to use console.log | |
// import "hardhat/console.sol"; | |
// see also: bitwrap.io: where we are developing a generalized state channel for web3 | |
contract Metamodel { | |
address payable public owner; |
This file contains hidden or 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
import math | |
import random | |
import torchflow | |
import torch | |
import examples.tictactoe | |
win_moves = [ | |
["00", "01", "02"], |
This file contains hidden or 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
#!/usr/bin/env bash | |
# backup world in IPFS | |
cd "${BASH_SOURCE%/*}" || exit | |
ROOT='vevr.se' | |
WORLD="foo7" | |
TS=$(date +%s) |
This file contains hidden or 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
#!/usr/bin/python | |
# -*- coding:utf-8 -*- | |
import sys | |
import os | |
picdir = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'pic') | |
libdir = os.path.join(os.path.dirname(os.path.dirname(os.path.realpath(__file__))), 'lib') | |
if os.path.exists(libdir): | |
sys.path.append(libdir) | |
import logging |
This file contains hidden or 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
package pubsub_test | |
import ( | |
"github.com/FactomProject/factomd/common/constants" | |
"github.com/FactomProject/factomd/common/interfaces" | |
"github.com/FactomProject/factomd/common/messages" | |
. "github.com/FactomProject/factomd/pubsub" | |
"testing" | |
"time" | |
) |
This file contains hidden or 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
#!/usr/bin/env sh | |
torsocks curl -X POST \ | |
--data-binary '{"jsonrpc": "2.0", "id": 0, "method": "current-minute"}' \ | |
-H 'content-type:text/plain;' http://mainnetp24u4y4vsuvspeotbhpnmupmpnwfjzmfzfyuvstuqs572buqd.onion/v2 |
This file contains hidden or 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/sh | |
# Copyright 2012 The Go Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style | |
# license that can be found in the LICENSE file. | |
# git gofmt pre-commit hook | |
# | |
# To use, store as .git/hooks/pre-commit inside your repository and make sure | |
# it has execute permissions. | |
# | |
# This script does not handle file names that contain spaces. |
This file contains hidden or 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
package log | |
import ( | |
"context" | |
"fmt" | |
"io" | |
opentracing "github.com/opentracing/opentracing-go" | |
jaeger "github.com/uber/jaeger-client-go" | |
config "github.com/uber/jaeger-client-go/config" |
This file contains hidden or 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
Writing ByteMap Table | |
Finished Reading ByteMap Table. Total time taken: 26m23.939530035s | |
Hash Init = fafaececfafaecec, 30, 256, 5 | |
CPU = ARMv8 Processor rev 1 (v8l) | |
Cores = 4 | |
Total RAM = 3956 MB | |
OS = linux | |
Platform = ubuntu | |
===================================== | |
Running 60 second test with 1 miners: 59s |