search for: tyger

Displaying 8 results from an estimated 8 matches for "tyger".

Did you mean: tiger
2007 Apr 27
2
mdiclient windows do not always activate on click
...example like so... --- mditest.rb 2007-04-18 16:19:59.000000000 -0700 +++ mdi.rb 2007-04-27 14:44:54.000000000 -0700 @@ -134,7 +134,7 @@ scrollwindow = FXScrollWindow.new(mdichild, 0) scrollwindow.verticalScrollBar.setLine(@font.fontHeight) btn = FXButton.new(scrollwindow, TYGER, - :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 600, :height => 1000) + :opts => LAYOUT_FIX_WIDTH|LAYOUT_FIX_HEIGHT, :width => 100, :height => 100) btn.font = @font btn.backColor = FXColor::White mdichild ...and then click on the empty are...
2007 Apr 18
1
[Bridge] Problem loading bridge.o
...d needed no patches.) Do I need to configure something else? Thanks in advance. -- Stuart Luppescu -=- s-luppescu .at. uchicago.edu University of Chicago -=- CCSR $B:MJ8$HCRF`H~$NIc(B -=- Kernel 2.6.1-gentoo Wishing without work is like fishing without bait. -- Frank Tyger -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.linux-foundation.org/pipermail/bridge/attachments/20040210/367f5a50/attachment-0002....
2019 Aug 30
1
?Syntax wrong about `?`'s precedence ?
...ssignments are flow-control items, IF ELSE WHILE FOR REPEAT, but I don't see any way to confuse them in the same way as '?'. It might be possible to resolve the situation by specifying '?' syntax explicitly as expr_or_assign '?' expr_or_assign, but, well, "There be Tygers here"... -pd > On 30 Aug 2019, at 18:32 , Kevin Ushey <kevinushey at gmail.com> wrote: > > See also: https://bugs.r-project.org/bugzilla/show_bug.cgi?id=16710 > > On Fri, Aug 30, 2019 at 9:02 AM William Dunlap via R-devel > <r-devel at r-project.org> wrote:...
2008 Nov 30
1
parallel build for package? (equivalent of make -j8)
I have a package that takes about 20 minutes to compile which tends to prolong the compile/test/compile cycle. Does anyone know how to get R CMD check or R CMD INSTALL to use parallel make? I looked at R CMD INSTALL --help, but I don't see anything obvious arguments to do this. Thanks, Whit
2019 Aug 30
3
?Syntax wrong about `?`'s precedence ?
Precedence is a property of the parser and has nothing to do with the semantics assigned to various symbols. Using just core R functions you can see the precedence of '?' is between those of '=' and '<-'. > # '=' has lower precedence than '?' > str(as.list(parse(text="a ? b = c")[[1]])) List of 3 $ : symbol = $ : language `?`(a, b) $
2003 Jan 28
0
Probably a bug in samba audit
...003/01/22 20:56:05, 4] libsmb/nmblib.c:debug_nmb_packet(107) nmb packet from 192.168.0.69(137) header: id=44642 opcode=Query(0) response=No header: flags: bcast=Yes rec_avail=No rec_des=Yes trunc=No auth=No header: rcode=0 qdcount=1 ancount=0 nscount=0 arcount=0 question: q_name=TYGER<20> q_type=32 q_class=1 [2003/01/22 20:56:05, 10] nmbd/nmbd_winsserver.c:packet_is_for_wins_server(95) packet_is_for_wins_server: failing WINS test #1. [2003/01/22 20:56:05, 3] nmbd/nmbd_incomingrequests.c:process_name_query_request(480) process_name_query_request: Name query from 192.168...
2002 Jun 13
0
question about temporarily_use_uid()
hi.. can someone please explain to me what does the function temporarily_use_uid() in uidswap.c do? I'm trying to build ssh-3.1p1 for dgux. the compilation went fine. however, failed when trying to connect to the server. the reason is getgroups function in temporarily_use_uid() has a limit NGROUPS_MAX. this is defined to be 8 on dgux(limits.h) but for the group I belong to , there are more
2009 Jun 24
2
CIFS mount not applying setuids
...don't know why CIFS Unix Extensions wouldn't be available. Anybody have any ideas? ---Client mount command --- hydrian@bran ~ $ sudo mount -vv /mnt/Multimedia/ parsing options: rw,credentials=/etc/samba/cred-remotemounter,setuids,acl,noperms mount.cifs kernel mount options unc=//brigid.tygerclan.local\multimedia,ip=192.168.1.4,user=remotemounter,pass={mypassword},ver=1,rw,credentials=/etc/samba/cred-remotemounter,setuids,acl,noperms Client: Gentoo Linux net-fs/mount-cifs-3.0.30 net-fs/samba-3.0.33 -------------------------------------- --- Server Config---------------- [global]...