-
2126497·text·102.4 KB·2012-03-09 22:21 UTC
-
2126496·text·15.5 KB·2012-03-09 22:20 UTC
C# AssignmentMakeup List:
ProgramAssign1Docs
Chap2Exercises
ProgrammingAssing2Docs
ProgramAssign2
Chap3Exercises
ProgramAssign3Docs
ProgramAssign3
Chap4Exercises
ProgramAssign4Docs
P
-
2126486·text·1.0 KB·2012-03-09 21:13 UTC
000000000000000101000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000
-
2126481·text·1.7 KB·2012-03-09 20:36 UTC
(12:10:53 PM) Garrett: yo
(12:11:08 PM) TJ: sup
(12:11:11 PM) Garrett: nm
(12:11:16 PM) Garrett: you back in the dirty?
(12:11:28 PM) TJ: ya
(12:11:30 PM) TJ: finally
(12:11:33 PM) Garrett: wher
-
2126480·text·50.9 KB·2012-03-09 19:39 UTC
-
2126479·text·175 B·2012-03-09 19:36 UTC
clock: 50000000 Hz
vdd: 16 (2.8 ~ 2.9 V)
bus mode: 2 (push-pull)
chip select: 0 (don't care)
power mode: 2 (on)
bus width: 3 (8 bits)
timing spec: 1 (mmc high-speed)
-
2126476·text·309 B·2012-03-09 19:34 UTC
iter = bt_ctf_iter_create(ctx, &begin_pos, NULL);
if (!iter) {
ret = -1;
goto error_iter;
}
while ((ctf_event = bt_ctf_iter_read_event(iter))) {
//do something
ret = bt_iter_nex
-
2126468·text·205.6 KB·2012-03-09 19:00 UTC
-
2126466·text·642 B·2012-03-09 18:54 UTC
vector u = 1 -2 3 -4
vector v = 6 7 1 -2
vector w = 5 -4 5 7
vector u * v = 3
vector u * w = 0
vector v * w = -7
factorial 0 = 1
factorial 1 = 1
factorial 2 = 2
factorial 3 = 6
factorial 4 =
-
2126465·text·2.6 KB·2012-03-09 18:53 UTC
<3>[ 1092.883605] init: untracked pid 1358 exited
<6>[ 1113.933258] batt: M2A_RPC: level_update: 82 at 1110759901163 (2012-03-09 18:12:19.927490217 UTC)
<6>[ 1113.934997] batt: batt:power_supply_cha
-
2126464·text·864 B·2012-03-09 18:52 UTC
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#define PI 3.141592653589793
void printVector();
int scalar_product();
int factorial();
double my_cos();
void main () {
int u[]
-
2126463·text·802 B·2012-03-09 18:52 UTC
/data # cat /proc/kmsg > kmsg_w_yes.txt&
cat /proc/kmsg > kmsg_w_yes.txt&
/data # ./gfree -w yes -k no --cid 22222222
./gfree -w yes -k no --cid 22222222
--cid set. CID will be changed to: 2222222
-
2126461·text·1.1 KB·2012-03-09 18:48 UTC
$ cat sidlog
Fri Mar 9 11:30:49 CST 2012: Initialisation done
Fri Mar 9 11:30:49 CST 2012: starting installation
Fri Mar 9 11:30:49 CST 2012: load the configuration
Fri Mar 9 11:30:49 CST 201
-
2126460·text·325 B·2012-03-09 18:42 UTC
/data # ./misc_version -s 1.00.000.1
./misc_version -s 1.00.000.1
--set_version set. VERSION will be changed to: 1.00.000.1
Patching and backing up partition 17...
/data # dd if=/dev/block/mmcbl
-
2126459·text·57.8 KB·2012-03-09 18:22 UTC
-
2126458·text·78.0 KB·2012-03-09 18:21 UTC
-
2126456·text·608 B·2012-03-09 18:16 UTC
/data # dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
dd if=/dev/block/mmcblk0p17 bs=1 skip=160 count=10
1.34.707.310+0 records in
10+0 records out
10 bytes (10B) copied, 0.002380 seconds, 4.
-
2126454·text·620 B·2012-03-09 18:15 UTC
[13:12] frood: ~ $ irb
irb(main):001:0> (1..10).find {|i| i == 2}
=> 2
irb(main):002:0> (1..10).find
LocalJumpError: no block given
from (irb):2:in `find'
from (irb):2:in `each'
from (irb):
-
2126451·text·426 B·2012-03-09 18:08 UTC
>> (1..10)
=> 1..10
>> (1..10).find {|i| i == 2}
=> 2
>> (1..10).find
LocalJumpError: no block given
from (irb):3:in `find'
from (irb):3:in `each'
from (irb):3:in `find'
from (irb):3
>>
-
2126449·text·717 B·2012-03-09 18:00 UTC
access:
192.168.25.119 - - [09/Mar/2012:12:57:46 -0500] "GET /eg/opac/results?fi%3Aitem_type=&query=test&qtype=keyword&loc=1 HTTP/1.0" 200 21266 "-" "Wget/1.12 (linux-gnu)"
error:
[Fri Mar 09 12: