search for: dinam

Displaying 20 results from an estimated 82 matches for "dinam".

Did you mean: dynam
2006 Feb 07
3
Dinamic controller
Is it possible to make a Rails app respond to a "dinamic" controller? As I understand method_missing can be used inside a controller to respond to nonexisting methods, is it possible to provide a similar behavior at a controller level? I am not sure at whic level would this code be inserted... -- An?bal Rojas http://www.lacaraoscura.com/ anibalro...
2006 Feb 20
2
Group a dinamic number of vectors in a data.frame
Hi all, I need to create a data.frame from a variable number of vectors. The number of these vectors could change so I need a dinamic way to group all in a data.frame. The number is length(abc). e.g. vectors in my workspace N1 <-c(1,2,3,4) N2 <-c(1,2,3,4) N3 <-c(1,2,3,4) abc <-c(1,2,3) the data.frame I want to create: tcm <-data.frame(OneVector, TwoVector, paste("N",1:length(abc))) Obviously :) if...
2008 Oct 21
2
[help] Realtime Swich any context dinamically
...Realtiem/context1 at extensions [context2] switch => Realtiem/context2 at extensions [context3] switch => Realtiem/context3 at extensions ................. ................. i want to switch these 10 context whithout insert these 10 lines .... how can i switch any context to real time dinamically ? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081021/9e613913/attachment.htm
2008 Jul 31
0
Dinamically updating the registry (Was: Re: Plug & Play registry update for USB device?)
...; I really need to have the registry updated with the proper entry > for the device when the device is attached. > I have a feeling this will mean "manually" updating the registry > when I plug in the device, then running the tool... Just curious .... Is there a way to dinamically update the wine registry? By "dinamically" I mean manually updating while wine is running. Regards. --------------------------------------------------------- Ulisses de Sousa Penna Analista de TI - Banco do Brasil Fone: +55-61-3310-6320 -----------------------------------...
2003 Jun 17
0
ipfw2 docs for dinamic rules
Dear FreeBSD! I would like to use custom rules file with ipfw2. My computer goes to the net via dial-up modem and kernel ppp type. Since I don't have experience with dinamic rules, but want to, reading tutorials stranded me somewhere in the middle. In this moment I need recall of known links to docs about topic. Provider gives new address every time when connected. One machine. Via ppp... And most of all: dinamic rules. It was thread some months ago, but cannot fi...
2010 Jul 15
1
Dinamic 'mail_location' for each user
Hello, I have a lot of domains in a mail server, so I make a balanced allocation of mailboxes in the storage disks. That improves performance of access to records. Therefore, I want to overwrite 'mail_location' directive for each user. But I also want to use the modifier 'H' to spray the mailboxes of the same partition in a hash. Then, each user has your own
2013 Jul 27
3
Possibility to dinamically change cHVC size
Hello there! I know, that this thing is discussed many times already ( http://xen.1045712.n5.nabble.com/change-console-size-of-quot-xm-console-quot-td2572700.html for example), but still can''t figure out a reason, why the possiblity to dynamically change HVC size can''t be totally implemented for a many years :''(. _______________________________________________
2013 Jul 27
3
Possibility to dinamically change cHVC size
Hello there! I know, that this thing is discussed many times already ( http://xen.1045712.n5.nabble.com/change-console-size-of-quot-xm-console-quot-td2572700.html for example), but still can''t figure out a reason, why the possiblity to dynamically change HVC size can''t be totally implemented for a many years :''(. _______________________________________________
2011 Mar 31
1
Assign Names of columns in data.frame dinamically
Hello List. I have many files of ECG, each one with 7 column and I need only the second column and the name of each ECG. I am doing this but althought I have various days trying this i haven't gotten, so I ask help with this, if somebody cans help me I'll be so thankfully. --------------------------------------------------------------------------------------------------------
2018 May 08
0
Dinamic variables in loop
Dear Laura, It looks like you want to remove all rows for which each column is NA. You can to that with the code below. na.matrix <- is.na(MyData) all.na.row <- apply(na.matrix, 1, all) MyData[!all.na.row, ] Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND
2018 May 08
2
Dinamic variables in loop
Hello, I am a newbie in R and I have a problem. I want this line: newMyData <-MyData[!(is.na(col1)) | !(is.na(col2)) | !(is.na(col3)) | !( is.na(col4)) | !(is.na(col5)),] write in for loop. The number of col[number] may be different from 3 to 8 Is there any ideas? Thank you Laura [[alternative HTML version deleted]]
2002 Oct 24
5
NETWORK ROUTES
Hi all, I have a debian server with 4 network cards: The first card is used to connect to public network and this network connects with a big router. The Second, third and fourth cards are used by other networks. The first card used a dinamic route with the big router. The other cards used a static route with a little router. All runs good but my problem is when I try to use the IP of my first card in my internals networks doesn''t work because, all information doesn''t go by internals networks, it goes by the big netw...
2006 Jun 14
2
Simple FileUtils question
Hi, I have a quick question. I am trying to create folders dinamically using FileUtils.mkdir, the problem is that if the folder already exist it gives me an error. Does anyone know if there are any options to mkdir that would let me overwrite the already existing directory? I just need to create a folder with the same name everytime. Any other solution you...
2010 Jul 02
3
Install Windows in a partition of the HD using Wine
...nd > "wine winnt32.exe /syspart:E:" where E: is the partition of the hd, added using winecfg The installation started but after some seconds an error windows prompt out saying that in my pc there are basic volumes created with windows NT 4.0. It said that i have to convert them into dinamic using Disk Administrator. How can i fix it?
2005 Apr 21
2
A general view of the TC
Is there any library that i can hook on at runtime in order to create a qdisc dinamically from a program or if i want to do this I have to call the "tc" command? The disadvantage of calling the tc command from a process is that it creates an other process and this slows things up. Marius
2004 Jul 01
3
BIC vz SBIC vz SIC
...and SIC values for a logistic regression.. simillary values but different. 1) question: What are the differences? 2) question: alwasy on BIC, from stepAIC() function help page I found a "k=log(n)" argument to add. Since that produce an error, is there a way to found the "n" dinamically? Why don't add a "k=AIC" or "k=BIC" or something simillary? Thanks in advance, Bye -- Daniele Medri
2009 Oct 30
2
Real replacement for AgentCallBackLogin() on Asterisk 1.6
...i all, I would like to know if there is any application replacement for the AgentCallBackLogin() from asterisk 1.4 on asterisk 1.6. I know, from what I've read that the call back login agent can be done using a smart dialplan as showed on the docs. But I cannot thinks a flexible dialplan for a dinamic reassignation of agents to different queues every day. Thanks in advance. Mariano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091030/83b480fb/attachment.htm
2005 Dec 04
2
Adding sortables dynamically
Hi all, is there a way to define the containment option for a sortable so that it is a class name instead of an id list? I have a case very similar to the sortable lists demo, the only difference is that I'm adding new list containers dinamically, so either I need to redo the Sortable.create calls for all new elements to include the newly added container, or having someway to have them generically included (like a class name). Is such thing possible? If not, would it cost much to add that option? TIA -- Victor Jalencas <Victor.Ja...
2010 Nov 18
2
How to know which interface DomU sees the Vif device
Is there a way to dinamically know on which network interface domU sees the Vif Dom0 "gives" to them. Ex: on Dom0: Vifname: vif111.0 on DomU: vif111.0 on network interface : eth0 Best Regards, Diego Dias _______________________________________________ Xen-users mailing list Xen-users@lists.xe...
2007 Oct 08
2
OCF2 and LVM
Does anybody knows if is there a certified procedure in to backup a RAC DB 10.2.0.3 based on OCFS2 , via split mirror or snaphots technology ? Using Linux LVM and OCFS2, does anybody knows if is possible to dinamically extend an OCFS filesystem, once the underlying LVM Volume has been extended ? Thanks in advance Riccardo Paganini