トップ «前の日記(2011-03-13) 最新 次の日記(2011-03-15)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|04|

2011-03-14 :-(

_ 午前

0500 起床 || 「南武線が止まってる、ような……」

0630 休暇連絡

0700 計画停電に備える

1100 仕事場のひと(派遣)から安否確認の電話

_ 午後

1200 おひる。いつもどおりに弁当

1230 仕事場のひと(プロパー)安否確認の電話

1300 昼寝

1600 暇だから エキスパート Python プログラミングを読むなど

_

1800 早めに晩飯

2000 おやつ

2400 PSN フレンドのひとたちから skype 呼び出された || 安否確認など

_ リッジレーサーズ2

PSP リッジレーサーズ2 の MAX ツアーを制覇してなかったのでやってみたんだが、こんなのクリアできるかああああああ

_ 秘密の画像と動画

( エキスパート Python p.96 )

#!/usr/bin/python
# -*- coding:utf8 -*-

class folder(list):
    def __init__(self, name):
        super(folder, self).__init__()
        self.name = name

    def dir(self):
        print("I am the %s folder: " % self.name)
        for element in self:
            print(element)


the = folder('secret')
print the

the.append('pics')
the.append('videos')
print the.dir()

つまりエロry

_ [NetBSD][翻訳]NetBSD Blog - NetBSD at the 17th LinuxTag in Berlin

March 14, 2011 posted by Marc Balmer

The 17th LinuxTag takes place from May 11th - 14th, 2011 in Berlin.

2011 年 5 月 11 日 ~ 14 日 ベルリンで第 17 回 LinuxTag が開催される。

In the last years there were 10,000 - 11,500 visitors from all over the world in the Berlin Exhibition Grounds. There are a lot of exhibitioner all around open source software.

去年は Berlin Exhibition Grounds に世界中から 1万~1万5千人が参加した。あらゆるオープンソースソフトウェアからたくさんの出展者がつどう。

The slogan oft the LinuxTag convention is "Where .com meets .org". Not only established and ambitious free projects take part, but also companies, which support free software.

LinuxTag 会議のスローガンは「.com と .org の出会い」。すべての出展者が必ずしもフリープロジェクトに貢献していたり、積極的であるわけではないし、フリーソフトウェアをサポートしている企業もいる。

Every day the visitors can choose between different workshops, keynotes and lectures.

来訪者は毎日開催されるワークショップやキーノートやレクチャーから選択できる。

More about the programm you can read on www.linuxtag.org.

プログラムの詳細は www.linuxtag.org 参照 { LinuxTag 2011 }

NetBSD is presented together with other BSD's.

NetBSD は他の BSD と同様に参加している。

If you staying in Berlin during this time, then visit the LinuxTag!

この期間にベルリンに滞在するならば、LinuxTag に参加しよう!

Do you want to get some more informations or help on the NetBSD-booth? Please, contact Thomas Kaepernick (mast_1 (at) gmx.net).

NetBSD ブースの詳細が知りたいかい? Thomas Kaepernick (mast_1 (at) gmx.net) に連絡してくれ。