search for: nali

Displaying 14 results from an estimated 14 matches for "nali".

Did you mean: nail
2006 Jul 03
9
checkboxes
in the mean time i am using a checkbox like this : <input type="checkbox" name="var[car]" <%= var.car ? ''checked'' : '''' unless @var == nil %> /> but i am sure there is something better than this in rails like <%= checkbox_tag ''var'', ''car'', :checked => true %> but this is not
2005 Jan 14
1
empirical (sandwich) SE estimate in lme ()?
...Cheers, Michael -- Na (Michael) Li, Ph.D. Division of Biostatistics A443 Mayo Building, MMC 303 School of Public Health 420 Delaware St SE University of Minnesota Minneapolis, MN 55455 Phone: (612) 626-4765 Email: nali at umn.edu Fax: (612) 626-0660 http://www.biostat.umn.edu/~nali
2005 Apr 14
2
documentation for 'open': some clarification?
...Cheers, Michael -- Na (Michael) Li, Ph.D. Division of Biostatistics A443 Mayo Building, MMC 303 School of Public Health 420 Delaware St SE University of Minnesota Minneapolis, MN 55455 Phone: (612) 626-4765 Email: nali@umn.edu Fax: (612) 626-0660 http://www.biostat.umn.edu/~nali GPG Public Key: http://www.umn.edu/lookup?SET_INSTITUTION=UMNTC&UID=nali&show_pgp=1
2004 Feb 13
6
Building r-devel on Panther
...lation? Michael -- Na (Michael) Li, Ph.D. Division of Biostatistics A443 Mayo Building, MMC 303 School of Public Health 420 Delaware St SE University of Minnesota Minneapolis, MN 55455 Phone: (612) 626-4765 Email: nali@umn.edu Fax: (612) 626-0660 http://www.biostat.umn.edu/~nali
2011 Nov 26
1
damaged encrypted LUKS device
Hi people, i had created encrypted device with cryptsetup/LUKS which i setup with an ext4 filesystem. This device is an external USB harddisk. When i plugin this device it will be automatically mounted by my gnome3 system (Debian Wheezey/Testing), but this week i got an error. I did ask the ask the LUKS developers what is the problem and they told me that this is an ext4 problem. The error
2004 Jul 01
1
\middle in Rd.sty conflicts with newer LaTeX?
...blem? Michael -- Na (Michael) Li, Ph.D. Division of Biostatistics A443 Mayo Building, MMC 303 School of Public Health 420 Delaware St SE University of Minnesota Minneapolis, MN 55455 Phone: (612) 626-4765 Email: nali@umn.edu Fax: (612) 626-0660 http://www.biostat.umn.edu/~nali
2000 Dec 06
0
Update HTML help index under Windows
...nd) but can't see the index in the HTML help file (when use help.start()). I do have compiled HTML files installed. Is there a way to update the help index automatically under Windows? I am using Win2K. Thanks. Michael *************************************************** Michael Na Li Email: nali at biostat.washington.edu Department of Biostatistics, Box 357232 University of Washington, Seattle, WA 98195 **************************************************** -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac...
2001 Feb 05
2
EXT3 'kernel BUG' in 0.05e?
After approx. two weeks of uptime. This host always has some network activity, and when it happened, it was either running or had just finished making backup of about 1200MB (from few ext3 to one ext3 filesystem). kernel was still alive to network pings and services responded, but trying to ssh failed (just hanged there before opening session but after giving last login info). telneting to pop3
2005 Nov 08
4
writing R shell scripts?
I'm new to the list. I've used R and S-PLUS a bit for about 15 years but am now working to make R my main program for all numerical and statistical computing. I also use Octave for this kind of work and I recommend it (it is also under the GPL). Here's my question: In Octave I can write shell scripts in the Linux/UNIX environment that begin with a line like this...
2006 Nov 01
1
e2fsck: Bad magic number in super-block
I posted this to the Fedora-list, but thought I might get some additional information here as well. I have a HD that refuses to mount with a 'bad magic number in super-block'. I'm running FedoraCore 6 x86_64. [root at moe ~]# fdisk -l /dev/hdc Disk /dev/hdc: 250.0 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes
2007 Sep 29
64
[Bug 1371] New: Add PKCS#11 (Smartcards) support into OpenSSH
http://bugzilla.mindrot.org/show_bug.cgi?id=1371 Summary: Add PKCS#11 (Smartcards) support into OpenSSH Product: Portable OpenSSH Version: 4.7p1 Platform: All URL: http://alon.barlev.googlepages.com/openssh-pkcs11 OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component:
2006 Jan 24
1
unexported symbols in libR.so of r-devel
Thanks to Matthias Burger, I came to know that in r-devel, a lot of symbols are no longer exported in libR.so, which breaks the package rpvm since it calls these functions in serialize.c. R_InitInPStream R_InitOutPStream Since the change is fairly recent (earlier this month), I guess the core team will be making further changes. In any case, please add these two to the exported list. Thanks,
2005 Oct 27
2
RSQLite problems
Hi, I'm experimenting with using (R)SQLite to do data management. Here are two little problems that I've encountered: 1. The presence of ',' in string values causes trouble since ',' is also the delimiter used in the SQL statement. 2. A newline '\n' line attached to the last string value of each row. Some examples: > library (RSQLite) Loading required
2005 Oct 27
2
encrypted RData file?
Hi, I wonder if there is interest/intention to allow for encrypted .RData files? One can certainly do that outside R manually but that will leave a decrypted RData file somewhere which one has to remember to delete. Cheers, Michael