search for: teak

Displaying 11 results from an estimated 11 matches for "teak".

Did you mean: leak
2006 Apr 14
4
Newbie stuff (.new method)
...that in the controller, there are calls to Object.new and Object.save. I''m assuming that these are methods inherited from ActiveRecord that automagically execute SQL statements to insert and update the matching records in the table. very cool shortcut. However - say i need to "teak" this - I have a feils called "created" of type datetime that I want to auto populate whenver a new record is added. How do I modify the "new" method to do this without having to write my own custom one? Thanks -- Posted via http://www.ruby-forum.com/.
2013 Feb 23
1
Help with layout
Dear R users. I'm new with layout and I can't figure how to teak my graphs. I have the following code: layout(matrix(c(1,2,3), 3, 1, byrow = TRUE), heights=c(0.3,0.3,0.6)) boxplot(rnorm(100), horizontal=TRUE, axes=FALSE) boxplot(rnorm(100), horizontal=TRUE, axes=FALSE) hist(rnorm(100)) Is it possible to have the two horizontal boxplot closer to each ot...
2007 Feb 07
2
all apps are black with nvidia driver
...-source nv driver and the proprietary nvidia driver. This does NOT happen with the VESA driver, so the problem seems to be isolated to the nvidia drivers. Tested versions of wine are: 0.9.24 from Fedora 5 extras 0.9.27 from Fedora 5 extras 0.9.30 built using the spec file from 0.9.27 with a slight teak for the change in number 0.9.30 compiled from scratch ALL of these versions of wine fail. Changing resolutions to 1024x768 or 800x600 has no effect. Changing desktop from KDE to GNOME has no effect. My video card is a nVidia GeForce4 MX440 AGP. The pertinent line from my Xorg.0.log file shows my...
2009 Dec 11
1
Your Valuable Inputs
...utting and Password demanding. We concluded it after usage of more than one different SSH Client software. Can you tell me why it so? for your reference I am sending configuration files herewith. Please help me by giving your best inputs and suggestions over it. Heartily thanks -- Devang Modi Teak System Incorporated
2003 Jan 02
1
win 2000 - samba unix mount
Happy new year samba supporters!! I am new to samba. I am a UNIX admin and no little of MS shares. I am trying to use samba to mount/share my unix home dir on my pc running win 2000 pro. The samba server is running and I can smbclient to my user id successfully on the server. I have tried security user AND share. Either way, when I try mapping network drive on pc, specify user and password I get
2019 Jul 18
2
[PATCH v4 1/2] mm/balloon_compaction: avoid duplicate page removal
From: Wei Wang <wei.w.wang at intel.com> A #GP is reported in the guest when requesting balloon inflation via virtio-balloon. The reason is that the virtio-balloon driver has removed the page from its internal page list (via balloon_page_pop), but balloon_page_enqueue_one also calls "list_del" to do the removal. This is necessary when it's used from balloon_page_enqueue_list,
2019 Jul 18
0
[PATCH v4 2/2] balloon: fix up comments
Lots of comments bitrotted. Fix them up. Fixes: 418a3ab1e778 (mm/balloon_compaction: List interfaces) Reviewed-by: Wei Wang <wei.w.wang at intel.com> Signed-off-by: Michael S. Tsirkin <mst at redhat.com> --- fixes since v3: teaks suggested by Wei mm/balloon_compaction.c | 71 ++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 32 deletions(-) diff --git a/mm/balloon_compaction.c b/mm/balloon_compaction.c index d25664e1857b..7e95d2cd185a 100644 --- a/mm/balloon_compaction.c +++ b/mm/balloon_compac...
2008 Jul 29
4
Graphics function question
Hello I have created a graph using the following commands: <<< startBReP3O1T <- diffs$BReP3O1T - diffs$diff_BReP3O1T endBReP3O1T <- diffs$BReP3O1T x <- seq(47,89, length = 10) ymin <- min(min(startBReP3O1T), min(endBReP3O1T)) ymax <- max(max(startBReP3O1T), max(endBReP3O1T)) y <- seq(ymin, ymax, length = 10) plot(x,y, type = 'n', xlab = 'Age', ylab =
2012 Jan 11
5
Which SpanDSP version to play with Asterisk 10 and T.38/T.30 gatewaying ?
Hi, Maybe I missed it while checking it, but which spandsp version is recommended to play with Asterisk 10 and T.38/T.30 gatewaying ? I can see both spandsp-0.0.6pre17.tgz and spandsp-0.0.6pre18.tgz here (http://www.soft-switch.org/downloads/spandsp/) but I couldn't find a changelog documenting differences between them. So I prefer to double check ask for recommendations. Regards
2005 May 01
1
Samba 3 PDC with ldapsam and login problem
...y. Is that the reason why Samba can't authorize root? (In an NIS environment, only a group "root" should have the gidNumber=0) The group "Domain Admins" as smbldap-populate creates it has gidNumber=512. And that group has meberUid=root. Can anybody tell me what I have to teak in order to be able to proceed? I appreciate any help! Marian ==== testparm output ============================================ Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[Profiles]" Processing section "[netlogon]&qu...
2013 Aug 12
0
[RFC PATCH] drm/nv50-nvd0: implement precise vblank timing support on nv50/nvc0.
Not as thoroughly tested as I would like. Newer nvd0 and kepler are unsupported, as I don't know the registers yet. Information of the scanout position is based on Lucas Stach's original patch, with a teak to read vline twice, to prevent a race of hline with vline. Cc: Lucas Stach <dev at lynxeye.de> Cc: Mario Kleiner <mario.kleiner at tuebingen.mpg.de> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- diff --git a/drivers/gpu/drm/nouveau/core/engine/disp/nv...