Skip to content

Instantly share code, notes, and snippets.

View ccyanxyz's full-sized avatar
🙃

ccyanxyz

🙃
  • Zhejiang University
  • Earth
View GitHub Profile
@ccyanxyz
ccyanxyz / neuron.py
Created June 6, 2021 10:55 — forked from toysrtommy/neuron.py
IC: Creating a new neuron (python)
from hashlib import sha224,sha256
import binascii
import re
import os
import base64
import math
import argparse
import sys
import subprocess
import zlib