I hereby claim:
- I am peterromfeldhk on github.
- I am peterromfeld (https://keybase.io/peterromfeld) on keybase.
- I have a public key whose fingerprint is C47D 7C9D 9278 7232 ECC3 EB9C D10E 6F3F 1530 6D73
To claim this, I am signing this object:
#!/usr/bin/env nix-shell | |
#! nix-shell -i bash -p curl bash nix | |
set -euxo pipefail | |
commit_sha=$1 | |
digest=$(nix-prefetch-url --unpack "https://github.com/NixOS/nixpkgs/archive/${commit_sha}.tar.gz") | |
echo "{\"rev\": \"${commit_sha}\", \"sha256\": \"${digest}\"}" |
#!/usr/bin/env bash | |
# | |
# Installs nixos with full disk encrypted root partition. | |
# | |
# - Prompts for password initially, after that no interaction should | |
# be required. | |
# - At the end it will prompt for a root password, could not make | |
# echo-ing it into nixos-install work. | |
# - Reserves 550MB for boot partition, rest for the root volume. | |
# - After booting, log in as root user and set password for normal user. |
## ~/.config/fish/conf.d/gnupg.fish | |
# Start or re-use a gpg-agent. | |
# | |
gpgconf --launch gpg-agent | |
# Ensure that GPG Agent is used as the SSH agent | |
set -xg SSH_AUTH_SOCK ~/.gnupg/S.gpg-agent.ssh |
import sys | |
import json | |
from ansible.parsing.dataloader import DataLoader | |
try: | |
from ansible.inventory.manager import InventoryManager | |
A24 = True | |
except ImportError: | |
from ansible.vars import VariableManager |
# You can override some default options with config.fish: | |
# | |
# set -g theme_short_path yes | |
function fish_prompt | |
set -l last_command_status $status | |
set -l cwd | |
set -l kube_context | |
if test "$theme_short_path" = 'yes' |
# | |
# GitLab CI: Android | |
# | |
FROM ubuntu:17.04 | |
ENV VERSION_SDK_TOOLS 3859397 | |
ENV ANDROID_HOME /sdk | |
ENV PATH $PATH:$ANDROID_HOME/tools |
I hereby claim:
To claim this, I am signing this object:
[{"name":"Afghanistan","cc":"AF"},{"name":"Åland Islands","cc":"AX"},{"name":"Albania","cc":"AL"},{"name":"Algeria","cc":"DZ"},{"name":"American Samoa","cc":"AS"},{"name":"Andorra","cc":"AD"},{"name":"Angola","cc":"AO"},{"name":"Anguilla","cc":"AI"},{"name":"Antarctica","cc":"AQ"},{"name":"Antigua and Barbuda","cc":"AG"},{"name":"Argentina","cc":"AR"},{"name":"Armenia","cc":"AM"},{"name":"Aruba","cc":"AW"},{"name":"Australia","cc":"AU"},{"name":"Austria","cc":"AT"},{"name":"Azerbaijan","cc":"AZ"},{"name":"Bahamas (the)","cc":"BS"},{"name":"Bahrain","cc":"BH"},{"name":"Bangladesh","cc":"BD"},{"name":"Barbados","cc":"BB"},{"name":"Belarus","cc":"BY"},{"name":"Belgium","cc":"BE"},{"name":"Belize","cc":"BZ"},{"name":"Benin","cc":"BJ"},{"name":"Bermuda","cc":"BM"},{"name":"Bhutan","cc":"BT"},{"name":"Bolivia (Plurinational State of)","cc":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","cc":"BQ"},{"name":"Bosnia and Herzegovina","cc":"BA"},{"name":"Botswana","cc":"BW"},{"name":"Bouvet Island","cc":"BV"},{"name":" |
(ns google-play-scraper.reviews | |
(:require | |
[clojure.string :as s] | |
[org.httpkit.client :as http] | |
[clojure.data.json :as json] | |
[net.cgrand.enlive-html :as html] | |
[clj-time.format :as f])) | |
(defn reviews-req [app-id page] | |
(http/post "https://play.google.com/store/getreviews" |
[ | |
{ | |
"iso": "AF", | |
"iso3": "AFG", | |
"name": "Afghanistan", | |
"num-code": 4, | |
"phone-code": 93 | |
}, | |
{ | |
"iso": "AL", |