2004-07-10
_ 香具師あがりの無頼者
鬼平見てて「香具師」という単語に激しく反応。つーかリアルで香具師なんて普段聞かんよなあ…。
_ [tDiary][京ぽん]京ぽん用位置情報取得プラグイン
誰も作ってくれないので、作ってみますた。表示文字とかbase_urlとかがアレですがまあα版ということで。def location_addurl base_url = "http://www.lt.sakura.ne.jp/~gom/tdiary/" add_form_proc do |date| <<-HTML <div class="form"> <div class="caption"> Get Location </div> <div> <a href="http://location.request/i.cgi?my=#{base_url}#{@conf.update}&pos=$location&date=#{date.strftime( '%Y%m%d' )}">Get Location</a> </div> </div> HTML end end location_addurl # @conf['category.edit_support'] and add_edit_proc do |date| base_url = "http://www.lt.sakura.ne.jp/~gom/tdiary/" # GET http://foo.ddipocket.co.jp/bar.cgi?pos=N35.44.33.150E135.22.33.121 if @cgi.params['pos'][0] != nil lat, lon = @cgi.params['pos'][0].split('E') #=> lat = "N35.44.33.150" lon = "135.22.33.121" lat = lat.delete("N") #=> "35.44.33.150" lon = lon.sub(/\./, '/').sub(/\./, '/') #=> "135/22/33.121" lat = lat.sub(/\./, '/').sub(/\./, '/') #=> "35/44/33.150" location_output = "<%= mapion_image \"" + lat + ", " +lon + "\", \"\" %>" end ret = '' unless @cgi.params['pos'].size == 0 then ret << %Q[ <script type="text/javascript"> <!-- function inj_c(val){ target = window.document.forms[0].body target.focus(); target.value += val } //--> </script> ] ret << '<div class="field title">' ret << "Add Location:\n" ret << %Q!| <a href="javascript:inj_c('#{location_output.gsub(/\"/, """)}')">Add Location</a>\n! ret << "|\n</div>\n<br>\n" end end
_ [Chiptune]FAMICOMPO MINI vol.1キタ━━━━━━━(゜∀゜)━━━━━━━━!!!!
昨年は巫女みこナース旋風の吹き荒れたFAMICOMPOですが、今年はどうなるか?
つーか気合いがあればおれも参加したいところではあるのだが…。