What this administration did was to distort opinions so that the targets will be directed to somewhere that is irrelevant to thier teams. But what we say is true and will be true for the foreseeable future, and the situation will exactly be the same if they do not take actions. Their stores won't motivate the people here to do better
jobs nor to get better skills. They do not have pride in their works. It will take forever to get their job done.
Java is the nicest thing to have.
Here is the Grep.java program I've just written.
→ Java JDK
木曜日, 2月 14, 2008
日曜日, 2月 03, 2008
Unicode Hex Representation
I just happened to have had some needs to know the unicode hex for certain unicode characters. Here are the javascript that does the conversion from the given unicode string to its hex representation. Please feel to take it from here.
→ Unicode Hex Representations
→ Unicode Hex Representations
土曜日, 2月 02, 2008
ソニー、デジタル一眼「α」初のライブビュー搭載の「α350」など発表
ソニーは、デジタル一眼レフ「α100」の後継機種の「α200」を2月に、ライブビュー付の「α350」を3月に発売すると発表したらしい。
→ ソニー、デジタル一眼「α」初のライブビュー搭載の「α350」など2機種 (2008-2-1)
フォーカスが早くなり、高感度になる、α350では画素数が1420万画素ということらしい。
→ ソニー、デジタル一眼「α」初のライブビュー搭載の「α350」など2機種 (2008-2-1)
フォーカスが早くなり、高感度になる、α350では画素数が1420万画素ということらしい。
登録:
投稿 (Atom)
Qt: 外部プログラムを起動する
Qt/C++ のアプリは、外部へ直接アクセスできます。これはネットアプリでは不可能な Qt のメリットです。 外部プログラムを起動することもできます。QProcess::startDetached() を使うと独立したプロセスを立ち上げることができます。 この QProces...
-
コンデンサマイク 極性があります コンデンサマイクがようやく届きました。モジュールではないのでそのままでは信号が弱いので使えません。信号を増幅する必要があります。 ちょっとした手間ですが、首尾よく動いてくれました。この回路の応用で、使えるマイクが出来ます。 ...
-
Flask/SQLAlchemy 使ってる方、jinja で困ってませんか? 本体で Python の関数を書いてもいいんですが、テンプレートでも関数が呼べます。 日付を出したい場合、フォーマットなら strftime() が使えます。 わざわざ文字列を作って渡す必...
-
PowerBuilder では Time, Date, DateTime などという型があります。 デフォルトの表示形式から変更する場合は String() 関数を使います。 String(Date('1/12/2016'),'yyyy-mm-dd...