All pastesPublic feed

Public feed

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

    2076364·text·476 B·2011-06-07 20:06 UTC
    socratesxd@socratesxd-desktop:/media/Windows/Documents and Settings/SkRt/Mis documentos/Project64 1.7$ wine Project64.exe
    err:module:import_dll Library MSVCP60.dll (which is needed by L"Z:\\media\\Wi
  • john

    2076363·text·24.8 KB·2011-06-07 19:59 UTC
    !!################################
    !!ALSA Information Script v 0.4.60
    !!################################
    
    !!Script ran on: Tue Jun 7 19:59:05 UTC 2011
    
    !!Linux Distribution
    !!------------------
    
    Ub
  • Something

    2076360·text·558 B·2011-06-07 19:57 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    long long int binaryEpansion(int basis, int exponent, int mod)
    {
     long long int result = 1;
     for(int bit=63; bit >= 0; bit--)
     {
     result *= result
  • Anonymous

    2076359·java·84 B·2011-06-07 19:55 UTC
    public class Test{
     private int j;
     public static String hello = "hello";
    }
  • Stuff

    2076358·text·1.3 KB·2011-06-07 19:53 UTC
    19:49:26 T:201891840 M:124698624 DEBUG: ------ Window Deinit (DialogOK.xml) ------
    19:49:28 T:201891840 M:125145088 DEBUG: CGUIMediaWindow::GetDirectory (htsp://192.168.1.3:9981/)
    19:49:28 T:201
  • Miscellany

    2076356·text·3.3 KB·2011-06-07 19:48 UTC
    gem install rake
    Successfully installed rake-0.9.2
    1 gem installed
    Installing ri documentation for rake-0.9.2...
    Installing RDoc documentation for rake-0.9.2...
    
    root p_sysadmin > rake R
  • Stuff

    2076355·text·7.2 KB·2011-06-07 19:47 UTC
    host# udevadm test /sys/block/sda/
    run_command: calling: test
    udevadm_test: version 151
    This program is for debugging only, it does not run any program,
    specified by a RUN key. It may show incorre
  • Stuff

    2076353·text·266 B·2011-06-07 19:43 UTC
    Pool {
     Name = Full
     Pool Type = Backup
     Recycle = yes # Bacula can automatically recycle Volumes
     AutoPrune = yes # Prune expired volumes
     Volume Retention = 2 m
  • Unnamed

    2076352·text·803 B·2011-06-07 19:42 UTC
    import csv,sys,copy,random
    import MySQLdb
    
    sqlserver=''
    sqluser=''
    sqlpass=''
    sqldb=''
    
    conn = MySQLdb.connect(sqlserver,sqluser,sqlpass,sqldb);
    cursor = conn.cursor();
    
    idanddate = []
    cur
  • Something

    2076351·text·246 B·2011-06-07 19:39 UTC
    “Is God willing to prevent evil, but not able?
    Then he is not omnipotent.
    Is he able, but not willing?
    Then he is malevolent.
    Is he both able and willing?
    Then whence cometh evil?
    Is he neither
  • Anonymous

    2076347·text·7.7 KB·2011-06-07 19:33 UTC
    root@Symbolics:/home/mike3620/Lispm/m0mchil-poclbm-06cf386# python poclbm.py 
    No device specified or device not found, use -d to specify one of the following
    
     Intel(R) Xeon(R) CPU E550
  • Someone

    2076343·text·1.5 KB·2011-06-07 19:28 UTC
    <?php
    header('Content-type: text/html; charset=utf-8');
    
    if(!empty($_POST['email'])){
     die();
    }
    
    function getRealIpAddr()
    {
     if (!empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share
  • Anonymous

    2076339·text·478 B·2011-06-07 19:20 UTC
    #include <stdio.h>
    #include <stdlib.h>
    
    int binaryEpansion(int basis, int exponent)
    {
     int result = 1;
     for(int bit=32; bit >= 0; bit--)
     {
     result *= result;
     if ( exponent & (1 <<
  • Someone

    2076336·text·1.9 KB·2011-06-07 19:19 UTC
    [Haklee]
    #Requirement section
    required = 1000
    maximum = 0
    
    #Restrict section
    restrictmap = ""
    restrictteam = 0
    restrictitem = ""
    teamlimit = 0
    
    #Other info
    author = "Haklee"
    desc = "Hakle
  • Stuff

    2076335·sql·2.7 KB·2011-06-07 19:15 UTC
    --Original query:
    
    SELECT * FROM vlo.vids_IdentityMaster WHERE
     (EmployeeNumber IS NULL OR EmployeeNumber NOT LIKE 'U%') 
     AND(NetworkId > 'A') 
     AND (EmployeeType IN ('E', 'A',
  • Untitled

    2076326·bash·398 B·2011-06-07 19:05 UTC
    # Создаешь 2 файла и даешь им права на исполнения chmod +x имя файла
    
    # Пример для 2-х языков
    setxkbmap -layout "us,ru(winkeys),ua" -option "grp:alt_shift_toggle,grp_led:scroll" -model pc105
    
    # П
  • Anonymous

    2076325·text·1.3 KB·2011-06-07 18:52 UTC
    Jun 7 13:50:51 franklin pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
    Jun 7 13:50:54 franklin slapd[5481]: conn=90 fd=20 ACCEPT from IP=127.0.0.1:55647 (IP=0.0.0.0:389)
    Jun 7 13:5
  • Anonymous

    2076320·text·67.3 KB·2011-06-07 18:45 UTC
    
        
  • 0002-Fix-anonymous-function-retu

    2076318·diff·983 B·2011-06-07 18:32 UTC
    From 20f13df4eda12bb9bdb6b9c720307d9e02ef9c3b Mon Sep 17 00:00:00 2001
    From: Joshua Roys <roysjosh@gmail.com>
    Date: Tue, 7 Jun 2011 14:31:17 -0400
    Subject: [PATCH 2/2] Fix anonymous function return
  • 0001-Handle-undefined-types-in-d

    2076317·diff·851 B·2011-06-07 18:32 UTC
    From 80a23906618ea2671c9c3f947764d0f60bb1a300 Mon Sep 17 00:00:00 2001
    From: Joshua Roys <roysjosh@gmail.com>
    Date: Tue, 7 Jun 2011 14:30:06 -0400
    Subject: [PATCH 1/2] Handle undefined types in des

older pastes →