You would see some interesting properties at the bottom of eclipse's profile.
For example,
It attaches a property named 'org.eclipse.equinox.p2.internal.inclusion.rules' with value 'STRICT' on the IU 'org.eclipse.sdk.ide' with version 3.6.1.M20100909-0800.
It's a very important …
Read More- Latest gcc compiler enables the stack overflow protector that is since GLIBC 2.4. So the library or executable is compiled by latest gcc could be loaded or executed in RHEL4 or Solaris 9 that only have GLIBC 2.3. Hence using option '-fno-stack-protector' to compile the library or executable to make sure it could be …
Read More Recently I just know such a useful syntax usage of java.
aLoopName: for (;;) { // ... while (someCondition) // ... if (otherCondition) continue aLoopName;
Read MoreIt's a powerful command to rename files in a batch.
Usage:
rename 's/(\d+)$/$1\.txt/' * rename add '.txt' extension name for all files that ends with number.
Read MoreHonestly speaking, you have eaten the best delicious food if you're living in China. Though we have more and more concerns on the safety of food, we have to recognize that Chinese food is more delicious than others.
The cuisine is simple in Austria. People always use pork, beef, flour, tomato, potato and few green …
Read MoreJoel posted a blog related to how to hire the great programmers. One of his key points is building comfortable workspaces.
I believe every programmer loves the workspace like Google and Fog Creek. The workspace of Google has been very famous due to its French chef, gymnasium and big sofas. Why is Fog Creek? It's the …
Read More- There are 20+ staffs in Salzburg office. Most of them are developers, one is administrator of office.
Generally the staffs in Salzburg work more flexible than the staffs working in Beijing.
Some of them live in German. Even though it's not so far as Salzburg, they also need come to Salzburg by train. So sometimes they …
Read More