search for: 200402

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

Did you mean: 200407
2004 Feb 19
1
[Fwd: [gentoo-announce] [ GLSA 200402-07 ] Clamav 0.65 DoSvulnerability]
...Cape Town Fax +27 (021) 683-6766, Helpdesk +27 (021) 674-9140 > -----Original Message----- > From: Thomas T. Veldhouse [mailto:veldy@veldy.net] > Sent: 18 February 2004 04:27 PM > To: freebsd-ports@freebsd.org; freebsd-security@freebsd.org > Subject: [Fwd: [gentoo-announce] [ GLSA 200402-07 ] Clamav 0.65 > DoSvulnerability] > > > Attached is a security alert from Gentoo pertaining to clam > antivirus. > It seems that as of this morning, FreeBSD's ports still contain the > affected version. > > Thank in advance, > > Tom Veldhouse >
2004 Feb 18
1
[Fwd: [gentoo-announce] [ GLSA 200402-07 ] Clamav 0.65 DoS vulnerability]
...to clam antivirus. It seems that as of this morning, FreeBSD's ports still contain the affected version. Thank in advance, Tom Veldhouse -------------- next part -------------- An embedded message was scrubbed... From: Tim Yamin <plasmaroo@gentoo.org> Subject: [gentoo-announce] [ GLSA 200402-07 ] Clamav 0.65 DoS vulnerability Date: Wed, 18 Feb 2004 13:16:29 +0000 Size: 5619 Url: http://lists.freebsd.org/pipermail/freebsd-security/attachments/20040218/d5c504dc/gentoo-announceGLSA200402-07Clamav0.mht -------------- next part -------------- A non-text attachment was scrubbed... Name: sign...
2004 Feb 06
3
Something to keep an eye on (perhaps)
As seen on the wx-dev mailing list yesterday: http://lists.wxwindows.org/cgi-bin/ezmlm-cgi?5:mss:42943:200402:ennjfiogkccphebpmcfc
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
...nction that I developed: groupingStrings<-function(yrs, numSplits) { unlist(lapply(yrs, function(x){ paste(x,formatC(numSplits, width = 2, flag = 0), collapse = "|", sep = "")})) } Here is an example of running the function: groupingStrings(2004:2006, 1:3) [1] "200401|200402|200403" "200501|200502|200503" "200601|200602|200603" This would yield first quarter matches for the years 2004 through 2006. My plan was to use both splitIt and groupingStrings to be able to create regexps all quarters. In addition I want it to be flexible enough for m...
2012 Nov 07
8
Aggregate data frame across columns
Folks, I have a data frame with columns 200401, 200402, ..., 201207, 201208. These represent years/months. What would be the best way to sum these columns by year? What about by quarter? Thanks for your time, KW -- [[alternative HTML version deleted]]
2004 Apr 01
1
Theora MVect not defined in coding mode 0
Just wondering if someone can help me out... I'm testing the core of my decoder filter (win32)... and when i get into this function: tatic void DecodeMVectors ( PB_INSTANCE *pbi,ogg_uint32_t SBRows,ogg_uint32_t SBCols ) The decoding mode is 0. When it attempts to do these lines.... pbi->FragMVect[FragIndex + 1].x = MVect[1].x;pbi->FragMVect[FragIndex + 1].y = MVect[1].y;
2004 Feb 17
1
smbldap-tools: only incremental UID's?
Hi, In smbldap-useradd.pl is a pice of code, which find the first unused uid starting from $UID_START (for example 1000). if (!defined($userUidNumber)) { # find first unused uid starting from $UID_START while (defined(getpwuid($UID_START))) { $UID_START++; } I've over 500 UID's in use (maximum UID is 1547). It works well, until you delete an user. After deleting an user,
2005 Sep 27
4
problems understanding yuv_buffer format
hi folks! once again i am trying to decode a yuv_buffer to a 24 bit RGB buffer. last time nobody seemed willing to tell me how to do this, so i am trying again. i try to make my questions more simple. what i need to know is: how many bytes are in each y, u, v array? what for are these strides? what exactly is a "plane" in a frame, and what does it do? what i want to achieve is