Displaying 6 results from an estimated 6 matches for "lihn".
Did you mean:
lian
2012 Sep 19
1
[PATCH 1/1] lua: Enabling io.read() in Lua.c32 with some restrictions
From: Hung-chi Lihn <hlihn at google.com>
The current Lua.c32 does not enable io.read() due to some missing library
functions. However, this strongly limits the Lua script from getting user
inputs and reading files (even in pxelinux via TFTP).
This patch enables io.read() in Lua.c32 with some restrictions:
1...
2001 Oct 15
2
work around for gcc bug?
Hi,
On the virbis.com website, it is published that gcc needs to
be upgraded to avoid a gcc bug.
However, it is not easy to ask the ISP to upgrade gcc due to many reasons.
(It will be hard to ask upgrade in any production grade ISP platform!)
Can you develop some kind of work around?
Say, use an configure option to bypass this bug.
Thanks,
Steve
--- >8 ----
List archives:
2000 Dec 12
1
need help on scp (fwd)
where is --with-default-path= documented?
in the INSTALL? in the FAQ? it should be probably
a FAQ. perhaps configure should print a warning/notice
if scp is installed in a non-standard path?
-m
-------------- next part --------------
An embedded message was scrubbed...
From: "Horng-Twu Lihn" <htlihn at telcordia.com>
Subject: Re: need help on scp
Date: Mon, 11 Dec 2000 09:52:26 -0500
Size: 2918
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001212/3aa46c72/attachment.mht
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
From: Hung-chi Lihn <hlihn at google.com>
In the current Lua.c32 DMI implementation, it is a flat table with dotted
names in table entries. It also misses a number DMI sub-tables.
This patch, cleans up the DMI table structure using Lua's nested table
structure and adds all missing DMI sub-tables. If a DMI...
2011 Jun 24
1
try to generate graph for each element of my list
Dear all,
I have the following problem. I have a List of time series dataframe.I'm
trying to produce specific graph for each element of my list. The code is:
This is my list:
Lista_import<-lapply(Lista_import, function(x){
x2<-subset(x, select=c("ANNO","DICHIARANTE","PARTNER", "quota"))
x2<-cast(x2, ANNO+DICHIARANTE~PARTNER)
x2<-
2012 Oct 31
1
Syslinux-5.00-pre9
...r manpage use.
doc/pxechn.txt: Updates for clarity/flow
doc/pxechn.txt: word wrap
doc/pxechn.txt: Fix old example
doc/pxechn.txt: update
H. Peter Anvin (2):
Packed definition: workaround for mingw + gcc 4.7
Revert "win: Add -mno-ms-bitfields"
Hung-chi Lihn (4):
The current Lua.c32 does not enable io.read() due to some missing library functions. However, this strongly limits the Lua script from getting user inputs and reading files (even in pxelinux via TFTP).
Added the native syslinux functions config_file(), ipappend_strs(), and reboot()...