All pastesPublic feed

Public feed

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

    2048852·text·689 B·2011-04-21 04:01 UTC
    MEMORY {
     flash (rx) : ORIGIN = 0x0, LENGTH = 2M
     ram (rwx) : ORIGIN = 0x30000000, LENGTH = 64M
     }
    
    _eheap = 0x30000000 + 64M - 4;
    
    SECTIONS {
     . = 0x0;
     startup : { *(.startup)} >flash
  • Someone

    2048850·text·892 B·2011-04-21 04:00 UTC
    CROSS_COMPILE = /home/jbutera/sat/bin/arm-none-eabi-
    #CROSS_COMPILE = arm-linux-gnueabi-
    #CROSS_COMPILE = /opt/local/bin/arm-elf-
    
    CC = $(CROSS_COMPILE)gcc
    AS = $(CROSS_COMPILE)as
  • Stuff

    2048849·text·1.4 KB·2011-04-21 03:59 UTC
    jbutera@devhost:~/j2440/src$ make
    /home/jbutera/sat/bin/arm-none-eabi-gcc -Wall -Wstrict-prototypes -ffreestanding -Tgcctest.lds -o gcctest.o gcctest.c
    gcctest.c: In function '_start':
    gcctest.c:
  • Miscellany

    2048845·text·366 B·2011-04-21 03:56 UTC
    joe@joe-i7-Linux:~/Documentos/Universidad/iaa/Motion-Planning/doc/state_of_art$ bibtex stateofart.aux 
    This is BibTeX, Version 0.99c (TeX Live 2009/Debian)
    The top-level auxiliary file: stateofart.a
  • Something

    2048844·text·382 B·2011-04-21 03:54 UTC
    HTTP/1.1 302 Moved Temporarily
    Connection: close
    Date: Thu, 21 Apr 2011 03:46:27 GMT
    Server: Microsoft-IIS/6.0
    X-Powered-By: ASP.NET
    Content-type: text/html
    Location: https://www.irctc.co.in/cgi
  • Mine

    2048840·text·1.5 KB·2011-04-21 03:33 UTC
    \documentclass[10pt, conference, compsocconf]{IEEEtran}
    %
    % Universidad Tecnica Federico Santa Maria
    % Departamento de Informatica
    % INF-388 -- Inteligencia Artificial Avanzada
    %
    % Prof. Elizabe
  • Unnamed

    2048836·text·157 B·2011-04-21 02:47 UTC
    #include <iostream>
    using namespace std;
    
    int main()
     {
     cout << "Hello World." << endl;
     
     cin.get();
     
     return(0);
     }
  • jorge

    2048835·text·42 B·2011-04-21 02:35 UTC
    http://www.youtube.com/watch?v=mAbZL09sxpE
  • Unnamed

    2048834·text·2.2 KB·2011-04-21 02:34 UTC
    mysql> SELECT * FROM (SELECT users.name, TO_DAYS(NOW())-TO_DAYS(minecraft_sessions.end) AS lastSeen FROM minecraft_sessions LEFT JOIN users ON minecraft_sessions.uid = users.uid WHERE TO_DAYS(NOW())-T
  • Miscellany

    2048832·text·2.5 KB·2011-04-21 02:29 UTC
    mysql> SELECT users.name, TO_DAYS(NOW())-TO_DAYS(minecraft_sessions.end) FROM minecraft_sessions LEFT JOIN users ON minecraft_sessions.uid = users.uid LEFT JOIN minecraft_sessions AS s2 ON minecraft_s
  • Someone

    2048827·text·3.9 KB·2011-04-21 02:16 UTC
    postfix: dict_eval: const mail
    postfix: dict_eval: const ipv4
    postfix: name_mask: ipv4
    postfix: dict_eval: const mail.whattheheckismattdoingintexas.com
    postfix: dict_eval: const whattheheckism
  • Untitled

    2048825·text·1.1 KB·2011-04-21 01:50 UTC
    Resumen 
    Se tiene como objetivo simplificar y agilizar el proceso de manejo de información correspondiente a la vitrina virtual de la pastelería Dulce Placer, accesible desde el sitio www.dulceplacer
  • Untitled

    2048824·text·1.1 KB·2011-04-21 01:45 UTC
    Resumen 
    Se tiene como objetivo simplificar y agilizar el proceso de manejo de información correspondiente a la vitrina virtual de la pastelería Dulce Placer, accesible desde el sitio www.dulceplacer
  • Anonymous

    2048818·text·574 B·2011-04-21 01:06 UTC
    <?xml version="1.0" encoding="utf-8"?>
    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
     <channel>
     <title>Blocked :: Baconbits Tracker</title>
  • Stuff

    2048815·text·258 B·2011-04-21 00:59 UTC
    2011-04-20 17:58 VERBOSE details tv-shows Feed didn't produce any entries. This is likely due to a mis-configured or non-functional input.
    2011-04-20 17:58 VERBOSE details tv-sho
  • Unnamed

    2048814·text·316 B·2011-04-21 00:55 UTC
    feeds:
     tv-shows:
     rss: https://marbles.org/feeds.php?
     series:
     - archer:
     quality: 720p
     watched:
     season: 2
     episode: 12
     - outsour
  • Untitled

    2048808·text·2.1 KB·2011-04-21 00:26 UTC
    As a team, select an industry to analyze. Reuters provides a list of industries and thier makeup at www.reuters.com. Each team member should acquir the nanual report or 10-K for one publicly traded co
  • Stuff

    2048807·text·1.6 KB·2011-04-21 00:23 UTC
    # By Brian Gross #
    # Co editor Liz Henry #
    # 4/20/11 #
    url = raw_input('Please enter a website url: ')
    x = raw_input('Please enter a search word: ')
    import urllib
    html_source = (urllib.urlopen('
  • Mine

    2048800·text·178 B·2011-04-20 23:36 UTC
    sub nick_change
    {
     my ( $from, $to ) = ( $_[1], $_[2] );
     if ( grep( /$from/, @users ) )
     {
     @users = grep( !/$from/, @users );
     push( @users, $to );
     }
    }
  • Miscellany

    2048795·text·1.1 KB·2011-04-20 22:36 UTC
    Device: rrqm/s wrqm/s r/s w/s rkB/s wkB/s avgrq-sz avgqu-sz await svctm %util
    sda 0.00 41.30 0.10 46.80 6.40 355.20 15.42 5.97 127.21

older pastes →