-
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;
};
//
-
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
-
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
-
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.
-
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
-
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.
-
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
-
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
-
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
-
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
-
2120586·text·5 B·2012-02-22 01:35 UTC
sdssd
-
2120584·text·60.2 KB·2012-02-22 01:23 UTC
-
2120582·text·50.9 KB·2012-02-22 01:18 UTC
-
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
-
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)
-
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
-
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
-
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
-
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);
-
2120569·text·50.1 KB·2012-02-22 00:06 UTC