search for: resuls

Displaying 20 results from an estimated 31 matches for "resuls".

Did you mean: result
2004 May 11
1
calling data frames
Dear List, I've around 1000 *.txt files, I've generate with other software. I've now done the following code (below). My question is how can I automate this (with do.call () ?), so it could be done for all the *.txt files. Thanks in advance, Rog??rio names<- list.files() file <- "BLU_Var_%04d.txt" for(i in 1:1000){
2010 Oct 08
2
R: Why this deosn't work?, matrix, rounding error?
Hello Why this works: ncota <- 1 nslope <- 29 resul <- matrix(rep(0,ncota*nslope*4),ncota*nslope,4) But this doesn't? ncota <- 1 sini <- 0.1; sfin <- 1.5; spaso <- 0.05; nslope <- 1+((sfin-sini)/spaso) resul <- matrix(rep(0,ncota*nslope*4),ncota*nslope,4) I guess the problem is that the division gives a noninteger number. How can I get the second one work? I
2003 Mar 17
1
Error in making R-1.6.2.
I have just tried to update the version of R on our system, and when I did ``make'', I got the following error message: ===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+=== gcc -I. -I../../src/include -I../../src/include -DHAVE_CONFIG_H -g -O2 -c platform.c -o platform.o In file included from /usr/include/netinet/in.h:41, from
2006 Dec 05
1
unsuccessful speex_echo_cancel() usage
...b using testecho.c and it depends heavily on the playback/capture delay. I used clear speech as far-end input and same speech with a bit of reverb, attenuation and delay as mic nput. I also tried using played and recorded speech for mic input. I tried different constant delays and got the following resuls. When the delay is 50 ms, the attenuation decreases twice, and with a 100 ms delay there?s almost no echo cancellation. Unfortunately, the application suggests the delay is up to 160 ms. I use a frame size of 128 and a tail length of 1024, the sampling rate is 8000. I tried tail lengths of 640, 204...
2007 Nov 05
0
Ajax - attachment_fu - rmagick and iframe
Hello I am uploading images ajax-attachment_fu-rmagick and an iframe and me climb correctly, but when I finish the process and the driver will I redirect_to enc_url I recharge layer ajax. I tried with redirect_to enc_url :partial => ''m_content'' and redirect_to enc_url, :update => ''m_content''. But neither I recharge ... rhtml ------ <% form_for(photo,
2010 Dec 06
1
SQL codes on Controller
I use the SQL code in the controller as follow: sql = ActiveRecord::Base.connection(); @countlikes = sql.execute("SELECT COUNT(rateint) as result FROM rates"); But it returns the resuls as #<PGresult:0xb6ea00e0> in the view i.e. @countlikes = #<PGresult:0xb6ea00e0> I wanted the integer value. I am wondering how to use sql codes in the controller -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To po...
2013 Aug 27
0
[LLVMdev] Adding diversity for security (and testing)
On Aug 26, 2013, at 2:39 PM, Stephen Crane <sjcrane at uci.edu> wrote: > We have been working on adding randomness into code generation > to create a diverse population of binaries. This diversity prevents > code-reuse attacks such as return-oriented-programming (ROP) by > denying the attacker information about the exact code layout. Putting on my security hat (as opposed to
2004 Jul 25
1
pound key tone generated after call answered?
...pound.", and NOT "hello, this is steve, please leave message" as i expected. also of note is that this only happens when dialing using IAX2 with a call termination provider, and not with ZAP and a POTS line. also note that i've tried two different IAX2 providers with the same resuls. (using zap and pots lines is not preferrable in this case) one more note is that i've disabled the 'beep' before the recording starts (commented out lines in app_record.c and re-built code), just in case that was causing it -- no change in behavior, though. any thoughts on what cou...
2009 Jan 03
5
Improving the website and forums
...Something that is not helping us with Google is the prefix "www.centos.org - " to every page of the website (including the forums). It is annoying in the sense that it pushes the important keywords to the end of the title and sometimes out of view of regular users (yes, Google search resuls are trimmed). As an example, seaching for "wireless site:www.centos.org" results in titles that are missing all the important items: www.centos.org - Forums - CentOS 5 - Networking Support - Wireless ... 14.7. Establishing a Wireless Connection www.centos.org - Forums - CentOS 5 - Netw...
2005 Jan 13
2
tc class ls dev (device) ... segfault.
Hello. I have got strange problem with tc utility (iproute2-ss001007) on linux 2.4.18. No matter what rules i am going to test, the resul of ''tc class ls/show'' is always the same : ATSLite ()# tc -s class ls dev eth1 do_page_fault() #2: sending SIGSEGV to tc for illegal read access from 00000000 (epc == 00000000, ra == 00408750) Segmentation fault tc -s qdisc ls , tc -s filter
2012 Mar 06
11
Buscando la solución más eficiente para generar resultados a partir de un list
Hola:   Tengo una lista de 2 elementos, cada uno de los cuales contiene información relativa a un sujeto (Pablo y Carlos).   lSujetos <- list() lSujetos[[1]] <- list(nomfich="Pablo", colTime=5, colVars=c(6,7,8)) lSujetos[[2]] <- list(nomfich="Carlos", colTime=5, colVars=c(6,7,8)) A continuación, leo las series temporales correspondientes a cada individuo. En este caso
2011 Nov 18
2
assigning multiple outputs
Hi All, So I figured out how to do multiple outputs, but whats the best/ recommended way of assigning them. f<-function{a=1; b=1; list(a,b)} I want to be able to say assign into a and b straight away rather that doing a=f()[[1]] and b=f()[[2]]. It would be best if I can get around this without having to assigning this to a third dummy variable. Thanks, Sachin [[alternative HTML version
2008 Feb 29
2
links causing dovecot endless search through user's homedirs
Hello, My user's imap folder locations are a mess. Some have them in /home/username/mail but a lot of them just have them in /home/username. So I need to have dovecot's base imapdir pointed directly at the user's homedirs. My problem now is that a lot of users have many links in their homedirs. Some even have circular links, such as: /home/username/foo/foo1/foo2/foo3/foo4 ->
2015 Apr 18
6
[Bug 90092] New: Screen Hangs Displaying Black and White Rectangles After Resuming from Suspend
https://bugs.freedesktop.org/show_bug.cgi?id=90092 Bug ID: 90092 Summary: Screen Hangs Displaying Black and White Rectangles After Resuming from Suspend Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2011 Sep 28
1
using the system command
Hi, I started playing around with a function for using StatTransfer (version 10) for importing data. This started as a simple task but it's not working and so now I'm very frustrated. I'm using R version 2.13 on Windows 7. The function, called fn.importData, is: function(file = NULL, type = NULL){ ## ## create statTransfer command file -
2006 Sep 07
7
counting occurences of words in the result set
Hello, I need to be able to count the occurences of certain terms in the reults. Currently my setup is Ferret 0.10.1 aaf bleeding edge. results = VoObject.find_by_contents(query,:offset=>page, :limit=> 20,:sort => sort_fields) I use results.total_hits for pagination. This all works really nicely. However i need to be able to know how many occurences of certain predefined terms occur
2006 Apr 16
1
openssh 4.3 on IRIX 5.3
Dear developers, OpenSSH 4.3 (both p1 and p2) has a number of issues on IRIX 5.3 which were not present with 4.2p1: configure thinks that a number of header files are unusable. This is because in order to use them other headers such as sys/types.h must be included as well, and configure's test code does not do so. checking ia.h usability... no checking ia.h presence... yes configure:
2011 Dec 09
3
[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line
2011/12/9 Joerg Sonnenberger <joerg at britannica.bec.de> > On Fri, Dec 09, 2011 at 10:03:37AM +0100, Seb wrote: > > I think my explanation is not clear, my front-end did NOTt generate > > 'llvm.memcpy' it generate LL code that after use of LLVM 'opt' get > > transformed by 'loop-idom' pass into an 'llvm.memcpy' for an overlapping >
2007 May 19
7
Puppet Trac throwing errors again for documentation pages
Hi, https://reductivelabs.com/trac/puppet/wiki/DocumentationStart https://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction https://reductivelabs.com/trac/puppet/wiki/PuppetMasters https://reductivelabs.com/trac/puppet/wiki/PuppetBestPractice - Max
2012 Mar 09
0
Rv: Re: Buscando la solución más eficiente para generar resultados a partir de un list
Hola, qué tal? Reenvío mi pregunta, por si no llegó... Gracias. Un saludo. --- El jue, 8/3/12, Ana Pérez V. <anapv78@yahoo.es> escribió: De: Ana Pérez V. <anapv78@yahoo.es> Asunto: Re: [R-es] Buscando la solución más eficiente para generar resultados a partir de un list Para: "Carlos J. Gil Bellosta" <cgb@datanalytics.com> CC: "r-help-es@r-project.org"