search for: anticip

Displaying 20 results from an estimated 1466 matches for "anticip".

Did you mean: anticipe
2006 Oct 31
0
6436340 check_rtime should be updated in anticipation of the IPP listener migration to ON
Author: jacobs Repository: /hg/zfs-crypto/gate Revision: e35218089ab9ba0c22d7d1ba0a738ab8f1d9cd3c Log message: 6436340 check_rtime should be updated in anticipation of the IPP listener migration to ON Files: update: usr/src/tools/scripts/check_rtime.pl
2006 May 04
3
New-user support package - suggestions?
Dear Community, This is largely a repost with some new information. I'm interested in developing a package that could ease the command-line learning curve for new users. It would provide more detailed syntax checking and commentary as feedback. It would try to anticipate common new-user errors, and provide feedback to help correct them. As a trivial example, instead of > mean(c(1,2,NA)) [1] NA we might have > mean(c(1,2,NA)) [1] NA Warning: your data contains missing values. If you wish to ignore these for the purposes of computing the mean, use the...
2004 Jul 10
1
read.table, read.fwf, and na.strings (PR#7075)
...send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # r-bugs@r-project.org # ###################################################### Is this intended behavior for the read.fwf(na.strings="-999")? I anticipated that the na.strings would be padded with blanks. Therefore I anticipated getting the result tmp2 from the simpler na.strings in the tmp1 assignment? My anticipation is based on the documentation that says "Blank fields are also considered to be missing values." > na.strings: a ve...
2010 Oct 30
0
[LLVMdev] RFC: [Proposal] Module-Level Attributes
On Oct 28, 2010, at 5:46 PM, Bill Wendling wrote: > > Comments? Hi Bill, This is a broad solution to what sounds like a specific problem. Are there any other uses for module-level attributes anticipated? Do you anticipate defining what ImageInfo, CorrectedSynthesize, GCOnly, etc. mean in LangRef.html, or are they just going to be left as "The is for ObjC." ? Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piper...
2003 Mar 11
2
Shorewall 1.4.0 RC3
I anticipate that this will be the last RC unless problems are discovered. Changes since RC2 include: * The default route is now ignored when Shorewall is detecting masqueraded networks. A warning message is issued if the default route goes through the source interface (normally, the destination interfac...
2011 Jan 16
3
Network bandwidth tools.
Hi All, I am wondering what tools are available in CentOS 5.5 that would allow me to measure incoming and outgoing network speeds? My new website seems to be getting a lot more traffic that I had anticipated off the bat and I would like to measure resource usage to ensure it is keeping up. I know that top only measures CPU Best, -Jason
2008 Jan 10
5
diff in a dataframe
...The elements in the first row of these columns cannot be computed, but can I coerce this to happen and assign a missing value there? It would be really great if I could do that, because in this case I don't have to re-index my transformed series to the dates again in a new dataframe. Thanks in anticipation. Vishal Belsare
2005 Mar 15
2
Samba and Preallocated Files
...ptures video files, it pre-allocates file space on the destination volume. If you capture to a local volume that's physically attached to a Macintosh, or if you capture to a network volume via AFP (Apple File Sharing Protocol), you can see that Final Cut instantly creates a file of the anticipated size on the destination volume at the moment just before capture begins (the anticipated size is based on the maximum capture time limit set by a user). However, when capturing videos to a Windows or Samba share, Final Cut actually will write out "dummy data" to a file, and t...
2010 Jul 16
6
Video IVR Asterisk ?
...n IVR ? One of our clients wants to set-up a video IVR system in the US and we are evaluation possible options. Also, what is the bandwidth of receiving a video call in US ? What protocols and codecs are supported and does it work on DID numbers ? Can I rent a hosted solution for this ? Thanks in anticipation of your valuable inputs. regards, Anita Hall, Simmortel. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100717/03f14c04/attachment.htm
2008 Apr 19
1
Inverse transform after applying function in frequency domain?
...ocess so that it has certain properties in the frequency domain. What I attempted was to generate a random time-series signal, use spec-pgram(), apply a function in the frequency domain, and then inverse transform back to the time-domain. This idea does not seem as straight forward in practice as I anticipated. e.g. x<-ts(rnorm(1000, 0,1), frequency=256) plot(x) ## looks like noise. pgm<-spec.pgram(x, taper=0) ## a flat spectra, white noise fx<-pgm$freq^(-1)+pgm$spec ## apply a function plot(log(fx)~log(pgm$freq)) ## scaling properties x2<-fft(fx, inverse=T) plot(Re(x2)) ## not quit...
2009 Jun 12
4
IPv6 docs, howtos, descriptions
I know...google...BUT: Does someone has good howtos, docs, descriptions, opinions in forums, or similar things about IPv6 and "related things"? I just think it would be a very good idea to collect some links about it... Regards, and thank you in anticipation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090612/1b266b9d/attachment-0003.html>
2008 Jan 24
4
Fedora user moving to CentOS
Greetings, I'm a Fedora user likely going to switch to CentOS in the next few days. I'm wondering if anyone has some heads up advice for me? I am very familiar with FC6 and before so I anticipate few problems I haven't already seen (and know were fixed). The main reason for the move is so I don't have to re-install so frequently and hopefully not have to deal with so many daily updates. I would use the 'upstream vendor' (respectfully), but I work under no IT $ budge...
2012 Oct 30
3
subtract a time period from a date
...m a date? When I do the following "2011-05-01 CEST" -"2011-04-01 CEST" I get: "Time difference of 30 days" an thats fine. But when I try "2011-05-01 CEST" - 30 I get nonsense. So how can I subtract some days, month or years from a date? thanking you in anticipation Claudia Paladini
2009 Dec 07
3
ConVirt 2.0 Beta is now available
Hi    We are very pleased to announce immediate availability of ConVirt 2.0 Beta!  Built on a brand new, 3-tier, repository-based architecture, ConVirt 2.0 incorporates many of our users’ most wanted and anticipated features. For more information, please visit us at    http://www.convirture.com/blog/2009/announcements/convirt-2-0-beta-now-available/ ConVirt Team. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.co...
2011 Jan 22
1
R - Vectorization and Functional Programming Constructs
...ramming model. I've come across some code that was markedly absent in for loops - and have been seeing some constructs that relate to functional programming and vectorized code (not that is at all unique to R of course). But I'm also new to the concept of vectorizing code. However, since I anticipate dealing with vectors of large sizes I think that this approach is probably going to serve well in terms of performance. As an example I anticipate having vector operations calling for shifting. I'll be shifting vectors to the right (or left) like below while maintaining the length and filli...
2016 Mar 06
2
GSoC 2016
..., Networks, Information security, digital forensics and ethical hacking are my core areas of interest. Currently, I am working on a research project on live forensics of GPU and volatile memories like RAMs and Caches. I am looking forward your guidance to start my contribution for LLVM, thanks in anticipation. Regards Tahir Ramzan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160306/b3e0999f/attachment.html>
2005 May 20
5
Newbie on IVR
...for sales, press 2 or hold the line for an operator" and then have MOH play before the line is picked up at the desired extesion. Please, permit me as I know this will be one of the dumbest questions to ask in a group like this. I'll apprecaite any specific guide/instruction. Thanks in anticipation. Mike --------------------------------- Discover Yahoo! Get on-the-go sports scores, stock quotes, news & more. Check it out! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050520/43e7d7f...
2004 Aug 06
2
On demand relay in icecast 2?
...terest? i'd very much like to see this feature re-appear. best, jörn <p> -- The handles of a craftsman's tools bespeak an absolute simplicity, the plainest forms affording the greatest range of possibilities for the user's hand. That which is overdesigned, too highly specific, anticipates outcome; the anticipation of outcome guarantees, if not failure, the absence of grace. - William Gibson, "All Tomorrow's Parties" Jörn Nettingsmeier Kurfürstenstr 49, 45138 Essen, Germany http://spunk.dnsalias.org (my server) http://www.linuxaudiodev.org (Linux Audio Dev...
1999 Sep 02
3
Usage figures
When the students arrive in a few weeks, we will have several thousand registered samba users and (we anticipate) several hundred simultaneous Samba connections. (This will be our first period of significant Samba use.) Our management folks are asking about collecting periodic Samba usage figures. This is a bit vague, but something like a rolling count of simultaneous connections, per-user and/or per-i...
2010 Jun 04
1
R plotting on linux, regardless of architecture of local machine
...estion may have been examined before in this forum and others and it seems a very common solution proposed depends on what machine you're accessing linux from remotely and if it's Windows you can install a X windows system to manage this which I know can be done through Cygwin. However I anticipate R on this linux machine to be used by several different users and it seems like it would be too difficult to anticipate what the architecture of all their local machines are as well as expect them to each install their own X windows manager as this is never present by default. So what I am wond...