search for: matter

Displaying 20 results from an estimated 26362 matches for "matter".

2003 Jul 03
2
Drops due to codecs?
Hello, It is my understanding that on the softphone side, asterisk is only responsible for establishing the session between two phones. If this is the case, does it matter what type of audio codecs the two phones are using? And if it does matter, are there any codecs that cause problems with asterisk bridging two SIP connections? Thanks for your helpful input, Daniel
2010 Feb 17
3
sip.conf - sort order, does it matter
Does the sort order matter in sip.conf file? I know sort order might effect: allow=ulaw allow=alaw but does it matter where I place: insecure=invite ? The reason I'm asking is that I've loaded almost two identical (sip.conf and extension.conf) files on the same asterisk server and with one set insecure=invite i...
2010 Nov 15
2
hclust, does order of data matter?
...r some data. I have two separate files with the same data. The only difference is the order of the data in the file. For some reason, when I run the two files through the hclust function, I get two completely different results. Does anyone know why this is happening? Does the order of the data matter? Thanks, RC -- View this message in context: http://r.789695.n4.nabble.com/hclust-does-order-of-data-matter-tp3043896p3043896.html Sent from the R help mailing list archive at Nabble.com.
2019 Jul 23
3
Any plans for ALTREP lists (VECSXP)?
...tation to build up an ?ALTREP list?. This seems fine for shorter lists with large elements, but I noticed that for longer lists with smaller elements, this could be far more time-consuming than simply reading the entire list into memory and returning a non-ALTREP list: > x <34840 length> matter_list :: out-of-memory list (1.1 MB real | 543.3 MB virtual) > system.time(y <- as.list(x)) user system elapsed 1.116 2.175 5.053 > system.time(z <- as.altrep(x)) user system elapsed 36.295 4.717 41.216 > .Internal(inspect(y)) @108255000 19 VECSXP g1c7 [MARK,NAM(7...
2009 Feb 20
4
adding a reference line to an xyplot
...mber of xyplots. Here is a simple script of the type of plot I have but then I want to add a reference line to 1995 on each of the panels. I have tried panel.abline and other suggestions on the forum but can't get it to work. plot<-rep(letters[1:3],each=10) year<-rep(1991:2000,times=3) matter<-rep(seq(2,6.5,0.5),times=3) xyplot(matter~year|plot,type="l") Cheers, Chris -- View this message in context: http://www.nabble.com/adding-a-reference-line-to-an-xyplot-tp22117545p22117545.html Sent from the R help mailing list archive at Nabble.com.
2018 Oct 30
4
IBM buying RedHat
> On 30/10/2018 06:46, Simon Matter wrote: >>> On 10/29/18 1:55 AM, Simon Matter wrote: >>>> To me it seems like, if they are smart, they will try to push IBM >>>> POWER >>>> and RedHat Linux together to establish real competition in the >>>> hardware >>>> market ag...
2019 Jul 17
2
ALTREP wrappers and factors
...integer, but attempting to set the class and levels attributes always ended up duplicating and materializing the integer vector. Using the wrapper avoided this issue. Here is my initial ALTREP integer vector: > fc0 <- factor(c("a", "a", "b")) > > y <- matter::as.matter(as.integer(fc0)) > y <- matter:::as.altrep(y) > > .Internal(inspect(y)) @7fb0ce78c0f0 13 INTSXP g0c0 [NAM(7)] matter vector (mode=3, len=3, mem=0) Here is what I get without a wrapper: > fc1 <- structure(y, class="factor", levels=levels(x)) > .Internal(in...
2009 Aug 20
7
bulk email solutions
i need to send massive emails to various customers, here 2 solutions i have think: 1- customers = Customer.find(:all, :conditions => "newsletter = 1") customers.each do |c| @email = c.email Mailer.deliver_send_newsletter(@subject, @email, @notice_id) end 2- customers = Customer.find(:all, :conditions => "newsletter = 1") customers.each do |c| addresses <<
2018 Nov 15
2
RHEL 8 Public Beta Released
> Am 15.11.2018 um 21:35 schrieb Simon Matter <simon.matter at invoca.ch>: > >> >> >> On 11/15/18 12:01 PM, Simon Matter wrote: >>>> >>>> >>>> On 11/15/18 11:50 AM, Simon Matter wrote: >>>>>> https://www.redhat.com/en/blog/powering-its-future-while-preserving...
2014 Jun 27
1
How to execute an AGI script for each call.
Hi All, I am trying to execute some AGI script no matter what extension is called. There is 'h' extension to call AGI script when any call hangs up no matter what extension hangup. for example -> [some-context] /// something here which call AGI script no matter what extension receive call. exten => 111,1,Dial(SIP/111) exten => 112,1,...
2006 May 10
1
Mere chat on vectorisation matters
Hi, people. Allow me to chat a tiny bit on two vectorisation-related matters, in the context of R. I'm curious about if the following ideas have ever been considered, and rejected already. First is about using the so-called Duff's device for partially unrolling loops. I did not overly check in R sources, and am not familiar with them anyway, but the only usag...
2018 Aug 30
1
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
> Am 30.08.2018 um 17:24 schrieb Simon Matter <simon.matter at invoca.ch>: > >> Am 30.08.2018 um 06:37 schrieb Simon Matter <simon.matter at invoca.ch>: >>> >>>> Since the update from kernel-2.6.32-754.2.1.el6.x86_64 >>>> to kernel-2.6.32-754.3.5.el6.x86_64 I can not boot my >>>&...
2007 Apr 20
2
order of registering uri''s matters for URIClassifier ?
Hi all, I''m playing around with mongrel handlers and I came across a behaviour that seems abnormal to me with regard to the Configurator#uri calls. It appears that order matters. For instance: ... listener do uri "/icons", :handler => DirHandler.new("/var/www/icons") uri "/", :handler => DirHandler.new("/var/app/html") uri "/", :handler => stats end ... with this sort of...
2019 Jul 19
2
ALTREP wrappers and factors
...ence number should be 1 > for your variable *y*, my solution is to call *SET_NAMED *in C++ to reset > the reference number. Note that you need to unbind your local variable > before you reset the number. To return an unbound SEXP, the C++ function > should be placed at the end of your *matter:::as.altrep *function. I don't > know if there is any simpler way to do that and I'll be happy to see any > opinion. > So as far as I know, manually setting the NAMED value on any SEXP the garbage collector is aware of is a direct violation of C-API contract and not something that...
2006 Aug 31
0
Ooops, small mistake fixed (pretty printing multiple models)
....2899 -4.2580 # (0.401)*** (0.3031)*** # # $\sigma_e$ 1.538 1.175 0.8873 # $R^2$ 0.2089 0.5385 0.7393 # ----------------------------------------------------------- mmp <- function(regressors, bottom.matter, models.names, allmodels) { numbers <- matrix(NA, nrow=(2*length(regressors))+length(bottom.matter), ncol=length(models.names)) colnames(numbers) <- models.names rownames(numbers) <- rep("t", nrow(numbers)) baserow <- 1 for (i in 1:length(regress...
2016 Sep 28
4
Good Bye SAMBA?!?!?
On Wed, 28 Sep 2016 10:09:28 -0300 Gilberto Nunes via samba <samba at lists.samba.org> wrote: > Thanks.... I hope this is my last post with this matter! I hope it's your last post on any matter. You quit Samba very noisily. If you don't remember doing so, just look at the subject line. Don't look back. Go to your beloved Windows CIFS. You've found somebody better: Move on and don't keep pestering your ex. To everyone else: A...
2011 Oct 08
1
CentOS 5.7 Ethernet bonding - order of enslavement matters?
...ring) on a server, it looked OK, but pulling the active link cable didn't actually work, it didn't fail over. Eventually with manual playing around with modprobe, ifconfig, ifenslave, etc., a solution was stumbled upon: enslave the eth1 device before eth0, and all is good. Why this should matter is a puzzle - I could not find anything in bonding.txt or on the web about it. I had to change ifup-eth to fix the problem. Any ideas on why the enslavement order matters, or a better solution to work around it? The rest of this post is details. To fix this, I had to patch /etc/sysconfig/netwo...
2001 Apr 11
0
smbpasswd 2.0.7-3 matters
My message is first in english (hope you'll understand it), et en fran?ais pour ceux qui le causent. --- ENGLISH --- Hi everybody, I've got a matter with my Samba server supplied by Debien 2.2r0. testparm returns there's no problem in smb.conf. It's in 'security = DOMAIN' mode. I've got 3 boxes : SERVEUR$, POSTE1$ and POSTE2$, and 6 users, all correctly added to /etc/passwd. I've put SERVEUR$ in /etc/samba/smbpasswd wit...
2001 Oct 24
0
password expires in 10 days no matter what Win2k Sp2 (All critical updates)
No matter who I log in as, I always get the message, Password expires in 10 days. Checking the /etc/shadow file shows that it is set to 99999 which means it shouldn't expire. I am using Samba 2.2.2, Win2k with SP2 and all critical updates. I searched deja news for this problem and I couldn't find...
2004 Sep 16
1
[LLVMdev] Legal matters using code etc from MS website
Hi Folks Please review this link: http://www.microsoft.com/info/cpyright.mspx#EKAA As I see it, no one should use code copied from Microsoft directly, unless you are explicitly sure it is for private or non-commercial use or a permission is specifically granted for the purpose. And for that matter, no one can be sure if you rewrite code, not to infringe patents - as they adhere to principles. Then be sure that the principle isn't patented. Henrik --- Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ --- _______________________________________...