I hereby claim:
- I am gnumoksha on github.
- I am gnumoksha (https://keybase.io/gnumoksha) on keybase.
- I have a public key ASC4MqcMxqoFlZfcAbb4Z0ByiTrgsmZxs5pIFs5ibsEpXAo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # This script will try to find the adb remote debugging port in the specified | |
| # IP address and then tell adb to try to connect to it. | |
| # It is useful for connecting to an android device without opening the | |
| # "Wireless debugging" screen to get the IP and the random port, which is | |
| # cumbersome. | |
| for line in $(avahi-browse --terminate --resolve --parsable --no-db-lookup _adb-tls-connect._tcp); do | |
| if [[ $line != =* ]]; then |
| <?php | |
| declare(strict_types=1); | |
| /** | |
| * This script is a daemon, i.e. it will be executed by | |
| * systemd and kept running for a long time. | |
| */ | |
| class Processor | |
| { |
| <?php | |
| declare(strict_types=1); | |
| namespace Libs\Tools\Http; | |
| use Http\Client\Common\Plugin\CookiePlugin; | |
| use Http\Client\Common\Plugin\RedirectPlugin; | |
| use Http\Client\Common\PluginClient; | |
| use Http\Message\CookieJar; |
| This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account. | |
| Token for proof: | |
| [Verifying my OpenPGP key: openpgp4fpr:713beb28e0c16bad0359da1ce724f606efff66f7] |
I hereby claim:
To claim this, I am signing this object:
| Verifying that "gnumoksha.id" is my Blockstack ID. https://onename.com/gnumoksha |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| # This script syncs (i.e. makes git pull) on a specified directory or, se no | |
| # parameter was specified, in all the subdirectories that are git projects. | |
| # | |
| # Usage: | |
| # ./auto_sync_git.sh directory_of_my_project | |
| # ./auto_sync_git.sh | |
| # An alias to the git binary |
| #!/bin/bash | |
| # Copyright (C) 2013 Tobias <[email protected]> | |
| # | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # any later version. | |
| # | |
| # This program is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |