All pastesPublic feed

Public feed

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

    2051364·text·4.7 KB·2011-04-27 23:15 UTC
    论 趣
    
     记得那里笔记有一段,说乾隆游江南,有一天登高观海,看见海上几百条船舶,张帆往来,或往北,或往南,颇形热闹。乾隆问左右:“那几百条船到哪里去?”有一位扈从随口答道:“我看见只有两条船。”“怎样说?”皇帝问。那位随行的说:“老天爷。实在只有两条船。一条叫名,一条叫利。”乾隆点首称善。
    
     这话大体上是对的。以名利二字,包括人生一切活动的动机,是快人快语。
  • Miscellany

    2051360·text·1.0 KB·2011-04-27 23:03 UTC
    #!Rscript
    a <- c(1,2,3,4,5,4,3,2,1,5,6,-12)
    b <- c(7,4,2,1,-1,-4,5,3,2,1,0,-11)
    swappoints <- vector()
    if (length(a) != length(b)) {
     print("Horribly sorry, old chap, we need equally sized lis
  • Miscellany

    2051359·text·20.0 KB·2011-04-27 22:51 UTC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     <head
  • Miscellany

    2051357·text·1012 B·2011-04-27 22:34 UTC
    #!Rscript
    a <- c(1,2,3,4,5,4,3,2,1,5,6,-12)
    b <- c(7,4,2,1,-1,-4,5,3,2,1,0,-11)
    swappoints <- vector()
    if (length(a) != length(b)) {
     print("Horribly sorry, old chap, we need equally sized lis
  • Miscellany

    2051351·text·508 B·2011-04-27 22:08 UTC
    require(quantmod)
    y <- getFX('USD/JPY', from=Sys.Date()-499, auto.assign=F)
    x <- index(y)
    y.above <- y[as.vector(y) > mean(as.vector(y))]
    y.below <- y[as.vector(y) < mean(as.vector(y))]
    x.above <
  • Miscellany

    2051345·cpp·9.0 KB·2011-04-27 22:03 UTC
    void RunKernelCPU(int N)
    {
     for(int i = 0; i < N; i++) {
     for (int x = 0; x < NX; x++) {
     for (int y = 0; y < NY; y++) {
     switch (ELETTER[x][y])
     {
     case ELEM_FU:
     if (ELETKOR[
  • Anonymous

    2051342·text·1.1 KB·2011-04-27 21:49 UTC
    17:43:04 <Jeff> if a usb profile is loaded, select song from screenselectmusic, escape out, back to screenselectmusic. choose a different song.
    17:43:14 <Jeff> black screen, crash with a 
    17:43:14
  • Untitled

    2051341·text·1.4 KB·2011-04-27 21:48 UTC
    * libxml2-2.7.8.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
     * Package: dev-libs/libxml2-2.7.8
     * Repository: gentoo
     * Maintainer: gnome@gentoo.or
  • Miscellany

    2051336·text·15.6 KB·2011-04-27 21:39 UTC
    description: Desktop Computer
     product: GA-MA74GM-S2
     vendor: Gigabyte Technology Co., Ltd.
     width: 64 bits
     capabilities: smbios-2.4 dmi-2.4 vsyscall64 vsyscall32
     configurati
  • Anonymous

    2051335·perl·379 B·2011-04-27 21:35 UTC
    if(defined($args{QUERY})){
     $x_variant=$args{QUERY}->param('x_variant');
     }
     unless(defined($x_variant)) {
     while(my $temp=$article->find_file("guest-access-form".($x_variant+1).".inc")) {
  • Miscellany

    2051334·text·253 B·2011-04-27 21:27 UTC
    require(quantmod)
    y <- getFX('USD/CAD', from=Sys.Date()-499, auto.assign=F)
    y.above <- y[as.vector(y) > mean(as.vector(y))]
    y.below <- y[as.vector(y) < mean(as.vector(y))]
    plot(y, type='n')
    polyg
  • Unnamed

    2051333·text·794 B·2011-04-27 21:26 UTC
    class version : private std::pair<unsigned int, unsigned int>
     {
     public:
     explicit version(unsigned int major = 2, unsigned int minor = 0) throw();
     std::string str() const throw(
  • Unnamed

    2051331·text·9.4 KB·2011-04-27 21:18 UTC
    [ 62/421] cxx: ingen/src/server/PostProcessor.cpp -> build/ingen/src/server/PostProcessor.cpp.1.o
    In file included from /home/joe/building/drobilla-lad/ingen/src/serialisation/Serialiser.hpp:30,
  • Someone

    2051326·text·1.7 KB·2011-04-27 21:04 UTC
    #!/bin/bash
    #
    
    # Delete old file...
    rm /var/www/adblockhosts.txt
    
    echo "Download new files..."
    wget --limit-rate=20K -qO /var/www/rawhosts0.txt http://pgl.yoyo.org/as/serverlist.php?hostfor
  • Someone

    2051321·text·447 B·2011-04-27 20:30 UTC
    jcf@compsoc ~/Cabal-1.8.0.4 $ ./Setup configure --user --prefix=$HOME/.cabal
    Configuring Cabal-1.8.0.4...
    jcf@compsoc ~/Cabal-1.8.0.4 $ ./Setup build
    Preprocessing library Cabal-1.8.0.4...
    Buildin
  • Miscellany

    2051318·text·2.3 KB·2011-04-27 20:12 UTC
    cmake .
    -- Building Spring for 32bit environment
    -- Found AI Wrapper: Cpp-AIWrapper
    -- Found AI Wrapper: LegacyCpp-AIWrapper
    -- Found AI Wrapper: LegacyCpp-Creg-AIWrapper
    -- Found AI Wrapper: CUt
  • flash_webtop16g.cfg

    2051317·text·5.7 KB·2011-04-27 20:11 UTC
    #==============================================
    # Olympus Memory Map
    # http://compass.mot.com/go/342391245
    # Ver 1.30
    #==============================================
    [device]
    type=hsm
  • Unnamed

    2051315·text·741 B·2011-04-27 20:05 UTC
    vector:/~/packages/vasm
    milkdud:$ ls
    PKGBUILD putcontrib@ sudoers.d-vasm
    packagers.forum slack-changes vasm-7.0-noarch-1vl70.txz
    
    vector:/~/packages/vasm
    milkdud:$ putcontrib 
    Usin
  • Mine

    2051314·text·2.8 KB·2011-04-27 20:03 UTC
    64 bytes from www.phpbb.com (140.211.15.9): icmp_req=172 ttl=47 time=203 ms (DUP!)
    64 bytes from www.phpbb.com (140.211.15.9): icmp_req=175 ttl=47 time=202 ms
    64 bytes from www.phpbb.com (140.211.15
  • Miscellany

    2051313·text·571 B·2011-04-27 20:02 UTC
    15:58 < manOwl> BitWraith: I have a problem
    15:59 < manOwl> my adsense account is on a different email than my google 
     checkout account.
    15:59 < manOwl> and when I try to open an ad

older pastes →