search for: junctur

Displaying 20 results from an estimated 22 matches for "junctur".

Did you mean: juncture
1999 Apr 13
2
Making HTML Help files in Version 64.0
...owing: > version _ platform Windows arch x86 os Win32 system x86, Win32 status Beta status.rev 0 major 0 minor 64.0 year 1999 month April day 8 language R > link.html.help() 1. I am not sure what I am supposed to enter at this juncture. The behavior is the same for make.packages.html() Anyone know what is happening? Partha. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or &quot...
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
...cript only seems to work when SOMEONE is logged into the machine. When it's run as a service, no dice. It just fails with a single digit error code (5, I think). The error is opaque and non-descriptive. It's as if SMB mounting was specifically prohibited by the OS at some internal bowel juncture. This is insane. Surely, people running web-server clusters behind load balancers don't manually synchronise their content! My web application accepts user-uploaded files, so I can't use the "manual resync" method anyway. The upload area needs to be shared by all web-server m...
2006 Mar 09
1
[LLVMdev] ignoring inline assembly
I'm trying to use LLVM to do some semantic analysis of the Linux kernel source code and am having issues with the inline assembly. At this juncture I really don't care about what the inline assembly contains and I don't intend to actually run the compiled version of the source, so if there is a way I can tell LLVM to pretend the inline assembly isn't there that would be fantastic. >From my own snooping around in the GCC fronte...
2006 May 03
0
winbindd- confused about when to use
...the complexities of LDAP might not be worth it for such small environment. 6) only two groups, membership and accounting. And only two members in the latter. Don't think I need complexities of nested groups ) but then I'm also not enough of a MS guy to make that call confidently at this juncture...). I'll add a managers group so management can snoop w/o having full domain admin rights. 7) posix acl's seem to work nicely with FreeBSD and Samba:) 8) stackable vfs to do some av scanning. 9) 2 network printers and too many cheap low end parallel, usb, etc inkjets that came bundled...
2018 Mar 16
2
[PATCH] Set KRB5PRINCIPAL in user environment
On Fri, 2018-03-16 at 19:07 +1030, David Newall wrote: > > There is no reply about this demand since the firt proposition > > has if nobody in dev team cares about it :( > > I'm curious about the first section of the diff, which exports > SSH_GSSAPI_DISPLAYNAME to PAM. Is that useful? Am I right that the > PAM > environment forms no part of the client session?
2006 Jul 18
2
FW: Large datasets in R
...in R On Mon, 17 Jul 2006, Deepankar Basu wrote: > Hi! > > I am a student of economics and currently do most of my statistical work > using STATA. For various reasons (not least of which is an aversion for > proprietary software), I am thinking of shifting to R. At the current > juncture my concern is the following: would I be able to work on > relatively large data-sets using R? For instance, I am currently working > on a data-set which is about 350MB in size. Would be possible to work > data-sets of such sizes using R? The answer depends on a lot of things, but most i...
2005 May 04
1
Conditional validations
...dates_length_of :title, :within => 1..30, :if => :allowed_to_validate end This would solve the problem that Joe discovered (one-way encrypted attributes can''t be validated like other attributes) and it would also give the programmer enough versatility to make validations only at key junctures and only for certain attributes. For example, I have a 4-part sign-up process that must record as much data as possible after each step--it''s not good enough to keep it in the session and then store it all in one save at the end. The good news is that this modification to ActiveRecord:...
2005 Mar 02
0
Re: AWS Client Usage
...get the process of serving APIs a lot better before I think about diverging into things like full-featured clients. Also, please bear in mind AWS was written in ~3 weeks, with no prior WSDL/SOAP or XML-RPC experience, so yes, it will be somewhat less full featured compared to .NET and Java at this juncture :) Anyhow, the Ruby SOAP bindings already have good client support, have you had any success with "soap/wsdlDriver"? I.e.: require "soap/wsdlDriver" factory = SOAP::WSDLDriverFactory.new("http://url/to/wsdl") client = factory.createDriver ret = client.someMethod(arg...
2006 Apr 06
1
GNUe tools on CentOS
Everyone, Does anyone use the GNUe tool suite on CentOS? Any gotcha's ? We are running CentOS 4.3. Bob -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060406/1e8b839e/attachment-0001.html>
2006 Aug 19
3
Cool 'n Quiet
Hey all, Since moving a 4.3 x86-64 install from a single athlon64 to a new dual core AMD cpu it would appear that cool'n quiet is having trouble as is shown in the system logs; powernow-k8: ignoring illegal change in lo freq table-2 to 0x2 powernow-k8: transition frequency failed Any ideas ? Cheers, Brian.
2009 Feb 16
0
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
Alex, From my experience in working with GPU vector registers; there is no support for swizzles in the manner that you would normally code them, and in my case I have 6^4 permutations on src registers and 24 combinations in the dst registers. The way that I ended up handling this was to have different register classes for 1, 2, 3 and 4 component vectors. This made the generic cases very simple
2010 Feb 26
4
"Serious Error" with Mac OS X Leopard
I've successfully downloaded and run a number of simple Windows programs using Wine. But I've had no success with any programs that require an installer. The installation process seems to work properly, but then when I try to run the app, I get Code: The program <programname.exe> has encountered a serious problem and needs to close. We are sorry for the inconvenience.
2009 Jul 15
3
[LLVMdev] please stabilize the trunk
On Wed, Jul 15, 2009 at 1:50 PM, Dale Johannesen<dalej at apple.com> wrote: > > On Jul 15, 2009, at 1:43 PMPDT, Török Edwin wrote: >> On 2009-07-15 23:24, Dale Johannesen wrote: >>> On Jul 15, 2009, at 11:52 AMPDT, Stuart Hastings wrote: > >>> I wonder if we might be able to automate the stabilization somewhat. >>> I'm not at all sure this can be
2009 Feb 16
2
[LLVMdev] Modeling GPU vector registers, again (with my implementation)
Evan Cheng-2 wrote: > > Well, how many possible permutations are there? Is it possible to > model each case as a separate physical register? > > Evan > I don't think so. There are 4x4x4x4 = 256 permutations. For example: * xyzw: default * zxyw * yyyy: splat Even if can model each of these 256 cases as a separate physical register, how can I model the use of r0.xyzw in
2007 Dec 03
4
x86_64 versus i386
Hello, On the Intel Core 2 Duo processor based systems, we have the option of installing either x86_64 or the i386 distribution. I would like to know your experiences with the x86_64 port. How does it compare with the i386 distribution in terms of stability, reliability and performance ? How significant are the performance benefits gained by using the x86_64 linux instead of i386 on the same
2005 Aug 15
1
DVD-RAM writer software for CentOS4
...sc on various servers and store to tape depending upon the point of origin; store-to-disc for MS- Windows and Linux, store to tape for our HP3000 mid-range. These disparate backup strategies are now being marshalled onto a pair of Linux servers, one on-site and one at a remote location. At this juncture we are contemplating methods of creating off-line archives as well. In this regard I seek your advice regarding the suitability of employing an LG model GSA-4163B multi-format DVD drive as a backup device using DVD-RAM 120mm media. Specifically I wish to know what software is available under...
2011 Feb 08
12
multiple puppetmasters (w/ Passenger) behind load balancer
Hello Gang, I''m working on scaling my puppet solution, and I''m deploying multiple masters w/ passenger that are going sit behind a load balancer. If anyone is using these type of setup, would you share how you deal with the SSL certs? I''ve been following Bode''s Blog (http://bodepd.com/wordpress/?p=7), and it''s not working to good for me.
2016 Dec 07
3
Setting up replication - First steps...
Just had my first (non-Dovecot) server failure due to dried out caps on the motherboard. Got me to thinking about my single-point-of-failure mail server. Currently running Dovecot and Postfix with no issues, but want to start taking steps just to be safe. I currently run a filesystem backup every 24 hours to a tar file over NFS to another server in our rack. I am backing up: /home/vmail
2006 Jul 27
0
Moving from Splus to R - advice/opinions request from amanagement perspective
..., better yet), I think you'll find somebody with the willingness to help and the expertise to advise. There's a curious number of Fortune 500 domain names that appear in the addresses of this list's regulars... I wonder how many of them got their start by "trying" R when at a juncture similar to your own. Finally, to answer your last question about consultants: You might try guru.com to look for freelance talent. Also, if you can define your project such that someone could bid, you could post an RFP to this list (or send a general query for contract help at an hourly rate)....
2007 Mar 23
7
[LLVMdev] June 2007 LLVM Developer's Meeting
...d brought in, TBD) 13:00-15:00 Session 3: Using LLVM (presentations) 15:00-15:30 Break, Mingling, Informal Discussions 15:30-17:00 Session 4: Improving LLVM (work groups) 17:00-18:00 Wrap up, Social Time 18:00-??:?? Dinner Off Campus (Optional) CONTENT: We have four sessions and no content at this juncture. :) Many of you expressed interest in making a presentation or leading a work group. It is now time for you to submit your ideas. All talks are limited to 30 minutes but could be much shorter. We plan to squeeze as many of you in as possible. The time limit helps with that. Any talks, presentat...