search for: _meant_

Displaying 10 results from an estimated 10 matches for "_meant_".

Did you mean: _means_
2003 Dec 14
5
reverse lexicographic order
Hi all, I have some email addresses that I would like to sort in reverse lexicographic order so that addresses from the same domain will be grouped together. How might that be done? Murray -- Dr Murray Jorgensen http://www.stats.waikato.ac.nz/Staff/maj.html Department of Statistics, University of Waikato, Hamilton, New Zealand Email: maj at waikato.ac.nz
2002 Sep 11
1
Strange issues with clients using Samba
...e heck all the mask's and mode's on the common share ? This is because the directory is truly meant to be public, ie : someone can change another persons files.. This is what I wanted and the only way to get it happening properly (without windows moaning about read-only access (when its not _meant_ to) was to set these permissions.OK there might be another way but what is there works, and there is no external access to samba whatsoever thus I gave up caring about finding alternative methods. Anyway, if anyone can see anything in that config that might be causing a couple of clients on the net...
2004 Aug 06
1
time out issues with icecast2
On Thu, 14 Aug 2003, Arc wrote: > "Origional" Icecast (icecast1) uses ICY protocol for streaming, being > compatable with Shoutcast to the point that you can use a Shoutcast > client to connect to it. The same is not true for Icecast2. This is not correct, or at least is not meant to be. icecast2 is meant to be able to accept connections from ICY sources. Some people,
2004 Jul 16
1
One Truncated File in Rsynced Repository
Hello all, I keep all Fedora Core updates in a directory on my workstation. I use rsync to replicate this directory over to one of our servers that runs our internal apt repository. This has worked well for Red Hat Linux 7.3, Red Hat Linux 9, and Fedora Core 1, but there's something weird happening with one file in the Fedora Core 2 updates. I use the following to rsync my fedora core 2
2008 May 07
1
[LLVMdev] [PATCH] Split LoopUnroll pass into mechanism and policy
On May 7, 2008, at 1:08 AM, Matthijs Kooijman wrote: > Hi Dan, > >> This should still make it easy to write new unrolling passes with >> custom heuristics, but it would also be more flexible for passes to >> do unrolling in combination with other transformations. > Agreed. > > To shed some light on my specific requirements, I am working with an > architecture
2004 Aug 06
3
Icecast 2 questions.
Hi all, I just built icecast 2 from cvs. I tried to compile ices (also from cvs) and got: tream.c: In function `ices_instance_stream': stream.c:164: warning: passing arg 1 of `shout_strerror' makes pointer from integer without a cast stream.c:164: too few arguments to function `shout_strerror' stream.c:198: warning: passing arg 1 of `shout_strerror' makes pointer from integer
2004 Aug 06
3
cannot get icecast and ices to talk...authenticationfailed
I just tried with no mountpoint information, and I get the same results, icecast is still not accepting 'SOURCE hackme' as the first header, it only wants the password (verified by telneting in). So, how to I recompile libshout2 into the ices2beta? It doesn't want to take the command-line param, or the in.so.conf file setting (or the LIBDIR evn variable)... Or, can someone give me a
2003 Sep 02
8
I don't understand this
For reasons which I'll spare you, I'm writing a program to analyse R source code. This has led me to probe some of the darker corners of R syntax to find out what is supposed to happen. Now, from reading the R documentation (and the New S book &c) I know perfectly well that f(a, b, etc) <- x is supposed to turn into a <- "f<-"(a, b, etc, value=x) Except,
2005 Dec 16
6
Switchtower for production?
Hello, The company that I work for will be developing a large webbased survey (for a government institution) somewhere in Q1/Q2 of 2006. I''m investigating the technological possibilities and Rails is certainly a candidate. The survey application will have to perform under very high peak load, and the exact specifications of the hardware are not known at this point. I''m assuming
2008 Jan 11
18
getting started
Hey all, Been reading through all the old posts (and the docs) to familiarize myself but I still feel a bit lost. I''m on trunk and am having a bit of a hard time knowing where to start with the particular I''m trying to solve. So far, I''ve downloaded backgroundrb, done the basic rails setup, created my worker and started it using `script/backgroundrb start`.