similar to: Job in Atlanta.

Displaying 20 results from an estimated 800 matches similar to: "Job in Atlanta."

2009 Mar 03
3
[LLVMdev] Tight overlapping loops and performance
> You're misreading the asm... nothing is touching memory. (BTW, "leal > -1(%eax), %eax" isn't a memory operation; it's just subtracting one > from %eax.) You might want to try reading the LLVM IR (which you can > generate with llvm-gcc -S -emit-llvm); it tends to be easier to read. I tried that, but I'm still learning LLVM. Seeing indvar, phi nodes, tail
2009 Mar 05
2
Fox Pro DBF open problems
Hi List, Second attempt to get this issue diagnosed and solved. Samba Version 3.0.28el4 CentOS 4.7 The behavior is as follows when accessing Fox Pro dbf files. Users can access the files through the Fox Pro command interface without issues,when they choose a graphical environment (windows explore of the windows file open gui) the system returns an access denied message on the first
2009 Mar 02
3
[LLVMdev] Tight overlapping loops and performance
> Date: Mon, 2 Mar 2009 13:41:45 -0800 > From: eli.friedman at gmail.com > To: llvmdev at cs.uiuc.edu > Subject: Re: [LLVMdev] Tight overlapping loops and performance > > Hmm, on my computer, I get around 2.5 seconds with both gcc -O3 and > llvm-gcc -O3 (using llvm-gcc from svn). Not sure what you're doing > differently; I wouldn't be surprised if it's
2009 Mar 03
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 4:58 PM, Jonathan Turner <probata at hotmail.com> wrote: > The crux of the example still seems intact. Have you tried putting something non-trivial (like asm("nop;");) where you'd put the code that runs on the timeout? -Eli
2009 Mar 02
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 11:38 AM, Jonathan Turner <probata at hotmail.com> wrote: > With gcc -O3 4.2 and 4.4 we match 1.0s.   The LLVM, after running it through > opt -std-compile-opts, is around 1.7s. Hmm, on my computer, I get around 2.5 seconds with both gcc -O3 and llvm-gcc -O3 (using llvm-gcc from svn). Not sure what you're doing differently; I wouldn't be surprised if
2009 Mar 02
0
[LLVMdev] Tight overlapping loops and performance
On Mon, Mar 2, 2009 at 2:45 PM, Jonathan Turner <probata at hotmail.com> wrote: > For which version of gcc?  I should mention I'm on OS X and using the LLVM > SVN. gcc 4.3. It's also possible this is processor-sensitive. >> First, try looking at the generated code... the code LLVM generates is >> probably not what you're expecting. I'm getting the
2009 Mar 02
2
[LLVMdev] Tight overlapping loops and performance
I was playing around in x86 assembly the other day, looking at ways to optimize my cooperative multitasking system. Currently, it uses a 'timeout' counter that is decremented each time through a loop, letting me stop the loop and go to the next cooperative thread if the loop runs a little long. The asm has two overlapping loops: --- _main: mov ecx, 1000000000 timeoutloop:
2009 Mar 10
2
ordering
Hello, I would like to order a matrix by a specific column. For instance: > test [,1] [,2] [,3] [1,] 1 100 21 [2,] 2 3 22 [3,] 3 100 23 [4,] 4 60 24 [5,] 5 55 25 [6,] 6 45 26 [7,] 7 75 27 [8,] 8 12 28 [9,] 9 10 29 [10,] 10 22 30 > test[order(test[,2]),] [,1] [,2] [,3] [1,] 2 3 22 [2,]
2009 Mar 02
1
initial gradient and vmmin not finite
Dear Rhelpers I have the problem with initial values, could you please tell me how to solve it? Thank you June > p = summary(maxLik(fr,start=c(0,0,0,1,0,-25,-0.2))) Error in maxRoutine(fn = logLik, grad = grad, hess = hess, start = start, : NA in the initial gradient > p = summary(maxLik(fr,start=c(0,0,0,1,0,-25,-0.2),method="BFGS")) Error in optim(start, func, gr =
2006 Nov 08
2
best repo for perl-IO-Zlib perl-Archive-Tar
With all due respect to the various people, their hard work and associated repos, where is the best place to do a yum install for these two packages below in regards to an internet facing production Centos 4.4 server perl-IO-Zlib perl-Archive-Tar I noticed dag and karan repos appear to have it and my experience and research tells me that using CPAN is not an option for possible problems at
2013 Oct 18
2
Timothy Clark
On Thu, Oct 17, 2013 at 7:27 PM, Timothy Clark Music <timothyclarkmusic at me.com> wrote: > wow, that's write, bash me for no reason. > apparently you don't realize the hours i've been putting into this. > you have given me the ability to stream on your station and i appreciate > that. > however, i don't like the idea of someone who i hardly know going into
2013 Oct 18
2
Timothy Clark
On Thu, Oct 17, 2013 at 7:27 PM, Timothy Clark Music <timothyclarkmusic at me.com> wrote: > wow, that's write, bash me for no reason. > apparently you don't realize the hours i've been putting into this. > you have given me the ability to stream on your station and i appreciate > that. > however, i don't like the idea of someone who i hardly know going into
2008 Feb 07
3
package 'synchronization' for multiple systems
I'm setting up multiple systems and ideally I want the same package configuration on all of them. So I'm going through yum and rpm queries manually to try and get this done. There must be a better way. Is there a way to use yum or rpm to configure multiple systems with the same packages? If yum or rpm has something native built into it to do this, that would be great. If
2009 Mar 22
1
Re: Chattha Sangayana - bit of a challenge
Hi Austin, Alas, no, the program cannot be downloaded, but the CD can be ordered (free) from pariyatti.org. I would be happy to send one, but can only do so in a couple of weeks when I am in BKK (if you could send your mailing address to me privately, I would be more than happy to do so! ashin DOT sopaka at g(ee)mail dot c0m) More info about this can be found at http://www.tipitaka.org/ I also
2005 Jun 29
3
Perl master site changed to tobez.org?
Tobez: no disrespect intended, obviously you saw a problem with the master sites for perl 5.8.7 and did what you could to help, and with your position as a maintainer, I know that the trust we have in you and your patches is well earned, so don't take this question as anything but my well-earned paranoia rearing its ugly head: Yes, building perl5.8.7 did seem like it had a lot of problems
2018 Jun 14
2
[lldb-dev] Adding DWARF5 accelerator table support to llvm
On Thu, 14 Jun 2018 at 17:58, Greg Clayton <clayborg at gmail.com> wrote: > > > > On Jun 14, 2018, at 9:36 AM, Adrian Prantl <aprantl at apple.com> wrote: > > > > On Jun 14, 2018, at 7:01 AM, Pavel Labath via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Thank you all. I am going to try to reply to all comments in a single email. > >
2004 Sep 25
2
Concerned about Dovecot's new NTLM code
I'm pleased to see another project increasing compatibility with windows clients, by the addition of NTLM login support, but I'm a bit worried about a few implementation details, and hope to offer an alternate approach. I mean no disrespect to those who have implemented to the code so far, but I feel that the idea of 'everybody re-implement NTLM' is prone to failure. Firstly, to
2008 Oct 07
0
The Innagural Atlanta useR Group Meeting!
Announcing a new Meetup for Atlanta useR Group (R Programming Language)! > > What: The Innagural Atlanta useR Group Meeting! > > When: November 5, 2008 7:00 AM > > Where: Click the link below to find out! > > Meetup Description: Hello All! > > I am putting this on the books for the first Atlanta useR meeting. I > apologize fro the delays, but I think everyone will
2006 Apr 18
0
Rails developers needed for start-up (preferably in Atlanta)
We are looking for Rails developers for a start-up initiative. The implementation is medium-sized and can be done in a matter of months. We have a a professional design in place as well as a complete description of the solution. We don''t have any money to pay salaries yet, so we will be doing this in our spare time. However, this is a project that has huge potential and we expect to be
2006 Apr 21
0
Wanted: Rails developers for Web 2.0 opportunity in Atlanta
I am looking for experienced Rails developers for an exciting Web 2.0 type opportunity that has global applicability and huge potential. You must be fairly well versed in Rails and XHTML/CSS and it will be advantageous if you are also familiar with the following: * Ajax * RSS * Google Maps API * MySQL * Linux I have a professional design in place as well as a fully described solution. Now I