git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
v2 = Random::sInstance.y; | |
v3 = Random::sInstance.z; | |
v4 = Random::sInstance.w; | |
v5 = Random::sInstance.x ^ (Random::sInstance.x << 0xB) ^ ((Random::sInstance.x ^ (Random::sInstance.x << 0xB)) >> 8) ^ Random::sInstance.w; | |
v6 = v5 ^ (Random::sInstance.w >> 0x13); | |
this->field_248->eggMazeRoute &= ~3u; | |
v7 = v2 ^ (v2 << 0xB) ^ ((v2 ^ (v2 << 0xB)) >> 8) ^ v6; | |
v8 = v7 ^ (v5 >> 0x13); | |
mod5 = v8 % 5; | |
if ( v6 & 1 ) |
/* | |
HOW IT WORKS?? | |
https://jeffreyeverhart.com/2016/02/24/using-google-sheet-and-google-apps-script-to-work-with-apis/ | |
https://codepen.io/ChynoDeluxe/pen/WGQzWW | |
*/ | |
function getGIF() { | |
// Giphy API defaults | |
const giphy = { | |
baseURL: "https://api.giphy.com/v1/gifs/", | |
key: "APIKEYHERE", |
Name | Description | |
---|---|---|
ARRIS SB8200 | Retail Cable Modem | |
Motorola MB8600 | Retail Cable Modem | |
Netgear C7800 | Retail Wireless Gateway | |
Netgear CM1000 | Retail Cable Modem | |
ARRIS SB6190 | Retail SURFboard Cable Modem | |
ARRIS SBG7580-AC | Retail SURFboard Cable Modem And Wi-Fi Router | |
ASUS CM-32_AC2600 | Retail Wireless Gateway | |
Netgear CM700 | Retail Cable Modem | |
ARRIS SVG2482AC | Retail Wireless Gateway with Voice (RDK) |
#config | |
minProf= .001 #min profit for alert in BTC/Day | |
slowAlertTimer = 300 #min time for slow alert in seconds | |
offTimer = 0 #min time of off alert in seconds | |
btcAddress = "address goes here" #niceHash BTC address to monitor | |
iftttKey = "key goes here" #key from IFTTT Maker applet |
/* | |
-How to use Custom CSS for the GamePad Viewer- | |
https://gamepadviewer.com/ | |
Enabling a custom CSS is as easy as adding &css=[url to css file] | |
to the end of the url like so: | |
https://gamepadviewer.com/?p=1&css=https://gist.github.com/anonymous/526491dc02014099cd14/raw/d7bb0477ba984f794497f3f0f82cb33484dc7889/ps3.css | |
If you're going to be using custom CSS for the gamepad viewer | |
to design your own skin, we're assuming you have some sort of |
# Ruby is our language as asciidoctor is a ruby gem. | |
lang: ruby | |
before_install: | |
- sudo apt-get install pandoc | |
- gem install asciidoctor | |
script: | |
- make | |
after_success: | |
- .travis/push.sh | |
env: |
# Finish headless installation via `ssh [email protected]` | |
# See /boot/config.txt | |
sudo apt-get update && sudo apt-get --purge dist-upgrade | |
sudo raspi-config | |
# Add locale en.us-utf8 (but keep en.gb-utf8) | |
sudo dpkg-reconfigure locales | |
# Timezone | |
sudo dpkg-reconfigure tzdata | |
# Update firmware |
# !/bin/bash | |
# Copyright (c) 2011 Float Mobile Learning | |
# http://www.floatlearning.com/ | |
# Extension Copyright (c) 2013 Weptun Gmbh | |
# http://www.weptun.de | |
# | |
# Extended by Ronan O Ciosoig January 2012 | |
# | |
# Extended by Patrick Blitz, April 2013 |
#!/usr/bin/env ruby | |
require 'octokit' | |
# !!! DO NOT EVER USE HARD-CODED VALUES IN A REAL APP !!! | |
login = ENV['GH_LOGIN'] | |
password = ENV['GH_LOGIN_PASSWORD'] | |
repo = "gjtorikian/crud-test" | |
master = client.ref(repo, "heads/master") | |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream