Models | Examples |
---|---|
Display ads | Yahoo! |
Search ads |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"latitude": "49.2401572", | |
"longitude": "6.9969327", | |
"sector": "sec_06", | |
"name": "Abenteuermuseum Saarbrücken", | |
"id": "2GJUO7RSKB56546VZZIK5GN7GZUYU5L3" | |
}, | |
{ | |
"latitude": "51.45427", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//Libraria eshte https://code.google.com/p/phpquery/ | |
ini_set ( "display_errors", 1 ); | |
require ('phpQuery.php'); | |
//Per ndonje lidhje databaze | |
require_once '../v1/sysconfig.php'; | |
//URL mund ta kalosh dhe si parameter | |
$url = "http://www.ata.gov.al/ekon-leku-i-qendrueshem-kundrejt-valutave-kryesore-59843.html"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function retrieveContent($url){ | |
$curl = curl_init (); | |
$header [0] = "Accept: text/xml,application/xml,application/xhtml+xml,"; | |
$header [0] .= "text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5"; | |
$header [] = "Cache-Control: max-age=0"; | |
$header [] = "Connection: keep-alive"; | |
$header [] = "Keep-Alive: 900"; | |
$header [] = "Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import al.norm.ddb.exceptions.ServiceUnavailableException | |
import grails.plugins.rest.client.RestBuilder | |
import org.springframework.http.HttpStatus | |
class ApiconsumerService { | |
def transactional=false | |
def grailsApplication | |
/** | |
* TODO improve the exception throwing | |
* Utilizes the grails.plugins.rest.client.RestBuilder | |
* Wrapped in this method due to error handling mainly |
I hereby claim:
- I am abrahaj on github.
- I am arb (https://keybase.io/arb) on keybase.
- I have a public key whose fingerprint is D0B8 536C 3CD8 07F1 8F48 7996 7CC7 7F0D 093C 9D1E
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include "/home/forumi/public_html/library/config.php"; | |
$mysqli = new mysqli($config['db']['host'], $config['db']['username'], $config['db']['password'], $config['db']['dbname']); | |
if ($mysqli->connect_error) { | |
die('Connect Error (' . $mysqli->connect_errno . ') ' | |
. $mysqli->connect_error); | |
} | |
$sql="SELECT * | |
FROM `xf_conversation_message` | |
WHERE message |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dictionary": { | |
"abazhur": { | |
"word": "Abazhur", | |
"description": ",~I m. sh. ~\u00cb, ~\u00cbT. Mbules\u00eb prej qelqi, prej metali ose prej nj\u00eb l\u00ebnde tjet\u00ebr, q\u00eb sh\u00ebrben p\u00ebr ta mbledhur drit\u00ebn e llamb\u00ebs elektrike n\u00eb nj\u00eb drejtim, p\u00ebr t\u00eb mbrojtur syt\u00eb nga drita e forte ose p\u00ebr zbjilcurim; mb\u00ebshtet\u00ebsja p\u00ebr llamb\u00ebn bashk\u00eb me k\u00ebt\u00eb mbules\u00eb." | |
}, | |
"abc": { | |
"word": "Abc", | |
"description": "[lexo: ab\u00ebc\u00eb], ~JA . shih AB\u00cbC\u00cb,~JA. Abc-ja e shqipes. Abc-ja e edukat\u00ebs. M\u00ebsoj abc-n\u00eb." | |
}, |