Displaying 20 results from an estimated 80 matches similar to: "Re: MFBV, he had difficulty"
2004 Dec 19
1
Crash when reading OGG/Vorbis file
I'm seeing a crash when reading an OGG/Vorbis file. I'm using OGG 1.0
/ Vorbis 1.0.
The crash occurs in _vds_shared_init because the passed in vorbis_info
*vi points to a structure containing all 0s (and thus crashes on the
line
b->modebits = ilog2(ci->modes);
as ci is NULL.
Following the stack, I see that _vds_shared_init is called by
vorbis_synthesis_init which is called
2012 Sep 13
1
[Bug 43731] New: No support for DP on NVD9
https://bugs.freedesktop.org/show_bug.cgi?id=43731
Bug #: 43731
Summary: No support for DP on NVD9
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2007 Jan 15
2
Whine in dual core Windows PC if R uses full CPU capacity
Dear R-developers,
the following may seem a weird question for R-devel – I try anyway, because it
does seem to be related to usage of R and R's way of interacting with the
hardware.
When running R (2.4.0) on my new dual core Windows XP system (Intel Core 2 Duo
E6600, Mainboard ASUS P5B, BeQuiet Power Unit), I observe various types of
sounds (not related to fans) when running at full
2010 Feb 23
1
R Aerodynamic Package(s)?
By any chance is anyone aware of any R Packages that contain or expand the aerodynamic capabilities mentioned on the following website?
http://www.aoe.vt.edu/~mason/Mason_f/MRsoft.html
Typically I know R packages have focused on extending the statistical and graphing capability within R, so I was just curious if there might be a package that contains some aerodynamics.
If by chance there
2006 Apr 03
2
HABTM migrations
Bad rails day for Matt-
In a migration, for a habtm:
create_table :teams_users do |t|
t.column :team_id, :integer
t.column :user_id, :integer
end
Ok, fine. In a controller (well really a migration script):
@user.teams << Team.find( 3 )
And the SQL pumped at my server is:
INSERT INTO teams_users (`team_id`, `id`, `user_id`) VALUES (3, 3, 34)
Which
2007 Jan 21
1
sequential processing
Like many others, I am new to R but old to SAS.
Am I correct in understanding that R processes a data frame in a
sequential ly? This would imply that large input files could be
read, without the need to load the entire file into memory.
Related to the manner of reading a frame, I have been looking for the
equivalent of SAS _n_ (I realize that I can use a variant of which to
identify an index
2018 Feb 02
0
new R package bigleaf
Dear R users,
we are pleased to announce the release of the 'bigleaf' R package. This
package is useful for the calculation of physical (e.g. aerodynamic
conductance, surface temperature), and physiological (e.g. canopy
conductance, intrinsic water-use efficiency) ecosystem properties from
eddy covariance data. All calculations are based on a 'big-leaf'
representation of the
2009 Jan 21
1
Opening a script with the R editor via file association (on Windows)
I read the posting about opening .R files in windows with the Rgui and was
wondering if anything has changed for R-2.8.1 and Windows Vista? I have not
yet been able to get the files to open in the Rgui, the association works
enough to open R but that is about it. Thanks for the input.
-Peter DeWitt
--
Peter DeWitt
PhD Candidate
Department of Statistics
Colorado State University
"For
2004 Aug 14
0
never 99% Presc\ription Approval. Any Pi^lls You Want. koenigsberg
broomcor bell-ditch behrampada q2 biosensors zorroiii
Wouldn't you like to save vp to 70% on your me+dications?
Being gen)eric, our products are less expensive than the brand name
equivalants. The reason that you can bvy our products for less is that we
dont pay for branding, ma~rketing, advertising, or a costly sales force. We
pass along those cost saviings directly
You can now order
1998 Mar 04
1
samba / ggc binarys for HP-UX 9.04
Hello List,
I am searching the current samba binarys for a HP9000/827S with HP-UX
9.04. Unfortunately we have only the very basic C-compiler installed,
that won't do ANSI. Therefore, out attempts to compile gcc from source
failed too.
Is there anybody able to send me the current Samba binarys, or
alternetivly point me to a location for the binarys?
Does anybody know a location for gcc
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
Hello Everyone,
I just wanted to let you all know that Rayman 3 hangs just after
starting a new game with no output on the terminal.
Also Tales Of Pirates Online crashes randomly sometimes after
5 mins sometimes after 8 hours but it crashes.
Here is the output from the terminal.
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range
2010 Dec 29
1
Problems with Final Fantasy XI Online - Japanese
Hello all,
I've been trying (and thus far failing) to get the Japanese version of FFXI working under wine. I have been playing FFXI here in Japan since the release, so I have the original Japanese 4-disc CD set, plus the extra CDs/DVDs for each different expansion.
I originally started with wine-1.3.8, and for the most part, the CD installs and POL/FFXI updates worked fine -- I was actually
2013 Mar 14
4
plotting
Hi alL,
I have a data frame with 4 columns: "value", "time", "group" and "id".
I would like to plot "value" vs. "time" with different colors for
different levels of "group" and
different symbols for different values of "id".
I think I could do this but I would like to see what is an easier way to
plot
the
2009 Mar 26
0
assert2-0.4.6 provides assert_xhtml, an alternative to assert_select
Rubyists:
Consider the following monstrosity, coded using assert_select:
assert_select "div#logo_box img[src=/0000/0001/logo.gif][alt=My Company]"
Now, behold it rewritten to use assert_xhtml:
assert_xhtml do
div.logo_box! do
img :src => /logo.gif$/, :alt => ''My Company''
end
end
That sample contains more Ruby; it''s not just
2013 Aug 01
0
[LLVMdev] Tail calls (TCO) in PNaCL | PNaCl Bitcode reference manual
On Wed, Jul 31, 2013 at 11:55 PM, Travis Cross <tc at travislists.com> wrote:
> On 2013-07-30 22:11, Eli Bendersky wrote:
> > we've published an initial version of the PNaCl bitcode reference
> > manual online -
> > http://www.chromium.org/nativeclient/pnacl/bitcode-abi. The PNaCl
> > bitcode is a restricted subset of LLVM IR.
> >
> > Any comments
2013 Aug 01
0
[LLVMdev] Tail calls (TCO) in PNaCL | PNaCl Bitcode reference manual
On 2013-07-30 22:11, Eli Bendersky wrote:
> we've published an initial version of the PNaCl bitcode reference
> manual online -
> http://www.chromium.org/nativeclient/pnacl/bitcode-abi. The PNaCl
> bitcode is a restricted subset of LLVM IR.
>
> Any comments would be most welcome.
Hi Eli,
I appreciate you for opening the process for input and comments. One
question stood
2006 Sep 19
18
Open Source UML Tool for Ruby on Rails?
I am new to web development, Ruby on Rails, and UML as well. I was
wondering if there were any free tools available for UML design.
There is a list of free tools on wikipedia under UML tools, but I don''t
understand if I need a tool that supports the ruby language. If anyone
uses a free UML tool for designing Ruby on Rails apps, please let me
know what you use.
2013 Aug 01
0
[LLVMdev] Tail calls (TCO) in PNaCL | PNaCl Bitcode reference manual
I'm not familiar with PNaCl but, FWIW, I'd say the three main advancements
the CLR made over the JVM are:
. Structs (aka value types).
. Reified generics.
http://research.microsoft.com/pubs/64031/designandimplementationofgenerics.p
df
. Tail call elimination.
http://research.microsoft.com/pubs/69132/babel01.pdf
Structs give you more freedom around memory
2010 Aug 22
1
fortune? (was: Re: How do you make a formal "feature" request?)
Dear all
I was wondering whether such a long post could be fortune-ed. What do you think?
Regards
Liviu
On Sat, Aug 21, 2010 at 9:33 PM, Sharpie <chuck at sharpsteen.net> wrote:
> Well, I can think of three ways it can go down:
>
>
> 1. ?You want a shiny new pony.
>
> You ask about it on the mailing list and it seems that everyone else in the
> world responds
2003 Dec 01
0
No subject
period of
time (hours up to weeks sometimes), and then 'certain' pc's would no longer
be able to
connect to samba, but other pc's would still be working. And the pc's
affected are not
the same each time.
this might be the case if what is REALLY going on is that the pc's that are
STILL working
never lost their connection to SAMBA/iX, so they already(still) have a
working