search for: val_size

Displaying 3 results from an estimated 3 matches for "val_size".

2009 Mar 25
2
Grouping Numbers
Ugh...This should be very simple, but evidently I am not searching for the proper term. Given the below: val_size<-100000 x_vals<-rnorm(val_size) I would like to group them according to the following x_vals_mean_tmp[1]<-mean(x_vals[1:10]) x_vals_mean_tmp[2]<-mean(x_vals[11:20]) ... x_vals_mean_tmp[n]<-mean(x_vals[99991:100000]) Then, I would like to group them according to the following x_val...
2009 Feb 02
1
sieve 0.1.2 problem with address and :regex
...test with. Looks likes it another regex problem. The sieve-test I'm using had the previous regex patch applied. Stack trace is: #0 0x003e4893 in regexec@@GLIBC_2.3.4 () from /lib/i686/nosegneg/libc.so.6 #1 0x08071289 in mcht_regex_match (mctx=0x896b3d0, val=0x896b728 "antlr.org", val_size=9, key=0x8974ffd "antlr.org|mailman.unixodbc.org|research.att.com|wireshark.org", key_size=61, key_index=0) at mcht-regex.c:256 #2 0x080847c9 in sieve_match_value (mctx=0x896b3d0, value=0x896b728 "antlr.org", val_size=9) at sieve-match.c:83 #3 0x080841c5 in sieve_a...
2012 Aug 29
5
[PATCH 0/4] Add hivex APIs into the libguestfs API (RHBZ#852394)
This adds most of the hivex APIs directly to the libguestfs API, so that you can read and write Windows Registry hive files from libguestfs without needing to download and upload hive files from the guest. This is analogous to how Augeas APIs are exposed already (guestfs_aug_*) Also, inspection is now done using the new APIs, which fixes the following bug: