Skip to content

Instantly share code, notes, and snippets.

@ssky87
ssky87 / entware zerotier
Created February 6, 2021 01:40 — forked from cretudorin/entware zerotier
LibreElec / CoreElec ZeroTier
// install entware
installentware // for coreelec
wget -O - http://bin.entware.net/armv7sf-k3.2/installer/generic.sh | sh // for libreelec rasbperry 3
// update && install zerotier
opkg update
opkg install zerotier
// start the daemon
@ssky87
ssky87 / ballot.sol
Created June 20, 2018 02:06
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=
pragma solidity ^0.4.21;
contract InfoContract {
string fName;
uint age;
event Instructor(
string name,
uint age