Displaying 16 results from an estimated 16 matches for "gettabl".
Did you mean:
gettable
2007 Nov 20
9
[Bug 13319] New: YV12 and YUY2 overlay broken on PPC with NV34M
...ualID 0x4d
depth 24, visualID 0x4e
depth 24, visualID 0x4f
depth 24, visualID 0x50
depth 24, visualID 0x51
depth 24, visualID 0x52
number of attributes: 9
"XV_DOUBLE_BUFFER" (range 0 to 1)
client settable attribute
client gettable attribute (current value is 1)
"XV_COLORKEY" (range 0 to 16777215)
client settable attribute
client gettable attribute (current value is 66046)
"XV_AUTOPAINT_COLORKEY" (range 0 to 1)
client settable attribute
c...
2014 Aug 04
3
[Bug 82118] New: nouveau tearing with xvideo
https://bugs.freedesktop.org/show_bug.cgi?id=82118
Priority: medium
Bug ID: 82118
Assignee: nouveau at lists.freedesktop.org
Summary: nouveau tearing with xvideo
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: lameventanas at gmail.com
2001 May 14
1
RODBC: closing databases
...2
system x86, Win32
status
major 1
minor 2.3
year 2001
month 04
day 26
language R
I wrote the following to import tables in different database formats
(Access, Visual FoxPro, etc.):
getTable <- function(Type, Table){
if(!is.element("package:RODBC", search())){
cat("Loading RODBC package", "\n")
invisible(library(RODBC))
}
Channel <- odbcConnect(Type)
query <- paste("select * from", Table)
tab <- sqlQuery(Channel,...
2010 Aug 09
3
Lua.c32 wiki page
...ng a bit with lua.c32 and I have created a small
lua.c32 wiki page at:
http://syslinux.zytor.com/wiki/index.php/Lua.c32
With my minimal knowledge about Lua (and the inconvenience of not being
able to copy&paste or edit scripts) I discovered that the dmi module has 2
functions (supported, gettable) and a syslinux module with 1 function
(run_command).
Do we have some information available about these functions ? And what is
planned for Lua in the future, I haven't seen this discussed here ?
What could be useful is:
- a way to find the boot-method (and device/name) (syslinux.bootlo...
2008 Dec 10
0
[PATCH 2/2] COM32: lua - add dmi library
Hi again,
this is the second part of the patch extending lua. This time it adds
the dmi functions (com32/modules/dmi*) to lua:
dmi.supported(): returns true if DMI is supported
dmi.gettable(): returns array of key, value pairs containing system info
Sorry, but this patch does not apply cleanly if [PATCH 1/2] was applied
before. There's just one line to fix in com32/lua/src/linit.c however:
" {LUA_DMILIBNAME, luaopen_dmi},"
Usage example:
if (dmi.supported()) t...
2003 Apr 23
0
MySQL
Dear laurent,
> But there are lots of commands I found in R docs which are "not found",
> such as getTable. Deprecated (I successfully used dbListTables) or do I
> simply miss a package ?
>From RMySQL\NEWS:
* added (almost) trivial convenience RS-DBI functions getTable(),
assignTable(), existsTable(), and removeTable(). They all mimic the
corresponding R/S get(), assign(), exists(), and r...
2011 Oct 04
1
Added DHCPINFO Tables to the lua.c32 Implementation - syslinux-4.04
...he DHCP table
information, we wanted to pass the DHCP values of our choosing to the
kernel.
This patch will provide access to two tables within a lua script when using
the lua.c32 binary to do pxelinux booting. It basically adds another module
such as dmi, pci, or vesa to the lua implementation.
gettable() returns a table of the BOOTP message fields returned by the DHCP
server for use in a Lua pxeboot script
See http://tools.ietf.org/html/rfc1542
lua key value RFC key
-----------------------------------------------------------------------
opcode op message...
2016 Feb 19
6
Building a http query string including SMBIOS Serial Number to load a specific kernel
Hello folks,
There is a way to get the system serial number from SMBIOS and pass it
as HTTP query string to get the kernel and initrd?
Something like this:
LABEL OS Download
MENU LABEL Clonezilla
MENU INDENT 1
KERNEL http://192.168.10.10/kernel.php?type=kernel (
http://myserver/kernel.php?SN=SMBIOS_SERIAL_NUMBER&type=kernel
)&SN=SMBIOS_SERIAL_NUMBER
APPEND
2006 Aug 03
9
Finding out on which port mongrel is running
Hi *,
What''s the best way to find out on which port mongrel is running from
within Rails?
I have a cluster of mongrels behind a balancer (Pen) behind a webserver
(Apache).
In Rails,
request.port return 80
and
request.env[''SERVER_PORT''] returns 3000 (the port of Pen)
Any ideas?
Cheers,
Max
2002 Oct 16
5
Database newbee problem...
Hi all,
This is a potentially very stupid question about MySQL <-> R
interaction, but I have not been able to solve it.
I'm just trying to connect R to my MySQL databse, and gets this:
> library(RMySQL)
Loading required package: methods
> m <- dbDriver("MySQL")
> con <- dbConnect(m,group="testdb")
Process R segmentation fault at Wed Oct 16 07:04:30
2010 Aug 28
0
LUA script to emulate PXE boot on USB
...spaces in filenames)
-- Replace / (directory delimiter)
-- (shell equivalent : touch `dmidecocde -s system-serial | tr -d " " | tr / _` )
function cleanup(s)
return s:gsub("%s", ""):gsub("/", "_")
end
if (dmi.supported()) then
dmitable = dmi.gettable()
manufacturer = cleanup(dmitable["system.manufacturer"])
product = cleanup(dmitable["system.product_name"])
serial = cleanup(dmitable["system.serial"])
uuid = cleanup(dmitable["system.uuid"])
print("DMI informations :&quo...
2011 Apr 18
3
Request for jags package to be added to CRAN Debian/Ubuntu archives
May I request that Dirk's package for jags be added to the CRAN
archives for Debian and Ubuntu?
Installing the rjags package for R requires specific versions of jags
to be present on the system. The current version of rjags requires
jags version 2.2.0 or later but the version on the Ubuntu archives at
Canonical (i.e. not the CRAN archives) is 2.1.0-2
I can always install Dirk's package
2009 Aug 07
9
[Bug 23198] New: nv50/NVS135M: video hangs/flickers when fullscreen
http://bugs.freedesktop.org/show_bug.cgi?id=23198
Summary: nv50/NVS135M: video hangs/flickers when fullscreen
Product: xorg
Version: 7.3
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
2009 Jan 19
1
Cisco 7941G-GE with Asterisk and CTPSEP odyssee
...n it, but I
downloaded and flashed with the latest Cisco SIP image (8.4(3)
released 2009-01-13). In reading your message below, it looks like you
were going to try an incremental upgrade?did you have any success with
this?
cheers,
Shamus
Update and revision:
I now downloaded the oldest gettable SIP firmware for 7941/61, i.e.
8.0.2. I always get the same behaviour. But I realized it never got to
the SIP image completely loaded status.
I bought this phone and it had - no wonder - an SCCP image installed.
When plugging that into an ethernet port the first thing it does is
requesting an IP a...
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...showTaxa #7489305339335140846 #mesquite.lists.TaxonList.TaxonList;
tell It;
setTaxa #7489305339335140846;
getWindow;
tell It;
newAssistant #mesquite.lists.DefaultTaxaOrder.DefaultTaxaOrder;
newAssistant #mesquite.lists.TaxonListCurrPartition.TaxonListCurrPartition;
getTable;
tell It;
rowNamesWidth 146;
endTell;
setExplanationSize 30;
setAnnotationSize 20;
setFontIncAnnot 0;
setFontIncExp 0;
setSize 883 733;
setLocation 7 22;
setFont SanSerif;
setFontSize 10;
getToolPalette;
tell It;
endTell;
e...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib