Multiple phones + TV gaming.
You arrive at a mate's place and they don't have a console. But. You. Must. Game.
(also who wants to buy a console?)
#ifndef VERSIONS_EXPORT_H | |
#define VERSIONS_EXPORT_H | |
#ifdef VERSIONS_STATIC_DEFINE | |
# define VERSIONS_EXPORT | |
# define VERSIONS_NO_EXPORT | |
#else | |
# ifndef VERSIONS_EXPORT | |
# ifdef versions_EXPORTS |
SHELL := bash | |
SRC_FILES = $(filter-out Thesis.tex, $(wildcard *.tex)) | |
.PHONY: Thesis.pdf all clean | |
all: $(patsubst %.dot,%.svg,$(wildcard *.dot)) Thesis.pdf | |
%.tex: | |
for name in *.tex; do | |
echo '$< =' "$<" '$name =' "$name" |
Recently there has been a push towards renaming 'master' to 'main' in all git repositories. Advocates reason that the terminology is noninclusive, and has racist overtones[1]--[5].
{width="6.5in" height="2.5375in"}
CEO of GitHub, [6]
The alleged offensive meaning of master and slave in computer coding is
First: install the CLI program for your distribution: https://cloud.google.com/sdk/install
Modify accordingly:
export REGION='us-central1'
export ZONE='us-central1-f'
export PROJECT_NAME='proj'
#!/usr/bin/env bash | |
organisations="$(hub api '/user/orgs' | jq -r '.[] | .login')"; | |
repos="$(for org in $organisations; do hub api '/orgs/'"$org"'/repos' | jq -r '.[] | .name'; done)" | |
for org in $organisations; do | |
for repo in $repos; do | |
( hub api '/repos/'"$org"'/'"$repo"'/transfer' -F 'new_owner'='offscale' | jq . ) & | |
done | |
done |
$ pip install -U pip setuptools | |
Requirement already up-to-date: pip in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (19.3.1) | |
Requirement already up-to-date: setuptools in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (41.6.0) | |
$ pip install -U jupyter | |
Requirement already up-to-date: jupyter in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (1.0.0) | |
Requirement already satisfied, skipping upgrade: ipykernel in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (from jupyter) (5.1.2) | |
Requirement already satisfied, skipping upgrade: jupyter-console in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (from jupyter) (6.0.0) | |
Requirement already satisfied, skipping upgrade: notebook in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (from jupyter) (6.0.1) |
sudo: apt-get install -y --no-install-recommends cuda-10-0 libcudnn7=7.6.2.24-1+cuda10.0 libcudnn7-dev=7.6.2.24-1+cuda10.0 | |
out: | |
out: Reading package lists... 0% | |
out: | |
out: Reading package lists... 100% | |
out: | |
out: Reading package lists... Done | |
out: | |
out: | |
out: Building dependency tree... 0% |
Executing task 'install_tensorflow0' | |
run: pip install -U pip setuptools | |
out: Requirement already up-to-date: pip in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (19.2.3) | |
out: Requirement already up-to-date: setuptools in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (41.2.0) | |
out: | |
run: pip install -U jupyter | |
out: Requirement already up-to-date: jupyter in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (1.0.0) | |
out: Requirement already satisfied, skipping upgrade: nbconvert in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (from jupyter) (5.6.0) | |
out: Requirement already satisfied, skipping upgrade: ipywidgets in /opt/venvs/tflow3.6.8/lib/python3.6/site-packages (from jupyter) (7.5.1) |
Updating Homebrew... | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/filosottile/homebrew-musl-cross/musl-cross.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/gnu-sed.rb | |
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/make.rb | |
==> Installing musl-cross from filosottile/musl-cross | |
/usr/bin/sandbox-exec -f /private/tmp/homebrew20190622-9604-1kkd7oh.sb nice /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/simplecov-cobertura-1.3.1/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/ruby-macho-2.2.0/lib:/usr/local/Homebrew/Library/Homebrew/vendor/bundle/bundler/../ruby/2.3.0/gems/rubocop-rspec-1.33.0/lib:/usr/local/Homebrew |