Skip to content

Instantly share code, notes, and snippets.

View devdevgoat's full-sized avatar

devdevgoat devdevgoat

View GitHub Profile
#!/usr/bin/python
import os
import sys
import csv
import datetime
import time
import twitter
import socket
s = socket.socket()
@devdevgoat
devdevgoat / contracts...1_ModStore.sol
Created February 7, 2022 19: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=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Ballot
* @dev Implements voting process along with vote delegation
*
* uhg, it won't return false if user is a mod or not
* it also lets you add duplicate mods
@devdevgoat
devdevgoat / contracts...1_ModStore.sol
Created February 7, 2022 20:24
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.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.7.0 <0.9.0;
/**
* @title Ballot
* @dev Implements voting process along with vote delegation
*
* uhg, it won't return false if user is a mod or not
* it also lets you add duplicate mods
$(document).ready(function() {
$('#csp-script').html("This text was loaded from a non csp approved website: https://raw.githack.com/")
});
$(document).ready(function() {
$('#csp-scriptBlob').html("This text was loaded from a non csp approved website: https://raw.githack.com/")
});