Public-safe version. Redacted. No handles, no links, no callouts.
- Strongly derogatory replies
- Crypto spam, token shills, wallet/contract junk
- Clear AI slop or reply-bot behavior
- Repetitive low-context spam
| #http://zcash.flypool.org/ | |
| #NOTA: último commit de nheqminer: 9b3d9c7 | |
| sudo apt-get install qt5-default | |
| git clone https://github.com/etherchain-org/nheqminer.git | |
| cd nheqminer | |
| mkdir build | |
| cd build | |
| qmake ../nheqminer/nheqminer.pro | |
| make |
| /* | |
| * A simple script for building an authorization redirect URL for your Coinbase Connect app. | |
| * Follow the ##STEPS | |
| */ | |
| /* ##STEP1**: To generate an Authorization URI for a Sandbox App, set this to TRUE | |
| * Hint: If you're using this script, you probably want to start on the Sandbox | |
| */ | |
| var useSandbox = true; |
| -----BEGIN PGP SIGNED MESSAGE----- | |
| Hash: SHA256 | |
| This is my standard consulting agreement, drafted by Addison Cameron-Huff | |
| <addison@cameronhuff.com> Feel free to use/distribute this as you see fit. | |
| Consulting Agreement | |
| ==================== |
| require "base64" | |
| require 'openssl' | |
| require 'json' | |
| class CoinbaseExchange | |
| def initialize(key, secret, passphrase) | |
| @key = key | |
| @secret = secret | |
| @passphrase = passphrase | |
| end |
| ### Last tested February 7 2014 on a Galaxy S3 (d2att) running Cyanogenmod 11 nightly, with Google Authenticator 2.49. | |
| ### Device with Google Authenticator must have root. | |
| ### Computer requires Android Developer Tools and SQLite 3. | |
| ### Connect your device in USB debugging mode. | |
| $ cd /tmp | |
| $ adb root | |
| $ adb pull /data/data/com.google.android.apps.authenticator2/databases/databases |
| Installing Arch: | |
| sudo vim /etc/pacman.conf | |
| Update packages list: sudo pacman -Syy | |
| run sudo pacman -Syu before installing any software (to update the repositories first) | |
| * Timing issue: | |
| - Change hardware clock to use UTC time: | |
| sudo timedatectl set-local-rtc 0 |
One of the best ways to reduce complexity (read: stress) in web development is to minimize the differences between your development and production environments. After being frustrated by attempts to unify the approach to SSL on my local machine and in production, I searched for a workflow that would make the protocol invisible to me between all environments.
Most workflows make the following compromises:
Use HTTPS in production but HTTP locally. This is annoying because it makes the environments inconsistent, and the protocol choices leak up into the stack. For example, your web application needs to understand the underlying protocol when using the secure flag for cookies. If you don't get this right, your HTTP development server won't be able to read the cookies it writes, or worse, your HTTPS production server could pass sensitive cookies over an insecure connection.
Use production SSL certificates locally. This is annoying
Prerequisites:
Software components used:
| Surround: | |
| yss" - surround whole line with " | |
| ysiw" - surround a word with " | |
| cs'" - replace surround - with " | |
| ds" - delete surround " | |
| Tabs: |