Displaying 20 results from an estimated 240 matches for "sokoll".
Did you mean:
sokol
2017 Jul 07
1
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 16:52, Duncan Murdoch a ?crit :
> On 07/07/2017 9:54 AM, Serguei Sokol wrote:
>> Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit :
>>> On 06/07/2017 6:44 PM, Sokol Serguei wrote:
>>>> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400
>>>>> On 06/07/2017 5:21 AM, Serguei Sokol wrote:
>>>>>> I propose the
2005 Sep 16
8
Who is going to AstriCon (The Asterisk Conference)?
Hi,
I'm taking a straw-poll to see who out there is planning on going to
AstriCon. I would like to hear from both new members of the community
and gurus. What kinds of things would you like to see at an Asterisk
Conference? What topics are good BOF (Birds Of a Feather - informal
discussion group) fodder? What parts of Asterisk require the most
attention?
FYI - AstriCon is October 12 - 14
2018 Jan 22
3
Inconsistent rank in qr()
Le 22/01/2018 ? 17:40, Keith O'Hara a ?crit?:
> This behavior is noted in the qr documentation, no?
>
> rank - the rank of x as computed by the decomposition(*): always full rank in the LAPACK case.
For a me a "full rank matrix" is a matrix the rank of which is indeed min(nrow(A), ncol(A))
but here the meaning of "always is full rank" is somewhat confusing. Does it
2004 Jan 21
9
New Windows IAX Client
Announcing a new Windows-based IAX/IAX2 client. Please download it and
give it a try. Let me know about any bugs, and any missing features. I
have yet to come up with a catchy name for it, so at this point it calls
itself IAX Phone. (Suggestions? Non-derogatory suggestions,
preferably).
Download: http://www.sokol-associates.com/Downloads/IaxPhone.zip
Reference & Support Page:
2017 Jul 07
2
[New Patch] Fix disk corruption when writing
Le 07/07/2017 ? 01:09, Duncan Murdoch a ?crit :
> On 06/07/2017 6:44 PM, Sokol Serguei wrote:
>> Duncan Murdoch has written at Thu, 6 Jul 2017 13:58:10 -0400
>>> On 06/07/2017 5:21 AM, Serguei Sokol wrote:
>>>> I propose the following patch against the current
>>>> R-devel/src/main/connection.c (cf. attached file).
>>>> It gives (on my linux
2018 Jan 23
1
Inconsistent rank in qr()
Le 23/01/2018 ? 08:47, Martin Maechler a ?crit?:
>>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>>> on Mon, 22 Jan 2018 17:57:47 +0100 writes:
> > Le 22/01/2018 ? 17:40, Keith O'Hara a ?crit?:
> >> This behavior is noted in the qr documentation, no?
> >>
> >> rank - the rank of x as
2004 Apr 02
3
WiSIP Firmware Version F?
Greetings,
I purchased a WiSIP at the VON conference and am now trying to configure it
to work with Asterisk. I have read all of the previous postings regarding
the WiSIP and most of the information apparently does not apply to the
version of firmware installed on my phone (version WF.00.0F).
I cannot get the WiSIP to register with my Asterisk box. It leases an IP
from my DHCP server, then
2003 Nov 21
5
Asterisk Call Manager for Windows 0.0.1 (Alpha)
If anybody is interested, I have an early version of my Call Manager for
Windows application integrated with Asterisk. CMW is an application bar
(like the task-bar) that docks to the top of your desktop window. It
provides the following functions:
1. View Call-Related Information (Caller ID, Call State, Call
Direction)
2. Monitor Status of Asterisk Stations (Channels) -- BLF or "Busy
2004 May 23
1
IAX2 NAT / Registration Issue
I have a client using IAX Phone at his office to connect to his Asterisk
located at a data center. His IAX Phone connects through his office NAT
gateway device (unfortunately I don't know the specific brand and model).
He can make calls just fine. However, he seems to have issues receiving
calls.
I monitored his Asterisk for a bit and noticed that his IAX Phone, which
registers every 60
2006 Oct 12
1
AstriCon Hotel Full - Here are some near-by alternates
Well, it looks like AstriCon 2006 is going to be big. We've sold out
the entire Westin Park Central -- every last room. So, here are some
nearby hotels to check if you're planning on coming down to Dallas for
the big Asterisk-fest.
Wyndham Garden Hotel-Park Central
8051 Lyndon B Johnson Fwy
Dallas, TX
972-680-3000
Residence Inn LBJ/Park Central
7642 Lyndon B Johnson Fwy
Dallas,
2003 Oct 14
4
Asterisk capacity
Hi,
I am really interested in the true capacity that Asterisk can handle.
What is the maximum number of users that can be handled by Asterisk on a
standard 2.4G P4 IBM server or similar? Anyone has a clue?
Cheer,
Vincent
_________________________________________________________________
ninemsn Premium transforms your e-mail with colours, photos and animated
text. Click here
2005 Sep 17
1
Who is going to AstriCon (TheAsteriskConference)?
Well I'm stunned no one has suggested a webcast option.
I mean we aren't talking a bunch of people unable to grasp the concepts
of chat/voice/vision sessions with a log in/remote display capability.
If you think this is an option let me know I have someone who has some
software they wouldn't mind stress testing as a trial.
Cheers,
Dean
> -----Original Message-----
> From:
2020 Apr 16
2
suggestion: "." in [lsv]apply()
I'm sure this exists elsewhere, but, as a trade-off, could you achieve
what you want with a separate helper function F(expr) that constructs
the function you want to pass to [lsv]apply()? Something that would
allow you to write:
sapply(split(mtcars, mtcars$cyl), F(summary(lm(mpg ~ wt,.))$r.squared))
Such an F() function would apply elsewhere too.
/Henrik
On Thu, Apr 16, 2020 at 9:30 AM
2020 Apr 16
6
suggestion: "." in [lsv]apply()
Hi,
I would like to make a suggestion for a small syntactic modification of
FUN argument in the family of functions [lsv]apply(). The idea is to
allow one-liner expressions without typing "function(item) {...}" to
surround them. The argument to the anonymous function is simply referred
as ".". Let take an example. With this new feature, the following call
2020 Apr 17
2
suggestion: "." in [lsv]apply()
Thanks Simon,
Now, I see better your argument.
Le 16/04/2020 ? 22:48, Simon Urbanek a ?crit?:
> ... I'm not arguing against the principle, I'm arguing about your
> particular proposal as it is inconsistent and not general.
This sounds promising for me. May be in a (new?) future, R core will
come with a correct proposal for this principle?
Meanwhile, to avoid substitute(),
2020 Apr 20
1
suggestion: "." in [lsv]apply()
Le 19/04/2020 ? 20:46, Gabor Grothendieck a ?crit?:
> You can get pretty close to that already using fn$ in the gsubfn package:
>> library(gsubfn) fn$sapply(split(mtcars, mtcars$cyl), x ~
>> summary(lm(mpg ~ wt, x))$r.squared)
> 4 6 8 0.5086326 0.4645102 0.4229655
Right, I thought about similar syntax but this implementation has
similar flaws pointed by Simon, i.e. it reduces
1997 Nov 26
3
Server string in Network Neighbourhood
...ch results in only 11th appearing as the comment in the "Network Neighbourhood" window in W95. If I change the above line to
NMBD_OPTS='-C"11th Floor SGI O2"'
all I get is "11th as the comment. Am I doing something stupid or am I missing something here ?
Geoff Sokoll
2006 Apr 11
0
AstriCon Update: Europe Early Bird Ends Saturday
Dear Asterisk Users,
Just a quick reminder that the Early Bird Discount for AstriCon Europe ends on
Saturday, April 15 2006 (US Central Daylight Time). Register today for AstriCon
Berlin, AstriCon Paris or AstriCon London and save 20% ($70.00 USD) off the
standard price.
Register Now: http://www.astricon.net/register/
Each of the three AstriCon Europe events promises to be a great opportunity
2004 Nov 11
11
Logical "and"
Hello,
I have the following very simple problem:
Say I have two vectors,
a<-c(1,7,4,5,9,11)
b<-c(7,4,9)
I would like to create a vector containing the elements in a which are not in
b.
Obviously, this is possible by writing
a[a!=b[1] & a!=b[2] & a!=b[3]]
But I would like a solution which is applicable to the situation where the
number of elements in b is unknown.
I have
2023 Jan 10
1
rhub vs. CRAN fedora-*-devel, using armadillo & slapack
Le 10/01/2023 ? 11:37, Serguei Sokol a ?crit?:
> Le 10/01/2023 ? 10:44, RICHET Yann a ?crit?:
>> Dear R-devel people,
>>
>> We are working to submit a package which is mainly a binding over a
>> C++ lib (https://github.com/libKriging) using armadillo.
>> It is _not_ a standard RcppArmadillo package, because we also had to
>> provide a python binding... so