search for: egorov

Displaying 11 results from an estimated 11 matches for "egorov".

Did you mean: yegorov
2011 Feb 23
5
Routing problem
In my app i have word model, words_controller and want create new action for word model. I create new method ''test'' in words_controller, and adds: resources :words do member do put ''test'' end end in routes.rb my rake routes output: test_word PUT /words/:id/test(.:format) {:action=>"test", :controller=>"words"}
2005 Mar 05
4
how can I identify disconnect due to low <queue-size>
> On Sat, 2005-03-05 at 23:52, Mihail Egorov wrote: > > 1. How can I identify disconnect due to low <queue-size>. Suppose, I have > > enabled loglevel=4 (debug). Suppose, I have network jam. What shall I see at > > error.log? > > There is a log message that signifies the removal of a listener for > being too s...
2004 Apr 05
1
rect.hclust fails when k is specified (PR#6740)
Full_Name: Ivan Egorov Version: 1.8.1 OS: MS Windows 2000, SP4 Submission from: (NULL) (194.186.91.129) V<-t(matrix(scan('C:/V3.dat'),3)) d<-dist(V) hc<-hclust(d) rect.hclust(hc,5) Error message is displayed: Read 24 items Error in rect(m[which[n]] + 0.66, par("usr")[3], m[which[n] + 1] + 0...
2005 Feb 10
4
Could anybody kindly add statically linked icecast 2.2.0 download to www.icecast.org?
This is important to Debian users -- packets exists only for testing and unstable version of Debian Linux.
2005 Mar 05
3
how can I identify disconnect due to low <queue-size>
1. How can I identify disconnect due to low <queue-size>. Suppose, I have enabled loglevel=4 (debug). Suppose, I have network jam. What shall I see at error.log? 2. Is it possible to mark reason of disconnect at standard access/error log at level 2 (warn)? That is, when disconnect is FORCED by server, this will be marked at level 2 (warn) or may be even 1(error).
2005 Mar 05
0
how can I identify disconnect due to low <queue-size>
On Sat, 2005-03-05 at 23:52, Mihail Egorov wrote: > 1. How can I identify disconnect due to low <queue-size>. Suppose, I have > enabled loglevel=4 (debug). Suppose, I have network jam. What shall I see at > error.log? There is a log message that signifies the removal of a listener for being too slow and that is "Client...
2005 Mar 05
1
how can I identify disconnect due to low <queue-size>
> > 2. Is it possible to mark reason of disconnect at standard access/error log > > at level 2 (warn)? > > not in the access.log. If you don't get the above message then it will > probably be because the listener closed the connection. The only other > ways are an explicit kill, via the admin interface, or a shutdown of the > source or server. > > > That is,
2011 Apr 08
0
Wine release 1.2.3
...ource. wineconsole: Update Korean resource. winedbg: Update Korean resource. winefile: Update Korean resource. winemine: Update Korean resource. wineps.drv: Update Korean resource. wordpad: Update Korean resource. winspool.drv: Update Korean resource. Igor Egorov (1): kernel32: Add stderr redirection for native Unix programs started from Windows program. Jacek Caban (1): aclocal.m4: Recognize mingw-w64 as 32-bit cross compiler. Janne Hakonen (1): iphlpapi: Changed return value of NotifyAddrChange() stub and added test cases. Jerome Lecl...
2011 Feb 18
0
Wine release 1.3.14
...r ITypeInfo_GetDllEntry. oleaut32: Implement proxy / stub for ITypeInfo2_GetDocumentation2. oleaut32: Implement proxy / stub for ITypeLib_GetDocumentation. oleaut32: Implement proxy / stub for ITypeLib2_GetDocumentation2. Hwang YunSong (1): po: Update Korean resource. Igor Egorov (1): kernel32: Add stderr redirection for native Unix programs started from Windows program. Igor Paliychuk (4): po: Update Ukrainian translation. cryptui: Fix French translation. wininet: Fix translations. wordpad: Improve translations. Jacek Caban (21): mshtm...
2005 Feb 16
2
can icecast broadcast in SPEEX format?
BTW: does speex belong to ogg vorbis family or it is completly different? Any clients to play speex format?
2012 Mar 07
3
[LLVMdev] Alias analysis result
Hello everyone, I am trying to find the alias between a store instruction's pointer operand and function arguments. This is the code, virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequiredTransitive<AliasAnalysis>(); AU.addPreserved<AliasAnalysis>(); } virtual bool runOnFunction(Function &F) { AliasAnalysis &AA =