search for: prescribed

Displaying 20 results from an estimated 178 matches for "prescribed".

2010 May 01
3
How to schedule for a repeated task?
Dear All I need to schedule for a repeated task on my CentOS server, as the followings: -) Telnet to a remote node -) Issue a command -) Capture the output in a log -) Logout from Telnet -) Wait for a prescribed time interval -) Then redo , but append the subsequent output in just on file Can you please let me know which options do we have to write such a task? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/...
2008 May 06
3
[LLVMdev] code generation order
One more question. I hope you're not getting tired of me already. Does generating LLVM code have to proceed in any particular order? Of course, if I am writing LLVM assembler by appending characters to the end of a sequential file, I'd have to write everything in the order prescribed by the assembler syntax. But if I'm using the C interface to build an LLVM parse tree, does that have to be in any particular time-order? Can I, for example, define a few functions, start scattering code into them, decide I' like to declare some more local variables in one of them, gen...
2006 Jan 20
3
Getting Rid of Accidental Controller
I accidentally created a controller with the wrong name. Obviously I don''t want to have this useless controller hanging around - is there a prescribed way to delete the controller or can I just delete the controller file? -- Posted via http://www.ruby-forum.com/.
2011 Jun 08
1
PRI hangup request, cause 18
We have 2 PRI from AT&T And all is well but only few numbers having following issue. We are getting hangup cause 18 do you guys have any idea ? We have just migrate 1.2 to 1.8 and this issue raised [Jun 7 17:57:10] VERBOSE[23717] sig_pri.c: -- Span 2: Channel 0/3 got hangup request, cause 18 [Jun 7 17:57:10] DEBUG[24856] sig_pri.c: Not yet hungup... Calling hangup once with icause,
2009 Sep 15
2
precision multi-page printing
I am at a point where I will need to print checks in an application. I guess the best way to describe this is that I am using pre-printed checks and that I want to hit the prescribed areas with my text output. Should I be doing something like PDF output like pdf-writer or other or can I possibly do this with html and css? My output will be check runs of many checks with 1 page per check. Any suggestions will be appreciated. Thanks Craig -- This message has been scanned...
2019 Nov 01
3
Getting error in rbindlist
Hi All Can you help me understand the meaning of the below error message then I will try to figure out what is going wrong: *Input Code:* > bodlane2 <- lapply( + lapply(split(lctolc2, lctolc2$Item), function(x) graph.data.frame(x[, 2:3])), + function(x) lapply( + V(x)[degree(x, mode = "in") == 0], + function(s) all_simple_paths(x, from = s, +
2008 May 06
0
[LLVMdev] code generation order
...ope you're not getting tired of me already. > Does > generating LLVM code have to proceed in any particular order? > > Of course, if I am writing LLVM assembler by appending characters to > the > end of a sequential file, I'd have to write everything in the order > prescribed by the assembler syntax. > > But if I'm using the C interface to build an LLVM parse tree, does > that > have to be in any particular time-order? Can I, for example, define a > few functions, start scattering code into them, decide I' like to > declare > some more...
2020 Sep 04
2
Misleading documentation on FP to integer conversion instructions?
...e nearest (rounding towards zero) signed integer value." I interpreted this to mean that it rounds: The nearest integer to 0.3 is 0. The nearest integer to 0.9 is 1. The nearest integer to 0.5 is either 0 or 1. And this is where the "rounding towards zero" applies - the result is prescribed to be 0. In actuality, the instruction truncates, returning 0 for all cases. Should this be reworded, perhaps to use the word "truncate"? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200904/07a...
2018 May 01
3
Compiling CUDA with clang on Windows
Dear all, In the official document <https://llvm.org/docs/CompileCudaWithLLVM.html>, it is mentioned that CUDA compilation is supported on Windows as of 2017-01-05. I used msys2 to install clang 5.0.1. Then I installed cuda 8.0. However, I basically could not compile any code of cuda by the prescribed setting. I wounder if anyone can successfully compile cuda code by the clang on Windows. Any of your information is highly appreciated, and best regards Tsai -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201...
2019 Sep 13
2
DWARF-5 Supported languages Tags C++03, C++11,C++14
Hello Everyone, I'm working on providing support for New Language Tags, prescribed in DWARF-5. DW_LANG_C_plus_plus_03 DW_LANG_C_plus_plus_11 DW_LANG_C_plus_plus_14 While, C++11 and C++14, is defined and can be emitted by Frontend. "include/clang/Basci/LangStandard.h" CPlusPlus = (1 << 5), CPlusPlus11 = (1 << 6), CPlusPlus14 = (1 << 7), CPlusPlus17 = (...
2008 Apr 07
5
How to pack my stuff into a package (library, collection)?
..."help.search("my_obscure_fun")" and get a sensible reply. I also want to be able to load them as a package at startup and not have to "source" each one individually. I read through the "Writing R Extensions" file, but I am overwhelmed with the vast amount of prescribed detail that Extension Authors must follow - directory structure, file structure, etc. Luckily, I found the "prompt" function, which helps in writing of help-files in the form of "fill-in the blanks". But that's only for the help-files. Reading further, it gets even more com...
2015 Apr 02
3
Dovecot Oy merger with Open-Xchange AG
...ibutions would >> >> Define "true Linux distribution". > > who the fuck was talking abiut "true Linux distribution"? you were cockhead, not taking your drugs again reindl eh or may be you are taking too much of the illegal ones and none of the ones the doctors prescribed you
2007 Oct 01
2
Re: Peer review draft for the new
"Silvia Pfeiffer" <silviapfeiffer1@gmail.com> wrote: ... > First though let me start a discussion on skeleton here, which is > fundamental to this rfc and for which I'd like to get more input from > everyone. > > I think, "application/ogg" makes not much sense without having > skeleton inside the ogg file. Half the reason for having a generic, >
2007 Oct 01
2
Re: Peer review draft for the new
"Silvia Pfeiffer" <silviapfeiffer1@gmail.com> wrote: ... > First though let me start a discussion on skeleton here, which is > fundamental to this rfc and for which I'd like to get more input from > everyone. > > I think, "application/ogg" makes not much sense without having > skeleton inside the ogg file. Half the reason for having a generic, >
2011 Aug 12
1
[LLVMdev] link missing for type based alias analysis
Sir, We are interested in implementing Type Based Alias Analysis(TBAA) in LLVM. This is prescribed as one of the projects in the Open Projects list of the LLVM website. One of the links in your page is not working. I am giving the link below http://www.ice.gelato.org/oct07/pres_pdf/gelato_ICE07oct_aliasing_isaev_intel.pdf Kindly send me any additional resources and suggestions you have on this...
2009 Jul 30
1
sieve filtering setup
I'm looking at implementing sieve in my environment. Software is: dovecot-1.2-sieve revision 1022:3c9a22c28156 dovecot-1.2 revision 9269:a303bb82c1c9 AIX 5.3 with sendmail mta using prescribed deliver lda. I have a few questions. I'll have 110k sieve files(1 for each user). Does sieve read the file each time a new message is accepted by sendmail? Are there any measurements on cpu load for sieve filters? Thanks, Jonathan -------------- next part -------------- A non-text atta...
2012 Nov 12
1
How to generate a random field with truncated marginal distributions?
...ns to generate a truncated Gaussian field to start with. To be specific, I need a function like GaussRF from the RandomFields package or grf from the geoR package to generate a random field, but I need the generated field to have a truncated marginal distributions and a correlation structure with a prescribed range. Is there an R package or functions which can do this? If there is no availabe read-to-use functions or packages,is it possible that I write my own very easily? [[alternative HTML version deleted]]
2012 May 21
1
Complex text parsing task
Hello Everyone, I have what I think is a complex text parsing task. I've provided some sample data below. There's a relatively simple version of the coding that needs to be done and a more complex version. If someone could help me out with either version, I'd greatly appreciate it. Here are my sample data. haveData <- structure(list(profile_key = structure(c(1L, 1L, 2L, 2L, 2L,
2003 Jul 30
1
Rcgi
I am keen to look at Rcgi as I want to put up some simple bits of R to do prescribed tasks on HTML form input. Rweb is overkill and worryingly flexible for what I want and it sounds as if Rcgi is more what I need. However, I can't get any of the URLs I've found for it to work over the last few days. Does anyone have a recent copy they could Email me or a working URL...
2012 May 31
3
How can I get this function to work?
Hello All, Can anyone tell help me understand why the function below doesn't work and how I can fix it? Below are some sample data, some code that works on individual rows of the data, and my attempt to translate that code into a function. My hope is to get the function working and then to apply it to the larger data frame using ddply() from the plyr package or possibly some other approach.