Displaying 15 results from an estimated 15 matches for "fny".
Did you mean:
any
2007 Aug 04
10
Need some help with pure Ruby win32-changenotify
Hi all,
I know it''s deprecated, but people seem to still be using
win32-changenotify, so I thought I''d see if I could make it pure Ruby.
Also, I thought it would be a good opportunity to test passing a custom
Win32::Event object.
I''m mostly done I think, but I''m having trouble unraveling the
FILE_NOTIFY_INFORMATION struct buffer. Please check out the
2007 Aug 08
12
Some more win32-changenotify analysis
Hi all,
I decided to check the responsiveness of the pure Ruby vs C extension
versions of win32-changenotify. I setup this little file generator program:
a = []
10.times{ |n|
a << Thread.new{
File.open("File_#{n}", ''w''){ |fh| fh.puts "test #{n}" }
}
}
a.each{ |t| t.join }
The pure Ruby version did not do so well. In some cases it
2005 Jan 20
1
ChangeNotify help wanted
Hi all,
I''ve checked in some code to win32-changenotify. Unfortunately, it
doesn''t work right. I need some help. I don''t understand what,
exactly, I''m supposed to pass to ReadDirectoryChangesW() for the 2nd
argument, nor how to read the data back out.
There''s also a WCHAR issue that needs to be worked out with regards to
the FileName
2010 Jul 28
2
Ghostcast random freeze.
Greetings again,
I am experiencing a lockup when ghost casting about 1 out of 5 client machines locks up. I don't recall if I was having this issue when I was using 3com pxe menus or not. I was wondering if the issue I am seeing could be caused by pxelinux since it basically is loading a Linux kernel then booting a MSDos.imz file. I cannot find any errors from the ghostcast side or the
2002 Apr 24
3
nonlinear least squares, multiresponse
I'm trying to fit a model to solve a biological problem.
There are multiple independent variables, and also there are multiple
responses.
Each response is a function of all the independent variables, plus a set of
parameters. All the responses depend on the same variables and parameters -
just the form of the function changes to define each seperate response.
Any ideas how I can fit
2008 Nov 28
2
AIC function and Step function
I would like to figure out the equations for calculating "AIC" in both
"step() function" and "AIC () function". They are different. Then I
just type "step" in the R console, and found the "AIC" used in "step()
function" is "extractAIC". I went to the R help, and found:
"The criterion used is
AIC = - 2*log L + k *
2008 Mar 27
0
Memdisk, Ghost and the netac U230
Hi,
Im having some issues with ghost.
Basically my setup is this.
Im using a netac U230 usb flash drive which supports FDD booting
(emulates a teac usb floppy in a seperate 1.44mb partition), ive
installed syslinux onto this (as the t61's i was testing this on wouldnt
boot a normal dos image).
From this, i have memdisk loading a windows ME based dos boot disk that
to a netware network
2003 Feb 21
1
PATCH: downloading drivers from Solaris [was Re: So SAMBA no longer ...]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 31 Jan 2003, Robert M. Martel wrote:
> I've followed the steps as listed in the manual. Log onto a
> windows 2000 client as a user listed as a printer admin. Load the
> printer driver and make the changes to reflect installed options on the
> printer. Just as listed in section 6.2.2 of the "how-to" manual
>
2007 Jan 29
5
memdisk 3.35 + ghost problem
HI:
i just trying memdisk that comes with syslinux 3.35. i try to load
a dos image,
which contains ghost verison 8.3 and ghost version 11.
both version of ghost hangs when start-up.
memdisk that comes with 3.40 pre is ok. and many earlier versions is ok too.
i try some parameter like "safeint","raw". but none work.
i use memdisk with pxelinux, below is part of my
2003 Aug 27
3
seeking help with with()
...is just to ask: Can
anyone
explain what happened to the with()?
FYI solutions are to call like this:
fnx(airquality, airquality$Month)
but this will not work generically - e.g. in my real application the
dataset
gets subsetted and by.vars needs to refer to the subsets. So redefine
like
this:
fny <- function(x, by.vars=Month) {
attach(x)
print(by(x, by.vars, summary))
detach(x)
}
Simon Fear
Senior Statistician
Syne qua non Ltd
Tel: +44 (0) 1379 644449
Fax: +44 (0) 1379 644445
email: Simon.Fear at synequanon.com
web: http://www.synequanon.com
Number of attachments included with...
2016 Nov 09
0
[PATCH] filearch: Add s390 and s390x detection and tests.
...(Esk?NZLN9#qMDlEyB==`^Jw-A73#Dhk^MBfE`g9s#F)Mz)(6
zT+NkZqHQTCKCt-D%GgQ-g|?MS*s;+P;<rAs5&;V?1;pmX)1o1KeI<S~B7*Q*7QxW1
zPzWCT;6b+c{WesNMVjCNi_p!Gpg*bEs-lE$h9l^;h^?htl}hCX)zA|!H?72wHMrPZ
zDK8a88Fd`}L#QmuV)dQ!f@tfRDKC`9VESh1D6TJ*Y+S!kx`7D46GCEdQI_yudm<6k
z1Ec0&?1W8g=#5h3)yltLr|Lsz$uImz)Fny!T`t9dy}1%2pVd8hLTp^!A|4ejOHHB^
zvL!accMp6i&i9QtFLRvLE9EgYW8ojIlq+ME6JHl4vFM7Btnj7ht&-4lcI75UNpnU-
z)wG;jiGT%Q-6&_|g3NP5&35HojDJS7si@)WtMAavOS|u3-p`kh$#r{m5o@}%Rcyu@
zKD2WF{4wOX6AG=KqIFTe(0m8&t7xZ7=aKiQtgVq|tz}@TS^Q-66&gG8zJgW07j`Gm
z2GRDTePksvL+kUjXbN9ne7SN<kLOhRYIQu6lW48...
2011 Nov 04
0
Wine release 1.3.32
The Wine development release 1.3.32 is now available.
What's new in this release (see below for details):
- BiDi text support in the multi-line edit control.
- Support for pattern brushes in the DIB engine.
- A number of MSXML fixes.
- Improvements to the PostScript driver.
- Various bug fixes.
The source is available from the following locations:
2013 Jan 23
132
[PATCH 00/45] initial arm v8 (64-bit) support
First off, Apologies for the massive patch series...
This series boots a 32-bit dom0 kernel to a command prompt on an ARMv8
(AArch64) model. The kernel is the same one as I am currently using with
the 32 bit hypervisor
I haven''t yet tried starting a guest or anything super advanced like
that ;-). Also there is not real support for 64-bit domains at all,
although in one or two places I
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...WW|8SL=GpcIAee;LA4cj-6;#xQJ*1|sU+dB52B2Ui~
z@?AI%sGEllGpk+j8+nQcqR|GcKg4<q^tbfpirA2K)fGy+tg1DD+>d~4w_JhkbTU~o
z9PJp*Ef^e2AA*9O%>n#kciiy9<03GNY>27z4F6SM$_9fP35J_iih{#E0K$?1j?qb`
z2kHx)iW%FJ<M|jZ=ru^@Sdi1j8p|J9z~ev!`)$ADKz}a|l=+%%mgvNZ1m3BtT3S&8
zjjlA|q=!1{yC8qJAfs8bL~CW2uN2yQaajfNyx8C3@?DVs8$o8-W~9}$5%0NddUQ$$
zr9Gc?EWNryxbCgZXCu!!T_eHB@?EIETd3DNvP9MH0^JlP`e#vF(Zmt+4+`0R2E+|C
zM1KtIZA-<}g;wQhTE}$YIu7mOu_V)qpGwEep3dzg%c*udd3}d^I=VVDN6h?0a4^f1
zscs5m?5qets^UQClBHI93!GUs=Aq%7%vLm^Df at g@L~4&NwI=5paq5%PPC)T}#eUz4
zr5I<l46w5As_%cs&Y(us;)6auAF(^wWB%Ok(8%xd{N3`rAszDw1...