All pastesPublic feed

Public feed

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

    2108340·text·775 B·2012-01-31 22:37 UTC
    import java.io.*;
    import java.util.*;
    
    public class Ch7_9_Driver {
     
     public static void main (String[] args) throws FileNotFoundException {
     
     int numOfStudents, numOfTests;
    
     FileReader
  • --- trunk/OpenSimSearch/Modules/

    2108339·text·2.3 KB·2012-01-31 22:36 UTC
    --- trunk/OpenSimSearch/Modules/SearchModule/OpenSearch.cs 2012-01-31 05:45:38.000000000 -0800
    +++ trunk/OpenSimSearch/Modules/SearchModule/OpenSearch.cs 2012-01-31 13:26:37.000000000 -0800
  • Bladerunner wifli kernel 2.6.21

    2108338·text·5.2 KB·2012-01-31 22:36 UTC
    CONFIG_MIPS=y
    
    CONFIG_ZONE_DMA=y
    CONFIG_RALINK_RT5350_MP=y
    CONFIG_RALINK_RT5350=y
    CONFIG_RT5350_ASIC=y
    CONFIG_RT2880_DRAM_16M=y
    CONFIG_MTD_SPI_RALINK=y
    CONFIG_RALINK_RAM_SIZE=16
    CONFIG_MTD_PH
  • Untitled

    2108336·text·2.7 KB·2012-01-31 22:36 UTC
    <div id="page-content">
     <div id="page-content-left">
     
     <div id="page-content-title">HabJamz Hotel Rules ~ IMPORTANT! PLEASE READ CAREFULLY!</div>
     <div id="page-conte
  • Stuff

    2108334·text·1.1 KB·2012-01-31 22:32 UTC
    Program received signal SIGSEGV, Segmentation fault.
    0x004060e0 in S_FreeSfx (sfx=0x0, force=true) at snd_main.c:296
    296 channels[ch_ind].flags |= CHANNELFLAG_LO
  • Anonymous

    2108332·text·1.9 KB·2012-01-31 22:31 UTC
    <style type="text/css">
    
    h2 {display:none;}
    
    #image2 {position:absolute;left:80;top:-20;}
    #friendsimage {position:absolute;left:20;top:680;}
    #text {position:absolute;left:630;top:5;width:300;hei
  • Unnamed

    2108331·java·1.1 KB·2012-01-31 22:31 UTC
    private void addStaffProfile() throws NullInputException {
     StaffProfile tempStaffProfile = new StaffProfile();
     tempStaffProfile.setExperience((StaffExperienceType)comboExperience
  • minecraft

    2108330·text·7.0 KB·2012-01-31 22:30 UTC
    #!/bin/bash
    
    # Alloc's Minecraft Installer:
    
    # feel free to change, update, improve, and release this script
    
    # suggestions of feedback? reach me at alloc@dr.com
    
    # This script, in no way, i
  • Something

    2108328·text·1.9 KB·2012-01-31 22:30 UTC
    Host Loss% Snt Last Avg Best Wrst StDev
     1. gw62.netcamp.se
  • Someone

    2108327·text·1.8 KB·2012-01-31 22:29 UTC
    拝啓、
    
    留学生になる意思を説明する前に、私が日本語の勉強を始めた理由を説明したいです。
    
    まず、英語がもうよくできたし、日本語に興味がありましたから、高校を卒業した後で「英語と日本語の学士呉」をしました。未来の仕事で外国語を使うことはもう知りました。そのときに、日本語が好きで、英語より一番大切なことになり、日本文化と日本語を一生懸命勉強しました。
    
    日本語をそんなに使っていたいので、
  • Someone

    2108326·text·1.8 KB·2012-01-31 22:29 UTC
    拝啓、
    留学生になる意思を説明する前に、私が日本語の勉強を始めた理由を説明したいです。
    
    まず、英語がもうよくできたし、日本語に興味がありましたから、高校を卒業した後で「英語と日本語の学士呉」をしました。未来の仕事で外国語を使うことはもう知りました。そのときに、日本語が好きで、英語より一番大切なことになり、日本文化と日本語を一生懸命勉強しました。
    日本語をそんなに使っていたいので、フランス
  • Miscellany

    2108325·php·7.5 KB·2012-01-31 22:28 UTC
    <?php
    
    /*
     Copyright 2010 Silvia Pfeiffer (email : silviapfeiffer1@gmail.com)
    
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General P
  • Untitled

    2108324·text·1.9 KB·2012-01-31 22:28 UTC
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    
    C:\Users\joelm>ipconfig /flushdns
    
    Windows IP Configuration
    
    Successfully flushed the DNS R
  • Unnamed

    2108322·text·636 B·2012-01-31 22:26 UTC
    if(txtLongQueueSize.getText().length() == 0){
     throw new NullInputException();
     }
     else if(txtNormalServeSpeed.getText().length() == 0){
     throw new NullInputException
  • Someone

    2108320·text·2.5 KB·2012-01-31 22:25 UTC
    /********************************************************************
     *
     * Lab 3 : ScoreTable.cpp
     *
     * Author: Benjamin McComb
     * bam125@zips.uakron.edu
     *
     * Purpose: Demonstration o
  • Miscellany

    2108319·text·491 B·2012-01-31 22:25 UTC
    while($counter < $postCount):
     if(!empty($array)):
    ?>
     <tr>
     <td>
     <a href="#">{post title}</a>
  • Anonymous

    2108317·text·335 B·2012-01-31 22:23 UTC
    Linux Labb 3 - System administration
    
    Installera Debian 6.0.4
    
    Lära använda ifconfig & route
    använda statiska inställningar för nätverket
    starta, stoppa, starta om tjänster
    Använda init/telinit
  • script

    2108316·python·644 B·2012-01-31 22:23 UTC
    def reshuffle(group = me.piles['Discard Pile']): # This function reshuffles the player's discard pile into their deck.
     mute()
     Deck = me.Deck # Just to save us some repetition
     for card in g
  • script

    2108315·python·90.9 KB·2012-01-31 22:22 UTC
    
        
  • Untitled

    2108314·text·2.7 KB·2012-01-31 22:22 UTC
    braserv*CLI> rtp set debug off
    RTP Debugging Disabled
     == Using SIP RTP CoS mark 5
     -- Executing [900@sip-phones:1] VoiceMailMain("SIP/casasip-0000007b", "") in new stack
     -- <SIP/casasip-0

older pastes →