《Top 10 Traits of a Rockstar Software Engineer》:明星程式設計師必備的十項特質 >> 猴子靈藥 [Monkey Potion]
這是一篇很有意思的短文。文中條列出不多不少、總共十項優秀軟體工程師所應具備的特質,並且很微妙地將軟體工程師比喻成搖滾明星。你是公司的主管嗎?按照這些特質尋找人才就對了!你是在學的學生嗎?按照這十項特質的方向努力學習就沒錯了!
《Top 10 Traits of a Rockstar Software Engineer》:明星程式設計師必備的十項特質 >> 猴子靈藥 [Monkey Potion]
這是一篇很有意思的短文。文中條列出不多不少、總共十項優秀軟體工程師所應具備的特質,並且很微妙地將軟體工程師比喻成搖滾明星。你是公司的主管嗎?按照這些特質尋找人才就對了!你是在學的學生嗎?按照這十項特質的方向努力學習就沒錯了!
遊戲開發‧遊戲程式‧遊戲設計
藏經閣: Android – Driving Direction (Route Path)
摘要
地圖駕駛導航的功能在Android SDK 1.1以後已經被移除,不過這篇文章我將會展示如何在沒有DrivingDirection這個package的情況下,依然可以使用駕駛導航的功能,必且顯示在MapView物件。
SourceForge.net: Gallery: Detail: 1758576 – [G2] Encode videos as flash
Here’s a preliminary, but functioning version of my “reencode" module. It
will convert videos to flv, so the flashvideo module will display it. It’s
a new module, however, contains changes to both ffmpeg and flashvideo
modules. Currently, the user must manually setup reencoding for each item.
Converting on upload, as well as a maintenance task to catch videos that
already exist. I’m thinking transcode is likely a better name, so I might
rename it. Note: suprsidr provided a new G2flv.swf.
This is mainly in response to:
http://gallery.menalto.com/node/55500
Mplayer module – Hacking ffmpeg module to use mplayer for thumb creation | Gallery
This is a continuation of this thread.http://gallery.menalto.com/node/32698
We had gradually changed from talking about G1 to G2 so I figured we had better start this on the G2 side of the house. Any and all help would be appreciated. Please read the above metioned post to see where we are at.
Edit 5/13/2006 Here is the most current version of this module if you do not wish to read the topic or scroll to the end to find the module.
osTube就類似像YouTube一樣的服務,你上傳了各種不同檔案格式的(avi wmv mov mpg mpe mpeg 3gp flv mp4 m4v)的影片後,它會自動將影片傳成flv檔,然後在網站上呈現。
Multiple NULL values in a Unique index in SQL Server/DB2 LUW « DB Systems & Applications Weblog
ALTER TABLE TEST_UQ ADD COL3 AS (CASE WHEN COL2 IS NULL THEN CAST(COL1 AS NVARCHAR(10)) ELSE COL2 END);
Tommy 碎碎念 : 修正 Gallery2 在使用 Gallery Remote 時, 無法正確儲存中文的問題
— GalleryRemote.inc.orig 2006-03-21 17:27:06.717001028 +0800
+++ GalleryRemote.inc 2006-03-21 18:16:00.940218189 +0800
@@ -73,6 +73,7 @@
function handleRequest($form) {
global $gallery;+ GalleryUtilities::unsanitizeInputValues($form, false);
$start = array_sum(explode(‘ ‘, microtime()));$status = $error = array();
Swing – Re: Date Picker in JTable.
use swingx