All pastesPublic feed

Public feed

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

    2075175·text·387 B·2011-06-05 18:50 UTC
    ===Simple Minecraft Error Test===
    
    Starting Minecraft...
    
    'java' is not recognized as an internal or external command,
    operable program or batch file.
    
    Finished session
    
    Right click, Select
  • Something

    2075170·text·994 B·2011-06-05 18:26 UTC
    !
    router bgp 16302
     neighbor 1.1.1.1 remote-as 174
    !
    Warning: filter matches ANY/NOT ANY
    !
    no route-map tunarit
    !
    route-map tunarit permit 1
    exit
    !
    router bgp 16302
    !
     neighbor 1.1.1.1 re
  • Mine

    2075151·text·3.3 KB·2011-06-05 17:52 UTC
    That rant I promised? Here we go.
    
    Here's the problem: delivering extranet justice to villains who were telegraphed from their first appearance is [i]fucking boring[/i].
    
    Yes, this is a horrifica
  • Stuff

    2075149·text·134 B·2011-06-05 17:45 UTC
    on ^*:TEXT:*:#mta:{
     if ($nick == Kermit__The_Frog) {
     //echo $chan $timestamp <Robpol86> $1-
     echo -s $1-
     halt
     }
    }
  • RN

    2075146·c·6.6 KB·2011-06-05 17:41 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
    
    //Definindo enumeração para facilitar a identificação das cores;
    typedef enum {NEGRO, RUBRO} Cores;
    
    //Definindo a estrutura a ser ut
  • vdr01

    2075143·text·62.2 KB·2011-06-05 17:31 UTC
    
        
  • vdr01

    2075142·text·5.0 KB·2011-06-05 17:31 UTC
    Section "ServerLayout"
     Identifier "X.org Configured"
     Screen 0 "Screen0" 0 0
     InputDevice "Mouse0" "CorePointer"
     InputDevice "Keyboard0" "CoreKeyboard"
     Option "AuotAddDevices
  • Someone

    2075138·text·1.2 KB·2011-06-05 17:09 UTC
    === IMPORTANT ============================
     Use 'passwd' to set your login password
     this will disable telnet and enable SSH
     ------------------------------------------
    
    BusyBox v1.17.3 (201
  • Stuff

    2075137·text·1.1 KB·2011-06-05 17:04 UTC
    I purchased a hot water bottle at the 99 cent store today. These are the safety instructions printed on the front of the plastic wrapping it came in. I haven't fixed, changed or removed any words or p
  • Someone

    2075124·text·582 B·2011-06-05 16:26 UTC
    ai.cfg
    config_default.cfg
    esl1on1aml.cfg
    esl1on1.cfg
    esl1on1eas.cfg
    esl1on1hg.cfg
    esl1on1rl.cfg
    esl2on2aml.cfg
    esl2on2.cfg
    esl2on2eas.cfg
    esl2on2hg.cfg
    esl2on2rl.cfg
    esl3on3.cfg
    esl3on3gg
  • Mine

    2075122·text·985 B·2011-06-05 16:22 UTC
    (defun both (ListA ListB newlist) ; Bildet die Schnittmenge 2er Listen
     (message "%S %S" (car ListA) newlist)
     (if (member (car ListA) ListB) ; Wenn das erste Element von ListA in ListB is
  • Mine

    2075121·text·547 B·2011-06-05 16:20 UTC
    Jun 5 16:16:32-159 unix_chkpwd[14315]: check pass; user unknown
    Jun 5 16:16:34-159 unix_chkpwd[14316]: check pass; user unknown
    Jun 5 16:16:34-159 unix_chkpwd[14316]: password check failed for us
  • Someone

    2075105·text·2.3 KB·2011-06-05 15:37 UTC
    int __cdecl EQPlayer__ComputeSpecialHeights(signed int a1, int a2, int a3, int a4, int a5, char a6)
    {
     int result; // eax@1
     double v7; // st7@10
     double v8; // st7@26
     double v9; // st7@34
  • helloworld Makefile

    2075103·text·391 B·2011-06-05 15:33 UTC
    PLUGIN=helloworld
    
    OUTFILE=$(PLUGIN).so
    
    CXX=g++
    RM=rm -vf
    
    DEFINES=-DLINUX 
    INCLUDES=-Iamx
    
    CXXFLAGS=-c -O2 $(DEFINES) $(INCLUDES)
    LDFLAGS=-shared -s 
    
    OBJECTS=$(patsubst %.cpp,%.o,$(wil
  • helloworld Makefile.mingw

    2075101·text·506 B·2011-06-05 15:32 UTC
    PLUGIN=helloworld
    
    OUTFILE=$(PLUGIN).dll
    DEFFILE=$(PLUGIN).def
    
    CXX=mingw32-g++
    DEL=del /Q /F
    
    DEFINES=-DWIN32 -DHAVE_STDINT_H -D__need_size_t
    INCLUDES=-Iamx
    
    CXXFLAGS=-c -O2 $(DEFINES) $(I
  • Someone

    2075092·text·386 B·2011-06-05 15:01 UTC
    /****************************************************************************
    ** Meta object code from reading C++ file 'pipelinemanager.h'
    **
    ** Created: Mon Oct 11 22:00:34 2010
    ** by: The
  • Someone

    2075089·cpp·689 B·2011-06-05 14:58 UTC
    #include <functional>
    #include <cstdio>
    
    template <typename R, typename V1, typename V2>
    std::function<R(V2)> pa(const std::function<R(V1,V2)> &f, V1 v) {
     return [&](V2 x) { return f(v, x); }
  • Someone

    2075088·text·19.0 KB·2011-06-05 14:58 UTC
    deskey@debian:~$ glxinfo
    name of display: :0.0
    display: :0 screen: 0
    direct rendering: Yes
    server glx vendor string: SGI
    server glx version string: 1.2
    server glx extensions:
     GLX_ARB_multi
  • nicdev007

    2075081·text·284 B·2011-06-05 14:21 UTC
    1) checkout your master,
    2) fetch sit/master
    3) merge sit/master to local/master
    4) make changes 
    5) commit changes 
    6) push to your own (nicdevs/master) 
    7) checkout sit
    8) merge master to sit
  • nicdev007

    2075079·text·282 B·2011-06-05 14:17 UTC
    1) checkout your master,
    2) fetch sit/master
    3) merge sit/master to local/master
    4) make changes 
    5) commit changes 
    6) push to your own (nicdevs/master) 
    7) push to sit main branch(sit/master)

older pastes →