All pastesPublic feed

Public feed

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

    2077635·text·412 B·2011-08-22 03:20 UTC
    [Aug 21 23:14:58] VERBOSE[2800] chan_sip.c: 
    <--- SIP read from UDP:switchIP:5060 --->
    SIP/2.0 200 OK 
    CSeq: 102 OPTIONS 
    Via: SIP/2.0/UDP 72.110.201.220:5060;branch=z9hG4bK08da8e9e 
    From: "Unkno
  • Stuff

    2077634·text·415 B·2011-08-22 03:18 UTC
    [Aug 21 23:14:58] VERBOSE[2800] chan_sip.c: 
    <--- SIP read from UDP:192.168.0.1:5060 --->
    SIP/2.0 200 OK 
    CSeq: 102 OPTIONS 
    Via: SIP/2.0/UDP 72.110.291.10:5060;branch=z9hG4bK08da8e9e 
    From: "Unk
  • Anonymous

    2077630·text·611 B·2011-08-22 01:56 UTC
    root@bt:~# airmon-ng start wlan0
    
    Found 2 processes that could cause trouble.
    If airodump-ng, aireplay-ng or airtun-ng stops working after
    a short period of time, you may want to kill (some of)
  • Stuff

    2077628·text·91.8 KB·2011-08-22 01:49 UTC
    
        
  • white weenie

    2077625·text·293 B·2011-08-22 01:04 UTC
    4 steppe lynx
    4 student of warfare
    3 grand abolisher
    3 leonin relic-warder
    3 blade splicer
    4 mirran crusader
    4 hero of bladehold
    
    1 sword of war and peace
    2 angelic destiny
    3 brave the eleme
  • Anonymous

    2077624·text·293 B·2011-08-22 01:03 UTC
    4 steppe lynx
    4 student of warfare
    3 grand abolisher
    3 leonin relic-warder
    3 blade splicer
    4 mirran crusader
    4 hero of bladehold
    
    1 sword of war and peace
    2 angelic destiny
    3 brave the eleme
  • Something

    2077623·text·293 B·2011-08-22 01:03 UTC
    4 steppe lynx
    4 student of warfare
    3 grand abolisher
    3 leonin relic-warder
    3 blade splicer
    4 mirran crusader
    4 hero of bladehold
    
    1 sword of war and peace
    2 angelic destiny
    3 brave the eleme
  • Someone

    2077622·text·374 B·2011-08-22 00:53 UTC
    convert -size 720x480 -background none /tmp/todisc-work.0/pics/template.png
    -page +60+50 /tmp/todisc-work.0/thumb_title0.png -page +47+130
    /tmp/todisc-work.0/thumb_title1.png -page +105+210
    /tmp/t
  • Unnamed

    2077621·text·2.4 KB·2011-08-22 00:18 UTC
    # 3dengfx demosystem script v1.2
    # ------------------------------
    # format: <time> <command> <part_name> [args]
    # If time has an 's' suffix it's seconds, otherwise milliseconds.
    # For a list of av
  • coloured chat text

    2077614·cpp·556 B·2011-08-21 22:33 UTC
    #include <a_samp>
    
    ReColour(text[])
    {
     new
     pos = -1;
     while ((pos = strfind(text, "(", false, pos + 1)) != -1)
     {
     new
     c = pos + 1,
     n = 0,
     ch;
     // Note that the order of these
  • nimi tu ali

    2077607·text·208.0 KB·2011-08-21 20:46 UTC
    
        
  • Mine

    2077606·text·836 B·2011-08-21 19:44 UTC
    $ pciconf -lv | grep device
     device = 'CPU to PCI Bridge'
     device = 'Virtual PCI to PCI Bridge (AGP) (SiS760)'
     device = 'LPC Bridge (SiS964)'
     device = 'PATA Controlle
  • vdrp3f_Bau

    2077603·text·20.0 KB·2011-08-21 19:32 UTC
    #
    # xine config file
    #
    .version:2
    
    # Entries which are still set to their default values are commented out.
    # Remove the '#' at the beginning of the line, if you want to change them.
    
    # Enable deinter
  • Scanf Test

    2077594·c·883 B·2011-08-21 17:19 UTC
    #include<stdio.h>
    
    int main(){
     char test1[60],test2[60];
     int ret1,ret2;
     printf("Enter the first string:\n");
     ret1=scanf("%10s", test1);
     printf("Enter the second string:\n");
  • Scanf Test

    2077593·c·840 B·2011-08-21 17:16 UTC
    #include<stdio.h>
    
    int main(){
     char test1[60],test2[60];
     int ret1,ret2;
     printf("Enter the first string:\n");
     ret1=scanf("%10s", test1);
     printf("Enter the second string:\n");
  • Scanf Test

    2077592·c·345 B·2011-08-21 17:12 UTC
    #include<stdio.h>
    
    int main(){
     char test1[60],test2[60];
     int ret1,ret2;
     printf("Enter the first string:\n");
     ret1=scanf("%10s", test1);
     printf("Enter the second string:\n");
  • Something

    2077589·text·3.7 KB·2011-08-21 16:29 UTC
    fweiss@debian:~$ cat /proc/cpuinfo
    processor : 0
    vendor_id : GenuineIntel
    cpu family : 6
    model : 23
    model name : Intel(R) Core(TM)2 Quad CPU Q9650 @ 3.00GHz
    s
  • bot php

    2077577·text·21.2 KB·2011-08-21 15:09 UTC
    <?php
    
    /**
     * @author iLake
     * @copyright 2011
     * 
     * If you need help watch this tutorial: http://www.youtube.com/watch?v=MpoKWyMVmZo
     * 
     */
    set_time_limit(0);//No time out
    $bot = new Basi
  • nilesh

    2077549·text·218 B·2011-08-21 08:28 UTC
    #ifndef CONIO_H
    #define CONIO_H 1
    #include <stdio.h>
    #include <stdlib.h>
    
    char getch() {
     system("stty raw");
     char c = getchar();
     system("stty cooked");
     return c;
    }
    
    void clrscr() {
     printf("\
  • hi

    2077527·text·2 B·2011-08-21 04:00 UTC
    hi

older pastes →