search for: bd2

Displaying 8 results from an estimated 8 matches for "bd2".

Did you mean: bd
2008 Oct 09
1
YALAQ - Yet Another LApply Question
...38L, 45L, 53L, 15L, 1L, 54L, 33L, 13L, 30L, 21L), tree = c(144L, 824L, 47L, 525L, 291L, 702L, 717L, 615L, 821L, 551L, 750L, 639L, 664L, 813L, 31L, 346L, 689L, 59L, 200L, 658L), bd1 = c(NA, NA, 3.6, 3.1, 4.72, 2.03, 2.88, 1.65, 5.39, 3.04, 2.75, 3.06, 2.81, 2.78, NA, 6.5, 4.62, 4.76, NA, 2.69), bd2 = c(NA, NA, 3.41, 3.06, 4.86, 2.09, 2.78, 1.8, 5.08, 3.26, 2.71, 3.1, 2.87, 2.73, NA, 6.6, 4.53, 4.97, NA, 2.81), bd = c(NA, 4.25, 3.51, 3.08, 4.79, 2.06, 2.83, 1.72, 5.23, 3.15, 2.73, 3.08, 2.84, 2.76, NA, 6.55, 4.58, 4.87, NA, 2.75), ht = c(NA, 20.4, 18.1, 18, 25.8, 13.1, 15.7, 4, 16, 14, 12...
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...refstr_put(bd->devicetree); + refstr_put(bd->architecture); + refstr_put(bd->other); + refstr_put(bd->sort_field); + + memset(bd, 0, sizeof *bd); +} + +/* + * inspired by syslinux/com32/modules/ls.c:compare_dirent + */ +int compare_bls_data(const void *p_bd1, const void *p_bd2) +{ + if (!p_bd1 || !p_bd2) + return 0; + + const struct blsdata *bd1 = *(const struct blsdata **)p_bd1; + const struct blsdata *bd2 = *(const struct blsdata **)p_bd2; + + const char *a = NULL, *b = NULL; + + if (bd1->sort_field && bd2->sort_field) { + a = bd1->sort_...
2013 Mar 11
2
how to convert a data.frame to tree structure object such as dendrogram
I have a data.frame object like: > data.frame(x=c('A','A','B','B'), y=c('Ab','Ac','Ba','Bd')) x y 1 A Ab 2 A Ac 3 B Ba 4 B Bd how could I create a tree structure object like this: |---Ab A---| _| |---Ac | | |---Ba B---| |---Bb Thanks, Zech [[alternative HTML version deleted]]
2010 Apr 03
2
Using ifelse and grep
...uot; "down" "down" "down" "down" "down" [11] "down" "down" Thanks in advance. Sam Sample Transmission section BU1 0.39353 up BU2 0.38778 up BU3 0.42645 up BM1 0.37510 mid BM2 0.5103 mid BM3 0.67224 mid BD1 0.37482 down BD2 0.54716 down BD3 0.50866 down BU1 0.34869 up BU2 0.32831 up BU3 0.59877 up BM1 0.52518 mid BM2 0.94387 mid BM3 0.94387 mid BD1 0.46872 down BD2 0.63115 down BD3 0.45239 down n" "down" "down" "down" "down" "down" "down" -...
2019 May 24
3
[PATCH] (vesa)menu.c32: Add support for BLS
...strlen(bd->sort_field) + strlen(sf) + 1 + ); + strcat(bd->sort_field, sf); + } + p = get_word(skipspace(p), &sort_field); + } + + return (bd->linux_ || bd->efi) ? 0 : -1; +} + +static int compare_blsdata(const void *p_bd1, const void *p_bd2) +{ + const struct blsdata *bd1 = *(const struct blsdata **)p_bd1; + const struct blsdata *bd2 = *(const struct blsdata **)p_bd2; + + const char *a = NULL, *b = NULL; + + if (bd1->sort_field && bd2->sort_field) { + a = bd1->sort_field; + b = bd2->sort_f...
2010 May 19
1
Cannot have both select and radio_button together on the same form
.... I am creating a form for searching purpose: <% form_for :src_cond, :url => {:action =>''search''} do |p| %> <%= p.radio_button("bd", "1") %> a <%= p.radio_button("bd", "2") %> b <%= p.select :bd2, %w[1 2 3 4],{},{:index=>nil} %> <%= p.submit "Search" %> <% end %> When I click "Search", the browser shows: "We''re sorry, but something went wrong. We''ve been notified about this issue and we''ll take a look at it shortl...
2011 Jun 09
0
rsync 3.0.7 hangs with unreadable hard-links files
...welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. $ ls -dl foo drwxr-xr-x 2 chris chris 4096 2011-06-09 23:23 foo $ ls -il foo total 8 15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd 15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2 $ rsync -avv --hard-links foo /tmp sending incremental file list delta-transmission disabled for local transfer or --whole-file rsync: send_files failed to open "/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13) ^Crsync error: received SIGINT, SIGTERM, or SIGHUP (c...
2011 Jun 19
1
[Bug 8246] New: rsync hangs with --hard-links and unreadable files
...welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. $ ls -dl foo drwxr-xr-x 2 chris chris 4096 2011-06-09 23:23 foo $ ls -il foo total 8 15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd 15958048 --w------- 2 chris chris 193 2011-05-25 19:19 bd2 $ rsync -avv --hard-links foo /tmp sending incremental file list delta-transmission disabled for local transfer or --whole-file rsync: send_files failed to open "/home/chris/Dropbox/perlwork/brandysnap/foo/bd2": Permission denied (13) ^Crsync error: received SIGINT, SIGTERM, or SIGHUP (co...