All pastesPublic feed

Public feed

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

    2120614·text·3.5 KB·2012-02-22 03:14 UTC
    #include "ilist_destructive.h"
    #include <stdlib.h>
    
    // The ilist ADT is a pointer to this secret struct
    struct ilist_ADT {
     struct ilist_ADT * rest;
     int first;
     int length;
    };
    
    //
  • AdvancedIO Surveillance Canada

    2120605·text·8.4 KB·2012-02-22 02:58 UTC
    [b]AdvancedIO Systems[/b]
    -founded in 2004
    -lists public address as Suite 601 – 3292 Production Way in Burnaby, B.C
    -its old public address was Suite 502 - 595 Howe Street (http://www.electronicspe
  • Mine

    2120596·text·473 B·2012-02-22 02:27 UTC
    public string GetTag(string value)
     {
     UInt32 hex = Convert.ToUInt32("0x" + value, 16);
     return ((hex & 0x000000FFU) << 24 | (hex & 0x0000FF00U) << 8 |
     (hex & 0x00FF0000U
  • Stuff

    2120595·text·8.5 KB·2012-02-22 02:25 UTC
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.
  • Unnamed

    2120593·text·2.0 KB·2012-02-22 02:19 UTC
    // def function ; alias "+###def" "+use;wait;-use;wait;+use;wait;-use;wait;+use;wait;-use;wait;+use;"
    // def function ; alias "-###def" "-u
  • Anonymous

    2120591·text·8.2 KB·2012-02-22 01:48 UTC
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.Graphics;
    import java.awt.Graphics2D;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.
  • Mine

    2120590·text·1.3 KB·2012-02-22 01:46 UTC
    [Feb 22 02:11:58] VERBOSE[5733] loader.c: app_festival.so => (Simple Festival I nterface)
    [Feb 22 02:11:58] VERBOSE[5733] pbx.c: == Registered applicat
  • Something

    2120589·scheme·515 B·2012-02-22 01:43 UTC
    (define (icons_destroy int ilst)
     (cond
     [(iempty? ilst)
     (make-ilist_ADT int ilst 1)]
     [else (define len (add1 (ilist_ADT-counter ilst)))
     (set! ilst (make-ilist_ADT int ilst
  • Anonymous

    2120588·text·846 B·2012-02-22 01:37 UTC
    // modifies il1 and il2 to form an ilist consisting of the
    // elements from il1 followed by the elements from il2
    // references to il1 and il2 cease to be valid ilists
    ilist iappend_destroy(ilist i
  • Untitled

    2120587·text·1.4 KB·2012-02-22 01:36 UTC
    try 
     {
     txtName.setBackground(Color.WHITE);
    
     double billTotal = Double.parseDouble(txtName.getText());
     int totalPeople = Integer.parseInt(txtPeople.getText());
     int incorrect
  • Stuff

    2120586·text·5 B·2012-02-22 01:35 UTC
    sdssd
  • Something

    2120584·text·60.2 KB·2012-02-22 01:23 UTC
    
        
  • Miscellany

    2120582·text·50.9 KB·2012-02-22 01:18 UTC
    
        
  • Mine

    2120581·text·1.0 KB·2012-02-22 01:18 UTC
    2012-02-22 11:16:14,195 turbogears.controllers ERROR BAD BAD BAD
    Traceback (most recent call last):
     File "/usr/lib/python2.6/site-packages/turbogears/controllers.py", line 364, in expose
     *arg
  • Unnamed

    2120580·text·757 B·2012-02-22 01:16 UTC
    #include <stdio.h>
    #include <stdlib.h>
    #include "ilist_destructive.h"
    
    static void iprint(char *label, ilist d){
     printf("%s ",label);
     while (!iempty_huh(d)) {
     printf(" %d",ifirst(d)
  • Unnamed

    2120578·text·1.3 KB·2012-02-22 00:57 UTC
    Traceback (most recent call last):
     File "/usr/lib/python2.6/site-packages/CherryPy-2.3.0-py2.6.egg/cherrypy/_cphttptools.py", line 121, in _run
     self.main()
     File "/usr/lib/python2.6/site-pac
  • Unnamed

    2120577·text·1.0 KB·2012-02-22 00:56 UTC
    Traceback (most recent call last):
     File "/usr/lib/python2.6/site-packages/CherryPy-2.3.0-py2.6.egg/cherrypy/_cphttptools.py", line 121, in _run
     self.main()
     File "/usr/lib/python2.6/site-pac
  • Mine

    2120575·text·876 B·2012-02-22 00:49 UTC
    define command{
     command_name check_http
     command_line $USER1$/check_http -H $HOSTADDRESS$ $ARG1$
     }
    
    define service{
     use local-ser
  • Anonymous

    2120573·text·1.3 KB·2012-02-22 00:34 UTC
    protected override void Draw(GameTime gameTime)
     {
    
     graphics.GraphicsDevice.Clear(Color.PapayaWhip);
     
     graphics.GraphicsDevice.SetVertexBuffer(vertices);
  • Mine

    2120569·text·50.1 KB·2012-02-22 00:06 UTC
    
        

older pastes →