search for: avalable

Displaying 20 results from an estimated 86 matches for "avalable".

Did you mean: available
2002 Oct 28
3
create an object list in a loop
Hi! Probably I perform this question because I did'nt still understand the R-philosophy. I have to build many matrix, with different dimensions, and I would to assign them a same 'prefix' name, i.e. "aval", but, obviuosly different suffix, something like: for (i in 1:n) { aval%i% <- matrix(scan(data....),nrow=nr[i],ncol=nc[i] ... } where "%i%"
2003 Aug 20
1
question for loop on matrix row level.
For the 1000 simulations, a matrix will be generated each time. And, I need to choose the first row of the generated matrix. The following loop doesn't work though: for (i in 1:1000) { aval[i]<- matrixname[1,] } Any solution? thanks!
2005 Oct 15
1
generating response curves
Hello does anyone know how to visualize a response curve based on a regression model with lines rather than dots. Having a large number of parameters the following formula is to time consuming. Perhaps a built in function exists to speed up the process. Model1<-a~b #Setting the scale extent min(area) max(area) avals<-seq(0,10,.1) # generating the plot plot(area,incidence, las=1)
2003 Feb 24
0
UDP over SSH avalible
Hi! Greets to all of You. I placed sources of modified OpenSSH.3.4p1 for UDP port forwarding. It is not state of the art, but it should work. Waiting for comments... Lucas lucastm at poczta.onet.pl, lwalkiew at ia.pw.edu.pl --------------r-e-k-l-a-m-a----------------- Tanie bilety lotnicze! http://samoloty.onet.pl
2010 Nov 10
0
Build a planning avalabilities
Hi, I want to build a planning availabilities per users. I already have an idea but I don''t know if it is the easiest one to implement. I already have a user model. I could create a unavailabilites table with these columns: id, from, to, user_id And I have a calendar view where i check for each hours of the day the unavailabilities. And then I am able to build the unavailabilities table.
2010 May 03
3
gcc?
dear all i have gcc on my centos. I need to make an executable file from my c code. Can you please let me know what stuff and company do i need on my centos? Is there any gui like c++/visual c avalable for centos? Thank you
2009 May 16
2
newbie: closing unused connection + readline
Hello; I am new to R and trying to read a line from socket connection at a time but at the end of script I am getting "closing unused connection" warning. I am not able to understand how to solve this. I want to read a line from socket and then use read.table/scan on that line but it looks like I am opening multiple connections instead of just one. I think I am doing something wrong or
2008 Aug 20
1
read.csv : double quoted numbers
Hello; I am new user of R; so pardon me. I am reading a .txt file that has around 50+ numeric columns with '\t' as separator. I am using read.csv function along with colClasses but that fails to recognize double quoted numeric values. (My numeric values are something like "1,001.23"; "1,008,000.456".) Basically read.csv fails with - "scan() expected 'a
2006 Jun 05
3
output an array
Hi I have an array in a helper method and I want to oupt the contents to the screen, so i can see waht array key''s are avalible How can this be done? -- Posted via http://www.ruby-forum.com/.
2006 May 14
16
lustre clustre file system and xen 3
Hi, I am setting up a xen 3 enviroment that has a file backend and 2 application servers with live emegration between the 2 application servers. --------- --------- | app 1 | | app 2 | --------- --------- \ / \ / \ / ---------------- | file backend | ---------------- I am planing on using lustre clustre file system on the file backend. Are there
2003 Nov 28
4
Mute button in Grandstream?
Hello, Has anybody been able to get the Mute button work on grandstream? it simply does nothing. Only Hold is avalable, which is not that good. Thanks -- Anton Yurchenko<phila@dg.net.ua> Digital Generation
2020 May 18
2
LV: predication
> You have similar problems with https://reviews.llvm.org/D79100 The new revision D79100<https://reviews.llvm.org/D79100> solves your comment 1), and I don't think your comments2) and 3) apply as there are no vendor specific intrinsics involved at all here. Just to quickly discuss the optimisation pipeline, D79100<https://reviews.llvm.org/D79100> is a small extension for the
2020 May 19
3
LV: predication
Hi Simon, Thanks for reposting the example, and looking at it more carefully, I think it is very similar to my first proposal. This was met with some resistance here because it dumps loop information in the vector preheader. Doing it this early, we want to emit this in the vectoriser, puts a restriction on (future) optimisations that transform vector loops to honour/update/support this intrinsic
2006 Apr 07
2
Attended Transfer howto
There is plenty of information on the wiki for setting asterisk up for transferring calls both from the Dail() command, and features.conf. What really seems to be missing, is simply how do you actually perform the transfer? Blind transfers are pretty simple as you only have two obvious steps. How though do you do attended transfers? 1.) You have a call 2.) You dial *2 or whatever you have
2020 May 19
2
LV: predication
Invitation accepted, I am happy to help out with reviews, like I did with the previous VP patches. And of course agreed that things should be well defined, and that we shouldn't paint ourselves in a corner, but I don't think that this is the case. And it's not that I am in a rush, but I don't think this change needs to be predicated on a big change landing first like the LV
2008 Sep 02
1
R Newbie: quantmod and zoo: Warning in rbind.zoo(...) : column names differ
Hello; I am trying following but getting a warning message : Warning in rbind.zoo(...) : column names differ, no matter whatever I do. Also I do not want to specify column names manually, since I am just writing a wrapper function around getSymbols to get chunks of data from various sources - oanda, dividends etc. I tried giving col.names = T/F, header = T/F and skip = 1 but no help. I think
2020 May 18
2
LV: predication
Hi, I abandoned that approach and followed Eli's suggestion, see somewhere earlier in this thread, and emit an intrinsic that represents/calculates the active mask. I've just uploaded a new revision for D79100 that implements this. Cheers. ________________________________ From: Simon Moll <Simon.Moll at EMEA.NEC.COM> Sent: 18 May 2020 13:32 To: Sjoerd Meijer <Sjoerd.Meijer at
2007 Apr 25
5
Asterisk Business Edition Question
Hi, Can anyone in the list help me with these queries on Asterisk Business Edition. *1. Why would anyone choose the Business Editon when the whole thing is avalable as GPL?* ** *2. Is there a GUI to manage asterisk?* ** *3. Can it be compared with Asterisk NOW?* ** *4. Is the CD a complete installation package?* ** *5. If im looking for hiring a server on a remote location how will i be able to install it?* If someone can guide me on it, that would be great....
2006 Feb 14
6
Mongrel 0.3.3 -- Bug Fix
Hey Folks, This is a quick release that fixes a major bug. I forgot to require the timeout library properly in mongrel.rb so people using Mongrel outside of Rails would see pauses. 0.3.3 fixes this all up. The 0.3.3 release also has a small change to the examples/simpletest.rb file with some gzip response using Ruby''s zlib support. Curious what people think about this and whether it
2011 Jun 09
1
[LLVMdev] LLVM front-end tests
...ave a set of tests in the llvm/test/Frontend* directories which depend on llvm-gcc. I have randomly checked some tests there, and it seems they should work well with clang as well. Shell we generalize and use them with either llvm-gcc or clang front-end (whichever is a part of the current build or avalable), or keep them as llvm-gcc tests? Thanks Galina