Displaying 14 results from an estimated 14 matches for "skid".
Did you mean:
said
2008 Mar 02
1
CentOS, ISDN and Fax ...
Hey guys,
is anyone of you using CentOS (4/5) for an ISDN fax gateway? I just had
someone over here at the CentOS booth who wanted to know if there's a
possibility to integrate the AVM CAPI into CentOS and then use the
machine as a fax gateway with 2, 3 or 4 S0 buses.
Is that possible?
Cheers,
Ralph
--
Ralph Angenendt......ra at br-online.de | .."Text processing has made it possible
2011 Jan 15
4
How to *completely* stop a script after stop()?
Dear expeRts,
is there a neat way to *completely* stop a script after an error occured?
For example, consider the following script:
## ==== file.R ====
for(i in 1:10){
print(i)
if(i == 5) stop("i == 5")
}
for(i in 11:100) print(i)
## ================
stop() behaves like it should namely to stop the execution of the *current*
expression, but I was wondering if it is possible to
2011 Aug 16
2
Assignment working differently inside ifelse()
Hello all, I need to extract rows and columns from a data frame and put
them in a matrix. In some cases, there are no rows in the data frame
meeting the selection criteria. For those rows I want to put a row of
0's in the matrix. Here's my clumsy code:
tab1.m1 <- matrix(0, nrow=2, ncol=4)
tab1.m1[1,] <- ifelse(length(as.matrix(tab1[tab1$comp==the.comp & tab1$schlid==the.schl
2016 Jul 20
2
[XRay] Build instrumented Clang, some analysis results
> On 20 Jul 2016, at 20:02, C Bergström <cbergstrom at pathscale.com> wrote:
>
> Some general questions about X-Ray
> -------------
> Is there a plan to make a separate mailing list or project around
> this? Do you have a list of planned features?
Interesting question -- so far we haven't decided yet whether XRay will live as another project. I'm certainly open to
2004 Dec 28
2
Still the big Icecast problem!
...an of. Convince guys like this
to use Ogg, or develop a similar device which does both Ogg and MP3,
and you've got a winner.
Like any effective salesman, when facing chicken-and-egg problems dead
on (which I've had to do a number of times in my career) it's important
to grease the skids so that there are no reasons for the listener, the
producer, or the broadcaster to say No. In the case of Ogg Vorbis it's
simply not good enough to push the tools out there and wait for people
to use them.
In any case I share your pain because I'm frustrated with MP3 streaming
and wo...
2004 Dec 17
3
Still the big Icecast problem!
On Fri, Dec 17, 2004 at 10:00:19PM -0300, Mr Dihelson Mendonca wrote:
> The problem with Icecast OGG system is that common
> people doesn't want to download any other software in
> order to listen to a radio station, even a plugin...
Of course. But that's not the whole story. Microsoft only
supports MP3 because so many people listen to mp3 radio
stations and files. And before
2020 Aug 07
4
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...
2020 Aug 07
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...
2013 Jan 18
0
Wine release 1.5.22
...rash at start
32016 QuickTime Player 7.7.1 crashes on exit
32340 View NX2 does not launch
32364 CMDcenter: 'Run-time error '445': Object doesn't support this action' when opening a form
32447 GetFileVersion is unimplemented
32485 1nsane: graphical issues when 'skid marks' enabled
32513 PPTV needs unimplemented atl100.dll.AtlGetObjectSourceInterface
32519 Civilization V: water rendering issue with built-in d3dx9_36
32526 Darksiders crashes on start without native d3dx9_36
32535 Microsoft SQL Server Management Studio Express 2008 installer fails...
2020 Aug 08
5
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...
2020 Aug 08
3
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...
2020 Aug 08
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...ake sample PGO’s input profile context aware, we need to know the call
> stack of each LBR fall through path. That is done by sampling LBR and call
> stack simultaneously. With that, each sample will contain a call stack in
> addition to LBR entries. We use level 2 PEBS to control sampling skid so
> that the leaf frame from stack sample aligns with leaf frame from LBR. The
> raw call stack sample describes the calling context for the leaf LBR entry.
> In addition, by unwinding “call” and “return” (including implicit ones from
> inlinee) from LBR entries backwards on top of raw...
2020 Aug 08
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...
2020 Aug 08
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...l unwinder
To make sample PGO’s input profile context aware, we need to know the call stack of each LBR fall through path. That is done by sampling LBR and call stack simultaneously. With that, each sample will contain a call stack in addition to LBR entries. We use level 2 PEBS to control sampling skid so that the leaf frame from stack sample aligns with leaf frame from LBR. The raw call stack sample describes the calling context for the leaf LBR entry. In addition, by unwinding “call” and “return” (including implicit ones from inlinee) from LBR entries backwards on top of raw stack samples, we c...