Bỡ ngỡ với git

Trước toàn dùng svn tortoise, chuyển sang dùng github.com, cảm thấy thật hiện đại, xịn, chuyên nghiệp, và … khó hiểu vãi lúa. Vừa rồi mới dính một quả lộn code, mà không hiểu tại sao lộn, check log thì vẫn  thấy là khi bị conflict, mình đã “Accept theirs”, nghĩa là dùng code của master, … Read more

Refresh

Lâu lâu đổi giao diện tí cho nó mới mẻ 😀 Đánh đu với bạn Miso – Minh Sơn một tí 😛 Thật ra thì mình thích gọi Minh Sơn hơn là Miso, Minh Sơn nghe rất kêu và có-vẻ-đẹp-trai-tài-giỏi 😉 Còn Miso thì có vẻ đáng yêu và dàng cho người yêu gọi ;)) … Read more

Tucan Manager – Ác như thú :-ss

=================== Description ========= – Tucan is a free and open source application designed for automatic management of downloads and uploads at hosting sites like: – http://rapidshare.com/ – http://megaupload.com/ – http://gigasize.com/ – http://mediafire.com/ – http://4shared.com/ – http://sendspace.com/ – (…) =================== Characteristics ========= – Written entirely in Python. – Graphical User Interface written in PyGTK (GTK+ toolkit). … Read more

To do

<?php $fp = fopen(“/tmp/lock.txt”, “w+”); if (flock($fp, LOCK_EX)) { // do an exclusive lock fwrite($fp, “Write something heren”); flock($fp, LOCK_UN); // release the lock } else { echo “Couldn’t lock the file !”; } fclose($fp); ?> http://us3.php.net/flock read – write Berkeley DB Response handling in response.c

Eureka

haha, tim ra roi, day chinh la cai minh can If you had such a site with lots of Flash files, how would you protect against hotlinking? lighttpd’s solution, applicable to any file type, is mod_secdownload. You write a function (examples in the link include PHP and Ruby) to generate a special URL, and the … Read more