I hereby claim:
- I am bachors on github.
- I am bachors (https://keybase.io/bachors) on keybase.
- I have a public key whose fingerprint is 0527 739C 4031 93CC 5B18 8757 F511 C1FD D59B E7C7
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| <!-- Android | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" /> | |
| <meta charset="utf-8">--> | |
| <!-- iPad/iPhone specific css below, add after your main css > |
| http://uploads.makevoid.com/jquery_dom_highlighter.html |
| <?php | |
| /***************************************************************************************************************** | |
| * #### Read Webpage Offline #### | |
| * Read Webpage Offline is a free online tools and easy-to-use offline browser utility. | |
| * It allows you to download a World Wide Web site from the Internet to a local directory, | |
| * building recursively all directories, getting HTML, images, and other files from the server to your computer.. | |
| * http://ibacor.com/tools/read-webpage-offline | |
| *****************************************************************************************************************/ |
| var parser = document.createElement('a'); | |
| parser.href = "http://example.com:3000/pathname/?search=test#hash"; | |
| parser.protocol; // => "http:" | |
| parser.hostname; // => "example.com" | |
| parser.port; // => "3000" | |
| parser.pathname; // => "/pathname/" | |
| parser.search; // => "?search=test" | |
| parser.hash; // => "#hash" | |
| parser.host; // => "example.com:3000" |
| <?php | |
| function make($url){ | |
| $ch = curl_init(); | |
| curl_setopt($ch, CURLOPT_USERAGENT, "Googlebot/2.1 (http://www.googlebot.com/bot.html)"); | |
| curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); | |
| curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); | |
| curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); | |
| curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); | |
| curl_setopt($ch, CURLOPT_TIMEOUT, 60); |
| <input type="file" id="inputImg" /> | |
| <br><br> | |
| Nama file <input type="text" id="nameImg" style="width: 100%"/> | |
| <br><br> | |
| Type file <input type="text" id="typeImg" style="width: 100%"/> | |
| <br><br> | |
| Size file <input type="text" id="sizeImg" style="width: 100%"/> | |
| <br><br> | |
| base64Img: <input type="text" id="base64Url" style="width: 100%"/> | |
| <br> |
| <?php | |
| // menentukan frame, foto ,padding & file format (jpeg or png) | |
| $frame = 'https://pixabay.com/static/uploads/photo/2016/02/02/01/31/background-1174639_960_720.png'; | |
| $foto = 'http://4.bp.blogspot.com/-MnbkNj0P6G4/Viq-PDdxdPI/AAAAAAAAAnw/kpSkfdXs3A0/s1600/yakuza-apocalypse-yayan-ruhian.jpg'; | |
| $padding = 150; | |
| $format = 'png'; | |
| $frame_info = getImageSize($frame); | |
| $foto_info = getImageSize($foto); |
| <?php | |
| /* Just 4 Fun | |
| API kode POS Indonesia | |
| by iBacor.com */ | |
| function kode_pos($q){ | |
| // array untuk output | |
| $result = array(); |
| <?php | |
| /* | |
| * | |
| * Use the examples below to add your own servers. Coded by clone1018 [?] | |
| * | |
| */ | |
| $title = "Simple Server Status"; // website's title | |
| $servers = array( | |
| 'Google Web Search' => array( |