Показать сообщение отдельно
Старый 13.01.2010, 12:09   #10
Tronix
Знающий
 
Регистрация: 26.07.2009
Адрес: Россия, Москва
Сообщений: 318
Написано 103 полезных сообщений
(для 331 пользователей)
Ответ: Язык программирования проГоп.

Из "утекших" в сеть исходников Win2k (обращаем внимание на фразочки со корневым словом "fuck" -) ):

\welcome\html\webapp.cpp
SystemParametersInfoSPI_GETHIGHCONTRASTsizeof(HIGHCONTRAST), &hc);
    if ( 
hc.dwFlags HCF_HIGHCONTRASTON )
    {
        
// HighContrast mode is turned on.  This totally fucks our style sheet as most of it will
        // get ignored.  The best we can do is to resize our window so the gigantic fonts will
        // show correctly.
        
rect.bottom 450;
    } 
\shell\shell32\copy.c
// see if this file is loaded by kernel, thus something we don't
// want to fuck with.
//
// pszPath      fully qualified path name
//

BOOL IsWindowsFileEx(LPCTSTR pszFileBOOL bWin32)
{
    
LPCTSTR pszSpec PathFindFileName(pszFile);
    if (
pszSpec)
    {
// ...блаблабла [skip] 
\shell\shell32\util.cpp
// BUGBUG (reinerf)
// the fucking alpha cpp compiler seems to fuck up the goddam type "LPITEMIDLIST", so to work
// around the fucking peice of shit compiler we pass the last param as an void *instead of a LPITEMIDLIST

STDAPI_(voidSHLaunchPropSheet(LPTHREAD_START_ROUTINE lpStartAddressIDataObje
ct 
pdtobjLPCTSTR pStartPageIShellFolder psfvoid *pidl)
{
    
LPITEMIDLIST pidlParent = (LPITEMIDLIST)pidl;
// ...блаблабла [skip] 
\remote\shell\windbgrm.c
//
        // transport didn't load for one reason or another.
        // wait here until user changes the transport, then try again.
        //
        
if (pszDll_Tl_NameArgs) {
            
// The user fucked up
            
free(pszDll_Tl_NameArgs);
            
pszDll_Tl_NameArgs NULL;
            
delete pCTl;
        } 
\avi\verinfo.16\verinfo.h
/*
 *      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *      !!!!!!!IF YOU CHANGE TABS TO SPACES, YOU WILL BE KILLED!!!!!!!
 *      !!!!!!!!!!!!!!DOING SO FUCKS THE BUILD PROCESS!!!!!!!!!!!!!!!!
 *      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 *      !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 */ 
\control\midi\map.c
//
            //  !!!this is fucked if a map goes to multiple physical devices
            //  we return the *last* dResult, this is
            //  totally random for some messages (like MODM_GETVOLUME).

            // pass the message on un-translated to all mapped physical
            // devices.
            //
            
for (dResult 0016 && mapdevs[i].hMidii++)
// ...блаблабла [skip] 
Ну и тд...
(Offline)
 
Ответить с цитированием
Эти 4 пользователя(ей) сказали Спасибо Tronix за это полезное сообщение:
Harter (14.01.2010), NitE (13.01.2010), Randomize (14.01.2010), Romanzes (20.01.2010)