All pastesPublic feed

Public feed

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

    2051173·text·382 B·2011-04-27 11:56 UTC
    in prima zi: pranz: carne(fripta ,fiarta ) cu 2 feli de paine si seara la fel ce ai mancat la pranz dar dupa ora 6 nu mai papi nimic 
    a 2 zi: dimineata un fruct pranz legume + 2 feli de paine si sear
  • newspaper seller

    2051170·python·547 B·2011-04-27 11:39 UTC
    from random import randint
    
    def sell(ordered):
     demand = randint(1,100)
     if (demand <= 5):
     demand = 30
     elif (demand <= 20):
     demand = 31
     elif (demand <= 42):
     demand = 32
     elif (demand
  • Untitled

    2051167·text·40 B·2011-04-27 11:15 UTC
    iyiyuiyuiyiy
    iyiyui
    ykhjk yukjhk
    jhkh
  • Untitled

    2051165·text·1.4 KB·2011-04-27 10:50 UTC
    using System;
    using System.Collections.Generic;
    using System.Text;
    using System.IO;
    using System.Runtime.Serialization;
    using System.Runtime.Serialization.Formatters.Binary;
    using System.Runtime
  • Untitled

    2051157·text·1.1 KB·2011-04-27 09:56 UTC
    <html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>
    
    <title>Black &amp; White</title>
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
     <script src="js
  • Something

    2051156·text·774.8 KB·2011-04-27 09:54 UTC
    
        
  • Something

    2051153·text·2.7 KB·2011-04-27 09:44 UTC
    #include <stdio.h>
    
    #include "WINDOWS.h"
    
    #include "..\dbgmsg.h"
    
    typedef long NTSTATUS;
    
    #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) &gt;= 0)
    #define NT_INFORMATION(Status) ((((ULON
  • Anonymous

    2051152·text·2.6 KB·2011-04-27 09:43 UTC
    #include <stdio.h>
    
    #include "WINDOWS.h"
    
    #include "..\dbgmsg.h"
    /*#include "printerr.c" // ???*/
    
    typedef long NTSTATUS;
    
    #define NT_SUCCESS(Status) (((NTSTATUS)(Status)) >= 0)
    #define N
  • Miscellany

    2051151·lisp·367 B·2011-04-27 09:25 UTC
    ;;;; perl-specific init-cleanup routines
    (defun flymake-perl-init ()
     (let* ((temp-file (flymake-init-create-temp-buffer-copy
     'flymake-create-temp-inplace))
     (local-file
  • VFR Off

    2051149·text·6.5 KB·2011-04-27 09:11 UTC
    # Windows GUI 0.9.5 2011010300
    # Running: Microsoft Windows NT 6.1.7601 Service Pack 1
    # CPU: Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
    # Ram: 6142 MB
    # Screen: 1920x1080
    # Temp Dir: C:\Use
  • Stuff

    2051148·text·6.5 KB·2011-04-27 09:11 UTC
    # Windows GUI 0.9.5 2011010300
    # Running: Microsoft Windows NT 6.1.7601 Service Pack 1
    # CPU: Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
    # Ram: 6142 MB
    # Screen: 1920x1080
    # Temp Dir: C:\Use
  • VFR On

    2051147·text·6.6 KB·2011-04-27 09:10 UTC
    # Windows GUI 0.9.5 2011010300
    # Running: Microsoft Windows NT 6.1.7601 Service Pack 1
    # CPU: Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
    # Ram: 6142 MB
    # Screen: 1920x1080
    # Temp Dir: C:\Use
  • same az source

    2051146·text·6.5 KB·2011-04-27 09:09 UTC
    # Windows GUI 0.9.5 2011010300
    # Running: Microsoft Windows NT 6.1.7601 Service Pack 1
    # CPU: Intel(R) Core(TM)2 Quad CPU Q8300 @ 2.50GHz
    # Ram: 6142 MB
    # Screen: 1920x1080
    # Temp Dir: C:\Use
  • Anonymous

    2051141·text·871 B·2011-04-27 08:59 UTC
    class webserver_packages {
    
    package { 'acl':
     ensure => installed,
    }
    package { 'mercurial':
     ensure => installed,
    }
    
    package { 'python':
     ensure => installed,
    }
    
    package { 'python-imag
  • Something

    2051140·text·460 B·2011-04-27 08:57 UTC
    #include <Windows.h>
    class KWnd {
    public:
     KWnd (LPCTSTR windowName, HINSTANCE hInst, int cmdShow,
     LRESULT (WINAPI *pWndProc)(HWND, UINT, WPARAM, LPARAM),
     LPCTSTR menuName,
     int x = CW_USED
  • Someone

    2051139·text·1.2 KB·2011-04-27 08:56 UTC
    #include "KWnd.h"
    KWnd::KWnd (LPCTSTR windowName, HINSTANCE hInst, int cmdShow,
     LRESULT (WINAPI *pWndProc)(HWND, UINT, WPARAM, LPARAM),
     LPCTSTR menuName, int x, int y, int width, int height,
  • Mine

    2051138·text·2.9 KB·2011-04-27 08:56 UTC
    #include <windows.h>
    #include <string>
    using namespace std;
    #include "KWnd.h";
    
    enum UserMsg {UM_THREAD_DONE = WM_USER+1};
    struct ThreadManager {
     ThreadManager (string _name) : name (_name) {n
  • Someone

    2051137·text·1.3 KB·2011-04-27 08:54 UTC
    collections {
     group {
     min: 64 64;
     max: 128 128;
     name: "rect";
     parts {
     part {
     name: "Rectangle";
     type: RECT;
     description
  • Miscellany

    2051134·text·458 B·2011-04-27 08:43 UTC
    /home/mat-not/kde/src/kdelibs/kdeui/tests/proxymodeltestapp/breadcrumbnavigationwidget.cpp:163:68: Fehler: »operator+ [with A = char [3], B = QString, typename QConcatenable<B>::type = QString, typena
  • Something

    2051132·text·7.6 KB·2011-04-27 08:29 UTC
    private void button3_Click(object sender, EventArgs e)
     { //událost tlačítka 
     //najdi shluky A - picture 9, listbox3 --- podminka na min. velikost shluků
     ShlukyA.C

older pastes →