Microsoft Shared Source -- With a Twist
chill writes "Microsoft is now willing to share all the source code to WinCE that they don't license from others. This includes the rights to alter the code and sell the altered code! Of course, they want copies of the changes, but the program is FREE." There's another story at Windowsfordevices.com.
It's April 10.
Microsoft, like usual, probably made a calculation error in their proprietary calculator software, shifted the digits and thought it was April 1.
+1 Insightful, -1 Troll. What can I say, I'm an Insightful Troll.
Write new code, contribute it back to Microsoft (containing many, many destructive bugs)
Now that's a feat to behold.. sending code back to Microsoft in worse condition than when you recieved it!
There is no reasonable defense against an idiot with an agenda
:wq
MS releases their entire source to an OS - and you whine about it even more?
Actually ... it'd be more like:
e DC(NULL);
// Undocumented Win32 GDI function // Undocumented Win32 GDI function // Used in core kernel RING0 code only
#include "stdafx.h"
CDC dc;
CBrush blueBrush(RGB(0,0,255));
CBrush whiteBrush(RGB(255,255,255));
dc.CreateCompatibl
CBrush *oldbrush = dc.SelectObject(&blueBrush);
while(TRUE)
{
dc.FillEntireGoddamnScreen(&blueBrush);
dc.MakeUpAndDrawScreenDump(&whiteBrush);
MakeHardDriveLightFlash();
}
DrPascal: Not the language, the mathematician.
(oh well.. a man can dream, can't he?)