2005-06-01から1ヶ月間の記事一覧

Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. **************************************************************** Personal firewall software may…

Virgin Radio Groove - Non-stop classic soul and disco

http://www.virginradio.co.uk/groove/ ↓こんな感じの曲が流れてる 3.23am Otis Redding (Sittin' On) The Dock Of The Bay 3.20am The Rascals Groovin 3.17am Diana Ross I'm Coming Out 3.14am O'Jays Backstabbers 3.10am Rufus And Chaka Khan Ain't No…

FoxyTunes - Control any media player from Firefox and more...

http://www.iosart.com/foxytunes/firefox/ Firefoxからいろいろなメディアプレイヤーをコントロールできるエクステンション 対応プレイヤー:http://www.iosart.com/foxytunes/firefox/features.html#supportedplayers ueBLOG: FoxyTunes より

>>> f = open("d:/postteen/python/memo/aa.txt", "r") >>> f.tell() 0L >>> f.seek(1) >>> f.readline() '11111111111111111111\n' >>> f.tell() 23L >>> f.readline() '222222222222222222222\n'>>> buf = "" >>> f.tell() 117L >>> f.seek(0) >>> for lin…

テクノラティ

http://www.technorati.jp/home.html テクノラティは、ブログ界で何が起きているかを確認することができるリアルタイム検索エンジンです。 βバージョンだそうです。

ONLamp.com: Python Standard Logging

http://www.onlamp.com/pub/a/python/2005/06/02/logging.html

make.conf備忘録

ずっと忘れていたので。 MASTER_SITE_BACKUP?=[]ftp://ftp2.jp.freebsd.org/pub/FreeBSD/distfiles/[] MASTER_SITE_OVERRIDE?=[]ftp://ftp2.jp.freebsd.org/pub/FreeBSD/distfiles/[] MASTER_SITE_OVERRIDE?=[]ftp://ftp2.jp.freebsd.org/pub/FreeBSD/distfi…