All pastesPublic feed

Public feed

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

    2122830·text·2.2 KB·2012-02-29 10:02 UTC
    3rd Rock From The Sun
    Aaahh!!! Real Monsters
    Adventure Time
    Alice
    AMV Hell
    Andromeda
    Angry Beavers
    Archer
    Asylum
    Batman The Animated Series
    Big Bang Theory
    Bill Nye The Science Guy
    Black B
  • Stuff

    2122824·text·12.3 KB·2012-02-29 09:55 UTC
    12 Monkeys
    127 Hours
    1408
    187
    21
    30 Days Of Night
    30 Days Of Night Dark Days
    300
    50-50
    9
    A Boy And His Dog
    A Clockwork Orange
    A Nightmare On Elm Street
    A Nightmare On Elm Street 2
    A Nigh
  • Stuff

    2122823·text·2.0 KB·2012-02-29 09:49 UTC
    209.035691 fe80::e:aa -> fe80::aa:e BGP [TCP Retransmission] UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE Message, UPDATE
  • Stuff

    2122820·text·1.2 KB·2012-02-29 09:39 UTC
    router bgp 65014
     bgp router-id 14.14.14.14
     neighbor fe80::2:e remote-as 65002
     neighbor fe80::2:e interface sit_2
     neighbor fe80::2:e update-source sit_2
     neighbor fe80::f:e remote-as 65015
     n
  • Untitled

    2122819·text·979 B·2012-02-29 09:33 UTC
    router bgp 65016
    bgp router-id 8.6.7.9
    no bgp default ipv4-unicast
    neighbor fe80::e:aa remote-as 65014
    neighbor fe80::e:aa update-source sit1
    neighbor fe80::e:aa interface sit1
    neighbor fe80::f:
  • Unnamed

    2122791·text·152 B·2012-02-29 07:49 UTC
    RewriteEngine On
    RewriteBase /wordpress
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php [L]
  • Eagle v6.1.0 .sch file

    2122760·xml·87.3 KB·2012-02-29 06:41 UTC
    
        
  • Miscellany

    2122756·xml·781 B·2012-02-29 06:38 UTC
    <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="horizontal">
     <Te
  • Eagle v6.1.0 DTD

    2122753·xml·18.4 KB·2012-02-29 06:37 UTC
    <!--
     EAGLE version 6.1.0 DTD
     Copyright (c) 2012 CadSoft Computer GmbH
     http://www.cadsoft.de
    
     This file describes the XML file format used by EAGLE version 6.1.0,
     hereafter referred to
  • Miscellany

    2122752·xml·781 B·2012-02-29 06:36 UTC
    <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     android:orientation="horizontal">
     <Te
  • Stuff

    2122751·java·4.9 KB·2012-02-29 06:35 UTC
    package com.example.flashcard;
    
    import android.content.Context;
    import android.os.Bundle;
    import android.view.LayoutInflater;
    import android.view.View;
    import android.view.ViewGroup;
    import and
  • Anonymous

    2122744·text·1.6 KB·2012-02-29 06:20 UTC
    (mapcar #'(lambda ( x y z) (list x z))
    '(lambda (a b) (cons a b))
    '(1 2 3)
    '(list quote z))
    
    mapcar: choose the first element in each list and call the function "#......"
    The mapcar will stop as
  • Anonymous

    2122741·text·1.4 KB·2012-02-29 06:18 UTC
    (mapcar #'(lambda ( x y z) (list x z))
    '(lambda (a b) (cons a b))
    '(1 2 3)
    '(list quote z))
    
    mapcar: choose the first element in each list and call the function "#......"
    The mapcar will stop as
  • Miscellany

    2122735·text·959 B·2012-02-29 05:56 UTC
    Can I use the keyboard to control Calculator?
    Yes. The following table describes the keyboard equivalents of the Calculator controls:
    
    Button
     Key
     
    %
     %
     
    (
     (
     
    )
     )
     
    *
     *
     
    +
  • Untitled

    2122726·text·5.9 KB·2012-02-29 05:36 UTC
    /* See LICENSE file for copyright and license details. */
    
    /* appearance */
    static const char font[] = "-*-terminus-medium-r-*-*-16-*-*-*-*-*-*-*";
    static const char normbordercolor[] =
  • Miscellany

    2122702·text·5.2 KB·2012-02-29 05:10 UTC
    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Eleven
     * @since Twenty El
  • Anonymous

    2122672·text·1.3 KB·2012-02-29 04:39 UTC
    I am trying to get the switch information for BOTH the btn_switch_sid and the dnis_switch_sid. What I get is only for one of the switches. Even if I get all the info, I'm not sure how to set up the
  • Someone

    2122649·text·9.4 KB·2012-02-29 04:05 UTC
    Logfile of Trend Micro HijackThis v2.0.2
    Scan saved at 05:00:39, on 29/02/2012
    Platform: Unknown Windows (WinNT 6.01.3504)
    MSIE: Internet Explorer v8.00 (8.00.7600.16766)
    Boot mode: Normal
    
    Runn
  • Anonymous

    2122647·text·9.4 KB·2012-02-29 04:04 UTC
    Logfile of Trend Micro HijackThis v2.0.2
    Scan saved at 05:00:39, on 29/02/2012
    Platform: Unknown Windows (WinNT 6.01.3504)
    MSIE: Internet Explorer v8.00 (8.00.7600.16766)
    Boot mode: Normal
    
    Runn
  • Someone

    2122644·text·529 B·2012-02-29 04:01 UTC
    def save = {
     def teamInstance = new Team(params)
     
     if (teamInstance.save(flush: true)) {
     flash.message = "${message(code:'default.created.message', args: [message(code

older pastes →