All pastesPublic feed

Public feed

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

    2047368·text·956 B·2011-04-17 06:52 UTC
    AC_DEFUN([SM_BZIP],
    [
     AC_REQUIRE([SM_STATIC])
     AC_CHECK_LIB(bz2, BZ2_bzCompressInit, have_bzip=yes, have_bzip=no)
     AC_CHECK_HEADER(bzlib.h, have_bzip_header=yes, have_bzip_he
  • dEhiN

    2047366·text·6.8 KB·2011-04-17 06:30 UTC
    error: cannot read from `/dev/hd2'.
    error: cannot read from `/dev/hd2'.
    Generating grub.cfg ...
    #
    # DO NOT EDIT THIS FILE
    #
    # It is automatically generated by grub-mkconfig using templates
    # from /etc
  • Something

    2047364·text·7.2 KB·2011-04-17 05:39 UTC
    <?xml version="1.0" encoding="UTF-8"?>
    <opml version="1.0">
     <head>
     <title>T subscriptions in Google Reader</title>
     </head>
     <body>
     <outline text=".mischief.mayhem.soap
  • Unnamed

    2047363·text·1.5 KB·2011-04-17 05:35 UTC
    #!/bin/bash
    
    echo "Google Video Scraper -- EiNSTeiN_";
    echo "Downloads all videos from video.google.com on all pages for a specific search term."
    echo ""
    
    SEARCH_TERM="$1"
    
    die() { echo "$1"
  • Untitled

    2047360·c·1.8 KB·2011-04-17 05:16 UTC
    #include <sys/io.h> /* ioperm(), inb(), outb() */
    #include <stdio.h> /* printf(), fprintf() */
    #include <stdlib.h> /* exit(), EXIT_FAILURE */
    
    #define status (base + 1)
    #define control (base + 2)
  • Mine

    2047354·cpp·11.0 KB·2011-04-17 04:25 UTC
    #include <iostream>
    #include <string>
    #include <windows.h> //For the Sleep command.
    using namespace std;
    int main()
    {
    
    string playerName;
    double speed;
    
    //Ask for player name and give them a
  • Untitled

    2047353·text·731 B·2011-04-17 04:24 UTC
    (gdb) next
    initilized value of integer var is: 234
    
    Breakpoint 3, main () at first.c:7
    7 printf("Enter new value for integer var\n");
    3: greeting = 0x11eb80 "U\211\345WV1\366S\350\036\214"
    2:
  • Mine

    2047352·text·11.0 KB·2011-04-17 04:23 UTC
    #include <iostream>
    #include <string>
    #include <windows.h> //For the Sleep command.
    using namespace std;
    int main()
    {
    
    string playerName;
    double speed;
    
    //Ask for player name and give them a
  • Something

    2047342·text·847 B·2011-04-17 03:27 UTC
    CREATE TABLE `logging` (
     `log_type` char(10) NOT NULL DEFAULT '',
     `log_action` char(10) NOT NULL DEFAULT '',
     `log_timestamp` char(14) NOT NULL DEFAULT '19700101000000',
     `log_user` int(10)
  • Stuff

    2047338·text·8.4 KB·2011-04-17 03:06 UTC
    Logfile of Trend Micro HijackThis v2.0.4
    Scan saved at 10:56:44 PM, on 4/16/2011
    Platform: Windows Vista SP1 (WinNT 6.00.1905)
    MSIE: Internet Explorer v7.00 (7.00.6001.18470)
    Boot mode: Normal
  • Mine

    2047333·text·1.9 KB·2011-04-17 03:03 UTC
    ================================================== ============================
    World of WarCraft (build 12340)
    
    Exe: E:\Programs\World of Warcraft\Wow.exe
    Time: Apr 16, 2011 10:56:16.548 PM
    User
  • Untitled

    2047327·html·3.4 KB·2011-04-17 02:09 UTC
    강,원랜,드㉿생중계카지-노
    " ▶강,원랜,드㉿생중계카지-노▒ ㉿ ♣ ━━( ‥ HTTP://WwW.EkEk77.Com‥ )━━ ♣ [Y((×&#65103;×)P]∵인터밀란을>-<강,원랜,드㉿생중계카지-노>-<㉿ ㉿이끄는 감독이 21일 새벽(한국시각) 토튼햄과 ‘2010-11 UEFA챔피언스리그∵>-<강,원랜,드㉿생중계카지-노>-< ㉿ ♣ ━━( ‥ HT
  • Anonymous

    2047326·text·1.2 KB·2011-04-17 02:09 UTC
    1. Make sure you have an original Japanese copy of Sonic Adventure for the Dreamcast. The Limited Edition + International versions won't work.
    2. Start a new game from scratch, with no existing SA
  • Mine

    2047325·text·465 B·2011-04-17 02:05 UTC
    matt@xps ~/src/tanarux $ make clean && time make -j | grep -i warn
    Making clean in src
    make[1]: Entering directory `/home/matt/src/tanarux/src'
     rm -f tanarux
    rm -rf .libs _libs
    rm -f *.o
    rm -f
  • silly lua error

    2047323·text·1.1 KB·2011-04-17 02:00 UTC
    # Here's where I define my lua function...
    #define MY_LUA_FUNCS
    [lua]
     code = << 
    beastGoldValues = {3, 5, 10, 15, 25, 50, 100, 200}
    
    function beastDie()
     local e = wesnoth.current.event_con
  • Stuff

    2047322·text·185 B·2011-04-17 01:56 UTC
    20110416 21:06:15 error scripting/lua: [string " beastDie() "]:1: attempt to call global 'beastDie' (a nil value)
    stack traceback:
     [string " beastDie() "]:1: in main chunk
  • Anonymous

    2047316·text·103.7 KB·2011-04-17 00:57 UTC
    
        
  • Untitled

    2047314·text·455 B·2011-04-17 00:54 UTC
    int ints_intersect(int *a, int n, int *z, int x)
    {
     int i=0;
     int j=0;
     int k=0;
     int result=n;
     while (i<result && j<x)
     {
     if (z[j]>a[i])
     {
     k=i;
     while(k<result)
     {
     a[k]=a
  • elite.nip

    2047312·text·103.0 KB·2011-04-17 00:31 UTC
    
        
  • Mine

    2047311·text·2.4 KB·2011-04-17 00:23 UTC
    diff -Naur phoronix-test-suite.orig//pts-core/commands/interactive.php phoronix-test-suite/pts-core/commands/interactive.php
    --- phoronix-test-suite.orig//pts-core/commands/interactive.php 2011-04-17

older pastes →