コンテンツへスキップ 登録は無効化されました。
コンテンツへスキップ 登録は無効化されました。
Example One : I am looking for my next job. So I subscribe to many job sites in order to receive notifications by email of new job ads (example = Monster…). But I’d rather check these in my RSS aggregator instead of my mailbox. Or in some sort of aggregating Web platform. Thus, I would be able to do many filtering/sorting/ranking/comparison operations in order to navigate through these numerous jo
Omit Needless Words Screen Scraping With Python by Greg Jorgensen August 24, 2004 Summary Web-enabling an old terminal-oriented application turns into more fun than expected. A blow-by-blow account of writing a screen scraper with Python and pexpect. I recently finished a project for a local freight broker. They run their business on an old SCO Unix-based "green screen" terminal application. They
Scrape 'N' Feed is a simple Python wrapper around the PyRSS2Gen module. It implements almost all of the code you need to create RSS feeds out of web pages. All you have to write is the code that actually does the screen-scraping (and Beautiful Soup makes that easy). It stores feed state in a pickle file between invocations, freeing you from having to worry about most of the minor problems that get
日本語のロケールを変更するには $ sudo dpkg-reconfigure locales つーかなぜかおいらの環境ja_JP.EUC-JPだったんだけど、 ja_JP.UTF-8に変更した。しかしvimとか挙動やばくなった。。 とりあえずもとに戻した。 WINDOWS上で書かれたShift-JISのテキストファイルをLINUX上で表示 1 #!/usr/bin/python 2 # coding: utf-8 3 4 import codecs 5 import re 6 import sys 7 8 hoge = codecs.open('data/TESTB.txt','r','shift_jis') 9 sys.stdout = codecs.getwriter('euc_jp')(sys.stdout) 10 11 12 for l in hoge : 13 print l
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く