Part of Speech (database totals) Leave checkboxes empty to not group results by part of speech
最近東のエデンをなんとなく見始めた。 以前、2話くらいまで見てそのまま放置してたので、ツタヤで借りてきたでゴザル。 さてさて、読者が居るらしいので、もう少し真面目に(そこそこ定期的に)技術っぽいブログを書こうと思う。 会社の人に自動取引で稼げないかとの話をされたので、 で、私はweb上での株取引にはSBI証券を利用している。 せっかくなので自動取引の方法を少し試してみる。 ※私は為替(非FX)の方が強いんだけどなぁ。 早速少し調べた。 (1)ここで似たようなことをやろうとして失敗している様子である。(勝手にリンク貼ってゴメンナサイ) http://talkabouthaskell.blogspot.com/2011/01/python-httppost.html このサイトのリダイレクトでハマったらしいので、キャッシュやら認証やら何かが足りないんだろうなと思って、 ログインとか関係で適当に
ひきメモ: 文字列の結合 (http://d.hatena.ne.jp/yumimue/20071226) 以下のような実行時間計測をしていた。 from timeit import Timer setup = 's = "xxxxxxxxxx"' add_stmt = "s + s + s + s + s" join_stmt = '"".join((s, s, s, s, s, s))' join( )の方が遅いです。 これは、タプルのsが5個でなく6個あるというケアレスミスを除いても計測の仕方がおかしいと思う。遅くなっている原因はタプルの初期化でjoin()自体の遅さではない。 >>> from timeit import Timer >>> >>> setup=''' ... s = 'x'*10 ... L = [s, s, s, s, s] ... ''' >>> add_st
http://wiki.nginx.org/NginxHttpCoreModule#location 少しはまった。正規表現の設定のほうが後で評価されて、設定が上書きされるのか。そういえば、apacheもそうだったかな? 例 URL: /fooにaliasを設定しているとする。で、/foo以外の画像(正規表現で指定)へのリクエストはreverse proxyしたいとする(/foo/bar.jpgはreverse proxyさせずにaliasで設定しているdirectoryから配信したい)。 この場合、/fooの設定は"location /foo"ではなくて、"location ^~ /foo"じゃないとダメ。 ###### 設定A # location /foo { # 間違い location ^~ /foo { alias /path/to/foo; index index.html
How to embed a publication in your Wordpress blog: the video tutorial Learn how to embed a Calaméo publication into your WordPress blog. Follow our blog posts with interactive content! Read post Why SMEs need to switch to digital publishing Discover why SMEs should embrace digital publishing to boost their competitiveness and drive greater efficiency in today's market. Read p
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く