similar to: compilation

Displaying 20 results from an estimated 900 matches similar to: "compilation"

2012 Nov 05
2
Questions about FLAC documentation
FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu <giuroiu at gmail.com> wrote: > Hi, Gravis. > > I'm trying to build a FLAC encoder from scratch. Besides the official format
2006 Jul 28
1
Problem with routing for multiple uplinks/providers using iproute2
hi all, we were trying to configure our system with 2 ethernet catds connected to two different providers using iproute2 so that it recieves and transmits data from both of them. We have followed the configuration as given on lartc''s howto But the most wierd part of the story is that after we restart the system (We have put the script in rc.local) the system works fine and we can ping
2012 Nov 05
0
Questions about FLAC documentation
FlacNetLib was by far the most useful code reference. if you dont know object oriented programming then you need to muddle through libFLAC as i havent seen any other implementation that isnt OO. -Gravis On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu <giuroiu at gmail.com> wrote: > Hi, Gravis. > > I'm trying to build a FLAC encoder from scratch. Besides the official format
2008 Mar 04
4
R-Terminal
Hi there! I use an gnome-terminal for using R. When I resize the termial to the maximum size, R uses only the left side of the window. Can I tell R to use the whole window somehow? Thanks, Martin -- Ihr Partner f?r Webdesign, Webapplikationen und Webspace. http://www.roomandspace.com/ Martin Kaffanke +43 650 4514224 -------------- next part -------------- A non-text attachment was
2008 Apr 04
2
[LLVMdev] Being able to know the jitted code-size before emitting
On Fri, 2008-04-04 at 12:15 -0700, Evan Cheng wrote: > On Apr 4, 2008, at 11:58 AM, Jonathan S. Shapiro wrote: > > > In general, it is not possible to know jitted code size without > > emitting. You can suppress the actual write of the instructions > > themselves, but you have to do all of the work prior to that point. > > That's not true. llvm targets which
2008 Mar 10
3
format a number
Hi there! I have i.e. v = c(0.43554, -0.22343), and so on. Now I'd like to make a format like format(v, digits=2) but without the leading 0, so 0.43554 becomes .44, -0.22343 becomes -.22 How can I do that? runnable example for copy and paste: v = c(0.43554, -0.22343) format(v, digits=2) Thanks, Martin -- Ihr Partner f?r Webdesign, Webapplikationen und Webspace.
2008 Apr 04
0
[LLVMdev] Being able to know the jitted code-size before emitting
On Fri, 4 Apr 2008, Jonathan S. Shapiro wrote: > Evan: please explain how span-dependent branches are resolved in your > method. You don't need to compute the bits that will be emitted, but you > do need to compute the length of those bits. In most real > implementations, the two steps are therefore inseparable. I think the important point here is that llvm explicitly represent
2006 Feb 21
1
Resolution of plots?
Hello. I have a problem regarding the output from the R plot window. I have a quite dense dendrogram that I wish to visualize using a suitable software (like Illustrator), and to accomplish that I right click on the image from the plotting device and I save as metafile. The problem is when I scale up the image, some of the vectors in the dendrogram image are inseparable. My question is if
2008 Mar 06
3
mean and sd with number of values?
Hi there, When i do mean(fl[1:20], na.rm=T) sd(fl[1:20], na.rm=T) I get 20 Results, but now I'd like to know from how many numbers my mean and sd are calculated. How to I use the length() for this, or is this possible? Because there are missing values in some, but not in all columns. So there should be a different count of numbers. Thanks, Martin -- Ihr Partner f?r Webdesign,
2008 Sep 29
1
Testing this significance of a factor in a mixed-model "ANCOVA"
R-users - I must preface this question by saying that I'm a relative newbie to both R and mixed-modeling. I'm using lme fit an ANCOVA-like model. My data consist of bone length measurements for a developmental series of two capuchin monkey species. I'm interested in whether the rate of bone length scaling to body mass (i.e., growth) differs between species. My call to lme
2006 Feb 06
4
fcgi to run cgi scripts
Dear experts, I have rail site that is running lighttpd and fcgi. I want the default domain to serve the rails application, and I also want to have a virtualhost (bugs.mysite) to resolve to a bugzilla instance. Bugzilla is basically Perl application called through CGI. I tried to find pointers on how to set fcgi to run both rails dispatcher and other cgi scripts in a different virtualhost, and
2004 Mar 21
2
How to route internal addresses?
Hey, i have the following problem/question: how can i route internal addresses? my setup is sumthing like __________ __________ 192.168.1.0 | |192.168.2.0 | | |---------------| | | | linux box | |---------------| and the linux box will not route between theese internal addresses (because they''re
2010 Sep 13
1
irq 58 nobody cared.
I built a new server about 10 days ago running CentOS 5.latest, and it's been presenting a message shortly after booting: irq 58: nobody cared (try booting with the "irqpoll" option) Call Trace: <IRQ> [<ffffffff800bb712>] __report_bad_irq+0x30/0x7d [<ffffffff800bb945>] note_interrupt+0x1e6/0x227 [<ffffffff800bae41>] __do_IRQ+0xbd/0x103
2003 Jul 02
1
Domain member server
Dear all, I was trying to join the samba server as a win 2000 domain member server. I'm using the smbpasswd command as follow: # smbpasswd -j edventures -r venus -Uadministrator Password: Error connecting to venus Unable to join domain EDVENTURES Is there anything wrong ? _____________________________________________________________________ iRepublics.com - Free Web Hosting for
2002 Aug 20
1
Very audible artifact in RC3
Are you aware that RC3 can cause a scratching, repeating noise to the audio? I downloaded an album in ogg format and while all other track seem ok, the last one has this problem. Sounds too weird to be a ripping problem and ogginfo (1.0) doesn't see any problem with the stream. If you'd like to listen to the file and have a BIG mailbox (size=3677710) or a login to some webspace,
2010 Sep 22
1
include configuration file
Are people using the icecast official source or the updated version by KH? http://www.xiphicecast.webspace.virginmedia.com/ I think that version has a lot of fixes and added stability... can we merge it back in with the main source? Sorry for my English On Wed, Sep 22, 2010 at 1:04 AM, Petr Pisar <petr.pisar at atlas.cz> wrote: > On Wed, Sep 22, 2010 at 09:23:02AM +0400, ???????
2005 Nov 14
1
Curve fitting tutorial / clue stick?
Working through the R archives and webspace, I've mostly proved to myself that I don't know enough about what statisticians call "Curve Fitting" to even begin translating the basics. I'm a sysadmin, and have collected a variety of measurements of my systems, and I can draw pretty pictures in R showing what has happened. People are happy, customers feel empowered. Whee!
2008 Mar 03
1
names of data.frame variables?
Hi there! I'd like to make many tests and plots, for each variables. i.E. i <- 1 repeat { print (t.test(e[i], f[i])) i <- i + 1 if (i == 21) break } but the output is: Welch Two Sample t-test data: e[i] and f[i] ... so I don't know which data was calculated. Is there a way to tell the t.test or I'll make the same with plotmeans (from the gplots library)
2008 Mar 13
1
Compare two correlations matrices
Hi there, When I make two correlations matrices of the same size from a <- cor(el[1:20]) b <- cor(fl[1:20]) how can I compare if this matrices are equal? Thanks, Martin -- Ihr Partner f?r Webdesign, Webapplikationen und Webspace. http://www.roomandspace.com/ Martin Kaffanke +43 650 4514224 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available
2008 Mar 13
1
factanal and plotting?
Hi there! To make a good choice for the estimation of the number of usefull factors. And I'd like to plot a graph like: http://de.wikipedia.org/wiki/Bild:Parallelanalyse.jpg where I don't need the green line (random values). But with str(factanal(data, factors=10)) I cannot figure out where I can find the values for plotting. Can you please help me in this question? Thanks, Martin