search for: handeled

Displaying 20 results from an estimated 109 matches for "handeled".

Did you mean: handeld
2008 Jan 08
0
Status of Timezone support / Handeling DTSTART; TZID="(GMT-05.00) Eastern Time (US & Canada)":20080107T123000
I can not tell from the docs or from the mailing list what is the state of timezone support in the iCalendar package? If I want to parse an iCalendar file that has non utc dstarts and dends will it convert those times to UTC or otherwise allow me to do that? When I tried to parse an iCalendar input file started off with something like this: BEGIN:VCALENDAR METHOD:REQUEST
2012 Jun 27
2
How to handel smtp to public servers
Hi, we do have some subnetworks for private computers, which are allowed to use there public smtp servers like msn, web.de or whatever with the users private accounts. All our own computers have to send mail trough our mailserver with user authentication. From time to time we are faced with the fact, that a virus infected private notebook sends spam and we are told by our ISP to take care :)
2010 Mar 17
3
asterisk fax handeling
Hello, I was wondering if the following was possible: When somebody sends a fax to my direct number 0101234567105 (my extension will be 105) is it possible that Asterisk, or an addon sees this as a fax, and e-mail the fax to me? So everybody with a private extension will be able to receive faxes in his e-mailbox on his direct number. Any pointers would be highly appreciated! Thanks, Peter
1998 Mar 18
1
Strange Results of summary()
--l4Siqd0eqV Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello, I run the following job. Please, compare the results of summary and table concerning berufl. From similar SPSS/PSPP runs, the result of table is correct. Did I misunderstand anything or is there a bug? What does the difference come from? What does '(other)' mean? What about the strange
2008 May 02
3
removing rows from matrix
Hi, I have a problem regarding matrix handeling. I am working with a serie of matrixes containing several columns. Now I would like to delete those rows of the matrixes,that in one of the columns contain values less than 50 or greater than 1000. How would this be possible, I have tried to create a simple function for this, but I just don't seem to get it right.Thank you so much for your help,
2006 Apr 02
5
foreign keys and migrations
...#39;t been able to find the answer to. i''ve tried searching through the forums and the api pages and haven''t found anything. Is there a way with migrations to set up foregin key relationships? (beyond putting in the relevant foregin_id attributes) Is that just supposed to be handeled at the model level with "belongs_to" and "has_many" .etc... ? I guess what I''m asking is whether relationships should just be handeled at the business level or at the business level and data level? Is there a best practices issue at work here? lots of questions I k...
2007 Aug 14
3
Should "a" match "ä" in ferret?
Hi all, I have indexed a huge amount of data with text from several european languages. In the index are values like Georg Friedrich H?ndel. I would like a search phrase like "Georg Friedrich Handel" to find records with the real spelling of H?ndel but it doesn''t seem to work. Can anyone give me an idea of what I need to do to make this happen. A bit lost here and
2009 Mar 27
1
constraint optimization: solving large scale general nonlinear problems
Hi I need advice regarding constraint optimization with large number of variables. I need to solve the following problem max f(x1,...,xn) x1,..xn x1=g1(x1,...,xn) . . xn=gn(x1,...,xn) I am using Rdonlp2 package which works well until 40 variables in my case. I need to solve this problem with over 300 variables. In this case Rdonlp2 is very very slowly. I know
2005 May 15
5
IPRoute2 vs Iptables
Hi all, As I read into the forum, NATting (SNAT) is expensive, using iptables to translate IP sucks the performance of the system. I just want to know if IProute2 can handle NATting and if it handels NATting can it performed faster than iptables? thanks, Wennie
2004 Dec 09
2
Samba and internet!
Hi everybody! I have a problem wich has pusseled me for sometime time. I have put samba on an internal subnet wich is the same as the windowsclients. Everything works great as long as internet is up and running but if internet goes down then the windowsclients can't find the sambaserver or just simly times out when trying to log in. On one installation I have a netgear router wich handels
2007 May 04
2
Asterisk Codec Translation Table
Hello list, I have always though codec translation table is dircetly connected to system speed, utill i came across this: in my lab, i have 2 boxes, First box is an Intel Celeron 1.7 GHZ with 256M RAM: show translation Translation times between formats (in milliseconds) for one second of data Source Format (Rows) Destination Format (Columns) g723 gsm ulaw alaw
2006 Apr 23
6
multiple applications to reduce complexity but how to interact...
Hi, we are building couple of application that will need to communicate with each other, because there where special in what they do, I will explain it with some general application: For example, you have a projectmanagement application, where you can store messages, milestones, enc, and you have a online time registration application. Now you want to be able to setup the task for each
2004 Sep 10
2
Asterisk and VoDSL
Hi, I'm new to telephony Software and Hardware, so please excuse my questioning. I plan to set up a little system, using Asterisk and VoDSL via Belcacom or Scarlet here in belgium. We are yust a little 2 man company and we are not always in our office. My idea is, to get VoDSL and set up a system that works as following: A customer sends SMS or phones to our office-numbers, if we are out,
2003 Jun 02
1
data.frame building
Hi all, I have two seperate questions that both deal with the way R handels data sets: First, I am trying to read a data set of 80M into R. I am using read.table(). The file is a tab file and I have tested the function for a small amount of lines. It seems to work fine (i.e. correct amount of columns and rows). However, when I try to read the full data set, R outputs a memory limit error and
2004 Jul 25
1
Multivariate ARMA Model
Hi R-Community, so far I dealt with univariate processes and used the function "arima" to estimate an ARMA(1,1)-model. For multivariate processes there are the functions "estVARXar" and "estVARXls" from package "DSE". But how can I estimate an VARMA(1,1)-model, or even better determine the orders and estimate the parameters? Much thanks in advance, Hagen
2004 Nov 02
2
Matrix decomposition: orthogonal complement
Hello, How I can compute in R the orthogonal complement of one matrix? If A (n x m ) matrix of full column rank (n>m), its orthogonal complement is denoted by A_ . A_ is n X (n-m) matrix of full column rank and such that A'A_=0. I need to compute A_. How I can compute A_ in R? Best Regards, /Florin -- Florin G. Maican Ph.D. candidate, Department of Economics School of
2009 May 27
1
Multivariate Transformations
...eling) require multivariate normal distributions. Real data, however, most often significantly depart from the multinormal distribution. Some researchers (e.g., Yuan et al., 2000) have proposed a multivariate transformation of the variables. Can you tell me, if and how such a transformation can be handeled in R? Thanks in advance. With best regards Holger --------------- Yuan, K.-H., Chan, W., & Bentler, P. M. (2000). Robust transformation with applications to structural equation modeling. British Journal of Mathematical and Statistical Psychology, 53, 31?50. -- View this message in context:...
2005 Jul 25
1
Meetme and option c for announcing user count
Hi, the option c for the announce of the user count does not work me in * 1.0.9. exten => 9999,1,Wait(1) exten => 9999,2,MeetMe(|Mdcs) And how to handel the marked mode with option A? I can't find any sample config for this. Regards
2001 Mar 08
1
cancel with a large number of queues
I'm using Samba 1.9.18p10 in our print environment. We have about 1200 print queues at one of our sites and discovered that we couldn't cancel print jobs in the 250'th queue or beyond. We solved the problem by not having more then 250 queues per "netbios alias" and having a seperate included file for each, but this is inconvienient. My question is, is this still the case
2008 Oct 29
2
SQL in rails
Hi all...... please give me an example that use SQL in models to handel data in the data base. with "sql.execute" or any other possible way.. thankx --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to