similar to: packages, modules

Displaying 20 results from an estimated 300 matches similar to: "packages, modules"

2007 May 04
2
[LLVMdev] LLVM-GCC Source Updated?
Hello, Bill. > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > source server lately? No. It's still at rev 319 (as of 29.04). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2004 Aug 06
5
liveice problem
Hello everybody... I figure this is not exactly an icecast question, but maybe someone might be able to help. Icecast runs nicely as far as I can see, and so does liveice, apart from the fact I don't get any input signal fed into it. I think it's due to the fact it expects the signal on line in by default and the souncard only has a mic in. So I tried to use the built in mixer mode,
2007 May 04
0
[LLVMdev] LLVM-GCC Source Updated?
On 5/4/07, Anton Korobeynikov <asl at math.spbu.ru> wrote: > Hello, Bill. > > > Has anyone gotten the latest/greatest sources from the LLVM-GCC open > > source server lately? > No. It's still at rev 319 (as of 29.04). > Yeesh...Okay, I'm working with Jeff C. to get a copy of the TOT out to people. I'm also pinging the rsync wonks here to see if there's
2007 May 04
1
[LLVMdev] LLVM-GCC Source Updated?
The llvm-gcc source can be download from: http://jolt-lang.org/llvm-gcc.tar.bz2 31mb ~7 minute download http://jolt-lang.org/llvm-gcc.tar.gz 40mb ~8.5 minute download Download times assume you are the only person downloading. Please download the bz2 version if possible. I currently have no unexpected failures. Bill wrote: > On 5/4/07, Anton Korobeynikov <asl at
2001 Dec 06
1
oggenc speed and cache size
I'm running oggenc on a dual celeron 415, and I can only encode at 0.9x real time. Will oggenc perform better with more cache size? Should I start learning the source, to replace bits with assembler?(yeesh...) I guess there's no chance of a multi-threaded encoder to make use of smp boxes? hmm -------------------------------------------------------- Nigel Weeks Aims ICP 15 Wellington St.
2004 Nov 29
4
escaping backslash in a string
How can I get a single backslash in a character string? My goal is to escape dots in a string that will be used as a regular expression. I thought I could do it this way: gsub(".", "\\.", x) Unfortunately, "\\" does not represent a literal backslash as I expected, but rather a pair of backslashes: > "\\." [1] "\\." > "\\" [1]
2009 Aug 18
1
Applying Logical statement to DateTime string as factor
R-Help I have a data set which uses a DateTime string as follows : "2009-06-30 18:14:59" While I have been able to convert to DateTime properly time <- strptime(as.character(dat$Time),format='%d %b %Y %T') #Convert to dateTime string I would like to use the time of day "hour" as a *factor* level. I have found that I can convert the date time to a factor time
2012 Jun 01
2
unfsd scalability issues
Hello there, I believe that unfsd ( http://unfs3.sourceforge.net/ ) now does have multi-threaded capability and as such should be fairly well scalable. I am using it on CentOS 6.2 and it seems to become all but unusable when more then 3-4 users connect to it. Is that normal? What sort of experience have other people had? Is there a way to parametrically tune it, by the way? Thanks. Boris.
2000 Jun 11
1
cmdline
I have got CVS version of vorbis. In cmdline directory # make ... gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char \ -I. -I../lib getopt.o getopt1.o main.o -I. -I../lib \ ../lib/libvorbis.a -o vorbis -lpthread -lm main.o: In function `main': main.o(.text+0x31c): undefined reference to `fill_buffer' main.o(.text+0x332): undefined reference to `CheckWav'
2005 Jun 09
3
Pop-before-smtp issue
Hi, I'm trying to use pop-before-smtp with Dovecot IMAP (not running pop3). Pop-before-smtp has fixes to work with the fact that Thunderbird holds the Dovecot Imap connection open and therefore doesn't record regular 'login' entries in maillog. Problem is that pop-before-smtp relies on Dovecot recording a disconnect in the maillog when an Imap client disconnects. Dovecot
2011 Jul 18
4
[LLVMdev] questions about the type system rewrite
Hi, Question 1: Will the new type system allow to incrementally build structs (instead of filling all the fields in one go, as in the example given in <http://nondot.org/sabre/LLVMNotes/TypeSystemRewrite.txt>? Question 2: Will the ocaml bindings to be updated to work with the new type system once the merging of the rewrite to the main branch is done? Thanks very much, N
2002 Dec 27
2
shorewall.net may be down for a while today
A violent wind storm is expected in western Washington state later today and such storms often produce power/communications outages. I''ll do what I can to keep things running here. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.sf.net Washington USA \ teastep@shorewall.net
2005 Jun 10
2
icecast1 documentation
Hi Geoff, I'm a bit confused... After reading the docs, I was under the impression that icecast2 does not do on demand relaying? I did a google search, found this (well, it's a year ago) http://lists.xiph.org/pipermail/icecast/2004-February/006555.html Also, in the relaying section of the icecast documentation: http://www.icecast.org/docs/icecast-2.2.0/icecast2_relay.html There was no
2007 Sep 30
1
wbinfo -u fails on RHEL5
Hi guys, Pulling my hair out... Version: RHEL5 straight off the CDs, no patches. Active Directory: Win2003 with SP2 I'm experiencing confusing problems when logging onto an Active Directory system. I have gotten it to work perfectly, but after a few days/weeks it screws up for no apparent reason. Windows XP clients still work perfectly. Linux clients show signature and packet errors,
2008 Oct 15
5
REXML vs libxml
Hi all, I''ve been looking at the performance of my fb app and one glaring issue seems to be with the parsing speed of rexml in processing the results. Has anyone looked into porting the facebooker parser from rexml to libxml? If not, any reason I shouldn''t try? Thanks! Yu-Shan. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Aug 06
1
Suggestions??: Got too many (2) domain info entries for domain
HI there, I'm franging around trying to put (open)LDAP at the centre of my universe, which works with imap/pop and sendmail, but samba is a different kettle of fish... after much testing I finally get bogged down at: "Got too many (2) domain info entries for domain" in the logs, and nothign progresses after that. And "yes" the ldap root bind password is set, iptables
2013 May 28
3
R-3.0.1 - "transient" make check failure in splines-EX.r
Hello. I seem to be having the same problem that Paul had in the thread titled "[Rd] R 2.15.2 make check failure on 32-bit --with-blas="-lgoto2"" from October of last year <https://stat.ethz.ch/pipermail/r-devel/2012-October/065103.html> Unfortunately, that thread ended without an answer to his last question. Briefly, I am trying to compile an Rblas for Windows NT 32bit
2005 Aug 21
1
Dovecot Problem
Hi, is there a way to get Dovecot to output a Logout line that includes the IP address that has logged out please ? This would make it a lot easier to use with pop-before-smtp. Thanks Rob -- This message has been scanned for viruses and other dangerous content by MailScanner, and is believed to be clean.
2012 Sep 17
1
R Segfault reported in Fedora 17
Full details, including all sorts of logs here: https://bugzilla.redhat.com/show_bug.cgi?id=857655 A very quick look doesn't show anything obvious, in fact, it might be a readline bug, but readline is remarkably stable and boring these days. ~tom == Fedora Project
2007 Jul 03
15
Puppet as a push model
I just started digging into puppet and it looks like puppet is using a pull model. You have a master server and clients talk to it to get config info. Is anyone out there using a push model? If not, why not? Are there security reasons you would use one over the other? It seems that cfengine also uses a push model, so I wondered if this is a "standard" or if there are specific