Skip to content

Instantly share code, notes, and snippets.

@luckycoin
luckycoin / gist20120413-0029.txt
Created April 12, 2012 15:29
Temporary description
<html>
<head>
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script>
function init(){
    var latlng = new google.maps.LatLng(35.6890,139.7011);
    var myOptions = {
    zoom: 14,
    center: latlng,
   mapTypeId:google.maps.MapTypeId.ROADMAP
@luckycoin
luckycoin / gist20120405-1844.txt
Created April 5, 2012 09:44
Temporary description
<html>
<head>
<script>
function init(){
    var latlng = new google.maps.LatLang(35.6890,139.7011);
    var myOption = {
    zoom: 14;
    center: latlng,
    mapTypeid:google.maps.MapTypeId.ROADMAP
    };
@luckycoin
luckycoin / gist20120405-1842.txt
Created April 5, 2012 09:42
Temporary description
// Clear風表示クリップボードストックのリスト
IS_HTML=true;
var urls=LOAD_JSON("MEMO Stock");
out="";
for(i in urls){
    var ichi=i.slice(-1);
    if(ichi==0){
        var iro="#3300cc";
    }else if(ichi==1){
        var iro="#3333cc";
@luckycoin
luckycoin / gist20120402-1435.txt
Created April 2, 2012 05:35
Temporary description
<head>
<link rel="apple-touch-icon" href="https://dl-web.dropbox.com/get/Public/apple-touch-icon.png?w=c8f7d25f" />
<script type="text/javascript"><!--
   location.href = "myscripts://run?title=TrendsBotSearch";
// --></script>
</head>
<body>
</body>
@luckycoin
luckycoin / gist20120229-2217.txt
Created February 29, 2012 13:17
Temporary description
// iOS Safariから見てるサイトのURLとタイトルを取得してwritronへ
javascript:location.href='writron:///?text='+encodeURIComponent("【"+document.title+"】 : "+location.href);
@luckycoin
luckycoin / gist20120222-0126.txt
Created February 21, 2012 16:26
Temporary description
var a = "http://hitoriblog.com/myscripts.html";
var b = "http://www.unitkayweb.appspot.com/i/myscripts.html";
var c = "http://dl.dropbox.com/u/151393/toolbox/forMyScripts.html";
SAVE_JSON("moyashi", a);
SAVE_JSON("unitkay", b);
SAVE_JSON("hal", c);
var d = prompt("どちらのコードをご覧に?");