Issue:
Ideally we:
@tool | |
extends RayCast3D | |
@export var terrain: Terrain3D | |
@export var debug: bool = false | |
@export var base_texture_id: int | |
@export var overlay_id: int | |
@export var blend_value: float |
ack 'Name:' ./tests | wc -l ☹ | |
# Output: 157 |
#!/bin/sh | |
set -x | |
set -e | |
set -u | |
GWAY_PORT=8080 | |
url="http://bafkreicysg23kiwv34eg2d7qweipxwosdo2py4ldv42nbauguluen5v6am.ipfs.localhost/" | |
host=$(echo $url | cut -d'/' -f3 | cut -d':' -f1) | |
hostname=$(echo $url | cut -d'/' -f3 | cut -d':' -f1,2) |
[package] | |
edition = "2021" | |
name = "testplan" | |
version = "0.1.0" | |
[dependencies] | |
async-std = {version = "1.10", features = ["attributes", "tokio1"]} | |
env_logger = "0.9.0" | |
if-addrs = "0.7.0" | |
ipnetwork = {version = "0.19.0", default-features = false, features = ["serde"]} |
Issue:
Ideally we:
pragma solidity ^0.8.0; | |
import "hardhat/console.sol"; | |
import "@openzeppelin/contracts/access/Ownable.sol"; | |
contract Timestamper is Ownable { | |
event Timestamp(uint256 indexed hash); | |
function timestamp(uint256 hash) public onlyOwner { | |
console.log("Timestamping:", hash); |
I hereby claim:
To claim this, I am signing this object:
tunnel () { | |
machine="$1" | |
port_local="$2" | |
port_remote="$2" | |
if [ ! -z "$3" ] | |
then | |
port_remote="$3" | |
fi | |
echo "ssh $machine -N -L \"${port_local}:localhost:${port_remote}\"" | |
ssh $machine -N -L "${port_local}:localhost:${port_remote}" |
const IPFS = require('ipfs') | |
const options = { | |
config: { | |
Addresses: { | |
Swarm: [], | |
}, | |
Discovery: { | |
MDNS: { | |
enabled: false |
did:muport:Qmb9E8wLqjfAqfKhideoApU5g26Yz2Q2bSp6MSZmc5WrNr