All pastesPublic feed

Public feed

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

    2089873·text·1.7 KB·2011-10-13 22:21 UTC
    char** q3c_handle_input(char* inp, int* argc) {
     if (inp != NULL) {
     char* cd = strchr(inp, ':');
     if (cd != NULL) {
    
     int di = cd - inp, ac = 1, dc, ign = 0;
  • Unnamed

    2089865·text·1.3 KB·2011-10-13 21:50 UTC
    RagemanXx (10:31): alrtie noob :P
    TGC Scrumbee (10:31): so what do you want?
    RagemanXx (10:31): whats the link to ur stream so i can promote it on my site
       ?
    TGC Scrumbee (10:32): its in the not
  • Untitled

    2089864·c·309 B·2011-10-13 21:46 UTC
    #include <stdio.h>
    
    int main()
    
    {
     int value = 1234;
     int* n1; int* n2; int* n3; int* n4;
     
     n1 = &value;
     n2 = n1;
     n3 = n2;
     n3 = n4;
     
     printf("value = %i\n", value);
     printf("n1 = %i
  • Mine

    2089862·text·2.7 KB·2011-10-13 21:24 UTC
    |------------------------------------------------------------------------------------------|
    | WinMTR statistics |
    |
  • Untitled

    2089858·text·1.0 KB·2011-10-13 20:31 UTC
    INFO [StreamStage:1] 2011-10-13 15:54:43,746 StreamOutSession.java (line 174) Streaming to scdbe43.stg.pvt/10.80.8.43
    ERROR [Thread-1623] 2011-10-13 15:54:43,759 AbstractCassandraDaemon.java (line 1
  • Someone

    2089831·text·1.5 KB·2011-10-13 19:14 UTC
    debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
    debug1: Host 'blag.fsf.org' is known and matches the RSA host key.
    debug1: Found key in /home/jayeola/.ssh/known_hosts:1
    debug1: ssh_rsa_verify: signatur
  • Unnamed

    2089829·text·1.2 KB·2011-10-13 19:11 UTC
    [default@AdhData] set AdhData[ascii('ed')][ascii('guy')]=ascii('capriolo');
    Value inserted.
    [default@AdhData] get AdhData[ascii('ed');
    Syntax error at position 23: missing ']' at ';'
    [default@AdhD
  • Unnamed

    2089827·text·381 B·2011-10-13 18:55 UTC
    [default@AdhData] set AdhData[ascii('ed')][ascii('guy')]=ascii('capriolo');
    Value inserted.
    [default@AdhData] get AdhData[ascii('ed');
    Syntax error at position 23: missing ']' at ';'
    [default@AdhD
  • Someone

    2089826·text·4.2 KB·2011-10-13 18:51 UTC
    Dear RuneScape Community,
    
    I would like to take a moment of your time to address the highly emotive issue that we face as a community – bots.
    
    At the beginning of the year, when we brought Free Tr
  • Someone

    2089824·text·12 B·2011-10-13 18:50 UTC
    83.179.21.24
  • Unnamed

    2089821·objectivec·1.4 KB·2011-10-13 18:22 UTC
    #include "veapplication.h"
    
    bool VEApplication::macEventFilter(EventHandlerCallRef callRef, EventRef event)
    {
     static NSEvent *lastEvent = 0;
    
     NSEvent *e = reinterpret_cast<NSEvent *>(eve
  • Untitled

    2089820·css·428 B·2011-10-13 18:17 UTC
    .img, .img2, .img3, .img4, .img5 {
    background: url('../img/businessCoachingSprite.jpg') no-repeat top left;
    }
    
    hgroup#homeMessage.img1 {
    background-position: 0 0;
    }
    
    hgroup#homeMessage.img2 {
  • Something

    2089818·text·3.5 KB·2011-10-13 18:15 UTC
    [DIALPLAN-1]
    
    exten => DIALCUSTOMER,1(NEXTCALL),Log(NOTICE,NEXTCALL)
    exten => DIALCUSTOMER,n,Set(CDR(userfield)=${CALL_ID})
    exten => DIALCUSTOMER,n,AGI(set_disposition.php,${CALL_ID},DIALING,1)
    e
  • Someone

    2089817·text·3.2 KB·2011-10-13 18:14 UTC
    [global]
    CARRIER1=SIP/vonfone
    CARRIER2=SIP/altavox
    CARRIER3=SIP/checkbox
    CARRIER4=SIP/voipms
    
    #CARRIER2 = SIP/vccs
    
    MAX_PROVIDERS = 4
    
    #include "dialer.conf"
    
    [general]
    static=yes
    writep
  • SimpleDM

    2089798·cpp·119.5 KB·2011-10-13 17:10 UTC
    
        
  • Someone

    2089797·bash·323 B·2011-10-13 17:09 UTC
    @ECHO OFF
    ECHO %date% %time% START
    ECHO %date% %time% START >&2 
    
    BlackboardLogReader.exe
    
    SET ERR=%ERRORLEVEL%
    
    CALL %AUTOSYS_SHARENAME%\bin\job-end.bat "%MatrixUser%" %ERR%
    
    IF "%ERR%" ==
  • Ceri's Dev App Answer

    2089796·text·26.1 KB·2011-10-13 17:07 UTC
    INSERT INTO `npc_vendor` (`entry`, `slot`, `item`, `maxcount`, `incrtime`, `ExtendedCost`) VALUES 
    (54, 0, 2488, 0, 0, 0),
    (54, 0, 2489, 0, 0, 0),
    (54, 0, 2490, 0, 0, 0),
    (54, 0, 2491, 0, 0, 0),
  • Someone

    2089793·text·623 B·2011-10-13 17:01 UTC
    ipython:
    
    s.connect(('201.198.194.4', 80))
    
    tcpdump:
    
    11:00:42.704962 IP 172.31.29.103.47988 > 201.198.194.4.80: Flags [S], seq 1734259818, win 5840, options [mss 1460,sackOK,TS val 27072621
  • Anonymous

    2089792·text·491 B·2011-10-13 16:45 UTC
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.Scanner;
    public class ValidDNA
    
    {
    
     public static void main(String[] arg)
     {
     Scanner in = new Scanner(
  • Stuff

    2089791·text·491 B·2011-10-13 16:44 UTC
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.Scanner;
    public class ValidDNA
    
    {
    
     public static void main(String[] arg)
     {
     Scanner in = new Scanner(

older pastes →