All pastesPublic feed

Public feed

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

    2061774·text·771 B·2011-05-16 19:47 UTC
    bethelsamin ~ # emerge -av --noreplace foopkg
    
    These are the packages that would be merged, in order:
    
    Calculating dependencies... done!
    
    Total: 0 packages, Size of downloads: 0 kB
    
     * app-mis
  • Something

    2061773·text·596 B·2011-05-16 19:46 UTC
    1 x Assemblaggio e Test PC = 34,99 EUR
    1 x CPU AMD Phenom II X4 965 3.4GHz Socket AM3 125W Deneb Black Edition Boxed HDZ965FBGMBOX = 100,20 EUR
    1 x Masterizzatore Interno LiteOn IHAS124-19 24x DVD/C
  • Someone

    2061772·text·624 B·2011-05-16 19:45 UTC
    function comparaData () {
     // declaro as duas variáveis que recuperam as datas
     var d1 = document.getElementById('data1').value;
     var d2 = document.getElementById('data2').value;
  • Untitled

    2061769·text·132 B·2011-05-16 19:43 UTC
    auto lo eth1
    iface lo inet loopback
    
    iface eth1 inet static
     address 192.168.0.100
     netmask 255.255.255.0
     gateway 192.168.0.1
  • Someone

    2061768·text·121 B·2011-05-16 19:40 UTC
    g:\quake\tools\treeqbsp.exe g:\quake\id1\maps\unnamed.map
    
    pause 
    g:
    cd quake
    g:\quake\fitzquake085.exe +map unnamed
  • Anonymous

    2061759·text·1.4 KB·2011-05-16 19:24 UTC
    Region (root) # show regions
    Region Name: Welcome Home, Region XLoc: 11000, Region YLoc: 11000, Region Port:
    9000
    Region Name: New Vision, Region XLoc: 11000, Region YLoc: 11001, Region Port: 90
    0
  • Stuff

    2061757·text·9.6 KB·2011-05-16 19:17 UTC
    <?php
    /**
     * Magento
     *
     * NOTICE OF LICENSE
     *
     * This source file is subject to the Open Software License (OSL 3.0)
     * that is bundled with this package in the file LICENSE.txt.
     * It is als
  • morroc

    2061755·text·24.7 KB·2011-05-16 19:15 UTC
    To - NinjaVoid 
    From - BlazeFirelover 
    Wed, 2011-05-04 06:22
    Friend Request
    
    Hi NinjaVoid
    
    BlazeFirelover has requested to add you as friend. If you do not know BlazeFirelover, you can ignore t
  • Untitled

    2061754·text·196 B·2011-05-16 19:13 UTC
    auto lo
    iface lo inet loopback
    
    iface eth0 inet static
    address 192.168.0.100
    netmask 255.255.255.0
    gateway 192.168.0.1
    
    iface eth1 inet static
    address 192.168.20.20
    netmask 255.255.255.0
  • Anonymous

    2061748·text·1.3 KB·2011-05-16 18:41 UTC
    Format for Biology Project - Mr. Chisolm - http://news.discovery.com/tech/spider-silk-silkworms-genetic-engineering.html
    
    22 slides(including title and citation)
    Jay – Aaron – Uka – Frank (5/13/20
  • Mine

    2061746·text·1.7 KB·2011-05-16 18:39 UTC
    13:09 -!- kota [kota@localhost.localdomain] has joined #chat_000
    13:09 -!- ServerMode/#chat_000 [+t] by localhost.localdomain
    13:09 [Users #chat_000]
    13:09 [@kota] [@root] [ eloycantero] [ victorru
  • Miscellany

    2061745·text·1.3 KB·2011-05-16 18:38 UTC
    Format for Biology Project - Mr. Chisolm - http://news.discovery.com/tech/spider-silk-silkworms-genetic-engineering.html
    
    22 slides(including title and citation)
    Jay – Aaron – Uka – Frank (5/13/20
  • Something

    2061742·text·1.7 KB·2011-05-16 18:32 UTC
    class SearchController < ApplicationController
     
     def show
     
     if params[:f]?
     
     duration = params[:f]['duration'].to_i*60
     views = params[:f]['views'].to_i
  • Untitled

    2061741·text·952 B·2011-05-16 18:29 UTC
    java.lang.NullPointerException
     at l2.universe.scripts.custom.NpcBuffer.RebuildMainHtml(NpcBuffer.java:170)
     at l2.universe.scripts.custom.NpcBuffer.onFirstTalk(NpcBuffer.java:1934)
     at l2.universe
  • Miscellany

    2061740·text·2.5 KB·2011-05-16 18:20 UTC
    http://dl.dropbox.com/u/28503318/Essential%20Cell%20Biology%20%282nd%20Edition%29/Contents%20and%20Special%20Features.pdf
    http://dl.dropbox.com/u/28503318/Essential%20Cell%20Biology%20%282nd%20Editio
  • Unnamed

    2061739·text·32 B·2011-05-16 18:14 UTC
    366a9e9607e5d6cabde7584887ba5cc1
  • Unnamed

    2061738·text·1.8 KB·2011-05-16 18:14 UTC
    o
    g++ -DHAVE_CONFIG_H -I. -I../../syncevolution/src -I.. -I../../syncevolution/src/gdbus -I../../syncevolution/src//home/dinesh/Repos/SyncEvolution/build/src/build-synthesis -I../../syncevolution/sr
  • Mine

    2061737·text·314 B·2011-05-16 18:05 UTC
    auto br0
    iface br0 inet static
     bridge_ports eth0
     bridge_stp off
     bridge_maxwait 0
     bridge_fd 0
     address 10.0.0.2
     netmask 255.255.0.0
  • Someone

    2061736·diff·1.2 KB·2011-05-16 18:03 UTC
    diff --git a/src/backends/evolution/EvolutionMemoSource.h b/src/backends/evolution/EvolutionMemoSource.h
    index 5bcb6aa..119488c 100644
    --- a/src/backends/evolution/EvolutionMemoSource.h
    +++ b/src/b
  • Unnamed

    2061733·text·302 B·2011-05-16 18:00 UTC
    #!/bin/sh
    
    RAILS_PROCS=$(pgrep -f "Rails")
    
    if [ -n "$RAILS_PROCS" ] ; then
     # Kill once using regular kill...
     for i in "$RAILS_PROCS" ; do
     kill $i
     done
    
     # Wait 5 seconds and SIGK

older pastes →