Displaying 20 results from an estimated 31 matches for "resul".
Did you mean:
result
2004 May 11
1
calling data frames
...3,X8,X18,X23,X63,X82,X83)
Guilda6<-cbind(X6,X38,X39,X44,X45,X46,X47,X49,X50,X51,X52,X53,X54,X55,X56,X57,X58,X59,X60,X61,X62,X84)
Guilda7<-cbind(X1,X2,X42,X43,X64,X65,X66,X67,X68,X79,X80)
Guilda8<-cbind(X7,X15,X16,X70,X71,X72,X73,X74,X75,X76)
Guilda9<-cbind(X4,X9,X10,X11,X12,X13,X14,X81)
Resul.Guilda1<-sum(apply(Guilda1,2,sum))
Resul.Guilda2<-sum(apply(Guilda2,2,sum))
Resul.Guilda3<-sum(apply(Guilda3,2,sum))
Resul.Guilda4<-sum(apply(Guilda4,2,sum))
Resul.Guilda5<-sum(apply(Guilda5,2,sum))
Resul.Guilda6<-sum(apply(Guilda6,2,sum))
Resul.Guilda7<-sum(apply(Guilda7,2,sum...
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 numbe...
2003 Mar 17
1
Error in making R-1.6.2.
...configure:8871: WARNING: you cannot build info versions of the R manuals
configure:12127: WARNING: arpa/inet.h: present but cannot be compiled
configure:12129: WARNING: arpa/inet.h: check for missing prerequisite headers?
configure:12131: WARNING: arpa/inet.h: proceeding with the preprocessor's result
configure:12127: WARNING: netdb.h: present but cannot be compiled
configure:12129: WARNING: netdb.h: check for missing prerequisite headers?
configure:12131: WARNING: netdb.h: proceeding with the preprocessor's result
configure:12127: WARNING: netinet/in.h: present but cannot be compiled
conf...
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, 20...
2007 Nov 05
0
Ajax - attachment_fu - rmagick and iframe
...t;
<% end -%>
<iframe id=''upload_frame'' name="upload_frame"
style="width:1px;height:1px;
border:0px" src="about:blank"></iframe>
controller
-----------
def create
@photo = Photo.new(params[:photo])
if @photo.save
resul = Content.find(:all, :conditions => "est_id = ''" +
@session[:current_user]+ "''")
for item in resul do
urlList << item.title << "=1&"
end
enc_url = URI.encode(urlList)
redirect_to enc_u...
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 Grou...
2013 Aug 27
0
[LLVMdev] Adding diversity for security (and testing)
...single memory address in order to construct a return-oriented program. What you're proposing requires reading out more of the address space.
A recent paper at Oakland proposed a "just-in-time code reuse" attack that repeatedly uses a memory disclosure and JITs an attack based on the results [1]. So while it does make the attackers job harder, it doesn't prevent such attacks.
1. Kevin Z. Snow, Fabian Monrose, Lucas Davi, Alexandra Dmitrienko, Christopher Liebchen, and Ahmad-Reza Sadeghi. Just-In-Time Code Resule: On the Effectiveness of Find-Grained Address Space Layout Randomiz...
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 co...
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 - Net...
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 ls ... works well.
shaping, qos works...
2012 Mar 06
11
Buscando la solución más eficiente para generar resultados a partir de un list
...e recoger esas series.
Como consecuencia de lo anterior, en "misSeries" tengo 2 elementos principales y cada uno tiene 3 subelementos (uno por serie temporal).
Pues bien, sobre esta variable (misSeries) debo aplicar diferentes funciones para obtener diversos parámetros.
Un ejemplo:
resul <- lapply(series, function(x) lapply (x, AnalisisMacroscopico))
Pues bien: exactamente esos resultados no los debo generar para cada serie, sino para cada serie y período, pudiendo existir más de un período (supongamos 5 períodos); de tal modo que debo volcar en fichero una tabla de resultado...
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
...e even have circular links, such as:
/home/username/foo/foo1/foo2/foo3/foo4 -> /home/username/foo/foo1
All these links are causing some dovecot imap process to endlessly search.
An example of a strace of a running imap processes shows:
stat64("/home/xxx//jlab/jlab/dev/tail/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/resul
ts/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/fake/e94010/3RDT
RY/interp/radcor/results/fake/e94010/3RDTRY/interp/radcor/results/fa ......
2015 Apr 18
6
[Bug 90092] New: Screen Hangs Displaying Black and White Rectangles After Resuming from Suspend
...reated attachment 115184
--> https://bugs.freedesktop.org/attachment.cgi?id=115184&action=edit
dmesg (kernel_log.txt)
I got the same problem than the one described in the bug 89186.
(https://bugs.freedesktop.org/show_bug.cgi?id=89186)
A black and white mosaic displayed on my screen after resuling from suspend.
I also tried a 3.19 kernel without success.
I first reported to Debian (the distro I use).
See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781337
The maintainers told me it is mainly a kernel problem.
They also asked to report it upstream to help.
--
You are receiving...
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 in each result set. So in the animals fiel...
2006 Apr 16
1
openssh 4.3 on IRIX 5.3
...ent but cannot be compiled
configure: WARNING: ia.h: check for missing prerequisite headers?
configure: WARNING: ia.h: see the Autoconf documentation
configure: WARNING: ia.h: section "Present But Cannot Be Compiled"
configure: WARNING: ia.h: proceeding with the preprocessor's result
configure: WARNING: ia.h: in the future, the compiler will take
precedence
configure: WARNING: ##
------------------------------------------- ##
configure: WARNING: ## Report this to openssh-unix-
dev at mindrot.org ##
configure: WARNING: ##
-------------------------------------...
2011 Dec 09
3
[LLVMdev] Adding option to LLVM opt to disable a specific pass from command line
...LL code that after use of LLVM 'opt' get
> > transformed by 'loop-idom' pass into an 'llvm.memcpy' for an overlapping
> > loop:
> >
> > static void
> > t0(int n)
> > {
> > int i;
> > for (i=0; i<n; i++)
> > result[i+1] = result[i];
> > }
>
> Do you really want to assign result[0] to everything?
>
> I wonder how much work it is to each the loop-idiom pass to handle this
> and the case of reverse indices correctly, if result is char *. E.g.
> create either memset or memmove...
>
>...
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" <r-help-es@r-project.org>
Fecha: jueves, 8 de marzo, 2012 07:15
Hola, ¿qué tal?.
Gracias, Jorge y Carlos.
En principio lo he implementado siguiendo la suge...