All pastesPublic feed

Public feed

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

    2065953·text·1.0 KB·2011-05-20 19:06 UTC
    18:05 < nbd> so the idea is still using a wrapper rcupdate.h
    18:05 < nbd> to backport this we'd need to add compat wrappers for all functions that are used that take a struct rcu_head
    18:06 < nbd> s
  • miko

    2065951·text·9.8 KB·2011-05-20 19:04 UTC
    mikobuntu@mikobuntu-Aspire-5332:~/unison/drobillad$ ./waf configure
    Setting top to : /home/mikobuntu/unison/drobillad 
    Setting out to : /home/miko
  • Miscellany

    2065949·javascript·109 B·2011-05-20 19:03 UTC
    var myvar = 'my value';
    
    (function() {
     alert(myvar); // undefined
     var myvar = 'local value';
    })();
  • Miscellany

    2065946·text·111 B·2011-05-20 19:02 UTC
    var myvar = 'my value';
    
    (function() {
     alert(myvar); // undefined
     var myvar = 'local value';
    })();
  • Miscellany

    2065944·text·16 B·2011-05-20 18:54 UTC
    P.S. I love you.
  • Someone

    2065943·text·415 B·2011-05-20 18:54 UTC
    its interesting but nothing i need to depend on as such. i trust bittorrent the most of all other services and i get full speed on it. Even if they give 10-20mb/s my plan is jut 512kbps. besides its n
  • elohim top2

    2065942·text·8.0 KB·2011-05-20 18:49 UTC
    elohim@Elohim:~$ top
    
    top - 13:49:06 up 10 days, 22:51, 2 users, load average: 12.75, 12.74, 12.05
    Tasks: 215 total, 3 running, 210 sleeping, 0 stopped, 2 zombie
    Cpu(s): 58.2%us, 39.7%sy,
  • Someone

    2065941·text·1.6 KB·2011-05-20 18:45 UTC
    willg@willg-windows:/cygdrive/c/Users/willg/Downloads/mutagen-1.20/tools $ ./mutagen-inspect thinke
    rs.m4v
    -- thinkers.m4v
    - MPEG-4 audio, 2668.83 seconds, 0 bps (audio/mp4)
    trkn=(10, 0)
    tvsh=The
  • elohim top

    2065940·text·1.8 KB·2011-05-20 18:44 UTC
    elohim@Elohim:~$ top
    
    top - 13:44:29 up 10 days, 22:47, 2 users, load average: 13.62, 12.56, 11.77
    Tasks: 216 total, 3 running, 211 sleeping, 0 stopped, 2 zombie
    Cpu(s): 57.1%us, 39.2%sy,
  • BarbVillageFisher

    2065939·text·19.0 KB·2011-05-20 18:43 UTC
    import java.awt.BasicStroke;
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Container;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import j
  • broken meerkat

    2065938·text·3.9 KB·2011-05-20 18:39 UTC
    elohim@Elohim:~$ sudo apt-get install xmame-x xmame-sdl
    [sudo] password for elohim: 
    E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
    E: Unable to lock the adm
  • Stack.java

    2065937·java·1.1 KB·2011-05-20 18:38 UTC
    package datastructs;
    
    public class Stack<T> {
    
     private StackNode<T> currentNode;
    
     public Stack() {
     currentNode = null;
     }
    
     public void push(T value){
     StackNod
  • StackNode.java

    2065935·java·513 B·2011-05-20 18:36 UTC
    package datastructs;
    
    public class StackNode<T> {
    
     private T value;
     private StackNode<T> next;
    
     public StackNode(T value, StackNode<T> next) {
     this.value = value;
  • Queue.java

    2065934·java·434 B·2011-05-20 18:34 UTC
    package datastructs;
    
    import java.util.ArrayList;
    
    public class Queue<T> {
    
     ArrayList<T> container = new ArrayList<T>();
    
     public void enqueue(T value){
     container.add(value);
  • binom_iter

    2065926·text·132 B·2011-05-20 18:19 UTC
    int binom_iter(int a, int b)
    {
     int i;
     float e = 1.0f;
     for(i=b; i >= 0; i--)
     e *= (a-i)/(b-i);
     return (int) e;
    }
  • Miscellany

    2065921·text·2.1 KB·2011-05-20 18:05 UTC
    2011.05.20.
    
    [19:22:18] <zsola> ez keszen van
    [19:22:19] <zsola> :))))
    [19:22:27] <zsola> benarkoztal shokey
    [19:22:32] <meditation> jo
    [19:22:38] <meditation> csak kussolj
    [19:22:40] <meditati
  • Something

    2065920·text·3.7 KB·2011-05-20 18:04 UTC
    #! /bin/sh
    #set -x
    
    # TOOLS NEEDED
    # SED
    # CURL
    # TEMPFILE
    # TOUCH
    # RM
    # GREP
    # CAT
    # MKDIR
    # LS
    # TAIL
    
    URL="http://www.xkcd.com"
    CONFDIR="${CONFIG:="$HOME/.xkcd/test"}"
    CONF="detai
  • Cheebitox

    2065919·c·7.8 KB·2011-05-20 18:03 UTC
    /* Lab - 7 */
    
    domains
    
     file = f
     S = string
     E = string* 
     I = integer 
     J = integer* 
    
    predicates
     
     /* Запросы */
     submenu
     talk(S)
     ssymbl(S)
     
     scheck(S,S,I)
    
     /* Мозг */
     br
  • Armi

    2065918·javascript·17 B·2011-05-20 17:58 UTC
    <html>
    
    </html>
  • Stuff

    2065914·text·1.6 KB·2011-05-20 17:43 UTC
    CREATE TABLE `registration_registrationprofile` (
     `id` int(11) NOT NULL AUTO_INCREMENT,
     `user_id` int(11) NOT NULL,
     `activation_key` varchar(40) NOT NULL,
     PRIMARY KEY (`id`),
     UNIQUE KEY

older pastes →