Displaying 20 results from an estimated 27 matches for "dmitrij".
Did you mean:
dmitri
2011 May 18
1
How to make array of regression objects
...n(obj_name, nModel) {
eval (parse(text=paste("o <- ", obj_name, nModel, sep="")))
o
}
Is there a better way to do it? I have try to store it in the matrix using
data.frame(), but object become destroyed after that and predict() function
do not recognize it.
Regards,
Dmitrij Kudriavcev
[[alternative HTML version deleted]]
2010 Jun 29
2
Matrix operations
Hello
I have a quick question.
I need to compute matrix in R, like A <- t(X) %*% solve(V) %*% X, where X is
a vector and V is a matrix
This code works, but now i want to optimize it. I have try:
A <- crossprod(X, solve(V)) %*% X
Is there another, better way?
WBR
Dima
[[alternative HTML version deleted]]
2015 Oct 23
2
icecast
hi all
how do i turn on Listener?
from
justin
> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote:
>
> Hello Justin. Can you be more specific? What is the problem?
>
> 23.10.2015 22:27, Justin Bergers ?????:
>> hi all
>>
>> why i?m not Listening my icecast? i need help please with setting up icecast server.
&...
2015 Nov 02
1
Edit icecast.xml while server running
..._______________________
>> Icecast mailing list
>> Icecast at xiph.org
>> http://lists.xiph.org/mailman/listinfo/icecast
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
--
Dmitrijs Sorokins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20151103/fd8df630/attachment.htm
2011 May 07
2
MDAC problems after last Wine path
...ave been successful working on this computer
under wine more that one year.
I have try to reinstall wine and my program. I have download latest
winetricks and reinstall mdac27 and mdac28. Nothing of that helps.
I have check on internet and have seen post of peoples with similar problem.
Regards,
Dmitrij Kudriavcev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20110507/4a5a5d05/attachment.htm>
2012 Nov 02
1
What is the difference between %S, %u and %U variables in sbm.comf
Hi list,
Can someone please clarify the difference between variables %S %U %u in smb.conf?
It is not clearly defined in man smb.conf page (at least for me)
%U - session username (the username that the client wanted, not necessarily the same as the one they got).
%S - the name of the current service, if any.
%u - username of the current service, if any.
That is "session username",
2010 Apr 27
2
How to work out 3-way probabilities
...for every pair of players in that group. Is there a
function in R, what can simply convert this 2-way probabilities in to the
3-way (or more)? Or can some body suggest, how to do it manually? I have try
to work it out, buy just multiply corresponding probabilities, but it seems
a bad way.
Cheers,
Dmitrij.
[[alternative HTML version deleted]]
2011 Mar 04
2
How to copy data from data.frame to matrix
Hello
I'm a new in R
I have a large data.frame "s" (this is actualy just a table in mysql) :
> names(s)
[1] "symbols", "day", "value"
I need to convert it to simple matrix. I have define this matrix like this:
> data.matrix <- matrix(nrow=nDays, ncol=nSymbols, dimnames=list(days,
symbols))
then i just copy values to the matrix using for()
2015 Oct 23
2
icecast
...[1].png>
>
>
>
> From: Justin Bergers
> Sent: Friday, October 23, 2015 9:46 PM
> To: icecast at xiph.org
> Subject: Re: [Icecast] icecast
>
> hi all
>
> how do i turn on Listener?
>
> from
> justin
>
>> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote:
>>
>> Hello Justin. Can you be more specific? What is the problem?
>>
>> 23.10.2015 22:27, Justin Bergers ?????:
>>> hi all
>>>
>>> why i?m not Listening
>>> my icecast? i ne...
2015 Nov 03
0
Procedure to Install Icecast 2.4.2 in Linux
Thank's Philipp and Dmitrijs. That got it fixed. I just pointed the web and admin settings where they belong and all's working great. Thanks for the sighup help, Dmitrijs.
Jeremiah Rogers
Cell: 704-996-5334
Email: jeremiahzrogers at gmail.com
Social Networking: /jzrogers
> On Nov 2, 2015, at 08:35, Philipp Schafft &...
2015 Nov 02
4
Procedure to Install Icecast 2.4.2 in Linux
Good afternoon,
On Mon, 2015-11-02 at 07:19 -0500, Jeremiah Rogers wrote:
> Sorry to reply to myself. The message says "could not parse xslt".
Ok. Please have a look at the config file (icecast*.xml). In the <paths>
section there should be a <webroot> as well as a <adminroot> setting. Do
those point to existing directories with some *.xsl in them?
Another litte
2015 Oct 23
0
icecast
...could be his ?newbie? problem
if am wrong, i will put my beer down and go off to bed.....
From: Justin Bergers
Sent: Friday, October 23, 2015 9:46 PM
To: icecast at xiph.org
Subject: Re: [Icecast] icecast
hi all
how do i turn on Listener?
from
justin
On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com> wrote:
Hello Justin. Can you be more specific? What is the problem?
23.10.2015 22:27, Justin Bergers ?????:
hi all
why i?m not Listening my icecast? i need help please with setting up icecast server.
from justin
_________...
2009 Apr 16
0
Dovecot HA through Veritas clustering
Hello.
Has this been tried by anybody? I would appreciate any practical
feedback on a setup where Dovecot was clustered with Veritas software.
Best regards,
Dmitrij Malakhov
2010 Mar 04
0
Conditional Logistic Regression in R
...h cph, but in
this case, the error was:
Error in names (Strata) <- paste ( "S", 1: nstrata, sep = ""):
'names' attribute [2] must be the same length as the vector [0]
Can I use R Project to calculate the conditional probabilities, or am I
doomed to use Stata?
WBR
Dmitrij
[[alternative HTML version deleted]]
2010 Sep 28
1
How to convert SEXP to double
Hello All,
A simple question.
I get some return from the R in my C++ program (via Rcpp package). The
result come, as SEXP and it should be a simple numeric variable.
How to convert it to double?
The code, what i use:
stringstream ss;
ss << "p <- predict(fit_ar11, n.ahead = 2, doplot=FALSE);"
<< "p$pred[1]";
SEXP ans;
int iRet =
2013 Jan 03
0
Russian translators: living countries
You?re knowing to have the living countries for all available Russian
translators in Wine.
Andrey Esin
Alexander Kanavin
Konstantin Kondratyuk
Oleg Korda
Phil Krylov
Alexander Lakhin
Vitaly Lipatov
Vitaliy Margolen
Ilia Mirkin
Oleh R. Nykyforchyn
Vitaly Perov
Oleg Prokhorov
Pavel Roskin
Dmitrij Sinukov
Kirill K. Smirnov
Igor Stepin
Andrey Turkin
Vasily I. Volchenko
Wine is available in Russian language, so you need to try it out.
2013 Mar 09
2
Default image_tag folder
Hey, guys. In documentation i read: "By default, files are loaded from
public/images". I add for example <%= image_tag "logo.gif" %>
When i check html code in browser i see next: <img alt="Logo"
src="/assets/public/images/logo.gif">. Why folder assets? The default
should have been <img alt="Logo"
2013 Apr 12
1
What is the meaning of the method to_param?
Hey!
Foe example i have next code:
test "should update user" do
put :update, id: @user.to_param, user: @input_attributes
assert_redirected_to users_path
end
What return id: @user.to_param?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group
2015 Oct 23
4
icecast
hi all
why i?m not Listening my icecast? i need help please with setting up icecast server.
from justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20151023/58c3eaa4/attachment.htm
2015 Oct 23
0
icecast
...ctober 23, 2015 9:46 PM
>> To: icecast at xiph.org <mailto:icecast at xiph.org>
>> Subject: Re: [Icecast] icecast
>>
>> hi all
>>
>> how do i turn on Listener?
>>
>> from
>> justin
>>
>>> On Oct 23, 2015, at 2:29 PM, Dmitrijs Sorokins <dv.sorokins at googlemail.com <mailto:dv.sorokins at googlemail.com>> wrote:
>>>
>>> Hello Justin. Can you be more specific? What is the problem?
>>>
>>> 23.10.2015 22:27, Justin Bergers ?????:
>>>> hi all
>>>>...