Displaying 5 results from an estimated 5 matches for "klab".
Did you mean:
jlab
2006 Mar 25
1
MenuRead() Question
Dear List-mates,
I'm trying to read a tk window menu from a file using {svWidgets} and
'menus.txt' but am receiving Warnings without seeing the desired
consequences of the call.
library(svWidgets)
tkWinAdd("KSesnMain",title="kLab Session Manager for R", pos="+0+0")
MenuRead(file="menus.txt")
Warning messages:
1: Unrecognized menu type for $KSesnMain/MenuTest in: MenuType(menu)
2: Unrecognized menu type for $KSesnMain/MenuTest in: MenuType(menu)
3: Unrecognized menu type for $KSesnMain/MenuTest in...
2010 Feb 10
16
nil object - can anyone help?
Hi there,
I''ve been looking for a while now and can''t seem to find where I''m
going wrong..
I''m following a railscast tutorial to send invites out to people.
there''s n invitation.rb page:
class Invitation < ActiveRecord::Base
#attr_accessible :sender_id, :recipient_email, :token, :sent_at
belongs_to :sender, :class_name =>
2009 Oct 14
1
TFTP prefix in pxelinux.0 ?
Hello,
I wonder if it is possible to change pxelinux.0's tftp prefix...
I want to setup a repository like that:
|-- dist1
| |-- pxelinux.cfg
| | `-- default
| `-- pxelinux.0
|-- dist2
| |-- pxelinux.cfg
| | `-- default
| `-- pxelinux.0
|-- pxelinux.cfg
| |-- default
| `-- menu.c32
`-- pxelinux.0
The file /pxelinux.cfg/default would contain something like that:
>
2006 Jul 03
4
Printing - using WINE
...my
LINUX-Printer with its name. But I could never open the
properties-form; in one case the application quit, when I fixed the
portrait-format. I wasn't told, what was missing.
I use WINE 0.9.7 and WINETOOLS 0.9 with KANOTIX 2005-4.
My beloved printer is the hp 600.
Greetings from Wuppertal,
Klabauter
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
...|com32/sysdump | libcom32.c32
[1] http://www.syslinux.org/wiki/index.php?title=Library_modules
-------------- next part --------------
#!/bin/bash
# syslinux_module_deps - show syslinux module dependencies.
# version 0.1
# license MIT
# Copyright: Frank lin Piat <fpiat at klabs.be>
#
# Known bugs:
# * on amd64 architecture: ldd don't show module deps for i386.
set -e
fwtype="bios efi32 efi64"
# bash hack here: no recursive associative arrays...
# so we declares variables based on the name in $fwtype, thanks to "eval".
for fw in $fwtype ; d...