search for: grab

Displaying 20 results from an estimated 6548 matches for "grab".

2004 Aug 09
1
Inbound Call Errors...
....30','65677630','5462000','bogon-calls', 'SIP/65.67.76.30-0814e4f0','','Congestion','',0,0,'NO ANSWER',3,'','1092090989.0','') 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:7417 sipsock_read: Failed to grab lock, trying again... 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:7417 sipsock_read: Failed to grab lock, trying again... 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:7417 sipsock_read: Failed to grab lock, trying again... 2004-08-09 17:36:29 DEBUG[229390]: chan_sip.c:7417 sipsock_read: Fail...
2007 Jan 05
1
Question about extending screengrabs
Hi, I have a question regarding screengrabs: At the moment, a lot of interaction between the plugins is done by checking for screen grabs of other plugins with the function otherScreenGrabExist. But pushing a screen grab means grabbing keyboard and mouse pointer, so no user interaction with the desktop is possible. However, some plugins (s...
2008 Jun 02
2
Need advise in grab the line number of sorted list in R
Hi, I have a data frame which format is like below:- X Y Z 131 22.2 3.4 4.4 150 20.0 12.2 4.5 etc... And I have sorted the data frame. However, I would like to grab one of these elements in the data frame. Also, i would like to number these rows so that when i grab a particular line let say 150, it is able to return me the position of the row rather than the "150". Let say in this example, when i grab a value of 150, it gives me 2 rather than 150....
2004 Nov 18
5
Torrent support in IPP2P
Hello, I guess a few of you know about the iptables-p2p project at the http://sourceforge.net/projects/iptables-p2p site. This suite has an excellent filter of which I use today and its running very smoothly. The main reason why I use this is because I desperately need to block torrents. IPP2P does not do this at this time (it seems to me in the doc at least). Is it maybe some way we could merge
2018 May 18
0
drc, ggplot2, and gridExtra
...; instead. > > Unfortunately, grid.arrange() doesn't accept plot(). It does work with > qplot() from 'ggplot2'. Unfortunately, qplot() doesn't know how to > deal with data of class drc. > > I'm at a loss on how to proceed here. Any thoughts? > Hi, If you grab the plots as grobs, you can arrange them using grid.arrange() library(gridGraphics) library(gridExtra) grab <- function{ grid.echo() grid.grab() } x <- rnorm(100, 1, 2) y <- rnorm(100, 0, 0.5) plot(x,y) p <- grab() a <- rnorm(20, 0, 1) b <- rnorm(20, 1, 2) plot(a, b) q &...
2007 Mar 05
1
[PATCH] Grab state & Last state remembering
...tracking down the window state changes (e.g. has the window been maximized in that state change?). In Beryl, we added a variable lastState into CompWindow, which is updated inside core's stateChangeNotify. The attached last-window-state.patch brings that behaviour to Compiz. - Remembering the grabbing state Previously, only one window could be grabbed at a certain time. However, when using group, a number of windows can be grabbed at a certain time, so I think it's useful to provide this information to all plugins without requiring them to wrap into the grab / ungrab notifies. - Resize...
2018 May 18
3
drc, ggplot2, and gridExtra
I have dose response data I have analyzed with the 'drc' package. Using plot() works great. I want to arrange my plots and source data on a single page. I think 'gridExtra' is the usual package for this. I could use plot() and par(mfrow=...), but then I can't put the source data table on the page. gridExtra provides grid.table() which makes nice graphical tables. It
2006 Jul 31
2
How do you grab the source HTML from a url?
I want to grab all of the list of users from my app and make a nice formatted list of them every week, and I was wondering what rails command would grab the source html from a url? Thanks, Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2007 Apr 12
1
Multihead related issues
...hapter. Without the beryl-work in multiscreen, it's unusable. However, the changes may not be perfect. There are a few really minor situations where d->screens is used instead of passing the actual screen to a function, those are trivial to work out and there are some changes to "Screen grabs" (Screen grabs are broken by design atm; They grab input, but are screen-specific and are used to communicate(!) drawing-related events too.). We need to figure out what we want to do with screen grabs; What I did in Beryl was to make sure that the screen grabs are manged in a display-context...
2008 Jun 24
5
bittorrent
Looks the only way now to grab a DVD is by torrent. What is the yum install XXXX name to get it on the machine? I have downloaded the torrent file, but what do I execute to grab the DVD? Thanks, great effort CentOS Team. Jerry
2012 Jul 12
1
Grabbing Indexes of a certain standard deviation
...ons or less than -2 standard deviations, but only the first point of the section. And then I'd also need the first point where the point returns to the range between +/- 2 standard deviations. So basically if my standard deviation=1 and my residuals=c(1, 2.1, 3, 4, 3, 1, 0, -4, -1) I want it to grab the second number, where it exceeds 2 standard deviations and the 6th where it returns to less than 2 standard deviations. Also, it would grab -4 (or residuals[ 8]) and -1 (residuals[9]) -- View this message in context: http://r.789695.n4.nabble.com/Grabbing-Indexes-of-a-certain-standard-deviation...
2019 Aug 07
2
[PATCH 1/2] drm/nouveau/dispnv04: Grab/put runtime PM refs on DPMS on/off
On Wed, Aug 07, 2019 at 05:33:00PM -0400, Lyude Paul wrote: > The code claims to grab a runtime PM ref when at least one CRTC is > active, but that's not actually the case as we grab a runtime PM ref > whenever a CRTC is enabled regardless of it's DPMS state. Meaning that > we can end up keeping the GPU awake when there are no screens enabled, > something we don&...
2017 Feb 16
4
IPv6 broken on Linode
https://forum.linode.com/viewtopic.php?f=19&t=14570&p=72785 I can not figure out what I need to do. Apparently according to linode support, the VM is trying to grab an IPv6 address with some privacy stuff enabled by default causing it to not grab the IPv6 address that is assigned to me. Nothing I have tried seems to work, and it seems that Linode support are far more familiar with Ubuntu than CentOS. I know CentOS follows Red Hat so I'm not suggesting...
2019 Aug 07
0
[PATCH 1/2] drm/nouveau/dispnv04: Grab/put runtime PM refs on DPMS on/off
The code claims to grab a runtime PM ref when at least one CRTC is active, but that's not actually the case as we grab a runtime PM ref whenever a CRTC is enabled regardless of it's DPMS state. Meaning that we can end up keeping the GPU awake when there are no screens enabled, something we don't really want to...
1998 Sep 15
1
SUNOS: Samba grabs all semaphores, breaking other softwares (PR#9755)
Ole.H.Nielsen@fysik.dtu.dk wrote: > > SAMBA grabs ALL available semaphores minus 1 on SunOS 4.1.3, > where the kernel has 60, see /usr/include/sys/sem.h: > #define SEMMNS 60 /* # of semaphores in system */ > > This is a MAJOR PROBLEM to us, since our backup software > (IBM ADSM) also needs available semaphores for th...
2012 Apr 04
1
Using download.file() to grab information from a Password Protected Website
I am new to R and have been spinning my wheels on the following. *Issue:* I have a membership to a website, and I want to grab data from the website using download.file(). download.file(url, destfile, method, quiet = T, mode = "w", cacheOK = TRUE) The R Documentation is helpful. However, I have been unsuccessful in figuring out how to access the website using my username and password. Using an example, can som...
2008 Feb 28
3
GRabbing MAC address
I am trying to grab the mac address for eth0 on centos 5.1 with ifconfig | grep eth0 | cut -d ' ' -f 5 and I dont get anything. What am I not doing right? ifconfig | grep eth0 | cut -d ' ' -f 1 gives me eth0 but anything else like -f 2, -f 3 etc I get nothing. Jerry
2007 Nov 24
19
R/W lock portability issue
Hi, I am having a problem porting Solaris R/W lock functionality to Linux. The problem is that RW_LOCK_HELD() doesn''t have an equivalent function in pthreads. This was not a problem before because RW_LOCK_HELD() was only used in ASSERT statements. In this case, I was able to make it work by making it behave a bit differently (specifically, it would return true if *any* thread was
2014 Sep 24
1
[Bug 84285] New: Framebuffer display around grabbing cursor
https://bugs.freedesktop.org/show_bug.cgi?id=84285 Priority: medium Bug ID: 84285 Assignee: nouveau at lists.freedesktop.org Summary: Framebuffer display around grabbing cursor QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: cs at kainaw.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Dri...
2009 Jan 21
6
nfsv3 provider: "failed to grab process"
...provider on S10U6, with the following simple script: #! /usr/sbin/dtrace -s #pragma D option quiet nfsv3:::op-read-start { printf("%s\n", args[1]->noi_curpath); } however, when running it, i get the following error: dtrace: failed to compile script ./nfs2.d: line 5: failed to grab process 3 pid 3 is fsflush: UID PID PPID C STIME TTY TIME CMD root 3 0 1 Nov 13 ? 1663:31 fsflush what am i doing wrong? thanks, river. -----BEGIN PGP SIGNATURE----- iD8DBQFJd3wFIXd7fCuc5vIRAgcTAKCjExedEOKNlsZl63yLzZeyXz/HyACgqZY3 gko1vjR33bZqsorMIdvMidg=...