search for: bnum

Displaying 5 results from an estimated 5 matches for "bnum".

Did you mean: blum
2012 May 24
3
rails ajax issues
...troller through ajax,so after the function i need to get that value(textfield value) in same page. *page.html.erb* <%= form_tag({:controller => ''bpages'',:action => ''add'' }, {:method => :post}) do %> <%= text_field_tag(''Bnum'' ,nil, :id => "bnum") %> <%= submit_tag "Add", :id => "addbtn", :class => "*addsubmit* btn btn-large btn-success" %> <%end%> <div class="adddtl" <strong><%= *@number*%></strong> added &...
2017 Nov 16
0
Re: [Qemu-devel] [qemu-img] support for XVA
...fh});=0A}=0A=0Asub get_size=0A{=0A my= $h =3D shift;=0A my $i =3D $estimated_size;=0A # Allow user to overr= ide the estimate by setting size=3D parameter.=0A $i =3D $config{size} i= f exists $config{size};=0A return $i;=0A}=0A=0Asub read_block=0A{=0A = my $h =3D shift;=0A my $bnum =3D shift;=0A my $offset =3D $block{$bnu= m}{offset};=0A my $size =3D $block{$bnum}{size};=0A seek ($h->{fh}, $= offset, 0);=0A my $ret =3D "";=0A my $i =3D 0;=0A while ($size > 0= ) {=0A my $n =3D read ($h->{fh}, $ret, $size, $i);=0A if ($n = =3D=...
2017 Nov 15
10
Re: [Qemu-devel] [qemu-img] support for XVA
2017-11-15 21:29 GMT+01:00 Richard W.M. Jones <rjones@redhat.com>: > Gandalf, is there an XVA file publically available (pref. not > too big) that we can look at? I can try to provide one, but it's simple: # tar tvf 20160630_124823_aa72_.xva.gz | head -n 50 ---------- 0/0 42353 1970-01-01 01:00 ova.xml ---------- 0/0 1048576 1970-01-01 01:00 Ref:175/00000000
2005 Feb 18
1
R crashes on Repeated ODBC Queries
...tmp.bidders <- unique(tmp.data$fiid) for (k in tmp.bidders){ tmp.id.data <- tmp.data[tmp.data$fiid == k,] tmp.order <- order(tmp.id.data$yld,decreasing = T) tmp.id.data <- tmp.id.data[tmp.order,] tmp.id.data$bnum <- seq(from=1,along=tmp.id.data$yld) tmp.id.data$id <- the.tranche$id tmp.id.data$auc.date <- the.tranche$aucdate tmp.id.data$mat.date <- the.tranche$matdate tmp.id.data$the.is.date <- the.tranche$issdate...
2020 Aug 01
0
Wine release 5.14
...implementation from ntdll. msvcrt: Copy strncat implementation from ntdll. msvcrt: Copy strpbrk implementation from ntdll. msvcrt: Copy strrchr implementation from ntdll. msvcrt: Add __STRINGTOLD_L and _atoldbl_l partial stubs. msvcrt: Support arbitrary buffer size in bnum. msvcrt: Introduce fpnum structure that can be used to represent 64 and 80-bit double. msvcrt: Create 64-bit mantissa in fpnum_parse. msvcrt: Don't depend on additional mantissa bits when rounding. msvcrt: Don't use strtold in __STRINGTOLD_L. msvcrt: Add __STRI...