This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: OPENPGP4FPR:A8F362E2D8066895581AC014DD4BE5191E2153E0]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: OPENPGP4FPR:A8F362E2D8066895581AC014DD4BE5191E2153E0]
#!/bin/sh | |
powershell -Command ' | |
Get-ChildItem -Directory | ForEach-Object { | |
cd $_; | |
git pull; | |
cd ..; | |
gource --output-custom-log "$($_.Name).txt" $_ | |
} | |
' | |
cat *.txt | sort -n > gource.log |
I hereby claim:
To claim this, I am signing this object:
/** | |
* Class that represnets a "Captain's Chair" | |
* It extends the {@link Chair} class and implements the {@link Conn} interface, | |
* providing a place to sit and control of the ship | |
* | |
* TODO Make into a singleton pattern | |
*/ | |
class CaptainsChair extends Chair implements Conn { | |
/** |
wait_for_emulator.sh
in a folder named ci
, and place .travis.yml
in the root of your repository.NOTE: Don't forget to keep .travis.yml
up to date with new buildtools, gradle versions, and android versions as you develop.
Farm management in the cloud!
FarmSpot allows you to easily manage your farm by setting up fields, giving you access to historic weather and crop price data, tracking harvests, and selling your crop.
Using leaflet and satelite imagery, defining a field is as simple as drawing on a map. The map even calculates the size of the field for you.
#!/bin/sh | |
USAGE="[-l] <types> ..." | |
LONG_USAGE="Generate/Append the repo's .gitignore file using the gitignore.io api | |
-l | |
If no other option is present, list available templates. | |
If options do exist, output is redirected to stdout. | |
`curl -s http://gitignore.io/api/`" |