All pastesPublic feed

Public feed

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

    1964599·text·165.9 KB·2010-10-17 04:59 UTC
    
        
  • friends.rb

    1964592·ruby·2.6 KB·2010-10-17 04:42 UTC
    $names = File.read("friends.txt").split("\n")
    
    def first_frequencies
     first = $names.map {|line| line.split(" ")[0]}
     first_freq = (first.map {|name| [name, first.count(name)]}).uniq
     retur
  • CDDL reimplementation of od

    1964590·c·17.0 KB·2010-10-17 04:39 UTC
    /*
     * This file and its contents are supplied under the terms of the
     * Common Development and Distribution License ("CDDL"), version 1.0.
     * You may only use this file in accordance with the terms
  • 88's eyes only

    1964548·text·450 B·2010-10-17 03:21 UTC
    <header>88's</header>
    
    <title>Personel</title>
    
    <body>
    
    <p>Groton Woods Affiliations
    
     <li>
    
     <ld>Cameron Finell</ld>
     <ld>Mike Noeth</ld>
     <ld>Griffin Modzelewski</ld> 
     </li>
    
    </p>
  • getState.php

    1964506·php·518 B·2010-10-17 01:29 UTC
    <?php
    
    //States
    $states = array (
     "pakistan" => array("NWFP", "Sindh", "Balouchistan", "Punjab"),
     "india" => array("Bihar", "gujrat", "Goa", "Uttar Pardesh"),
     "usa" => array("Indiana", "Luisi
  • index.html

    1964501·html·1.4 KB·2010-10-17 01:26 UTC
    <html>
     <head>
     <title>Get states</title>
     </head>
     <body>
     <form name="form1" action="submit.php" method='POST'>
     <select name="country" onchange="window.getStates()">
     <option disabled
  • new_qoslimit.c

    1964494·c·5.5 KB·2010-10-17 01:07 UTC
    /*
    
     Tomato Firmware
     Copyright (C) 2006-2008 Jonathan Zarate
     rate limit & connection limit by conanxu
    */
    
    #include "rc.h"
    
    #include <sys/stat.h>
    
    // read nvram into files
    void new_qosl
  • Someone

    1964448·diff·961 B·2010-10-16 23:37 UTC
    From 4adabc5fa5a1476d599c354a80ebf34f0d9677bc Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sun, 17 Oct 2010 02:36:50 +0300
    Subject: [PATCH] Fix low cpu mode in openGL mode.
  • clueless

    1964398·text·780 B·2010-10-16 22:38 UTC
    Disk /dev/hdc: 20.0 GB, 20003880960 bytes
    255 heads, 63 sectors/track, 2432 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd8000000
    
     Device Boot Start E
  • clueless

    1964389·text·6.5 KB·2010-10-16 22:28 UTC
    smartctl version 5.38 [i686-pc-linux-gnu] Copyright (C) 2002-8 Bruce Allen
    Home page is http://smartmontools.sourceforge.net/
    
    === START OF INFORMATION SECTION ===
    Model Family: Hitachi Travelstar
  • luxh

    1964369·text·2.2 KB·2010-10-16 21:58 UTC
    (kgdb) bt
    #0 _get_mycpu (di=0xffffffff808aeea0) at ./machine/thread.h:73
    #1 md_dumpsys (di=0xffffffff808aeea0) at /usr/src/sys/platform/pc64/x86_64/dump_machdep.c:262
    #2 0xffffffff8035c4d6 in du
  • Something

    1964324·diff·4.0 KB·2010-10-16 21:06 UTC
    From c511560217795e9c33ca3c0d301b355fc6e09fd4 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 23:22:55 +0300
    Subject: [PATCH] Add new three colors.
    
    Add color
  • Miscellany

    1964300·diff·3.7 KB·2010-10-16 20:36 UTC
    From e210f79331d81fcea889361dc721c78e14006146 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 23:22:55 +0300
    Subject: [PATCH] Add new three colors.
    
    Add color
  • Untitled

    1964299·text·14.1 KB·2010-10-16 20:36 UTC
    Champions
    Anivia
    
     * Stats
     o Increased HP per Level to 70 from 65
     o Increased Base Damage to 48 from 45 
    
    Amumu
    
     * Bandage Toss
     o Reduced Cooldown to 16/
  • pkulas

    1964283·text·158 B·2010-10-16 20:22 UTC
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  • Unnamed

    1964280·text·799 B·2010-10-16 20:20 UTC
    # include<stdio.h>
    # include<stdlib.h>
    
    typedef struct nodo
    {
     int info;
     struct nodo *prox;
    }nodo; 
    
    nodo *inicio;
    nodo *fim;
    
    void inclusao(int n);
    
    int main()
    {
  • Lista Encadeada

    1964279·text·799 B·2010-10-16 20:19 UTC
    # include<stdio.h>
    # include<stdlib.h>
    
    typedef struct nodo
    {
     int info;
     struct nodo *prox;
    }nodo; 
    
    nodo *inicio;
    nodo *fim;
    
    void inclusao(int n);
    
    int main()
    {
  • Miscellany

    1964237·text·69 B·2010-10-16 19:30 UTC
    Congratulations. You have completed all of the levels. 
    
    Well Done!
  • Mine

    1964234·diff·1.2 KB·2010-10-16 19:23 UTC
    From 333fd4746e2bca8cf3107f380c4f809a61e44f66 Mon Sep 17 00:00:00 2001
    From: Andrei Karas <akaras@inbox.ru>
    Date: Sat, 16 Oct 2010 22:21:16 +0300
    Subject: [PATCH] Return to color config options pre
  • Mine

    1964224·text·68.0 KB·2010-10-16 19:02 UTC
    
        

older pastes →