わたしのあれそれです。 並びは終わった順、購入順、欲しい順(たぶん下の方は適当)。
欲しい奴は http://bit.ly/lindwurm_games にある(たぶん)ので買ってください。
- リトルバスターズ!EX
- クドわふたー
- 幼なじみは大統領
tmp = ""; | |
for(var i=0; i< jq$(".column_odd").length; i++){if( jq$(".column_odd > td:eq("+(i*8+5) +")").text().replace(/\s+/g, "") == "D" ){tmp += jq$(".column_odd > td:eq("+(i*8) +")").text().replace(/\s+/g, "") + ",";}} | |
for(var i=0; i< jq$(".column_odd_120").length; i++) tmp += jq$(".column_odd_120 > td:eq("+(i*8) +")").text().replace(/\s+/g, "") + ","; | |
function jumpPage(units) { location.href = "http://oboenikui.com/tani/?units=" + units.replace(/,$/,""); } | |
jumpPage(tmp); |
わたしのあれそれです。 並びは終わった順、購入順、欲しい順(たぶん下の方は適当)。
欲しい奴は http://bit.ly/lindwurm_games にある(たぶん)ので買ってください。
;;; -*- coding: utf-8 -*- | |
;; okuri-ari entries. | |
つもあがt /ツモ和了;[麻雀]/ | |
つもあがr /ツモ和了;[麻雀]/ | |
つもt /自摸;[麻雀]/ | |
つもt /ツモ;[麻雀]/ | |
つもr /自摸;[麻雀]/ | |
つもr /ツモ;[麻雀]/ | |
くいながs /喰い流;[麻雀]/ | |
くいなおs /喰い直;[麻雀]/ |
function Out-Speech($text) { | |
$speechy = New-Object –ComObject SAPI.SPVoice; | |
$voices = $speechy.GetVoices(); | |
foreach ($voice in $voices) { | |
$voice.GetDescription(); | |
$speechy.Voice = $voice; |
/* | |
The MIT License (MIT) | |
Copyright (c) 2014 Anthony Lieuallen | |
Permission is hereby granted, free of charge, to any person obtaining a copy | |
of this software and associated documentation files (the "Software"), to deal | |
in the Software without restriction, including without limitation the rights | |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
copies of the Software, and to permit persons to whom the Software is |
正しい実装でt.coの見えない世界へ
document: https://dev.twitter.com/docs/streaming-api/user-streams
//=============================================================== | |
// Title: cfg/consoleについての基礎(草稿) | |
// Author: KIMOTO | |
// Revision: 6 | |
// Memo: 誤字脱字や間違いがあれば気軽に連絡ください | |
//=============================================================== | |
//--------------------------------------------------------------- | |
// 更新履歴 | |
//--------------------------------------------------------------- |