search for: lop

Displaying 20 results from an estimated 55 matches for "lop".

Did you mean: log
2011 Jul 05
4
if else lop
I am trying to use if...else loop and have included a code snippet which I might like to expand. Maybe you could steer me in the right direction. library(stats) library(prob) { a <- sample ( 1:4,100, replace=T,prob=c(0.1,0.2,0.5,0.3)) b<-sample(3:6,100,replace=T,prob=c(0.2,0.2,0.2,0.4)) } dd <- data.frame(a,b) if (subset finds a vector) ( print that vector) (else
2007 Feb 14
1
Scheduling in backgroundrb not working
...ny help is appreciated !!!! My Server details: Ruby 1.8.4 Rails 1.1.6 Backgroundrb - 1.2.1 CENT OS .. (Installed backgroundrb as rails plugin ie. /vendor/plugins/background...) ------------------------------------ backgroundrb.yml----------------- :host: localhost :port: 2000 :rails_env: development my_scheduler: :class: :mailman_worker :job_key: :foo_name :worker_method: :send_emails_to_people :trigger_args: 0 */1 * * * * * ------------------------------------------my mailman_worker.rb -------- class MailmanWorker < BackgrounDRb::Worker::RailsBase def do_work(a...
2014 Apr 30
2
Proper gl_SampleMask output
.../*0028*/ F2I.S32.F32.TRUNC R0, R0; > /*0030*/ IMUL32I.U32.U32 R0, R0, 0x10204081; > /*0038*/ F2I.S32.F32.TRUNC R1, R1; > /*0048*/ IMUL32I.U32.U32 R1, R1, 0x1010101; > /*0050*/ LOP.XOR R4, R0, R1; > /*0058*/ MOV32I R3, 0x3f800000; > /*0060*/ MOV32I R0, 0x0; > /*0068*/ MOV R1, R3; > /*0070*/ MOV32I R2, 0x0; > /*0078*/ EXIT ; > > While the pro...
2009 May 06
4
[LLVMdev] Suggestion: Support union types in IR
...am assigning the result of size() to some interger variable eventually. Which is true, however, if the size of that eventual variable is smaller than a pointer, then I want to check it for overflow before I do the assignment. I don't want to just do a blind bitcast and have the top bits be lopped off. The problem of checking for overflow when assigning from an integer of unknown size to an integer of known size is left as an exercise for the reader. > -Chris >
2009 Nov 19
0
In the documentation of 'Ops.Date', please remove mention about "difftime", like in the documentation of 'DateTimeClasses' (PR#14072)
...cran.bic.nus.edu.= sg/src/base-prerelease/R-latest.tar.gz. In the file Ops.Date.Rd, the phrase= =0A\emph{or} an object of class=0A \code{"\link{difftime}"}=0Ais still t= here. This is a snapshot from Ops.Date.Rd.=0A=0A\usage{=0A\special{date + x= }=0A\special{date - x}=0A\special{date1 lop date2}=0A}=0A\arguments{=0A \i= tem{date}{date objects}=0A \item{date1, date2}{date objects or character v= ectors. (Character=0A vectors are converted by \code{\link{as.Date}}.)}= =0A \item{x}{a numeric vector (in days) \emph{or} an object of class=0A = \code{"\link{difftime}"}...
2014 Apr 23
2
Proper gl_SampleMask output
Hello, I've been trying to add ARB_sample_shading support to nouveau, and am being defeated by the gl_SampleMask tests. Everything else works fine. (And naturally the tests pass with the proprietary driver.) I'm trying to do this for both GT21x, as well as GF100+. In the GT21x case, it seems like the low bit of method 0x1928 needs to be set (as well as the second-to-lowest bit), for
2015 Mar 29
2
Invalid memory access / read stack overflow when reading config with zero bytes
...9;ll expose a stack overflow. This can only be seen with valgrind or with compiling ssh with address sanitizer. I'll attach the address sanitizer and valgrind output. Reproduce: dd if=/dev/zero of=zero bs=1 count=1 valgrind -q ssh -F zero x This was found while fuzzing ssh with american fuzzy lop. (Please CC me on replies, I'm not subscribed to the list.) cu, -- Hanno B?ck http://hboeck.de/ mail/jabber: hanno at hboeck.de GPG: BBB51E42 -------------- next part -------------- A non-text attachment was scrubbed... Name: ssh-stackoverflow-asan.txt.gz Type: application/gzip Size: 958 by...
2015 Mar 17
0
[ANNOUNCE] X.Org Security Advisory: More BDF file parsing issues in libXfont
...issues in libXfont ======================================== Description: ============ Ilja van Sprundel, a security researcher with IOActive, has discovered an issue in the parsing of BDF font files by libXfont. Additional testing by Alan Coopersmith and William Robinet with the American Fuzzy Lop (afl) tool uncovered two more issues in the parsing of BDF font files. As libXfont is used by the X server to read font files, and an unprivileged user with access to the X server can tell the X server to read a given font file from a path of their choosing, these vulnerabilities have the potenti...
2014 Apr 24
0
Proper gl_SampleMask output
...c[0x0][0x0], R2; /*0028*/ F2I.S32.F32.TRUNC R0, R0; /*0030*/ IMUL32I.U32.U32 R0, R0, 0x10204081; /*0038*/ F2I.S32.F32.TRUNC R1, R1; /*0048*/ IMUL32I.U32.U32 R1, R1, 0x1010101; /*0050*/ LOP.XOR R4, R0, R1; /*0058*/ MOV32I R3, 0x3f800000; /*0060*/ MOV32I R0, 0x0; /*0068*/ MOV R1, R3; /*0070*/ MOV32I R2, 0x0; /*0078*/ EXIT ; While the proprietary-driver-generated shader is...
2014 Apr 30
0
Proper gl_SampleMask output
...F2I.S32.F32.TRUNC R0, R0; >> /*0030*/ IMUL32I.U32.U32 R0, R0, 0x10204081; >> /*0038*/ F2I.S32.F32.TRUNC R1, R1; >> /*0048*/ IMUL32I.U32.U32 R1, R1, 0x1010101; >> /*0050*/ LOP.XOR R4, R0, R1; >> /*0058*/ MOV32I R3, 0x3f800000; >> /*0060*/ MOV32I R0, 0x0; >> /*0068*/ MOV R1, R3; >> /*0070*/ MOV32I R2, 0x0; >> /*0078*/ EXIT ; >...
2015 May 10
8
[Bug 90390] New: [NV98] Modesetting causes blank screen because of INVALID_STATE [UNK0B] chid 1 mthd 0x0080 data 0x00000000
...Component: Driver/nouveau Assignee: nouveau at lists.freedesktop.org Reporter: analizer at yandex.ru QA Contact: xorg-team at lists.x.org Environment: Video card: GeForce 9300M GS (laptop) Kernel: 4.0.2-gentoo Steps to reproduce: 1. Boot 2. modprobe drm_kms_heloper 3. modprobe nouveau Expected result: Framebuffer initialization Actually after dozen attempts I had framebuffer initialized once, background was red, foreground was black and I never was able to achieve this again. Actual result: Blank screen. Still able to process keyboard input, so kernel log...
2020 Mar 18
6
Re: Fuzzing Questions
...d, > > Hope you are doing well. My name is Habib and I am current student > at the University of North Carolina at Charlotte(U.S). I am > currently following your Libnbd client fuzzing tutorial from the > Wordpress articles [https://rwmj.wordpress.com/2019/10/09/using-american-fuzzy-lop-on-network-clients/#content] > and I am having issues compiling the > Libnbd-wrapper.c file. After some research I am missing the > Libnbd.so library file that I cannot seems to find anywhere. It will > be nice if you can provide some help. Thank you for your time and > consideratio...
2019 Nov 14
1
ANNOUNCE: libnbd 1.2 & nbdkit 1.16 - high performance NBD client and server
...info?packageID=16469 *** Release notes for libnbd 1.2 *** These are the release notes for libnbd stable release 1.2. This describes the major changes since 1.0. libnbd 1.2.0 was released on 14th November 2019. Security Two security problems were found during development of libnbd 1.2. Both were backported to the 1.0 stable branch. Upgrading is highly advisable. CVE-2019-14842 protocol downgrade attack when using "LIBNBD_TLS_REQUIRE" See the full announcement and links to mitigation, tests and fixes here:...
2001 Nov 04
3
how many streams can icecast handle ?
hi everyone For my diploma work on streaming music, I'm looking into cost of handling a large amount of users. Somehow I couldnt find some experience on the net about how many concurrent streams a single box could handle using icecast (without encoding, just the streaming of pre-encoded mp3-files). Does anybody have some experience that I could include as a reference point ? Thanks !
2015 Oct 07
4
UEFI: Failed to load ldlinux.e64/ldlinux.e32
...gt; <shivendra.ashish at hpe.com> wrote: >> Still getting error >> >> Disable uderdefault address > > 1) I'm presuming this is actually "disable UseDefaultAddress" > >> Core_udp_sento: udp->configure unsuccessful >> >> This message lopping in console > > Not entirely surprising (for now) though I'd expect more output than > just that and the rest of those messages would likely tell me exactly > what the return codes are. > > More importantly, you didn't mention what else you observed or any > details...
2015 Jun 22
0
Dovecot 2.2.16: disappearing messages, mismatched summaries, duplicated messages, excessive full re-downloads
...y problem would go a long way toward clearing up most of your problems. If INDEX=MEMORY is working for you and you don't see performance degradation, there's no harm in using it, but in my opinion, it may benefit you in the future to get to the bottom of the indexing problem rather than to lop it off altogether. > I am curious if setting INDEX=MEMORY "disables the index completely" as > per http://wiki2.dovecot.org/MailLocation: "If you really want to, you > can also disable the index files completely by appending > :INDEX=MEMORY." Or if there are index f...
2004 Aug 06
0
how many streams can icecast handle ?
The simple answer is: way more than your Internet connection will support :-) The server consumes very little in the way of resources. Your outgoing bandwidth will almost certainly be the limiting factor. Just divide your available bandwidth by the bitrate of your stream (& lop off about 5% of that number for overhead & a safety margin) . Example: a T1 line = 1.54 mbps = 1540 kbps / 24kbps (stream bitrate) = 64 streams So a T-1 line can support 64 24kbps streams (in theory). In practice, about 60 -bg > hi everyone > > For my diploma work on streaming mus...
1998 Jun 04
0
"as.numeric" / "As.numeric" [was "R-beta: bugs and problems"]
...for a BADIMO(*) S built-in. e.g.: Mean - just like 'mean' but na.rm defaults to T (Ditto for Min, Median, Sum, Any, Cor, Range, etc.) Diff, Lag - return answers exactly parallel to their inputs Window - returns a ts exactly the size you asked for without lopping off the end(s) Brush - eliminates NAs, takes data frames, doesn't crash on two-column input Interp - eliminates duplicate tuples, accepts NAs Scan, Read.Table - accept "filenames" that represent Unix pipes. e.g., Scan(file = "grep ...
2010 Aug 13
2
Kalman filter
Dear All, Could anyone?give me a hand?to suggest few packages in R to running Kalman prediction and filtration ? Thanks Fir
2003 Nov 02
1
Live real extensions.conf samples?
It would be nice to see a real "extensions.conf" from a live business operation, every extensions.conf I've seen posted or been able to dig up so far would fail bad in a live business operation. I just have the beginings of mine and would like to make sure I don't miss anything. Most extensions.conf files I've seen wouldn't even let you dial "911" in