I hereby claim:
- I am acidhub on github.
- I am acidhub (https://keybase.io/acidhub) on keybase.
- I have a public key whose fingerprint is E599 643B 1D48 0DF9 D8AC F407 5317 2182 9368 E294
To claim this, I am signing this object:
| <?php | |
| function url_get_contents ($url) { | |
| if (!function_exists('curl_init')){ | |
| die('CURL is not installed!'); | |
| } | |
| $ch = curl_init(); | |
| curl_setopt($ch, CURLOPT_USERAGENT,'curl/7.43.0'); | |
| curl_setopt($ch, CURLOPT_URL, $url); | |
| curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); | |
| $output = curl_exec($ch); |
| #!/bin/bash | |
| # Default extraction target CWD | |
| exdir="." | |
| _unzip() { | |
| unzip "$1" -d "$exdir" | |
| } |
I hereby claim:
To claim this, I am signing this object:
| /* | |
| AcidBot Prototype beta 0.8 | |
| Basic control of motors. | |
| (c) 2016 - Acidhub <[email protected]> | |
| CC BY-SA | |
| */ |