Machine Learning de la Stanford

12 November 2008

Am dat peste un curs de Machine Learning ținut la Stanford School of Engineering pe care trebuie (nu trebuie, doar e indicat) să-l parcurg. Cursul este înregistrat și îl puteți acesa aici.

Am terminat de văzut doar primele două părți, nu pot să mă pronunț decisiv asupra calității, dar deocamdată mi-a plăcut – atât din punct de vedere al conținutului cât și din punct de vedere al prezentării. Acum nu știu cine are 25 de ore la dispoziție să îl parcurgă dar eu mi-am făcut ”datoria” și v-am spus de el.


DWM Managed API

25 May 2008

Desktop Window Manager was introduced with Windows Vista and it enables the Aero GUI. The library that exposes the DWM functionality is dwmapi.dll. A while ago, I wrote a C# wrapper over the library to enable WinForms applications to use the new user interface capabilities. The DWM Managed API covers most of the DWM functionality, except the frame timing API (which most developers shouldn’t need anyway).

Feel free to download, use, modify and extend it.

You can find more information on DWM (the Win32 API) here: http://msdn.microsoft.com/en-us/library/aa969540(VS.85).aspx