Skip to content

Instantly share code, notes, and snippets.

View riaf's full-sized avatar
🏠
Working from home

Keisuke SATO riaf

🏠
Working from home
View GitHub Profile
@riaf
riaf / destinations.json
Created July 24, 2012 06:22 — forked from hokkai7go/destinations.yaml
It is used to decide where I travel (in JS)
["Taiwan", "NZL"]
@riaf
riaf / destinations
Created July 24, 2012 06:08 — forked from hokkai7go/destinations.yaml
It is used to decide where I travel (in PHP)
Taiwan
NZL
<?php
if ($_POST) {
return header('Location: tel://xxxxxxxxxxx');
exit();
}
?>
<form action="" method="post" name="telform">
<?php
require_once '/home/fivestar/projects/vendor/symfony-project.org/branches/1.4/lib/autoload/sfCoreAutoload.class.php';
sfCoreAutoload::register();
class ProjectConfiguration extends sfProjectConfiguration
{
protected $annotationCache;
public function setup()
@namespace url(http://www.w3.org/1999/xhtml);
.xdebug-var-dump {
padding: 4px 8px;
margin: 5px 10px;
font-family: Menlo, Monaco, "Consolas", "Lucida Console", "courier new" !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
-o-border-radius: 10px !important;
border-radius: 10px !important;