search for: 447

Displaying 20 results from an estimated 597 matches for "447".

2006 Feb 11
11
[Bug 447] iptables doesn't support multiple times the same match in one rule
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=447 Bug 447 depends on bug 440, which changed state. Bug 440 Summary: Space in filename causes Forged DCC command from x.x.x.x: 0.0.0.0:0 https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=440 What |Old Value |New Value ------------------------------------------...
2010 Jul 22
1
Vintage Attrition Curves
...ion and forecasting. Basically, here is what I want to do (not sure of the best way): 1. Track accounts by vintage (i.e., the month of the date of sale). 2. Forecast total accounts at a given time utilizing 1. and attrition rates. So, for example, I have a vector of accounts: a <- c(346, 742, 447); 346 represents accounts sold this month (i.e., 0 months on book), 742 represents accounts sold last month (1 month on book) and 447 represent accounts sold 2 months ago (2 months on book). I also have a vector of monthly attrition rates ('h' below refers to monthly hazards): h <- c(...
2017 Jan 30
4
(RFC) Adjusting default loop fully unroll threshold
...unroller. This seems conservative because unlike dynamic/partial unrolling, fully unrolling will not affect LSD/ICache performance. In https://reviews.llvm.org/D28368, I proposed to double the threshold for loop fully unroller. This will change the codegen of several SPECCPU benchmarks: Code size: 447.dealII 0.50% 453.povray 0.42% 433.milc 0.20% 445.gobmk 0.32% 403.gcc 0.05% 464.h264ref 3.62% Compile Time: 447.dealII 0.22% 453.povray -0.16% 433.milc 0.09% 445.gobmk -2.43% 403.gcc 0.06% 464.h264ref 3.21% Performance (on intel sandybridge): 447.dealII +0.07% 453.povray +1.79% 433.milc +1.02% 445...
2009 Nov 22
1
transferring SIP call: no voice
...ing SIP VRTP CoS mark 6 == Using UDPTL TOS bits 184 == Using UDPTL CoS mark 5 -- Executing [3008384e0 at sipgate-test:1] Answer("SIP/sipgate-00000016", "") in new stack -- Executing [3008384e0 at sipgate-test:2] Goto("SIP/sipgate-00000016", "home,447,1") in new stack -- Goto (home,447,1) -- Executing [447 at home:1] NoOp("SIP/sipgate-00000016", "xxxxxxxxx") in new stack -- Executing [447 at home:2] NoOp("SIP/sipgate-00000016", ""yyyyyyyyyyy" <xxxxxxxxx>") in new stack...
2017 Jan 02
1
[PATCH] fix compile in MSVC if UNICODE is defined (SF bug 447)
...needs fixing. Speaking of which... the attched patch fixes building when UNICODE preprocessor macro is defined (it's explained here: <http://stackoverflow.com/questions/3298569/difference-between-mbcs-and-utf-8-on-windows>). It should fix this - <https://sourceforge.net/p/flac/bugs/447/> Not a big problem though. I'm not even sure that it's a bug. -------------- next part -------------- A non-text attachment was scrubbed... Name: ms_unicode.patch Type: application/octet-stream Size: 1150 bytes Desc: not available URL: <http://lists.xiph.org/pipermail/flac-dev/attach...
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...th trace-pc-guard (the new thing) and results are similar. > name cov bits execs execs_per_sec units actual_cov actual_bits > asan-8bit-nopru 401 1443 19790806 324439 340 401 1441 > asan-8bit-prune 256 897 26528866 434899 485 447 1651 > asan-edge-nopru 447 0 35589496 583434 137 447 719 > asan-edge-prune 256 0 37576436 616007 137 447 719 > asan-trac-nopru 401 1443 12566606 206009 340 401 1441 > asan-trac-prune 256 891 16295346...
2002 Nov 26
0
[Bug 447] New: Invalid parsing for user@hostname in scp.c and ssh.c
http://bugzilla.mindrot.org/show_bug.cgi?id=447 Summary: Invalid parsing for user at hostname in scp.c and ssh.c Product: Portable OpenSSH Version: 3.5p1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Miscellaneous...
2003 Jan 03
0
[Bug 447] Invalid parsing for user@hostname in scp.c and ssh.c
http://bugzilla.mindrot.org/show_bug.cgi?id=447 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Co...
2006 Feb 11
0
[Bug 447] New: iptables doesn't support multiple times the same match in one rule
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=447 Summary: iptables doesn't support multiple times the same match in one rule Product: iptables Version: 1.3.5 Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Co...
2013 Dec 04
3
agregar meses con compras 0 cuando no aparece mes por no. de cliente
...s que realizaron. No todos los vendedores tienen ventas todos los meses. A los vendedores que aparecen en la lista quiero agregarles ventas iguales cero en aquellos meses que no aparecen en el data.frame. Por ejemplo el data.frame se podría ser así: no_cliente ventas mes 1 1 1 1 223 2 1 224 3 3 447 1 78 335,75 8 2901 186,3 2 2901 886,18 3 2901 1013,39 7 2901 979,14 9 2901 177,09 6 Tendría que quedar de la siguiente manera: no_cliente ventas mes 1 1 1 1 223 2 1 224 3 1 0 4 1 0 5 1 0 6 1 0 7 1 0 8 1 0 9 1 0 10 1 0 11 1 0 12 3 447 1 3 0 2 3 0 3 3 0 4 3 0 5 3 0 6 3 0 7 3 0 8 3 0 9 3 0 10 3 0 11...
2004 Sep 23
3
folding table into a matrix
...ropriate documentation if this is already answered somewhere (though I've been unable to find it myself). This does seem like a rather basic question. I want to fold a table into a matrix. The table is formatted like so: Column_Index Value 1 486 2 688 3 447 4 555 5 639 1 950 2 881 3 1785 4 1216 1 612 2 790 3 542 4 1310 5 976 And I want to end up with something like this: [,1] [,2] [,3] [,4] [,5] [1,] 486...
2010 May 09
1
Dimensions on svychisq on svydesign
...design (with replacement) svydesign(id = ~ID2, strata = ~STRATA, weights = ~VIGT2, data = HL07) Probabilities: Min. 1st Qu. Median Mean 3rd Qu. Max. 0.3779 0.6933 1.2880 1.3270 1.6970 3.0980 Stratum Sizes: 1 2 3 4 5 6 11 12 13 14 15 16 obs 414 403 447 479 501 464 364 453 514 540 534 521 design.PSU 414 403 447 479 501 464 364 453 514 540 534 521 actual.PSU 414 403 447 479 501 464 364 453 514 540 534 521 Data variables: NULL > xtabs(~HL07$S73 + HL07$S36 ) HL07$S36 HL07$S73 1 2 3 4 5 6 7 8 9 1 199 248 517 7...
2004 May 23
2
1.0-test11
http://dovecot.org/test/ - Added pop3_mails_keep_recent setting. Currently this only means that mails won't be moved from new/ to cur/ in maildir. More I/O friendly. - Fixed \Recent-flag handling and counters to work correctly with maildir. I think it's finally working right :) - mbox syncing fixes (but expunging still not implemented) - some other fixes.. Please try and report what
2016 Sep 21
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...guard (the new thing) and results are similar. >> name cov bits execs execs_per_sec units actual_cov actual_bits >> asan-8bit-nopru 401 1443 19790806 324439 340 401 1441 >> asan-8bit-prune 256 897 26528866 434899 485 447 1651 >> asan-edge-nopru 447 0 35589496 583434 137 447 719 >> asan-edge-prune 256 0 37576436 616007 137 447 719 >> asan-trac-nopru 401 1443 12566606 206009 340 401 1441 >> asan-trac-prune 256 8...
2017 Jan 30
0
(RFC) Adjusting default loop fully unroll threshold
...c/partial unrolling, fully unrolling will not affect LSD/ICache performance. In https://reviews.llvm.org/D28368 <https://reviews.llvm.org/D28368>, I proposed to double the threshold for loop fully unroller. This will change the codegen of several SPECCPU benchmarks: > > Code size: > 447.dealII 0.50% > 453.povray 0.42% > 433.milc 0.20% > 445.gobmk 0.32% > 403.gcc 0.05% > 464.h264ref 3.62% > > Compile Time: > 447.dealII 0.22% > 453.povray -0.16% > 433.milc 0.09% > 445.gobmk -2.43% > 403.gcc 0.06% > 464.h264ref 3.21% > > Performance (on...
2016 Sep 21
3
-sanitizer-coverage-prune-blocks=true and LibFuzzer
Hello, Is this reproducible? > Fuzzing is a probabilistic business and one or even two runs don't prove > much. > I've reproduced the behavior on two different machines. Attached is a script to do so. To use the script, - create an empty folder and copy both prune-blocks.sh and ff-http-parser.sh in there - ensure clang and clang++ are in your $PATH - cd /path/to/prune-blocks.sh
2017 Jan 30
2
(RFC) Adjusting default loop fully unroll threshold
...because > unlike dynamic/partial unrolling, fully unrolling will not affect > LSD/ICache performance. In https://reviews.llvm.org/D28368, I proposed to > double the threshold for loop fully unroller. This will change the codegen > of several SPECCPU benchmarks: > > Code size: > 447.dealII 0.50% > 453.povray 0.42% > 433.milc 0.20% > 445.gobmk 0.32% > 403.gcc 0.05% > 464.h264ref 3.62% > > Compile Time: > 447.dealII 0.22% > 453.povray -0.16% > 433.milc 0.09% > 445.gobmk -2.43% > 403.gcc 0.06% > 464.h264ref 3.21% > > Performance (on in...
2011 Nov 05
2
Doing dist on separate objects in a text file
...ield_1_R3D_D3D_PRJ_w617.tif" 412 872 1 6 "Field_1_R3D_D3D_PRJ_w617.tif" 422 863 1 7 "Field_1_R3D_D3D_PRJ_w617.tif" 429 858 1 8 "Field_1_R3D_D3D_PRJ_w617.tif" 429 880 1 9 "Field_1_R3D_D3D_PRJ_w617.tif" 437 865 1 10 "Field_1_R3D_D3D_PRJ_w617.tif" 447 855 1 11 "Field_1_R3D_D3D_PRJ_w617.tif" 450 868 1 12 "Field_1_R3D_D3D_PRJ_w617.tif" 447 875 1 13 "Field_1_R3D_D3D_PRJ_w617.tif" 439 885 1 14 "Field_1_R3D_D3D_PRJ_w617.tif" 2 8 1 What it represents are the locations of centromeres per nucleus in a microscope...
2010 Jul 23
3
[LLVMdev] fp Question
...-- 0.00146 RE 435.gromacs -- 0.00138 RE 436.cactusADM -- 0.00135 RE 437.leslie3d -- 0.00141 RE 444.namd -- 19.4 -- S 447.dealII -- 19.7 -- S 450.soplex -- 0.0380 -- S 453.povray -- 2.49 -- S 454.calculix -- 0.00135 RE 4...
2016 Sep 20
2
-sanitizer-coverage-prune-blocks=true and LibFuzzer
...n -sanitizer-coverage-prune-blocks became true by default (commit <https://github.com/llvm-mirror/llvm/commit/f593646d9ade6ab311cd6c55880bf3bdfc4b26a4> ). Here are the numbers from running the fuzzer with different options for a fixed amount of time. #units #blocks #bits options 492 447 1666 -fsanitize-coverage=edge,indirect-calls,8bit-counters -mllvm -sanitizer-coverage-prune-blocks=false 135 447 754 -fsanitize-coverage=edge -mllvm -sanitizer-coverage-prune-blocks=false 58 103 185 -fsanitize-coverage=edge,indirect-calls,8bit-counters 135 447...