All pastesPublic feed

Public feed

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

    2076313·text·2.5 KB·2011-06-07 18:15 UTC
    ircd.o(.text+0x1093): In function `main':
    /home/ath0/hum/Unreal3.2/src/ircd.c:1428: undefined reference to `tre_version'
    s_conf.o(.text+0x828e): In function `copy_badword_struct':
    /home/ath0/hum/Un
  • Anonymous

    2076312·text·41 B·2011-06-07 18:12 UTC
    % lua5.1 p.lua < f
    a
    
    b
    
    c
  • Anonymous

    2076311·text·65 B·2011-06-07 18:09 UTC
    repeat
     local c = io.stdin:read(1)
     print(c)
    until not c
  • Anonymous

    2076310·text·131 B·2011-06-07 18:06 UTC
    % cat p.lua
    repeat local c = io.stdin:read(1) until c == EOF do
     print(c)
    end
    % cat > f
    a
    b
    c
    % lua5.1 p.lua < f
    nil
    %
  • Anonymous

    2076308·text·2.8 KB·2011-06-07 18:01 UTC
    modules.o(.text+0x66b): In function `Module_SymEx':
    /root/Unreal3.2/src/modules.c:860: undefined reference to `dlsym'
    modules.o(.text+0x6b0): In function `Module_Sym':
    /root/Unreal3.2/src/modules.c
  • Stuff

    2076307·text·2 B·2011-06-07 17:54 UTC
    ..
  • OTL

    2076303·text·40.2 KB·2011-06-07 17:31 UTC
    
        
  • Someone

    2076299·text·59.0 KB·2011-06-07 17:24 UTC
    
        
  • Miscellany

    2076297·text·253.1 KB·2011-06-07 17:21 UTC
    
        
  • Untitled

    2076294·text·71.5 KB·2011-06-07 17:16 UTC
    
        
  • Anonymous

    2076293·text·188 B·2011-06-07 17:16 UTC
    <?php
    
    // No direct access to this file
    defined('_JEXEC') or die('Restricted access');
    $document = JFactory::getDocument();
    ?>
    
    <div id="Test"><?=print_r($this->items, true)?></div>
  • Mine

    2076292·text·569 B·2011-06-07 17:15 UTC
    <?php
    
    // No direct access to this file
    defined('_JEXEC') or die('Restricted access');
    
    // import Joomla view library
    jimport('joomla.application.component.view');
    
    class CtItemViewCtItem exte
  • Unnamed

    2076291·text·86 B·2011-06-07 17:15 UTC
    [32;01m*[0m Removing app-emulation/virtualbox-guest-additions-3.2.12 from moduledb.
  • Miscellany

    2076290·text·309 B·2011-06-07 17:15 UTC
    <?php
    
    // No direct access to this file
    defined('_JEXEC') or die('Restricted access');
    
    // import joomla controller library
    jimport('joomla.application.component.controller');
    
    $controller = J
  • Untitled

    2076289·text·109.9 KB·2011-06-07 17:14 UTC
    
        
  • Miscellany

    2076287·text·561 B·2011-06-07 17:09 UTC
    function getFingerprint(){
     return JSON.stringify([
     navigator.appName,
     navigator.appVersion,
     navigator.userLanguage,
     navigator.userAgent,
     screen.width,
     screen.height,
  • Miscellany

    2076286·text·1.2 KB·2011-06-07 17:09 UTC
    #include<iostream>
    using namespace std;
    int main()
    {
    int marinecount,x=0,y=0,rows=0,columns=0,cover;
    int marinepositions[36][2];
    static int marky[8],markx[8];
    cin>>marinecount;
    for(int i=0;i<m
  • Miscellany

    2076285·text·340 B·2011-06-07 17:08 UTC
    hypatia@butler:~/bin/fwupd1.15/linux64$ sudo ./fwupd /dev/sda
    fwupd v1.15: update drive firmware
    
    updating /dev/sda
    
     Model Number : OCZ-VERTEX2 
     Serial Number
  • Anonymous

    2076284·text·589 B·2011-06-07 17:07 UTC
    <?php
    // No direct access to this file
    defined('_JEXEC') or die;
    
    // import Joomla Categories library
    jimport( 'joomla.application.categories' );
    
    class CtItemModelCtItem extends JModel
    {
  • homepage.php

    2076279·php·2.3 KB·2011-06-07 17:01 UTC
    <?php
    /*
    Template Name: Home Page
    */
    ?>
    <?php get_header(); ?>
     <div id="container">
     <div id="content" role="main">
     <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
     <

older pastes →