All of the following information is based on go version go1.8.3 darwin/amd64
.
(Bold = supported by go
out of the box, ie. without the help of a C compiler, etc.)
android
darwin
<?php | |
# citpekalongan Auto Grab DL Link | |
# 2018 (c) made by dw1.co | |
$xml = simplexml_load_string(file_get_contents("http://www.citpekalongan.com/feeds/posts/default?alt=rss")); | |
foreach ($xml->channel->item as $key => $value) { | |
echo $value->category . " (" . $value->pubDate . ")\n"; | |
preg_match_all("/href=\"http:\/\/linkshrink.net\/(.*?)\"/i", $value->description, $linkshrink); | |
// preg_match_all("/href=\"http:\/\/safelinku.net\/(.*?)\"/i", $value->description, $safelinku); | |
// echo "<a " . $linkshrink[0][0] . " target=\"_blank\">linkshrink</a> "; |
Extracting username & password of @wifi.id account by just using mac address.
POST
http method.This API is deprecated, please check spotiCheckAPI v2 here.
Checking the Spotify account whether the login is valid or not.
POST
http method.To search for related rhymes of your selected language with vocabulary from your language.
GET
http method.package main | |
import ( | |
"fmt" | |
"time" | |
"unsafe" | |
) | |
const _0x0000 = uint8(unsafe.Sizeof(true)) |
To extract videos URL from YouTube.
GET
http method.<?php | |
// Output screenshot: | |
// http://cl.ly/NsqF | |
// ------------------------------------------------------- | |
include_once 'console.php'; | |
// ::log method usage | |
// ------------------------------------------------------- | |
Console::log('Im Red!', 'red'); |