All pastesPublic feed

Public feed

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

    2134063·text·74.7 KB·2012-03-30 15:10 UTC
    
        
  • Mine

    2134047·sql·794 B·2012-03-30 14:37 UTC
    create table Tguestbooks ( 
     id serial primary key,
     name varchar(264) not null unique,
     user_id integer not null,
     date_cr timestam
  • Unnamed

    2134046·text·1.1 KB·2012-03-30 14:37 UTC
    Received: from solo.fdn.fr (solo.fdn.fr [80.67.169.19])
     by yuzu.gnd.39mm.net (Postfix) with ESMTPS id C23F02648C
     for <nicolas+fdn@limare.net>; Fri, 30 Mar 2012 15:33:54 +0200 (CEST)
  • Mine

    2134029·sql·830 B·2012-03-30 14:16 UTC
    create table Tguestbooks ( 
     id serial primary key,
     name varchar(264) not null unique,
     user_id integer not null,
     date_cr timestamp defau
  • Mine

    2134023·text·661 B·2012-03-30 14:11 UTC
    create table Tguestbooks ( 
     id serial primary key,
     name varchar(264) not null unique,
     user_id integer not null,
     date_cr timestam
  • Mine

    2134022·text·661 B·2012-03-30 14:10 UTC
    create table Tguestbooks ( 
     id serial primary key,
     name varchar(264) not null unique,
     user_id integer not null,
     date_cr timestam
  • Miscellany

    2134017·text·734 B·2012-03-30 13:59 UTC
    DEVICE=eth1
    ONBOOT=yes
    BOOTPROTO=static
    MODULE="sky2"
    DHCP=no
    BROADCAST=206.191.57.63
    IP=206.191.57.34
    NETMASK=255.255.255.224
    NETWORK=206.191.57.32
    ETHTOOL_OPTS="autoneg off speed 100 duplex
  • Untitled

    2134006·text·168.7 KB·2012-03-30 13:43 UTC
    
        
  • Someone

    2134003·text·296 B·2012-03-30 13:38 UTC
    #/etc/sysconfig/network-scripts/ifcfg-vlan223
    DEVICE="vlan223"
    ONBOOT="yes"
    TYPE="Bridge"
    IPADDR="10.0.0.10"
    NETMASK="255.255.255.0"
    BROADCAST="10.0.0.255"
    NETWORK="10.0.0.0"
    
    #/etc/sysconfig
  • Someone

    2134001·text·181 B·2012-03-30 13:32 UTC
    #/etc/sysconfig/network-scripts/ifcfg-vlan223
    DEVICE="vlan223"
    ONBOOT="yes"
    TYPE="vlan"
    IPADDR="10.0.0.10"
    NETMASK="255.255.255.0"
    BROADCAST="10.0.0.255"
    NETWORK="10.0.0.0"
  • Untitled

    2133975·text·1.5 KB·2012-03-30 12:41 UTC
    ##CONFIG
    
    local 204.98.76.44
    port 1194
    proto udp
    dev tun
    ca ca.crt
    cert server.crt
    key server.key # This file should be kept secret
    dh dh2048.pem
    server 10.8.0.0 255.255.255.0
    ifconfig-poo
  • Untitled

    2133973·text·978 B·2012-03-30 12:40 UTC
    ##CONFIG
    
    local 204.98.76.44
    port 1194
    proto udp
    dev tun
    ca ca.crt
    cert server.crt
    key server.key # This file should be kept secret
    dh dh2048.pem
    server 10.8.0.0 255.255.255.0
    ifconfig-poo
  • Mine

    2133968·text·1.7 KB·2012-03-30 12:22 UTC
    <div class="span12">
     <h4>Andrew's:</h4>
     <div class="well">
     <div class="well">
     <pre class="prettyprint linenums">
     &lt;xsl:value-of select="count(//customers/customer)"/&gt;
     </pre>
  • Stuff

    2133945·csharp·1.8 KB·2012-03-30 11:32 UTC
    public static class SocketExtensions
     {
     static SocketManager IO;
    
     static SocketExtensions() {
     IO = new SocketManager();
     IO.Start();
     }
  • Anonymous

    2133939·csharp·284 B·2012-03-30 11:27 UTC
    public static void Destroy(this Socket socket) {
     if (socket != null) {
     try {
     socket.Close(100);
    #if !MONO
     socket.Dispos
  • Mine

    2133916·text·8.4 KB·2012-03-30 10:55 UTC
    <?php
    set_time_limit(0);
    ini_set("default_charset", "UTF-8");
    set_magic_quotes_runtime(false);
    function execute_query($query, $error = "")
    {
     $query_result = @mysql_query($query);
     if($query_re
  • Miscellany

    2133915·text·834 B·2012-03-30 10:52 UTC
    <div class="span12">
     <h4>Andrew's:</h4>
     <div class="well">
     <div class="row-fluid">
     <div class="span12">
     <div class="well">
     <pre class="prettyprint linenums">
     &lt;xsl:value-
  • Miscellany

    2133905·text·6.1 KB·2012-03-30 10:36 UTC
    192.168.50.30 ---- [em0]router ---- internet ---- router2 ---- 192.168.75.51
    
    192.168.50.30:
    ~ $ lynx 192.168.75.51
    
    Looking up 192.168.75.51 first
    Looking up 192.168.75.51
    Making HTTP connecti
  • Mine

    2133899·text·178 B·2012-03-30 10:17 UTC
    i=99
    while i != 0
    do
     if i=99
     write /tmp/job.pid
     if !/tmp/job.pid
     runjob
     fi
     i=i-1
     fi
    done
    if i <= 0
     if /tmp/job.pid
     kill job
    fi
  • Someone

    2133881·text·747 B·2012-03-30 09:39 UTC
    1
    cat: All Category
    1 - Parent, ImplStmtLine, Typed :: Which is the parent (type while) of the statement in line number 7
    while w;
    Select w such that Parent ( w , 7 )
    6
    5000
    2 - Parent, Typed :

older pastes →