All pastesPublic feed

Public feed

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

    2065253·text·1.2 KB·2011-05-20 05:37 UTC
    >>> from numpy import *
    Traceback (most recent call last):
     File "<stdin>", line 1, in <module>
     File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/__init__
  • Igor671

    2065216·actionscript·862 B·2011-05-20 05:06 UTC
    Нужные вещи на все случаи жизни на торговом сайте AKLARID http://aklarid.clan.su/ 
    Каталоги на 1000000 наименований товаров со всего мира. 
    В продаже лицензионные фильмы, новинки музыки, программное
  • Something

    2065212·text·3.0 KB·2011-05-20 05:05 UTC
    Accepting concept of SSL Certificates authentication
    In the cyber world now security is more required on ecommerce site and end user or customer has more mostly trust on secure website for transactio
  • drishya

    2065210·text·420 B·2011-05-20 05:02 UTC
    CS394. Net-Centric Programming Lab Regular A-
    6 CS439 Cryptography Regular A-
    6 MA223 Random Process and Queueing Models Regular B
    6 CS302. Formal Languages and Automata Regular A-
  • Something

    2065192·text·233 B·2011-05-20 04:21 UTC
    #!/bin/sh
    
    cd /glftpd/site/ARCHiVE/0DAY
    
    for RLS in $(find * -mindepth 4 -maxdepth 4 -type d); do
     /glftpd/bin/rescan --chroot /glftpd --dir=/site/ARCHiVE/0DAY/$RLS;
     /glftpd/bin/dupediradd `ech
  • Anonymous

    2065188·text·558 B·2011-05-20 04:07 UTC
    ...log_search table already populated.
    ...have log_user_text field in logging table.
    ...l10n_cache table already exists.
    ...external_user table already exists.
    Adding ls_field_val key to table log
  • Something

    2065180·text·19.2 KB·2011-05-20 03:36 UTC
    PHP Version 5.2.16
    
    System Linux ecbiz66.inmotionhosting.com 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64
    Build Date Jan 27 2011 20:54:18
    Configure Command './configure' '--ena
  • Stuff

    2065177·text·186 B·2011-05-20 03:10 UTC
    /usr/share/X11/xorg.conf.d/10-evdev.conf
    
    Section "InputClass"
     Identifier "middle button emulation class"
     MatchIsPointer "on"
     Option "Emulate3Buttons" "on"
    EndSection
  • Someone

    2065173·text·1.6 KB·2011-05-20 02:45 UTC
    /etc/init.d # cat /etc/opt/vmware/vpxa/vpxa.cfg
    <config>
     <httpNfc>
     <accessMode>proxyAuto</accessMode>
     <enabled>true</enabled>
     </httpNfc>
     <log>
     <level>verbose</level>
     <max
  • Something

    2065172·text·2.4 KB·2011-05-20 02:45 UTC
    Qt / Demo:
    
    [ClientStore] PUT path:/wire_l_out {
    [ClientStore] http://drobilla.net/ns/ingen#polyphonic = false :: Bool
    [ClientStore] http://lv2plug.in/ns/lv2core#index = 3 :: Int
    [ClientStore
  • Someone

    2065171·text·3.3 KB·2011-05-20 02:44 UTC
    /etc/init.d # cat /etc/opt/init.d/vmware-vpxa
    #!/bin/sh
    #
    # Copyright 2005 VMware, Inc. All rights reserved.
    #
    # vmware-vpxa Start/Stop the VMware VirtualCenter Agent
    #
    #
    
    platfo
  • Stuff

    2065169·text·319 B·2011-05-20 02:25 UTC
    use Xmms::Remote ();
    
    IRC::register ("XMMS-node", "1.0", "", "");
    
    IRC::add_command_handler("xmms", "xmms_handler");
    
    $xmms_remote = Xmms::Remote->new();
    
    sub xmms_handler {
     $title = $xmms_
  • First PY RPG

    2065167·python·10.0 KB·2011-05-20 02:15 UTC
    global level
    import time
    import random
    global exp
    global stre
    global agi
    global long_sword
    global long_sword_str
    global gold
    global exp_c
    global name
    global fist
    global fist_str
    global he
  • Something

    2065164·text·223 B·2011-05-20 02:12 UTC
    Section "InputDevice"
     Identifier "Mouse0"
     Driver "mouse"
     Option "Protocol" "auto"
     Option "Device" "/dev/input/mice"
     Option "Buttons" "3"
     Option "ZAxisMapping"
  • Untitled

    2065163·text·1.8 KB·2011-05-20 02:12 UTC
    Prueba esto amigo y comenta como te fue
    
    # Ingresa al sistema a través del Live Cd, esto lo haces insertando el cd de Ubuntu o Knoppix en la unidad de cd y reiniciando el equipo. En Ubuntu, en la pa
  • Something

    2065156·text·7.4 KB·2011-05-20 01:56 UTC
    SMART Attributes Data Structure revision number: 10
    Vendor Specific SMART Attributes with Thresholds:
    ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
  • Untitled

    2065154·text·517 B·2011-05-20 01:54 UTC
    /etc/rsyncd.conf
    
    max connections = 2
     log file = /var/log/rsyncd.log
     timeout = 300
    
     [backup]
     comment = shared for system backup
     path = /test
     read only = no
  • Mine

    2065153·perl·935 B·2011-05-20 01:53 UTC
    #! /usr/bin/perl
    
    use Modern::Perl;
    use Time::ParseDate;
    
    my $DEBUG;
    #$DEBUG++;
    sub debug { say @_ if $DEBUG };
    
    my ($time, @command) = @ARGV;
    debug "$time\t@command"; 
    
    my $futuretime = p
  • Mine

    2065152·text·937 B·2011-05-20 01:53 UTC
    #! /usr/bin/perl
    
    use Modern::Perl;
    use Time::ParseDate;
    
    my $DEBUG;
    #$DEBUG++;
    sub debug { say @_ if $DEBUG };
    
    my ($time, @command) = @ARGV;
    debug "$time\t@command"; 
    
    my $futuretime = p
  • Unnamed

    2065151·text·340 B·2011-05-20 01:50 UTC
    Disposit. Inicio Comienzo Fin Bloques Id Sistema
    /dev/sda1 * 1 13052 104839166 7 HPFS/NTFS
    /dev/sda2 13053 30401 139355842+ 5 Extendida
    /

older pastes →