search for: simmons

Displaying 20 results from an estimated 217 matches for "simmons".

2005 Jan 24
2
Sound card recommendation?
Can anyone recommend a good high-end sound card to use on a streaming server? Basically all I need are two channels, a good 96 kHz sampling chip, and it needs to run on Linux. -- Jeff Simmons jsimmons@goblin.punk.net Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're doing it right?" -- My Life With The Thrill Kill Kult
2005 Jan 26
1
Persistent audio streams?
...ream drops at exactly midnight every night. Right on schedule. I expected better, especially since I'm paying extra for a business-level DSL connection. I guess I probably shouldn't mention the name of the *S*tupid, *B*ad, *C*ompany that I get my DSL from in public, though ... -- Jeff Simmons jsimmons@goblin.punk.net Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're doing it right?" -- My Life With The Thrill Kill Kult
2005 Jan 27
0
Persistent audio streams?
...ah, I guess I should look into a few more things before I shoot my mouth (so to speak) off. On Thursday 27 January 2005 01:36, you wrote: > Are you sure your connection is dropped ??? > Run MRTG to make sure it is the link is dropping. > > > On Wed, 26 Jan 2005 18:39:36 -0800, Jeff Simmons > > <jsimmons@goblin.punk.net> wrote: > > On Sunday 23 January 2005 12:08, you wrote: > > > The question is, why are the clients dropping? It could be your net > > > flaking out. I've even heard of some ISPs cutting connections every > > > 24 hours....
2012 Mar 19
1
Using plaintext auth and SSL
...SL. I'm building them a new server. I'd like to offer both for a while so we can work the bugs out and migrate users over to SSL imap over time. It appears that in order to limit the imap connections to SSL I will need to run two separate instances of Dovecot. Is this correct? -- Jeff Simmons jsimmons at goblin.punk.net Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're doing it right?" -- My Life With The Thrill Kill Kult
2007 Aug 01
3
Problem with Windows & Apache Setup
...works fine for a while. This only happens with this one application that is using Rails sessions. What could be causing this problem? And how can I resolve it? Any suggestions/ideas are very welcome. Thanks, Nathan -- Nathan Mealey Systems Librarian Boston, MA 617.521.2755 nathan.mealey at simmons.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070801/dd789f88/attachment.html
2012 Apr 20
1
dsync: convert only mbox in /var/mail to maildir?
...$user/mail, seems it won't deal with mbox files without an associated mail directory. Can dsync be used for this kind of conversion, or should I look elsewhere for conversion utilities? Thanks for helping a noob who can't traverse a wiki without leaving a trail of breadcrumbs. -- Jeff Simmons jeff at j-simmons.net Simmons Consulting - Network Engineering, Administration, Security
2005 Jan 22
2
Persistent audio streams?
...le are running internet radio stations and streaming content from various places to redistributors, and they must be getting better persistence than I am. So what do I need to know to ensure that a stream will be up 24/7/365? Thanks in advance for any help or pointers you can give me. -- Jeff Simmons jsimmons@goblin.punk.net Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're doing it right?" -- My Life With The Thrill Kill Kult
2006 Dec 15
1
Help w/ Apache Proxying Mongrel
...ory> ProxyPass /research/images ! ProxyPass /research/stylesheets ! ProxyPass /research/javascripts ! ProxyPass /research/ http://127.0.0.1:4002/ ProxyPass /research http://127.0.0.1:4002/ ProxyPassReverse /research/ http://127.0.0.1:4002/ Thanks! -- Nathan Mealey Systems Librarian Simmons College 617.521.2755 nathan.mealey at simmons.edu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20061215/5c363d9d/attachment.html
2009 Jul 22
2
[LLVMdev] llvm-ld with -O params?
On 2009-07-22 22:14, Simmons, Aaron wrote: > > I’m also running into an issue with llc. Alchemy is trying to use > –march avm2 and other avm2 options, but: > > llc: for the -march option: : Cannot find option named 'avm2'! > > llc: Unknown command line argument '-avm2-use-memuser'. Try: &...
2023 Feb 12
2
Removing variables from data frame with a wile card
...or put a comment in if you want to accelerate their uptake. As I understand it, one of the main reasons tibbles exist is because of drop=TRUE. List-slice (single-dimension) indexing works equally well with both standard and tibble types of data frames. On February 12, 2023 2:30:15 PM PST, Andrew Simmons <akwsimmo at gmail.com> wrote: >drop = FALSE means that should the indexing select exactly one column, then >return a data frame with one column, instead of the object in the column. >It's usually not necessary, but I've messed up some data before by assuming >the indexing...
2010 Mar 19
3
[LLVMdev] Getting the DSNode from a Pool Descriptor?
...d of maintaining all these mappings, just > rerun Top-Down DSA on that result. In that case, it would be much easier to find DSNodes. Anyway, this was just > a thought, I've not really tried anything like that. > > Harmen > > > On Mar 19, 2010, at 9:14 AM, Patrick Alexander Simmons wrote: > > >> Harmen, your suggestion of inverting the mapping almost worked (and Andrew was correct that the function I need is the same as the one in which poolinit appears). Unfortunately, it appears that this mapping only considers the original function and not any of its clone...
2012 Jul 18
5
See puppet output in stdout when running --no-daemonize inside a bash script
I''m simply trying to run puppet inside a bash script but I''m not seeing any output. #!/bin/bash puppet master --mkusers --autosign --verbose --no-daemonize Is there an I/O redirection incantation I''m missing? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2023 Jan 14
2
Removing variables from data frame with a wile card
Thanks to all. Very helpful. Steven from iPhone > On Jan 14, 2023, at 3:08 PM, Andrew Simmons <akwsimmo at gmail.com> wrote: > > ?You'll want to use grep() or grepl(). By default, grep() uses extended > regular expressions to find matches, but you can also use perl regular > expressions and globbing (after converting to a regular expression). > For example: > &...
2009 Feb 08
2
[LLVMdev] Problem Running llvm-suite
Dale Johannesen wrote: > On Feb 6, 2009, at 8:52 PM, Patrick Simmons wrote: > > >> Hi, >> >> I'm trying to run the tests in llvm-suite, but I've run into trouble. >> First, I had the llvm-suite checkout in a directory alongside the llvm >> compiler checkout, but, when I ran "make" from llvm-suite, it >&gt...
2009 Jul 07
5
[LLVMdev] Stable release of pool allocation?
I've been attempting to write my pass (which depends on DSA and pool allocation) against the SVN trunk of LLVM and the llvm-poolalloc project. However, I was thinking it might be better to use the latest stable releases of these codebases. I know that this is the 2.5 branch for LLVM, but are there any stable releases of pool allocation? If so, would there be any disadvantage to my
2010 Mar 16
4
[LLVMdev] Getting the DSNode from a Pool Descriptor?
I figure (hopefully correctly) that I can iterate over all pool descriptors in a program by iterating over all users of poolinit and looking at the first argument. However, once I have a pool descriptor, I need to get its corresponding DSNode in the function in which it is complete (or in the global graph if it is a global). How do I do this? Thanks, --Patrick
2010 Feb 13
2
[LLVMdev] Taking the address of an array?
...that the first operand to this instruction must be a pointer type. The type I have is [16 x i8*], not [16 x i8*]*. --Patrick Óscar Fuentes wrote: > The following message is a courtesy copy of an article > that has been posted to gmane.comp.compilers.llvm.devel as well. > > Patrick Simmons <simmon12 at illinois.edu> writes: > > [snip] > >> Is there any way I can do this? If not, is there any way for me to >> accomplish what I want here? >> > > http://www.llvm.org/docs/LangRef.html#i_getelementptr >
2010 May 15
3
[LLVMdev] Is it possible to step through LLVM IR with GDB?
Is it possible to compile LLVM source in such a way that it's possible to step through it with GDB (and hopefully frontends like DDD as well)? Thanks in advance, --Patrick
2010 Jul 26
1
[LLVMdev] Marking a test suite test XFAIL
I'm sorry; I should have been more clear. I mean, for instance, run a test but only with, say, llc, not with lli or cbackend. Thanks, --Patrick Dale Johannesen wrote: > > On Jul 25, 2010, at 2:37 AMPDT, Patrick Simmons wrote: > >> Thanks, Dale, that really helps. >> >> What about disabling only one backend of a specific test? >> >> Thanks, >> --Patrick > > Not sure I understand, the test for Sparc in the example Makefile > would appear to do that. > You'll...
2010 Aug 05
2
[LLVMdev] PARSEC Patch
I have completed work merging PARSEC into the LLVM test suite infrastructure? The patch is available at [http://zion.cs.uiuc.edu/~simmon12/parsec.patch]. If there are no objections, would someone please commit this patch to test-suite? Best regards, --Patrick