Skip to content

Instantly share code, notes, and snippets.

@ferdiunal
ferdiunal / array2json.php
Last active June 27, 2023 00:54
Ülkelerin İl, İlçeleri. Şimdilik Türkiye'yi ekleyebildim.
#!/usr/bin/env php
<?php
/**
* @author Ferdi ÜNAL
* @email ferdi@unal.pw
*/
$location = require "location.php";
$json = fopen('location.json', 'w');
@sineld
sineld / sms.php
Last active August 29, 2015 14:07
Şahin Haberleşme SMS API
<?php
/**
*
* Şahin Haberleşme SMS API
* wwww.sahinhaberlesme.com.tr
*
* SMS Gönderim API
*
* Geliştirme : Sinan Eldem
@josetapadas
josetapadas / gist:e5ce791bb5c87d7039f7
Created July 2, 2014 09:53
Simple Google Maps API JavaScript implementation
var google_map = {}
window.googleMapInitialize = function() {
var $map_address = $('#map-address');
var map_options = {
zoom: 17,
};
google_map = {