All pastesPublic feed

Public feed

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

    2075344·text·1011 B·2011-06-06 02:22 UTC
    Butterfree (M) @ Focus Sash
    Trait: Compoundeyes
    EVs: 4 Def / 252 SAtk / 252 Spd
    Timid Nature (+Spd, -Atk)
    - Sleep Powder
    - Stun Spore
    - Bug Buzz
    - U-turn
    
    Roobushin (M) @ Leftovers
    Trait: Gu
  • Anonymous

    2075323·javascript·245 B·2011-06-06 01:24 UTC
    function clearTable(tableId)
    {
     var mytable=document.getElementById(tableId); 
     myr = mytable.getElementsByTagName('tr');
     alert(myr.length);
     for(var u=0;u <= myr.length;u++) 
     {
     document
  • Mine

    2075317·text·5 B·2011-06-06 01:00 UTC
    dfghj
  • Stuff

    2075316·javascript·314 B·2011-06-06 00:58 UTC
    function clearTable(tableId)
    {
     var roster = document.getElementById(tableId);
     var tds = roster.getElementsByTagName('td');
     for(var i = tds.length-1; i >= 0; i--)
     {
     alert(tds[i]);
     tds[i]
  • Miscellany

    2075306·text·110 B·2011-06-06 00:21 UTC
    ACCEPT fw net udp 1194
    ACCEPT fw net tcp 1194
  • Something

    2075301·text·89.6 KB·2011-06-06 00:07 UTC
    
        
  • Mine

    2075293·text·687 B·2011-06-06 00:04 UTC
    name cfg exp got
    PB0 R 1 1
    PB1/P16 R 1 1
    PB2/P15 R 1 1
    PB3/P14 R 1 1
    PB4/SLP_TR Z 0 0
    PB5 R 1 1
    PB6/LED
  • Miscellany

    2075291·text·349 B·2011-06-05 23:57 UTC
    #include <string.h>
    #include <stdio.h>
    int main (void)
    {
     int i, pressao;
     for (i = 0; i < 5; i++)
     {
     printf("Entre com a pressao: ");
     scanf("%d", &pressao);
  • Someone

    2075289·ruby·62 B·2011-06-05 23:51 UTC
    t = Todo.find_by_id(params[:id])
     t.state = true
     t.save
  • Something

    2075288·ruby·75 B·2011-06-05 23:50 UTC
    @todo = Todo.find_by_id(params[:id]);
     @todo.state = true
     @todo.save
  • Untitled

    2075287·text·515 B·2011-06-05 23:47 UTC
    # For information about entries in this file, type "man shorewall-interfaces"
    ###############################################################################
    #ZONE INTERFACE BROADCAST
  • Miscellany

    2075281·text·9.2 KB·2011-06-05 23:34 UTC
    #!/usr/bin/perl
    use strict;
    use Irssi;
    use File::Copy;
    use warnings;
    use vars qw($VERSION %IRSSI $authkey $torrent_pass $channel $botname $botaddr $tmp_dir $watch_dir $log_file $retry $leave_fail
  • Something

    2075278·python·849 B·2011-06-05 23:17 UTC
    from numpy import matrix
    from numpy import dot
    from numpy import array
    
    def mult(a,b):
     c=a.copy()
     c[0][0]=dot(a[0][0],b[0][0])+dot(a[0][1],b[1][0])
     c[0][1]=dot(a[0][0],b[0][1])+do
  • Stuff

    2075273·text·970 B·2011-06-05 23:08 UTC
    HHHHlHxH.HxHxHxHh.lhzlHlHH '# reset state (H)' \
     HHHH0HxH.HxHxHxHh.lhzlHlHH '# test SLP_TR (0)' \
     HHHHlH0H.HxHxHxHh.lhzlHlHH '#
  • Untitled

    2075266·cpp·765 B·2011-06-05 22:42 UTC
    #ifndef GRAPH_HEADER_H
    #define GRAPH_HEADER_H
    
    //graph_header.h by Cal Zabel for CS163 Program 5
    
    #include <iostream>
    #include <string>
    using namespace std;
    
    struct vertex
    {
     //constructor
  • Unnamed

    2075264·text·4.2 KB·2011-06-05 22:38 UTC
    #!/bin/bash
    
     
    echo "Firewalling..."
    
    iptables -F # Clear the tables
    iptables
  • Untitled

    2075262·cpp·774 B·2011-06-05 22:32 UTC
    #ifndef GRAPH_HEADER_H
    #define GRAPH_HEADER_H
    
    //graph_header.h by Cal Zabel for CS163 Program 5
    
    #include <iostream>
    #include <string>
    using namespace std;
    
    struct vertex
    {
     //constructor
  • Mine

    2075261·cpp·529 B·2011-06-05 22:28 UTC
    #ifndef GRAPH_HEADER_H
    #define GRAPH_HEADER_H
    
    //graph_header.h by Cal Zabel for CS163 Program 5
    
    #include <iostream>
    #include <string>
    using namespace std;
    
    struct vertex
    {
     //constructor
  • Untitled

    2075257·text·442 B·2011-06-05 22:16 UTC
    deb http://ftp.fi.debian.org/debian/ squeeze main non-free contrib
    deb-src http://ftp.fi.debian.org/debian/ squeeze main non-free contrib
    deb http://security.debian.org squeeze/updates main contrib
  • Unnamed

    2075255·text·2.9 KB·2011-06-05 22:14 UTC
    Starting Nmap 5.00 ( http://nmap.org ) at 2011-06-05 23:59 MSD
    Interesting ports on static.13.17.63.178.clients.your-server.de (178.63.17.13):
    Not shown: 986 closed ports
    PORT STATE SERVICE

older pastes →