This file contains hidden or 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
| # -*- encoding: utf-8 -*- | |
| require "MeCab" | |
| require "twitter" | |
| require "open-uri" | |
| require "uri" | |
| require "kconv" | |
| require "ir_b" | |
| list =Twitter.list_timeline("tomo3141592653", "met",:per_page=>300) |
This file contains hidden or 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
| <p id="countdown_death_per" style="font-size: x-large;"> </p> | |
| <script type="text/javascript">// <![CDATA[ | |
| function tokei_death_per(){ | |
| var now =new Date(); | |
| var birth_year = new Date("Apr 23, 1980 0:0:0"); | |
| var sec = -( birth_year.getTime() - now.getTime())/1000; | |
| var per = sec/31556926/80.37 *100; | |
This file contains hidden or 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
| <p id="chiristmas" style="font-size: xx-large;"> </p> | |
| <script type="text/javascript">// <![CDATA[ | |
| var now =new Date(); | |
| var new_year = new Date("Dec 25, 2012 0:0:0"); | |
| var num_of_yoi = 1+( new_year.getTime() - now.getTime())/ 86400000; | |
| field= document.getElementById('chiristmas'); | |
| var yois = ""; | |
This file contains hidden or 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
| <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=true"></script> | |
| <script type="text/javascript">// <![CDATA[ | |
| if (navigator.geolocation) { | |
| navigator.geolocation.getCurrentPosition(function(position) { | |
| //s = position.coords.latitude+","+position.coords.longitude; | |
| //document.getElementById('latlng').innerHTML = s; | |
| var geocoder; |
NewerOlder