I hereby claim:
- I am cgudea on github.
- I am pula (https://keybase.io/pula) on keybase.
- I have a public key ASDzUv-ap4F1R7rZneZ7RRV5T6ztGS_sHTFs5OhzmtesSQo
To claim this, I am signing this object:
#!/bin/sh | |
# | |
# 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 | |
# (at your option) 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 | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
# 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 | |
# (at your option) 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 | |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
# GNU General Public License for more details. | |
# |
#!/bin/bash | |
GAUTH=ubuntu | |
unset user | |
unset password | |
unset secret | |
function getPass { | |
getpass=true | |
while [ "$getpass" = true ] | |
do |
<!-- See original blog post: https://www.phyramid.com/blog/monitoring-servers-at-phyramid/ --> | |
<!-- See my implementation live: http://jsfiddle.net/bp7kp1ts/3/ --> | |
<html> | |
<style> | |
body { | |
background: #161616 url("https://keymetrics.io/assets/images/pattern.png"); | |
height: 100%; | |
} | |
.Absolute-Center { | |
margin: 4em; |
I hereby claim:
To claim this, I am signing this object:
<shape | |
xmlns:android="http://schemas.android.com/apk/res/android" | |
android:shape="rectangle" | |
> | |
<size | |
android:width="64dp" | |
android:height="4dp"/> | |
<corners | |
android:topLeftRadius="6dp" |