Displaying 13 results from an estimated 13 matches for "queer".
Did you mean:
queen
2005 Aug 15
2
queer data set
...B3 C3
A4 B4 C4 X41;X42;X43
A5 B5 C5 X51
etc., say. Note that a blank under HEADER3 corresponds to non
occurance and all semi colon (;) delimited variables are under
HEADER3. These values run into tens of thousands. I want to give some
order to this queer matrix to something like:
HEADER1 HEADER2 HEADER3 HEADER3
A1 B1 C1 X11
A1 B1 C1 X12
A1 B1 C1 X13
A1 B1 C1 X14
A2 B2 C2 X21
A2 B2 C2 X22
A2 B2 C2 X23
A2 B2 C2 X2...
2002 Jul 02
1
Tr: ISOLINUX failure with Connectix Virtual PC 4.3.2
...001C
isolinux: Sectors to load = 0004
isolinux: Loaded boot image, verifying...
isolinux: Main image read, jumping to main code...
isolinux: Root directory at LBA = 00000017
isolinux: isolinux directory at LBA = 00000018
isolinux: About to load config file...
isolinux: Configuration file opened...
Queer bug isn't it?
----- Message retransmis par christian.lestrade at free.fr -----
Date: Tue, 02 Jul 2002 16:17:13 +0200 (MEST)
From: christian.lestrade at free.fr
Reply-To: christian.lestrade at free.fr
Subject: ISOLINUX failure with Connectix Virtual PC 4.3.2
To: syslinux at zytor.com
Hello,
I...
2004 Sep 13
1
*.Rd: line breaks incorrect (?) \examples
...following:
- long lines in \examples{} and \author{} are not folded (broken) in the
resulting *.ps.
- If I want to write a comment in \examples{} using #, like:
\examples{
executable stuff # comment \emph{} \code{\link{}}
}
then \emph{} and \code{\link{}} are transformed into a queer sequence
of characters. Question: where are \emph{} \code{\link{}} allowed?
- More general: Where are TeX constructs allowed? $x_{nn}
- Where are TeX constructs mandatory?
- Why are pck.Rcheck/pck-manual.aux, .dvi, and .log generated by runnung
R CMD build etc., but not pck.Rcheck/pck-manual...
2012 Mar 28
1
Is it possible to de-select with sqlQuery from the RODBC library?
Dear R-list,
I'm queering a M$ Access database with the sqlQuery function from the RODBC library. As I cannot make a working example with a database here is an illustrative example,
library(RODBC)
mdbConnect<-odbcConnectAccess("S:/data/ ... /databse.mdb")
data <- sqlQuery(mdbConnect, "select id, DOB...
2004 Aug 06
1
Speex test cases? and XMMS speex plugin
...iced that the Speex XMMS plugin is missing? While
> speexdec works well, I'd kinda like to use XMMS.
Yes, I mailed the web master and Jens about it a few days ago. I
have the version I'm currently using which was based on an old
version of Jens and has streaming support. It's a bit queer on
seeking, and crashes XMMS if you seek while in pause, but it does
work otherwise. Available from http://dagobah.ucc.asn.au/speex-xmms/
As a random aside, I've been compiling together the speex'd audio
recordings from Linux.conf.au 2003 (which was a blast!). I'm running
a program cal...
1998 Aug 12
0
Problems with 1.9.18p8
...quest, then "Session request failed (0,0) with myname=GATEWAY
destname=GATEWAY", then "Unspecified error 0x0" then "Your server software
is being unfriendly" then it exits. In the log file, we have such things as
"Serverzone = -36000", which I think is a bit queer, (the negative number is
what shakes me), there's a "netbios connect: name1=GATEWAY name2=GATEWAY",
then "Trying username gatewaY" (which I feel must provide some clue but for
the life of me I can't figure out what) and then "init msg_type 0x81
msg_flags=0x0"....
2009 Jul 12
2
box and whisker (PR#13821)
In a Box and Whisker plot, I thought that when there are outliers both abov=
e and below the whiskers, then the whiskers should both be the same length =
(plus or minus 1.5 times the inter-quartile range).
If you look at the plot for SilwoodWeather on p.155 of The R Book you will =
see that for November (month =3D 11) the upper whisker is shorter than the =
lower, while for other months with
2007 Oct 24
4
How to get TCP access to CDR Master.csv
Hi.
I'd like to get access to the CDR's generated by Asterisk (1.4) in real-time
from a remote connection coming in on TCP. Basically what I have is a
Windows application that is used to process incoming, outgoing and missed
call records putting them into a database for some analysing etc. This app
can connect to a TCP server and read from this connection the CDR's as they
are
2007 Nov 14
7
BackgrounDRb version 1.0RC1 available now
...orker
set_worker_name :progress_worker
def create
@counter = 0
add_peridic_timer(2) { increment_counter }
end
def increment_counter
@counter += 1
register_status(@counter)
end
end
And using MiddleMan proxy, you can keep queering status of your progress bar:
MiddleMan.ask_status(:worker => :progress_worker)
I would welcome, anyone who contributes more examples back. You can
even use callbacks
or Deferable pattern for invoking callbacks.
=== Exciting new stuff
* Rock solid stable ( or will be , after...
2019 Jun 19
2
User listing returned failure with -A
...ne.
Everything is the same up until the Error but since nothing else is logged, where do I go from here?
--
There are strange things done in the midnight sun/By the men who moil
for gold; The Arctic trails have their secret tales/That would make your
blood run cold; The Northern Lights have seen queer sights,/But the
queerest they ever did see Was the night on the marge of Lake Lebarge/
When I cremated Sam McGee
2004 Aug 06
4
Speex test cases?
I'm trying to get speex to encode a bit faster, mainly by rewriting a few
functions in SSE and translating the GCC __asm__ to VC __asm.
There's 2 functions I'm targeting, first is vq_nbest which consumes 40% of
the time at high complexity and split_cb_search_shape_sign. Which consumes
just over 30%. I've split out two functions from:
cb_search_precompute_energy - loop at the
2006 Mar 16
32
iterating a partial with :collection
following AWDWR book - ''Partials and Collections'' (rather sparse info
there too) and I might add that the wiki page on this topic is entirely
devoid of any info...be that as it may...
I have hash of several arrays that I want to iterate though and display.
the first hashed element looks like this (greatly simplified)
- :facility: !ruby/object:Facility
attributes:
2013 Feb 07
4
ATI/AMDs atikmpag.sys BSOD while vga passthrough
Hi everyone
since I''m currently migrating from xm to xl and now are also a victim
of the said error, I started researching on it and found that many
people had the issue but not many found solution and behind this BSOD
(=Bluescreen of Death), there are actually multiple errors in hiding.
What I would like to do is gather as much info as possible in this
thread to form a kind of