search for: montgomery

Displaying 20 results from an estimated 304 matches for "montgomery".

2013 Nov 05
8
Forwarding external traffic to another external server?
...ysctl net.ipv4.ip_forward=1 iptables -t nat -A PREROUTING -p udp --dport 1194 -j DNAT --to-destination <siteb ip>:1194 iptables -t nat -A POSTROUTING -j MASQUERADE When I did that dmesg gave Forward:Reject messages. Can someone point me to the correct way to do this? Thanks! -- Mark D. Montgomery II http://www.techiem2.net ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning....
2001 Aug 15
4
WSJ article
Found this on usenet: August 13, 2001 E-Business Inventors Release Free Alternative To MP3 Music, but Cost Is High By MEI FONG Staff Reporter of THE WALL STREET JOURNAL SOMERVILLE, Mass. -- Christopher Montgomery wants to be the Linus Torvalds of music, the creator of a piece of free software that has the sweeping impact of Mr. Torvalds's Linux operating system. He soon may begin finding out if that is his destiny as his program is finally released to the public. But the cost of Mr. Montgomery's th...
2007 Jan 20
1
aov y lme
Dear R user, I am trying to reproduce the results in Montgomery D.C (2001, chap 13, example 13-1). Briefly, there are three suppliers, four batches nested within suppliers and three determinations of purity (response variable) on each batch. It is a two stage nested design, where suppliers are fixed and batches are random. y_ijk=mu+tau_i+beta_j(nested in t...
2013 Oct 08
5
Shorewall dropping packets that should be forwarded
...oc10:10.10.42.4 udp 5060:5069 Everything was working fine before I restarted the router. Shorewall 4.5.5.3 running on Debian Wheezy. Any suggestion on figuring out why it has suddenly decided to drop these instead of forwarding them like the rules actually say to? Thanks. Mark II -- Mark D. Montgomery II http://www.techiem2.net ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from th...
2008 Jun 13
2
Importing data with different delimters
All, I have a data file with 56 entries that looks like this: City State JanTemp Lat Long Mobile, AL 44 31.2 88.5 Montgomery, AL 38 32.9 86.8 Phoenix, AZ 35 33.6 112.5 Little Rock, AR 31 35.4 92.8 Los Angeles, CA 47 34.3 118.7 San Francisco, CA 42 38.4 123.0 I would like to "read" this data into a dataframe. Is it possible to do without editing the datafile? D.
2005 Mar 11
2
Redirecting loc-net-loc request to loc
...from outside the network. I thought of setting a local DNS entry, but realized that some services (like proftpd) rely on using the domain name to get my external IP address, so that option is out. Am I asking the insane/impossible? Or is this a logical request? :) Thanks. Mark II -- Mark D. Montgomery II techiem2@techiem2.net http://techiem2.no-ip.com:444 Isaiah 40:28-31
2009 Jul 14
2
Fixing ogg vorbis corruption caused by bad metadata
Monty Montgomery wrote: > Yes. Without the first three packets (which hold all the codec > settings and all the instruction how to handle the subsequent packets) > the rest of the stream is gibberish. Vorbis can't even unpack the > bits without the codebooks packed into the third header. Curiosi...
2006 May 02
4
Under which project , auto-dial feature comes
Hi I want to submit a bug about auto-dial , but I am not sure on which project the auto-dial comes, how to know about which project , auto-dial comes Thanks Joseph ___________________________________________________________ To help you stay safe and secure online, we've developed the all new Yahoo! Security Centre.
2006 Jun 13
7
delay in MeetMe
Hi All! I am facing some delay in conferencing. Using DIAX for Voip calls ,no hardware used yet I am using MeetMe to achieve conferencing and am having a lot of delays. Can anyone tell me how to reduce the delay Regards, Amna Saleem -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Jun 26
1
Correct contrast for unreplicated 2K factorial design
Hi all, I have been trying to reproduce an analysis from Douglas Montgomery?s book on design and analysis of experiments. Table 6.10 of example 6.2 on page 246, gives a table as follows: > NPK <- expand.grid(A=mp,B=mp,C=mp,D=mp) > Rate <- c(45,71,48,65,68,60,80,65,43,100,45,104,75,86,70,96) > filtration <- cbind(NPK,Rate) > filtration A B C D...
2013 Jun 03
4
[LLVMdev] Rematerialization and spilling
...what led me to wonder whether MachineInstrBundles might be a neater solution but I wasn't sure whether they were really intended, or suitable, for this purpose. Steve On 3 Jun 2013, at 17:30, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: > > On Jun 3, 2013, at 6:05 AM, Steve Montgomery <stephen.montgomery3 at btinternet.com> wrote: > >> I'm working on an out-of-tree target and am having some problems with rematerialization and spilling. >> >> The target's load and store instructions affect the condition code register (CCR). Describing this in...
2009 Dec 10
2
Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
On Thu, Dec 10, 2009 at 10:06 AM, Monty Montgomery <monty at xiph.org> wrote: > Vorbis-dev might be better.... > My issue is with theora/thusnelda for xiph tools. > > What I mean is, you quoted a response from Frank Barchard, but I never > saw his response on the list. Are there blind CCs on the conversation? > I'm ju...
2003 Oct 14
3
use of SIP SHOW CHANNELS question
...'SIP/206-4299' I always get the "No such SIP Call ID ..." Thanks, Walker -- ******** DataCrest, Inc. -- Technically Superior ****************** Walker Haddock http://www.datacrest.com DataCrest, Inc. e-mail: wh@datacrest.com 1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589 Birmingham, AL 35216 fax: 1-205-823-7838 ***********************************************************************
2010 Sep 23
2
Announcing A Digital Media Primer for Geeks
...eo production: "A Digital Media Primer for Geeks" http://www.xiph.org/video/ "A Digital Media Primer For Geeks" is the first video from Xiph.Org, presenting the technical foundations of modern digital media via a half-hour firehose of information. Christopher "Monty" Montgomery, Red Hat engineer and founder of the Xiph.Org project, guides this tour through the foundations of digital video. The program offers a brief history of digital media, a quick summary of the sampling theorem, and myriad details of low-level audio and video characterization and formatting. It's i...
2011 Sep 12
3
[LLVMdev] Possible bug in SimpleRegisterCoalescing
...om that I'm seeing with my back-end can be fixed if I add: allocatableRCRegs_.erase(*I); before the insert() operation. I'd be grateful if anyone could confirm whether or not this is a genuine bug and, if so, how best to report it. My work has been based off LLVM 2.9. Thanks Steve Montgomery
2009 Jun 25
5
Fixing ogg vorbis corruption caused by bad metadata
> Is there any way to understand exactly how it is invalid? I can replicate > this corruption simply by adding large album art to any ogg file with the > latest release of MediaMonkey. The second page is corrupt. The basic structure looks correct, first guess would be bad checksum. I'll look more closely in just a bit. This might explain why some players might accept it--- if
2007 Jan 22
0
Fwd: Re: aov y lme
...>p-value. > >Thank you for the corrections and > >Best regards, > >Christoph Buser > > >Prof Brian Ripley writes: > > On Mon, 22 Jan 2007, Christoph Buser wrote: > > > > > Dear Tomas > > > > > > You can produce the results in Montgomery Montgomery with > > > lme. Please remark that you should indicate the nesting with the > > > levels in your nested factor. Therefore I recreated your data, > > > but used 1,...,12 for the levels of batch instead of 1,...,4. > > > > > > purity<-c(...
2012 Jul 09
0
R, maps, choropleth, data keys
...etc. The examples seem to use data that's part of the shape file (such as POPULATION), but my data is in separate files. How do I connect the ID in the shape files with the key in the data files? As a related problem, states commonly use the same names for counties, such as Franklin County or Montgomery County. Is there an easy way to connect the counties with specific states (e.g., MD-Montgomery, AL-Montgomery), or should I handle this by sorting the data files by state and breaking them apart? Thanks, CC. [[alternative HTML version deleted]]
2012 Nov 24
2
[LLVMdev] Fwd: Prevention register promotion at the isel codegen phase
Sorry, forgot to Reply-All. Begin forwarded message: > From: Steve Montgomery <stephen.montgomery3 at btinternet.com> > Subject: Re: [LLVMdev] Prevention register promotion at the isel codegen phase > Date: 24 November 2012 17:09:58 GMT > To: Joseph Pusdesris <joe at pusdesris.com> > > I had a similar problem trying to implement reg-mem operations...
2012 Aug 14
2
[LLVMdev] Load serialisation during selection DAG building
...xpecting such a chain. It's a matter of changing a few lines in SelectionDAGBuilder.cpp to achieve what I want so I think I'll go ahead and see what happens. If Hal or anyone else has any further thoughts on the potential problems with doing so then I'd be glad to know. Thanks Steve Montgomery On 13 Aug 2012, at 20:09, Hal Finkel wrote: > Steve, > > I had created a patch last year that does something similar to what you > describe for regular loads and stores using aliasing information. I > think that the last message in the thread was: > http://lists.cs.uiuc.edu/pip...