search for: couched

Displaying 20 results from an estimated 110 matches for "couched".

Did you mean: touched
2013 Mar 11
3
Restructure puppet modules
So far we have a similar situation, for each different server one fabric and one puppet file, where the fabric file simply applies it in a brutal way. with settings(user=''root''): put(''qa.pp'', ''qa.pp'') put(''puppet apply qa.pp'') And puppet files don''t use anything like classes or modules, but
2013 Jul 13
10
username/password combo for custom provider (couchbase)
Hi, I''m trying to program custom type for managing Couchbase buckets. Problem is that every RW operation to Couchbase cluster (creating, deleting, resizing bucket) requires admin privileges (username/password). Do you have any suggestion how should I pass the username/password to provider? If I make it a param, then every resource of type ''couchbucket'' will need to
2009 Dec 06
6
shorewall6-lite's shorecap sourcing /usr/share/shorewall-lite/lib.base?
Hey all, Just a sanity check, but should the shorecap script in shorewall6-lite be sourcing /usr/share/shorewall6-lite/lib.base rather than /usr/share/shorewall-lite/lib.base like it does currently? In fact shouldn''t there be a general s/shorewall-lite/shorewall6-lite/ in shorecap in shorewall6-lite? Maybe there is more of that lurking about as well. Also, the first line of the
2007 Aug 30
2
Incomplete Gamma function
Hello I am trying to evaluate an Incomplete gamma function in R. Library Zipfr gives the Igamma function. From Mathematica, I have: "Gamma[a, z] is the incomplete gamma function." In[16]: Gamma[9,11.1] Out[16]: 9000.5 Trying the same in R, I get > Igamma(9,11.1) [1] 31319.5 OR > Igamma(11.1,9) [1] 1300998 I know I have to understand the theory and the math behind it rather
2007 Sep 05
7
Can asterisk give half-ring periodically for MWI?
Hi all, Configuration: Analog phone connected to TDM400p. I'd like the phone to give a half-ring (chirp) periodically when there is a message waiting. Can this be done? How is it configured? The visible "Message waiting" indicator and the stutter dial tone are working fine, but are not sufficient for me. Thanks!
2020 Aug 02
4
Boot failed on latest CentOS 7 update
Il 02/08/20 18:54, Stephen John Smoogen ha scritto: > On a side note, you keep emphasizing you aren't expecting an SLA.. but > all your questions are what someone asks to have in a defined SLA. I > have done the same thing in the past when things have gone badly, but > couching it in 'I am not asking' just makes the people being asked > grumpy. Better to be open and say
2007 Sep 26
3
remote tar via ssh
Hi all Can I use ssh to have remote tar files from machine A to machine B? ssh from machine A to machine B tar all files in machine B to exact to machine A Thank you ____________________________________________________________________________________ Got a little couch potato? Check out fun summer activities for kids.
2009 Apr 21
0
[LLVMdev] ARM and lowerinvoke
Hello, Jim > -enable-correct-eh-support, llc asserts on me. It appears there's been some > bitrot somewhere. Well, correct. Because many places expects exceptions to be dwarf-style. > Is it reasonable to expect that lowerinvoke is a good place to start for > doing what I'm after? I really don't think so. Since you're trying to map dwarf-based structures into sjlj
2007 Jul 02
2
Substitution of Variables
Hi, I need to run a script under the variable (that comes from a csv file) that is assigned to another variable. This is very a simplified version of what I want to do: data<-read.csv('name.csv') names(data)<-("VA","VB","VC") v<-VA mn(v) Thank you in advance, Judith
2007 May 11
1
geeting name of an object to which a variable refers?
#Sorry for the convoluted subject line. #I have: a=c(1,2,3) x=a #example of user supplied input #Is there any function that will tell me the "name" of the object x refers to, referring only to x itself? #i.e. the "answer" I want is "a" #I want: #fun(x) == 'a' #(I don't think this is possible, but figured I'd ask.)
2007 Sep 24
1
urgent for R graphics
Hi, everyone, I am green with R. Now I am working on a graphics projects. I have a dataset: ----------------------- a b c 1 228 83 6.69 2 274 83 7.36 3 320 83 8.86 4 366 83 7.36 5 412 83 6.81 6 228 129 5.58 --------------------- I want to draw a 3d graphic. I use the code __________________
2006 Mar 05
9
Rails Development on a Mac Mini?
How many people out there are doing Rails development on a Mac Mini? I''ve been eyeing up the MacBook as well as the new MacMini trying to decide if I want to splurge. I''ve been doing very little Rails development thus far which makes the investment a little hard to justify. The Free Mini Mac ( http://minimacs.freepay.com/?r=16778073) offer seems like the best route but
2010 Mar 09
1
Emulate a lower desktop resolution for web browsing/flash
Hi, My TV isn't big enough to read text when browsing websites (we sit far away) and flash performance is awful at 1920x1080. So I'm looking into ways to decrease the desktop resolution. But my TV (Samsung 46" F series) only supports 1920x1080 via the VGA connector - any lower resolution and it jumps to 1280x1024 which is 4:3 and makes widescreen flash content play squashed.
2016 Aug 19
2
OT: Cloning llvm repo over low speed connection != fun
Hah! Woo is me you say... Have you ever stayed in a non-hilton hotel while traveling? I don't mean couch surfing, but just average place.. I'd even add some above average places to the list and when you get 100 people all on the same line.. it can get "slow"... Lets also factor in networking policies that favor normal internet traffic.. So they may allow youtube to stream like
2007 Mar 23
0
[LLVMdev] June 2007 LLVM Developer's Meeting
For those of you coming from out of the area and who may not be familiar with the bay area. TRAVEL: The closest airport is San Jose International Airport (SJC; 10 miles away). There is also San Francisco Internation Airport (SFO; 43 miles away) or Oakland (OAK; 49 miles away). IMHO, I would choose SJC, then SFO, and lastly OAK, depending upont he prices. HOTELS: The Cypress Hotel
2016 Aug 19
3
OT: Cloning llvm repo over low speed connection != fun
19.08.2016, 18:30, "Renato Golin via llvm-dev" <llvm-dev at lists.llvm.org>: > On 19 August 2016 at 16:22, C Bergström <llvm-dev at lists.llvm.org> wrote: >>  Have you ever stayed in a non-hilton hotel while traveling? I don't >>  mean couch surfing, but just average place.. I'd even add some above >>  average places to the list and when you get
2012 Oct 02
7
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
...ticular parallel language, with particular constructs (e.g., parallel regions) and semantics. LLVM is a language-neutral IR and infrastructure and OpenMP-specific concepts should not creep into it. I've included an excerpt from Hal's proposal below, which shows what I mean: the design is couched in terms of OpenMP parallel regions. Other parallel languages, e.g, Cilk, have no such notion. The latest Intel proposal is at least as OpenMP-specific. I do agree with the general goal of trying to support parallel programming languages in a more first-class manner in LLVM than we do today. Bu...
2015 Feb 24
3
[Solved] Re: samba4: cleaning up deleted DNS objects
You have an point with email an spam here. I do not respond off list to unknown peolple in general. Now that thread contains an usefull answer. I reply only to the list again, now without your name and e-mail addy. achim~ > Hi, > > I didn't notice it earlier, but now I was going through samba mailing list > archives I noticed you sent your reply to the samba mailing list (so
2008 Feb 22
0
Pb de compilation de mgeops-psp-3.0.6
Bonjour, 2008/2/22, Sid Touati <Sid.Touati at inria.fr>: > Bonjour > > > - fichier config.log, dans le r?pertoire de PSP, apr?s avoir lanc? "./configure" > > > le fichier est joint > > > > - r?sultat de "rpm -ql lib64sigc++2.0-devel" > > # rpm -ql lib64sigc++2.0-devel > > /usr/include/sigc++-2.0 >
2009 Apr 21
6
[LLVMdev] ARM and lowerinvoke
All, I'm looking at the lowerinvoke pass as a starting point for getting SJLJ based exception handling working on ARM, but am having some troubles with it. When I run a simple testcase (attached) through llc and specify -enable-correct-eh-support, llc asserts on me. It appears there's been some bitrot somewhere. SelectDAGBuild and SelectionDAGISel cooperate to track landing pads