Skip to content

Instantly share code, notes, and snippets.

@githubp0b
githubp0b / .prettierrc.json
Created March 14, 2026 11:05
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.22+commit.4fc1097e.js&optimize=undefined&runs=200&gist=
{
"overrides": [
{
"files": "*.sol",
"options": {
"printWidth": 80,
"tabWidth": 4,
"useTabs": false,
"singleQuote": false,
"bracketSpacing": false
@githubp0b
githubp0b / totalhash.py
Last active June 27, 2022 15:42
Python script to interface with totalhash.com
#!/usr/bin/env python
import sys
import html2text
from optparse import OptionParser
import httplib
import urllib2
import re
message = '\nPython script search totalhash.com see http://totalhash.com/help/ for examples'