All pastesPublic feed

Public feed

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

    2108400·java·674 B·2012-01-31 23:21 UTC
    response = reader.readLine();
    while(response != null) {
     response += reader.readLine();
    }
    
    /*
    Let's walk through what this is doing.
    First, it's getting a line from reader, and storing it in th
  • Miscellany

    2108398·java·674 B·2012-01-31 23:21 UTC
    response = reader.readLine();
    while(response != null) {
     response += reader.readLine();
    }
    
    /*
    Let's walk through what this is doing.
    First, it's getting a line from reader, and storing it in th
  • Someone

    2108396·text·400 B·2012-01-31 23:18 UTC
    foreach($zg_get_title as $zg_title_out) {
     echo "<li>";
     echo "<a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">";
    
     the_post_thumbnail();
    
     echo
  • Someone

    2108392·text·366 B·2012-01-31 23:13 UTC
    foreach($zg_get_title as $zg_title_out) {
     echo "<li><a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">". $zg_title_out->post_title . "</a>\n"; // Output link a
  • Someone

    2108391·text·365 B·2012-01-31 23:13 UTC
    foreach($zg_get_title as $zg_title_out) {
     echo "<li><a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">". $zg_title_out->post_title . "</a>\n"; // Output link a
  • Anonymous

    2108389·text·569 B·2012-01-31 23:10 UTC
    "function to set prose mode
     function Prose()
     set thesaurus+=~/.vim/mthesaur.txt
     let prose = 1
     colorscheme prose
     set wrap
     inoremap . .<C-g>u
     inoremap ! !<C-g>u
     i
  • 20 Continuous Oscillations

    2108387·text·9.4 KB·2012-01-31 23:09 UTC
    -0.007263184
    0.009124756
    0.01235962
    0.01235962
    0.01235962
    0.01235962
    0.01235962
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.1583862
    -0.1583862
    -0.15
  • 20 Continuous Oscillations

    2108385·text·9.4 KB·2012-01-31 23:09 UTC
    -0.007263184
    0.009124756
    0.01235962
    0.01235962
    0.01235962
    0.01235962
    0.01235962
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.0431366
    -0.1583862
    -0.1583862
    -0.15
  • Someone

    2108384·text·219 B·2012-01-31 23:09 UTC
    foreach($zg_get_title as $zg_title_out) {
     echo "<li><a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">". $zg_title_out->post_title . "</a></li>\n"; // Output l
  • Anonymous

    2108383·java·908 B·2012-01-31 23:09 UTC
    import java.io.*;
    import java.util.*;
    
    public class Ch7_9_Driver {
     
     public static void main (String[] args) throws FileNotFoundException {
     
     int numOfStudents, numOfTests;
    
     //FileReade
  • Stuff

    2108381·text·3.7 KB·2012-01-31 23:08 UTC
    body {
     margin: 0;
     font-size: 11px;
     overflow: hidden;
     }
    
     h3 {
     margin: 0;
     }
  • Unnamed

    2108380·text·38.4 KB·2012-01-31 23:07 UTC
    
        
  • Anonymous

    2108376·text·733 B·2012-01-31 23:03 UTC
    #!/bin/bash
    # init script for carbon
    
    case "$1" in
     start)
     /opt/graphite/bin/carbon-cache.py start
     /opt/graphite/bin/carbon-relay.py start
     ;;
     stop)
     /opt/gra
  • Someone

    2108373·c·1.0 KB·2012-01-31 23:02 UTC
    /* malloc: general-purpose storage allocator */
     void *malloc(unsigned nbytes)
     {
     Header *p, *prevp;
     Header *moreroce(unsigned);
     unsigned nunits;
    
     nunits = (nby
  • Stuff

    2108370·text·5.3 KB·2012-01-31 23:00 UTC
    6:45 PM - Kruncheez: Why.... just why ._.
    6:50 PM - [SM]StrikerMan780: Why complain, and just play? We're only doing this to get people to play something different for once
    6:50 PM - Kruncheez: Okay
  • Untitled

    2108368·text·1.0 KB·2012-01-31 22:58 UTC
    01/31 16:41:56 'Venom' has joined the chat.
    01/31 16:42:32 'keko' has joined the chat.
    01/31 16:42:39 keko: Turkish.
    01/31 16:42:43 keko: turkey
    01/31 16:42:50 keko: YES TURKEY
    01/31 16:42:56 Ven
  • Anonymous

    2108367·java·425 B·2012-01-31 22:56 UTC
    import java.io.*;
    import java.util.*;
    
    public class Ch7_9_Driver {
     
     public static void main (String[] args) throws FileNotFoundException {
     
     BufferedReader in = new BufferedR
  • Someone

    2108366·text·1.6 KB·2012-01-31 22:56 UTC
    SCHARAKTERYZUJ ŚRODOWISKA, W KTÓRYCH MOŻLIWA JEST SEDYMENTACJA OSADÓW WĘGLANOWYCH; OPISZ CZYNNIKI OD KTÓRYCH ZALEŻY WYTRĄCANIE WĘGLANÓW; PODAJ WSPÓŁCZESNE PRZYKŁADY SEDYMENTACJI WĘGLANOWEJ
    
    środowis
  • Unnamed

    2108365·text·1.3 KB·2012-01-31 22:55 UTC
    using UnityEngine;
    using System.Collections;
    using System;
    public class MedEnemyProjectile : MonoBehaviour {
     
     
     public GameObject enemybullet;
     
     private double radius=1;
     private double po
  • Anonymous

    2108362·c·423 B·2012-01-31 22:52 UTC
    /* morecore: ask system for more memory */
     static Header *morecore(unsigned nu)
     {
     char *cp, *sbrk(int);
     Header *up;
    
     if (nu < NALLOC)
     nu = NALLOC;

older pastes →