All pastesPublic feed

Public feed

Pastes people chose to make public. Author names hidden.
  • tester

    2094041·text·2.8 KB·2011-11-12 22:39 UTC
    crshman@mcepc:/media/Data/lost+found$ ls -la
    total 352
    drwxr-xr-x 4 crshman crshman 307200 2008-04-11 11:51 .
    drwxr-xr-x 11 crshman crshman 24576 2008-04-11 11
  • Anonymous

    2094038·text·883 B·2011-11-12 21:34 UTC
    cv::Mat colorMap( 255, 255, CV_8UC3, cv::Scalar(0,0,0) );
     cv::Mat resultat( 255, 255, CV_8UC3, cv::Scalar(255,255,255) );
     
    
     
     //faire un dégradé de couleur dans l'image
     for (int y=0; y<255;
  • Anonymous

    2094036·text·208 B·2011-11-12 21:12 UTC
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
    <html dir="ltr">
    <head>
     <title>Пустая страница</title>
     <meta name="viewport" content="width=device-width">
    </head>
    <body></body></html>
  • Unnamed

    2094023·text·1.1 KB·2011-11-12 19:23 UTC
    \subsubsection{Telefonické (dial-up) pripojenie}
    
    \begin{wrapfigure}{r}{0.5\textwidth}
     \vspace{-20pt}
     \begin{center}
     \includegraphics[width=0.48\textwidth]{dialup.jpg}
     \end{center}
  • Unnamed

    2094015·text·1.3 KB·2011-11-12 18:59 UTC
    "InstallScript"
    {
     "registry"
     {
     "HKEY_LOCAL_MACHINE\\SOFTWARE\\Bethesda Softworks\\Skyrim"
     {
     "string"
     {
     "Installed Path" "%INSTALLDIR%\\"
     }
     }
     }
     "Run Process"
     {
  • Untitled

    2094011·text·41.9 KB·2011-11-12 18:35 UTC
    
        
  • Stuff

    2094008·text·546 B·2011-11-12 18:06 UTC
    class GBI {
     public int algo(int a, int b) {
     int p = 0;
     int c = 0;
     int d = 1;
     int x;
     int y;
     int i = 0;
     while((a > 0) || (b > 0) || (c > 0)) {
     x = a % 2;
     y = b % 2;
     if
  • Untitled

    2094003·text·999 B·2011-11-12 17:25 UTC
    Tyranitar (M) @ Leftovers
    Trait: Sand Stream
    EVs: 252 HP / 112 Atk / 144 SDef
    Relaxed Nature (+Def, -Spd)
    - Stealth Rock
    - Pursuit
    - Fire Blast
    - Earthquake
    
    Celebi @ Life Orb
    Trait: Natural
  • Mine

    2094002·php·645 B·2011-11-12 17:24 UTC
    $this->setWidget('pic', new sfWidgetFormInputFileEditable(array(
     'label' => 'Picture',
     'file_src' => $filePath,
     'is_image' => true,
     'edit_mode' => ($thi
  • Mine

    2093999·text·415.4 KB·2011-11-12 16:57 UTC
    
        
  • Mine

    2093995·text·518 B·2011-11-12 16:20 UTC
    global IPD_PATH;
    RGB = ReadImage(IPD_PATH+'demos\teaset.png');
    RGB=RGB(80:480,80:480,:);
    //[h w d]=size(RGB);
    //Image=uint16(zeros(h,w));
    //for i= 1:h
    // for j=1:w
    // Image(i,j)=(uint
  • Anonymous

    2093994·text·518 B·2011-11-12 16:19 UTC
    global IPD_PATH;
    RGB = ReadImage(IPD_PATH+'demos\teaset.png');
    RGB=RGB(80:480,80:480,:);
    //[h w d]=size(RGB);
    //Image=uint16(zeros(h,w));
    //for i= 1:h
    // for j=1:w
    // Image(i,j)=(uint
  • Unnamed

    2093993·text·590 B·2011-11-12 15:58 UTC
    global IPD_PATH; 
    RGB = ReadImage(IPD_PATH + 'demos\teaset.png'); 
    RGB=RGB(80:180,80:180,: ); 
    
    //Mozliwosc 1 wbudowana 
    Image=RGB2Gray(RGB); 
    
    //Mozliwosc 2 funkcja 
    [h w d]=size(RGB); 
    Imag
  • Something

    2093989·text·1.8 KB·2011-11-12 15:24 UTC
    monitor will print the received events for:
    UDEV - the event which udev sends out after rule processing
    KERNEL - the kernel uevent
    
    KERNEL[1321111209.756250] add /devices/pci0000:00/0000:00:1
  • Miscellany

    2093988·text·25.8 KB·2011-11-12 15:24 UTC
    This is sane-find-scanner from sane-backends 1.0.22
    
     # sane-find-scanner will now attempt to detect your scanner. If the
     # result is different from what you expected, first make sure your
     #
  • Stuff

    2093987·text·2.0 KB·2011-11-12 15:23 UTC
    Bus 001 Device 007: ID 04e8:3413 Samsung Electronics Co., Ltd SCX-4100 Scanner
    Device Descriptor:
     bLength 18
     bDescriptorType 1
     bcdUSB 1.10
     bDeviceClas
  • Someone

    2093986·text·407 B·2011-11-12 15:23 UTC
    [ 3932.447473] usb 1-1.2: new full speed USB device number 7 using ehci_hcd
    [ 3932.534885] usb 1-1.2: New USB device found, idVendor=04e8, idProduct=3413
    [ 3932.534891] usb 1-1.2: New USB device str
  • Untitled

    2093984·cpp·258 B·2011-11-12 14:32 UTC
    LRESULT CALLBACK Fen::WndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
    {
     switch(msg)
     {
     case WM_DESTROY:
     is_run = false;
     return (0);
     default:
     break;
     }
     LRESULT res = DefW
  • Stuff

    2093979·text·110.7 KB·2011-11-12 13:12 UTC
    
        
  • Something

    2093977·text·5.2 KB·2011-11-12 12:48 UTC
    create mode 100644 sql/atlantissCore/world/111_kajachunk.sql
     create mode 100644 sql/atlantissCore/world/112_Tiki_Target.sql
     create mode 100644 sql/atlantissCore/world/113_Young_and_vicious.sql
     c

older pastes →