Development

Why choosing a prime number is common practise in the size of a hash table?

| Development

It’s a common practise to choose a prime number as the hast table size. This article has analyzed Java’s implementation.

阅读全文…( 本文约 61 字,阅读大致需要 1 分钟 )

Microsoft Visual C++ Whidbey to include Profile-Guided Optimization

| Development

Well I finally can get this into my blog because Microsoft has publicly announced it :-) The information got from my friend has finally confirmed, and this is really exciting!!

阅读全文…( 本文约 85 字,阅读大致需要 1 分钟 )

MySQL to allow its libraries bundled without GPL propogation

| Development

On Thursday night, MySQL published a license exception that, the company said, permits PHP to resume its previous practice of bundling MySQL components called libraries, said Zack Urlocker, MySQL’s vice president of marketing.
http://news.com.com/2100-7344_3-5173014.html?part=rss&tag=feed&subj=news

参与评论

Put an updated version of www.delphij.net up

| Development

I have put an updated version of www.delphij.net up. It will be my pleasure if you can give me some suggestions.

阅读全文…( 本文约 58 字,阅读大致需要 1 分钟 )

NetBSD 1.6.2 RELEASE released

| Development

It’s the latest NetBSD stable RELEASE. This version is dedicated to Erik Reid, a NetBSD developer who contributed many MIPS related port efforts, as well as the XFree86 DRI interface, and were dead in an sailing accident in February 18, 2004.

阅读全文…( 本文约 101 字,阅读大致需要 1 分钟 )

Looking for some documentation on IShellLink::Resolve

| Development

This is really insteresting one. With an “advertised” shell link, Windows Installer will automatically executed to install on demand.

阅读全文…( 本文约 82 字,阅读大致需要 1 分钟 )

XFree86 4.4.0-RELEASE released

| Development

Under a more restrictive licence, the XFree86 project has finally released the long-awaited XFree86 4.4.0-RELEASE. Well, this is really a big news, however, the licence (Yes you guys may say that it is very similiar to the BSD Licence with four clause, however it is not, and more importantly, this is more like the ancient four clause one, which was replaced by a new three-caluse one, and most BSDers will prefer a two clause one like the following:

阅读全文…( 本文约 360 字,阅读大致需要 2 分钟 )

How to call c-tor of base class in C#?

| Development

Today I was consulted with the above question. In a C# program, we don’t have a “MyBase” keyword, however, we have a __base __keyword. A c-tor is a special case, in C#, the syntax is more like C++.

阅读全文…( 本文约 106 字,阅读大致需要 1 分钟 )

Announce: Website of my bachelor degree's final project

| Development

It could be found here.

参与评论

MSDN.microsoft.com updated

| Development

The new design seems to be much better than the old one :)

参与评论