-
2083584·text·2.5 KB·2011-09-28 06:02 UTC
1: kd> kv
Child-SP RetAddr : Args to Child : Call Site
fffff880`07f0ff98 fffff800`02d40b52 : 00000000`0000007a fffff6fb`4
-
2083579·text·55 B·2011-09-28 05:54 UTC
http://www.public.asu.edu/~ccolbou/src/355hw5s11sol.pdf
-
2083570·text·104 B·2011-09-28 05:32 UTC
tfcs http://www.scribd.com/doc/47299154/Solution-Manual-Introduction-to-the-Theory-of-Computation-Sipser
-
2083567·text·748 B·2011-09-28 05:22 UTC
root@balancer1:/etc/network# ip route
XXX.238.130.224 dev eth0 scope link src XXX.238.130.247
XXX.238.130.224/27 dev eth0 proto kernel scope link src XXX.238.130.247
XXX.238.130.224/27 dev eth
-
2083537·cpp·962 B·2011-09-28 04:16 UTC
#include <fstream>
#include <iomanip>
#include <cmath>
#include <iostream>
using namespace std;
int main ()
{
ofstream outFile;
ifstream inFile;
outFile.open("out.data");
i
-
2083536·text·964 B·2011-09-28 04:15 UTC
#include <fstream>
#include <iomanip>
#include <cmath>
#include <iostream>
using namespace std;
int main ()
{
ofstream outFile;
ifstream inFile;
outFile.open("out.data");
i
-
2083526·text·123 B·2011-09-28 03:58 UTC
hi, this is for tfcs
http://www.scribd.com/doc/47299154/Solution-Manual-Introduction-to-the-Theory-of-Computation-Sipser
-
2083509·text·827 B·2011-09-28 03:32 UTC
$HeadersIn = array(
array('Name' => 'Subject', 'Value' => 'This is a SendMessage test subject'),
array('Name' => 'From', 'Value' => 'ApiClient@mydomai
-
2083508·text·64 B·2011-09-28 03:28 UTC
http://www.cs.uiuc.edu/class/fa08/cs373/Problem_Sets/hw8-sol.pdf
-
2083451·text·56.1 KB·2011-09-28 01:28 UTC
-
2083434·text·510 B·2011-09-28 01:01 UTC
void loop() {
for (int i = 0; i < length; i++) {
if (notes[i] == ' ') {
} else {
playNote(notes[i], beats[i] * tempo);
}
delay(beats[i] * tempo);
digitalWrite(13, HIGH);
delay(5
-
2083433·text·496 B·2011-09-28 00:59 UTC
void loop() {
for (int i = 0; i < length; i++) {
if (notes[i] == ' ') {
delay(beats[i] * tempo);
digitalWrite(13, HIGH);
delay(50);
digitalWrite(12, HIGH);
delay(50);
digitalWrite(11,
-
2083431·text·639 B·2011-09-28 00:58 UTC
[Archon, DUCK Triage]
Capital Coaxial Regenerative Projector
Capital Coaxial Regenerative Projector
Capital Murky Energy Transmitter I
Large Energy Transfer Array II
Triage Module I
Cap Rech
-
2083430·text·360 B·2011-09-28 00:57 UTC
#include <fstearm>
#include <iomanip>
using namespace std;
int main ()
{
ofstream outFile;
ifstream inFile;
outFile.open("out.data");
inFile.open("in.data");
outFile.
-
2083425·text·183 B·2011-09-28 00:49 UTC
for (int i = 0; i < length; i++) {
if (notes[i] == ' ') {
delay(beats[i] * tempo);
} else {
playNote(notes[i], beats[i] * tempo);
}
delay(tempo / 2);
-
2083400·text·567 B·2011-09-28 00:08 UTC
everegreen@everegreen-laptop:~$ sudo su - opensrf
[sudo] password for everegreen:
opensrf@everegreen-laptop:~$ touch /openils/var/log/osrfsys.log
opensrf@everegreen-laptop:~$ tail -f /openils/var/
-
2083396·objectivec·958 B·2011-09-28 00:02 UTC
// in LoginViewController
homeViewController = [[HomeViewController alloc] initWithNibName:@"HomeViewController" bundle:nil];
UIWindow *window = [UIApplication sharedApplication].keyWindow
-
2083390·text·288 B·2011-09-27 23:53 UTC
msg %link.chan Race: $iif(%temp.race == Humans, msg %link.chan 2 Humans ,$iif(%temp.race == Elves, msg %link.chan 9 Elves ,$iif(%temp.race == Orcs, msg %link.chan 3 Orcs ,$iif(%temp.race == Dwarves
-
2083380·text·285 B·2011-09-27 23:41 UTC
msg %link.chan Race: $iif(%temp.race == Humans, msg %link.chan 2Humans ,$iif(%temp.race == Elves, msg %link.chan 9Elves ,$iif(%temp.race == Orcs, msg %link.chan 3Orcs ,$iif(%temp.race == Dwarves, m
-
2083359·text·1.5 KB·2011-09-27 22:34 UTC
#include<stdio.h>
#include<sys/types.h>
#include<sys/ipc.h>
#include<sys/shm.h>
#include<fcntl.h>
#define SHMKEY 51015688
#define K 1024
int shmid;
void main(void){
int *MAX, *MIN;
int num