Home
Half-Blood Programmer
Cancel

DockPanel Suite: Fight Against Normalized Line Endings in Git

Git is a nice cross platform source control system. Therefore, it needs to fight against the different line endings of various operating systems (well, because of the death of Mac OS, we only have ...

DockPanel Suite: Design the Theming Experience

In previous change sets I attempted to add the new ITheme derived themes to DPS, so that we can easily change from one theme to another. But isn’t it easier to implement the following experience?...

TritonMate Words: ifTable Implementation

#SNMP has a reference design of SNMP agent, which should have been known for a while. But up to now the problem is inside of it there is no real-world SNMP table example. Yes, that is a big problem...

DockPanel Suite: How to Write a New Theme

(Originally posted to CSDN on Feb 21, 2006) [WARNING: This post is too old to be true, and you should read http://docs.dockpanelsuite.com/themes/creating-new-theme.html to get the latest guide...

DockPanel Suite: Difficulties of Integrating Visual Studio 2012 Skin

A picture can save me a thousand words :) This week I merged more patches into the new skin branch, and now the sample looks more beautiful. But I really want feedback on the changes I made on the ...

一些链接的汇编:从UNIX到Linux和UNIX的复兴

一篇自己计划中长文章的草稿。 UNIX的诞生和壮大,不得不牵涉到AT&T与Berkeley的法律纠纷,而这也是自由软件运动和开源运动历史上最具影响力的三大诉讼之首(另外两个案例是SCO诉Linux和Oracle诉Google)。这其中的历史,大家只需要看看Open Sources中这一篇文章便可见详细 http://oreilly.com/openbook/opensource...

DockPanel Suite: Update on Visual Studio 2012 Skin

We have received patches from @han6man as he/she has attempted to create a new skin for DockPanel Suite that simulates Visual Studio 2012 Light theme. This is really a lot of work though the change...

Hacking xbuild: Part II, Handling ItemGroup Inside Target

The source code lives here right now, and my changes are under MIT/X11 just like the original code, https://github.com/lextm/mono/tree/xbuild_lex A lot of people experienced the same problem w...