I hereby claim:
- I am alexanderomara on github.
- I am alexanderomara (https://keybase.io/alexanderomara) on keybase.
- I have a public key ASBYUXQkcCWkdeR_CWMUmliz1t8H4Ckcb99CMS3euWuomwo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>Firefox IDBMutableFile Download Test</title> | |
<style> | |
a { | |
text-decoration: none; | |
} | |
</style> |
#include <stdio.h> | |
#include <unistd.h> | |
#include <sys/socket.h> | |
#include <netinet/tcp.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#define HOST_NAME "icanhazip.com" | |
#define HOST_IP "136.144.56.255" | |
#define HOST_PORT 80 |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
set -o errexit | |
set -o nounset | |
set -o pipefail | |
# Licenses: Public Domain, CC0, MIT | |
# For ZSH autocompletion add to .zshrc: | |
# compdef rclonenv=rclone |