search for: _for

Displaying 20 results from an estimated 46 matches for "_for".

Did you mean: _foo
2006 Jan 28
1
newbie questions
...the other end recognize the bit rate of the speex stream? Is it encoded in-band, or it has to be set manually? (for example in a SIP client there is a speex codec option. but does that mean that it supports only one bitrate or all?) 3. Was there anyone successfully compiling speex lib under win32 _for ARM 4_ into a windows .lib file? 4. Is there an ACM codec of speex for ARM4 platforms like pocket PC or smartphone 2003? Thank you! Best regards, Istvan
2005 Jun 22
1
Suggestion for the R Bugs web page
...ng to click to another page, will help to reduce user error reports going to R Bugs and save members of R Core some time. Also, as a quick pointer, I noted that there is a repeated word ("for") on the R Home Page in the "Getting Started" box: R is a free software environment _for for_ statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. To download R, please choose your preferred CRAN mirror. Best regards, Marc Schwartz
2020 Apr 17
3
Demo for linking native routines between R packages
Dear Davis, Thank you a lot for sharing this, and I am happy that I was not the only one who need to do it once to learn:) I proposed to add my repo to the manual. I think it makes sense to add both of ours, if possible, or we could merge them together and add that to the manual. Long-term URL stability is apparently an issue, but I think we may find a solution there. Anyway, thanks a lot for
2020 Jun 08
3
cdr_mysql: Cannot connect to database server - SSL error: SSL_CTX_set_default_verify_paths failed
...frequently: ERROR[25193][C-0004f387]: cdr_mysql.c:203 mysql_log: Cannot connect to database server localhost: (2026) SSL connection error: SSL_CTX_set_default_verify_paths failed Right now, as a workaround, I reload Asterisk via cron once an hour, and after the reload everything is fine again _for a while_. Still, over the course of a month I lose about 12% of my CDRs this way. I guess I could reload more often but would prefer a real fix, not a workaround. Anyone got an idea? Asterisk 11.25.0 built by mockbuild @ olive.ph.tucny.com on a x86_64 running Linux on 2016-11-23 22:17:54 UTC...
2003 Jul 07
12
Asterisk and VMWare
Hi, There is any experience using Asterisk with VMWare? I think about installing a virtual linux box over VMWare and then Asterisk over it. Thanks, Dan
2020 Apr 17
1
Demo for linking native routines between R packages
...ch I built > > xts <-> RcppXts > > with a write-up (from 2013 !!) here: > https://gallery.rcpp.org/articles/accessing-xts-api/ > > Via private mail, I helped then-maintainer Vincent connect expm: > > expm <-> Matrix > > and built two packages on CRAN _for the very purpose of exporting API > functions to be called_ (which in both cases are from base R as R Core is > very careful not get tied into exporting APIs, which is both understandable > and a source of added difficulty for us package writers) > > RApiDatetime > RApiSeriali...
2003 Feb 18
1
Asterisk left in a bad state
...s to what started all this. Just before the error messages start, everything seems to be working fine with no problems. It seems that whatever was the reason, the system was not able to recover once it happened. Thus it could not process any other calls. IMHO it seems to be a far better alternative _for production systems_ to exit and restart asterisk once such errors start to happen, rather than continuing in this bad state. I'm planning to modify asterisk as such and will submit patches. Printing some useful information for debug purposes before exiting would be useful here. Also to make de...
2007 May 25
1
Speeding up resampling of rows from a large matrix
I'm trying to: Resample with replacement pairs of distinct rows from a 120 x 65,000 matrix H of 0's and 1's. For each resampled pair sum the resulting 2 x 65,000 matrix by column: 0 1 0 1 ... + 0 0 1 1 ... _______ = 0 1 1 2 ... For each column accumulate the number of 0's, 1's and 2's over the resamples to obtain a 3 x 65,000 matrix G. For those
2015 Nov 19
2
Comments WAS: Refactor checksize.pl
...d by some users) without very well-thought reasoning. In the particular case of "padsize" vs. "maxsize" (options / parameters of the Perl script), there used to be a separate use of them. Although there _seems_ to be no use for having both of them simultaneously at this time _for a normal build of Syslinux_, we cannot discard / disregard the possibility that some script in some distro might want to take advantage of each of them independently, especially for some debugging situation (e.g. some buggy / old BIOS). Another potential (hypothetical) use-case might be some &q...
2008 May 29
5
f.checkbox?
...n either true or false from a method depending on whether or not a box is checked. I have no idea how to do this, I''ve only used checkboxes with a database before, and I don''t want to use columns in a database for this. This is my setup so far: in search view: [code=]<% form_for :event do |f| %> <label for="stream_search">Search Streams</label> <%= f.check_box :search_streams, {:class=> "check"} %><br /> <label for="aud_search">Search Audiences</label> <%= f.check_box :search_auds, {:class=>...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
...vant. > > > > In the particular case of "padsize" vs. "maxsize" (options / parameters > > of the Perl script), there used to be a separate use of them. Although > > there _seems_ to be no use for having both of them simultaneously at > > this time _for a normal build of Syslinux_, we cannot discard / > > disregard the possibility that some script in some distro might want to > > take advantage of each of them independently, especially for some > > debugging situation (e.g. some buggy / old BIOS). > > > > Another pote...
2015 Nov 20
2
Comments WAS: Refactor checksize.pl
...In the particular case of "padsize" vs. "maxsize" (options / parameters > >> > of the Perl script), there used to be a separate use of them. Although > >> > there _seems_ to be no use for having both of them simultaneously at > >> > this time _for a normal build of Syslinux_, we cannot discard / > >> > disregard the possibility that some script in some distro might want to > >> > take advantage of each of them independently, especially for some > >> > debugging situation (e.g. some buggy / old BIOS). >...
2020 Jun 08
0
cdr_mysql: Cannot connect to database server - SSL error: SSL_CTX_set_default_verify_paths failed
...e server localhost: (2026) SSL connection error: > SSL_CTX_set_default_verify_paths failed Hmmm... talking to localhost over SSL... seems a bit computationally wasteful. > Right now, as a workaround, I reload Asterisk via cron once an hour, and > after the reload everything is fine again _for a while_. Still, over the > course of a month I lose about 12% of my CDRs this way. I guess I could > reload more often but would prefer a real fix, not a workaround. Anyone > got an idea? > Database is a Galera cluster: galera-3-25.3.19-2.el7.x86_64 Use the ODBC connector and talk to...
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...; >> > In the particular case of "padsize" vs. "maxsize" (options / parameters >> > of the Perl script), there used to be a separate use of them. Although >> > there _seems_ to be no use for having both of them simultaneously at >> > this time _for a normal build of Syslinux_, we cannot discard / >> > disregard the possibility that some script in some distro might want to >> > take advantage of each of them independently, especially for some >> > debugging situation (e.g. some buggy / old BIOS). >> > >&g...
2014 Dec 10
3
dovecot.index.log files: what are they?
Hi! I have lots of these files: /home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log What are they for? Why are they here? Can I remove them? Thomas
2016 Nov 22
0
shared libraries: missing soname
.... You are putting words in my mouth. In my very first reply to you, I pointed out that (for non-BSD systems at least) the sonames do not matter as R loads the libraries itself, rather than via ldd. No more, no less. Just like just about everybody else, I believe strongly in common use of sonames _for normal libraries_. R, however, uses dynamic loading of _its extension modules_ outside of the system use and has its own system of dependency management and versioning. | I can't say for certain (I'm not an rkward user), but looking at the build Why did _you_ then bring up rkward as an ex...
2020 Apr 17
0
Demo for linking native routines between R packages
...e CRAN packages zoo <-> xts upon which I built xts <-> RcppXts with a write-up (from 2013 !!) here: https://gallery.rcpp.org/articles/accessing-xts-api/ Via private mail, I helped then-maintainer Vincent connect expm: expm <-> Matrix and built two packages on CRAN _for the very purpose of exporting API functions to be called_ (which in both cases are from base R as R Core is very careful not get tied into exporting APIs, which is both understandable and a source of added difficulty for us package writers) RApiDatetime RApiSerialize The latter one is use by...
2005 Dec 27
2
Rewriting FormBuilder
Hi, I want to extend formbuilder to make it output a lable (I know about labeled_form_helper made by technoweenie), my own formating, and a couple of extra tags inside the form attribute. I was easily able to extend form_remote_to. But when I continue to adjust the way elements are handled I don''t know how to continue. I can''t find the method text_field thats...
2009 Sep 08
1
Support for merging LPK and hpn-ssh into mainline openssh?
> From: Damien Miller <djm () mindrot ! org> > Date: 2009-02-17 4:22:05 > Message-ID: alpine.BSO.2.00.0902171519190.1946 () fuyu ! mindrot ! org > On Tue, 17 Feb 2009, Peter Lambrechtsen wrote: > >> On Tue, Feb 17, 2009 at 3:18 PM, Damien Miller <djm at mindrot.org> wrote: >> > I don't think there are any plans to merge the LPK patch. We
2015 Nov 20
0
Comments WAS: Refactor checksize.pl
...axsize" (options / >> >> > parameters >> >> > of the Perl script), there used to be a separate use of them. >> >> > Although >> >> > there _seems_ to be no use for having both of them simultaneously at >> >> > this time _for a normal build of Syslinux_, we cannot discard / >> >> > disregard the possibility that some script in some distro might want >> >> > to >> >> > take advantage of each of them independently, especially for some >> >> > debugging situation...