search for: choosi

Displaying 6 results from an estimated 6 matches for "choosi".

Did you mean: choose
2007 Mar 17
5
2nd attempt - Repairing vorbis files
Hello, No public anwer came to my previous post, and my problem is urgent, so I'm trying again. I'm using Ogg Vorbis since 2000 and some of my files appear to be damaged - at least some players reject some of them (WinAmp, Quintessential Media Player beta 116). Is there a repair tool for Windows which could rebuild vorbis files so that they all could be played in WinAmp, which is very
2008 Sep 24
1
string to numeric question
this seems l ike it shouldn't be that hard but i give up. if i have a string say, temp<-"01", I want to increase it by 1 so that it becomes "02". but the following code obviously won't work when the input string is say "10" because then it gives "011" when I just want "11". uuugh. does someone know an easy way ( i guess hard is
2013 May 07
0
[LLVMdev] [Reminder] 3.3 Patches
Hi LLVMers, Now that we've branched for the 3.3 release, there is now a policy for submitting patches for the release branch. (1) All patches need to be reviewed and approved by the code owner. (2) No new features will be accepted! (3) Try to limit patches to bug fixes. If you are finishing a feature, please do it quickly. (4) Please minimize "clean-up" patches. Code Reviewers
2023 Feb 18
1
Adding support for S7 to base R
On 18/02/2023 9:51 a.m., Duncan Murdoch wrote: > One more comment: > > The utils::setBreakpoint() function should be updated to be able to set > breakpoints in S7 methods, or a substitute function should be added to > the S7 package. > > RStudio 2022.12.0+353 (not sure if that's the latest) also needs to be > taught how to do that, since it doesn't seem to use
2023 Mar 13
1
Adding support for S7 to base R
I don't know if this is the right forum, but I'd like to ask an open-ended question about the goals of the S7 OOP system, which is, where do we see the ultimate future of object-oriented programming in R being? Do we see S7 eventually complementing S3 and S4 in "base" (in quotes because S4 is provided by the methods package), or do we see (or even wish?) for S7 to supplant both
2006 May 08
13
monitoring tcp writes
i''m using the following probe to calculate how many bytes are being written by tcp write calls, by process and total: fbt:ip:tcp_output:entry { this->tcpout_size = msgdsize(args[1]); @tcpout_size[execname] = sum(this->tcpout_size); @tcpout_size["TOTAL_TCP_OUT"] = sum(this->tcpout_size); } I run this probe for N seconds. I suppose that if i get the