I hereby claim:
- I am xiamaz on github.
- I am alcasa (https://keybase.io/alcasa) on keybase.
- I have a public key ASDKMRpqtSEoDTIhNxnQb9i1k4iUIFymuJtSLZWm72is4wo
To claim this, I am signing this object:
[Unit] | |
Description=Update Cloudflare IP periodically. | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/local/bin/cloudflare.sh |
#!/bin/sh | |
APPLICATIONS="$HOME/Apps" | |
mkdir -p $APPLICATIONS | |
LOCALBIN="$HOME/.local/bin" | |
mkdir -p $LOCALBIN | |
install_fun() { | |
prog=$1 | |
if ! command -v $1 > /dev/null; then | |
echo "$1 is not available. Trying to install it." |
skopeo inspect --creds=AWS:( aws ecr get-login | grep -Po '(?<=\-p )\w+') docker://<REGISTRY_URL> |
# code snipplet to implement PnE based transformation of flow data in python | |
data = FCSLogTransform().transform(data) | |
def logTransform(data): | |
transCols = [c for c in data.columns if "LIN" not in c] | |
for col, f in channel_info.items(): | |
if f["f1"]: | |
data[col] = 10 ** (f["f1"] * data[col] / f["range"]) * f["f2"] | |
print(transCols) | |
print(data.min(axis=0), data.max(axis=0)) | |
data[transCols] = np.log10(data[transCols]) |
library(Biobase) | |
library(flowCore) | |
library(flowViz) | |
# simply replace the dummy dta below with your CSV data | |
dta <- matrix(rnorm(10000),ncol=10) | |
dimnames(dta)[[2]] <- LETTERS[1:10] | |
head(dta) |
# Maintainer: Michael Carlberg <[email protected]> | |
# Contributor: Michael Carlberg <[email protected]> | |
pkgname=polybar | |
pkgver=3.0.5 | |
pkgrel=2 | |
pkgdesc="A fast and easy-to-use status bar" | |
arch=("i686" "x86_64") | |
url="https://github.com/jaagr/polybar" | |
license=("MIT") | |
depends=("cairo" "xcb-util-image" "xcb-util-wm" "xcb-util-xrm") |
I hereby claim:
To claim this, I am signing this object:
@article{satoshi, | |
title = {Bitcoin: A peer-to-peer electronic cash system}, | |
url = {http://www.cryptovest.co.uk/resources/Bitcoin%20paper%20Original.pdf}, | |
shorttitle = {Bitcoin}, | |
author = {Nakamoto, Satoshi}, | |
urldate = {2017-02-01}, | |
date = {2008}, | |
file = {[PDF] cryptovest.co.uk:/home/max/.mozilla/firefox/jeyuln4l.default/zotero/storage/JRRGC7JA/Nakamoto - 2008 - Bitcoin A peer-to-peer electronic cash system.pdf:application/pdf} | |
} |