Displaying 7 results from an estimated 7 matches for "masahiko".
2003 Dec 25
2
Fast logistic regression
Is there any faster implementation of logistic regression
than glm function in base package in R?
I am working on simulation study and discovered glm fitting part is the
bottle neck of my program.
-Masahiko
2001 Jun 28
3
Porting with Winelib
...ve read most of part in winehq.com and
have checked newsgroups using groups.google.com,
if there are good information about porting by Winelib I'd like to know.
10. Is there good way to provide Help system
with ported application like Widows Help ?
Thanks in advance!
Masahiko Hayashi
2003 Jun 27
1
bug? -z option and large compressed data
...up(RERR_STREAMIO);
289 }
MAX_DATA_COUNT is 16383 and toklen may be 16384. So, when deflate()'s
outputs data length is bigger than input, then above code will fail.
Normally output data length is smaller than input, but it is not true
to already compressed data.
--yasuoka
Yasuoka Masahiko(yasuoka@yasuoka.net)
***
"gdb output"
(gdb) run --version
Starting program: /home/yasuoka/datacube/src/bin/rsync/rsync --version
rsync version 2.5.6 protocol version 26
Copyright (C) 1996-2002 by Andrew Tridgell and others
<http://rsync.samba.org/>
Capabilities: 64-bit files, so...
2003 Jul 30
2
EOF error at io.c line 165
Hello All,
I keep getting rsync: connection unexpectedly closed (1074142 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165). Does
anyone have any idea of what could cause this? I've gotten the same error on
two seperate machines. One UltraSparc running Linux and the other a
SparcStation running OpenBSD. We have an x86-SMP system running linux on the
2003 Jul 18
0
patch: smbclient lost some files
...y). Some directories have many files in it(950+).
2. Create a tar ball of the share directory using smbclient.
3. During creating a tar ball, run a job on Windows box like
'dir /s /b [share directory]'
4. tar ball (smbclient) lost some files (3-30 files).
--yasuoka
Yasuoka Masahiko (yasuoka@second-software.com)
Second Software Inc. http://www.second-software.com/
-------------- next part --------------
--- clilist.c-orig 2003-03-15 06:34:48.000000000 +0900
+++ clilist.c 2003-07-18 12:01:16.000000000 +0900
@@ -184,7 +184,12 @@ int cli_list_new(struct cli_state *cli,c...
2007 Feb 05
0
Domain Account Lock
When a certain user tries to access shared folder provided by Samba,
his account is always locked. I can't figure out where the problem is.
Please help.
--Masahiko
Detail:
We're using Active Directory by Windows 2000 Servers and use it
for samba's authentication.
When a certain domain user, say, MYDOMAIN\user1, tries to access to
the remote resource \\LINUX1\user1 on a Linux server from his
Windows XP PC (PC1), a pop-up window shows up and he types
h...
2004 Jan 02
0
rsync 2.6.0 (final) released
...ostnames from "hosts allow"
and "hosts deny" parameters in config file.
* Print heap statistics when verbose >= 2 instead of when >= 1.
* Fixed a compression (-z) bug when syncing a mostly-matching file
that contains already-compressed data. (Yasuoka Masahiko and
Wayne Davison)
* Fixed a bug in the --backup code that could cause deleted files
to not get backed up.
* When the backup code makes new directories, create them with mode
0700 instead of 0755 (since the directory permissions in the
backup tree are not yet copie...