All pastesPublic feed

Public feed

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

    2057359·java·848 B·2011-05-12 11:40 UTC
    package com.ina.p3;
    
    import java.io.PrintWriter;
    
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    
    public class helper {
     HttpServletResponse respo
  • Anonymous

    2057357·diff·2.7 KB·2011-05-12 11:35 UTC
    diff -Nr -U 24 a/src/dbus/Makefile.am b/src/dbus/Makefile.am
    --- a/src/dbus/Makefile.am 2011-05-12 14:30:46.740511893 +0300
    +++ b/src/dbus/Makefile.am 2011-05-12 14:31:37.283970445 +0300
    @@ -1,48 +
  • Anonymous

    2057356·text·2.7 KB·2011-05-12 11:35 UTC
    diff -Nr -U 24 a/src/dbus/Makefile.am b/src/dbus/Makefile.am
    --- a/src/dbus/Makefile.am 2011-05-12 14:30:46.740511893 +0300
    +++ b/src/dbus/Makefile.am 2011-05-12 14:31:37.283970445 +0300
    @@ -1,48 +
  • Someone

    2057354·text·2.8 KB·2011-05-12 11:30 UTC
    [Thu May 12 13:35:16 2011] [error] [client 202.195.129.244] File does not exist: /home/dbeta/domains/dbeta.info/public_html/404.shtml
    [Thu May 12 13:35:17 2011] [error] [client 123.125.71.112] File d
  • Miscellany

    2057351·text·546 B·2011-05-12 11:22 UTC
    Вы неправильно выполнили команду:
     sudo echo "nameserver 8.8.8.8" > /etc/resolv.conf 
    
     После команды введите пароль администратора
    admin Приведенный выше метод может не сработать на некоторых дис
  • Untitled

    2057349·text·329 B·2011-05-12 11:18 UTC
    on *:NOTICE:*This nickname is registered and protected*:*:{
     if ($nick == NickServ && $network == Corrupt-Net) {
     /msg nickserv IDENTIFY XcensoredX 
     }
     else if ($nick == NickServ && $networ
  • Untitled

    2057348·text·1.1 KB·2011-05-12 11:15 UTC
    Sunray Units Losing Rdp Connection [ID 1317330.1]
     Modified 06-MAY-2011 Type PROBLEM Status PUBLISHED 
    
    In this Document
     Symptoms
     Changes
     Cause
     Solution
    
    Applies to:
    Su
  • Untitled

    2057347·text·1.7 KB·2011-05-12 11:13 UTC
    //describe $active np: $if(%4,$if(%1,$if(%2,%1: $trunc(%4,32) - %2,%name),%name),%name) $if($mat(%min%sec,^0+$),[Stream],[%min:%sec])
    
    on *:NOTICE:*This nickname is registered and protected*:*:{
  • Untitled

    2057330·text·171 B·2011-05-12 11:10 UTC
    SET IDENTITY_INSERT FortressCraftPHPBB.dbo.phpbb_forums ON
    INSERT INTO FortressCraftPHPBB.dbo.phpbb_forums
    select 
     F.ForumId as forum_id,
     CategoryID as parent_id,
  • Miscellany

    2057325·text·9 B·2011-05-12 11:08 UTC
    1179, 654
  • Mine

    2057318·text·2 B·2011-05-12 11:06 UTC
    aa
  • Mine

    2057308·text·462 B·2011-05-12 10:56 UTC
    on *:connect:{ 
     .startyline
    }
    
    alias startyline {
     .echo -s starting keep alive
     .hadd -m nets $network $+ $cid 0
     .timer $+ $network $+ $cid -o 0 30 yline
    }
    
    alias yline {
     if ($hget
  • Stuff

    2057307·text·536 B·2011-05-12 10:47 UTC
    vagrant@vagrantup:~$ sudo dpkg -i /vagrant/h1_1.0.5.deb 
    Selecting previously deselected package h1.
    (Reading database ... 58434 files and directories currently installed.)
    Unpacking h1 (from /vagr
  • wut ?

    2057301·text·730 B·2011-05-12 10:23 UTC
    #include <stdlib.h>
    
    class Lol
    {
    public:
     static int Init()
     {
     Lol::system = system;
     return (1);
     }
     static int (*system)(char*);
     
    };
    
    int main()
    {
     Lol::Init();
     Lol:
  • TestSimpson

    2057284·cpp·500 B·2011-05-12 09:40 UTC
    #include <iostream>
    
    double f(double x) {
     // implement the function here
     return double(1)/(1+x);
    }
    
    double simpson(double a, double b, int n, double _f(double)) {
     int m = n/2;
     double x =
  • Anonymous

    2057277·text·2.2 KB·2011-05-12 09:16 UTC
    [root@somehost mqueue]# rpm -qi GeoIP-1.4.7-0.1.20090931cvs.el5
    Name : GeoIP Relocations: (not relocatable)
    Version : 1.4.7 Vendor: Fedo
  • Skype4com+perl

    2057268·text·444 B·2011-05-12 08:42 UTC
    use Win32::OLE qw(EVENTS);
    $sk=Win32::OLE->new("Skype4COM.Skype") || die "Coudn`t connect $!";
    Win32::OLE->WithEvents($sk,\&Eve,"_ISkypeEvents");
    #$sk->Attach();
    $user=$sk->CurrentUser();
    $sts=$s
  • Untitled

    2057265·text·350 B·2011-05-12 08:34 UTC
    # The primary network interface
    allow-hotplug eth0
    auto eth0
    iface eth0 inet static
     address 192.168.2.1
     netmask 255.255.255.0
     network 192.168.2.0
     broadcast 192.168.2.255
     gatewa
  • Untitled

    2057262·text·13.9 KB·2011-05-12 08:12 UTC
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
     Systems Administrator Test
     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    
    -----------------------------------
  • asd11

    2057261·java·628 B·2011-05-12 08:06 UTC
    package com.ina.p3;
    
    import org.apache.catalina.connector.Request;
    
    public class beancontroll {
     private String param1;
     private String param2;
     private String param3;
     
    void setwert1(String

older pastes →