search for: contruct

Displaying 20 results from an estimated 57 matches for "contruct".

Did you mean: contract
2005 Aug 24
1
SV: Fax to email using mime-contruct
...This is so confusing. Thanks, Arne Morten -----Opprinnelig melding----- Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne av Eddie Sendt: 24. august 2005 08:42 Til: asterisk-users@lists.digium.com Emne: [Asterisk-Users] Fax to email using mime-contruct I have followed and succesfully receive incoming faxes to email with Scott Laird's faxing with asterisk guide. http://scottstuff.net/blog/articles/2004/03/28/faxing-with-asterisk But, I'm receiving the email from root@mydomain.com. I would prefer it to receive from asteriskfax@mydomain.co...
2005 Aug 23
0
Fax to email using mime-contruct
I have followed and succesfully receive incoming faxes to email with Scott Laird's faxing with asterisk guide. http://scottstuff.net/blog/articles/2004/03/28/faxing-with-asterisk But, I'm receiving the email from root@mydomain.com. I would prefer it to receive from asteriskfax@mydomain.com. How do I achive this? Please advice. I'm using postfix. Thanks.
2006 Apr 18
3
seq() function accuracy inacceptable (PR#8779)
....105427e-15 -7.105427e-15 0.000000e+00 [33] 0.000000e+00 -7.105427e-15 0.000000e+00 0.000000e+00 0.000000e+00 -7.105427e-15 0.000000e+00 0.000000e+00 [41] -7.105427e-15 -7.105427e-15 0.000000e+00 0.000000e+00 -7.105427e-15 0.000000e+00 > It is particularly dangerous to use such seq()-contructed lists (without rounding) when e.g. trying to find the first time a given number appears in the list and the number is given without numerical garbage.
2010 Oct 06
2
[LLVMdev] Segmentation Fault of BasicCallGraph?
...7 8 opt 0x0000000000415d53 main + 2003 9 libc.so.6 0x00007f5cd6c75c4d __libc_start_main + 253 10 opt 0x00000000004095c9 Stack dump: 0. Program arguments: opt -load ../../../Release/lib/MyPass.so -testcgn 1. Running pass 'print out the call grpah node contruction process' on module '<stdin>'. Segmentation fault What is going on? what makes the addCalledFunction failed? I would really appreciate your answers....... Thanks, --freezdom
2012 Oct 23
3
[LLVMdev] precondition suggestion to LLVM
...arching for :) However, I don't know if I well understood. I've find this link in the second link which seemed what i was looking for: http://nondot.org/sabre/LLVMNotes/BuiltinUnreachable.txt .If I put around the code block (inside my function with precondition (x>0 && y>0)) a contruct like that that use __builtin_unreachable: int foo(int x, int y){ if(x>0 && y>0){ ...function codeblock... } { __builtin_unreachable (); } } I can get the optimization without really having a branch jump in the machine code?Thank you again, Niko Zarzani > Date...
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
...3,Hangup() exten=>h,1,System(/usr/local/bin/fax2mail --cid-number "0${CALLERIDNUM}" --cid-name "home fax" --dest-name "admin" --dest-email "${admin_email}" -f "${FAXFILE}") which all seems work well on the CLI. No errors. fax2mail uses mime-contruct to send the fax by sendmail. That didn't work. No email. /var/log/maillog: Dec 19 21:04:53 asterisk sendmail[2628]: mBH2mWvQ006043: to=<admin at myco.com>, ctladdr=<root at localhost.localdomain> (0/0), delay=2+23:16:09, xdelay=00:00:00, mailer=esmtp, pri=6640305, relay=mx01.1a...
2009 Aug 24
1
[LLVMdev] question about LLVMContext
...ite simple, but it seems I need to provide an LLVMContext& to do it. I'm not sure what the 'proper' LLVMContext would be in my situation. I'm writing an analysis that is a FunctionPass. At some point in the pass, I am given a Value * representing an N-bit integer. My goal is to contruct two ConstantInt instances, for comparison purposes -- one representing 0 and another representing 2^N (the latter of course needs a wider integer type). I'm trying to use ConstantInt::get (LLVMContext &Context, const APInt &V) which returns static ConstantInt *. (Other APIs exist but u...
2006 May 08
1
file_column - url_for_file_column issue.
Hi, url_for_file_column @variable, ''name'', takes an instance variable. My question is, what if I don''t want to have to retrieve the instance variable every single time but I have the image id, along with its name with me. Could I contruct that object in a view and pass it to url_for_file_column: <% @picture = Picture.new %> @picture.id = ... @picture.name = ... %> and then pass @picture in? I tried this but when I tried the name assignment, I got the following: Do not know how to handle a string with value ...
2006 Apr 28
1
Beginner Question - <% ... %>
Regarding: <% (some code) %> I have some suspicions/general ideas about what this contruct is supposed to do, but can someone a) tell me what it''s proper name is and b) explain or point me to a resource which defines it in a formal way? Thanks in advance, Bihal -- Posted via http://www.ruby-forum.com/.
2010 Feb 02
1
EdHeron/DomU_LVM_NTFS_resize
Please, if anybody has time, take a look at http://wiki.centos.org/EdHeron/DomU_LVM_NTFS_resize Contructive criticism welcome. -------------------- Ed Heron
2006 Apr 20
1
Mutually Orthogonal Latin Squares
Hi all, The package crossdes could contruct a complete sets of mutually orthogonal latin squares. The construction works for prime powers only. I hope to know whether there is a way to construct a mutually orthogonal Lation square for 10 or other numbers that could not be prime powers. Thanks for any suggestions. Best wishes, Jinsong Zha...
2008 Jul 01
1
extracting elements from a list in vectorized form
Hi; It seems to me that has probably been asked in the past. But I cannot find the track. I usually need to extract elements from a list and contruct vector from them; e.g., to create a table. Perhaps there is a way to directly extract them without looping? Simple example: > S.lst $sublist.1 $sublist.1$age [1] 24.58719 $sublist.1$weight [1] 60.82861 $sublist.2 $sublist.2$age [1] 32.39551 $sublist.2$weight [1] 59.46347 etc. I would like...
2009 Jul 18
1
Building a big.matrix using foreach
...f on all elements in a vector x is easily accomplished: foreach(i=1:length(x),.combine=c) %dopar% f(x[i]) Here the .combine=c option tells foreach to combine output using the c()-function. That is, to return it as a vector. Today I discovered the 'bigmemory' package, and I would like to contruct a big.matrix in a parralel fashion row by row. To use foreach I see no other way than to come up with a substitute for c in the .combine option. I have checked out the big.matrix manual, but I can't find a function suitable for just that. Actually, I wouldn't even know how to do it for a u...
2004 Jan 22
1
Bug in termplot?
Hi, Is this a bug in termplot, or (once again) do I just not understand what R is really doing? I am using termplot to contruct partial residual plots, 1. For all terms at once 2. One term at a time but I get different results from these two methods. To give a concrete example, I would have thought the top and bottom rows of the plot constructed with the following code would be identical. Grateful for any clues Simon...
2010 Oct 07
0
[LLVMdev] Segmentation Fault of BasicCallGraph?
...000000000415d53 main + 2003 > 9 libc.so.6 0x00007f5cd6c75c4d __libc_start_main + 253 > 10 opt 0x00000000004095c9 > Stack dump: > 0. Program arguments: opt -load ../../../Release/lib/MyPass.so -testcgn > 1. Running pass 'print out the call grpah node contruction process' on > module '<stdin>'. > Segmentation fault > > What is going on? what makes the addCalledFunction failed? I would > really appreciate your answers....... Your pass is using multiple inheritance. Have you implemented getAdjustedAnalysisPointer for your...
2012 Oct 23
0
[LLVMdev] precondition suggestion to LLVM
...r, I don't know if I well understood. I've find this link in the > second link which seemed what i was looking for: > http://nondot.org/sabre/LLVMNotes/BuiltinUnreachable.txt . > If I put around the code block (inside my function with precondition (x>0 && > y>0)) a contruct like that that use __builtin_unreachable: > > int foo(int x, int y){ > > if(x>0 && y>0){ > ...function codeblock... > } > { > __builtin_unreachable (); > } > > } > > I can get the optimization without really having a bran...
2004 Dec 13
3
Percentages in contingency tables *warning trivial question*
...d I have hesitated for several weeks, however I have come to a full stop and really need some help if I am going to progress. I am a new user of R for medical statistics. I have attempted to read all the relevant documents, but would welcome any suggestions as to what I have missed. I am trying to contruct "table 1" type contingency (mostly) tables. I would like to include percentages, thus: Cases Controls Total N % N % N % Total 50 100 50 100 100 100 Sex: M 23 46 27 54 50 50 etc... I hesitate even more to mention it here, but I am thinking of something along the lines of PROC T...
2011 Feb 28
0
[LLVMdev] About Interprocedural CFG
Hi, all: I am considering contructing Interprocedural Control Flow Graph(ICFG) in LLVM, but really have no idea about how much work should I do? Is there someone have done this work before? Expecting your suggestions. Thanks. --William -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://li...
2012 Oct 23
0
[LLVMdev] precondition suggestion to LLVM
You may want to check this out: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053924.html and also http://llvm.org/PR810 - xi On 10/22/12 6:05 PM, Niko Zarzani wrote: > Hi all, > Is there any way to tell LLVM some additional information about the > variables in the code in order to make better optimization? > For example, if my function has a certain precondition (such
2008 Nov 06
0
Inference and confidence interval for a restricted cubic spline function in a hurdle model
Dear list, I'm currently analyzing some count data using a hurdle model. I've used the rcspline.eval function in the Hmisc-library to contruct the spline terms for the regression model, and what I want in the end is the ability to compute coefficients and confidence intervals for different changes in the smooth function as well as plotting the smooth function along with the confidence interval at the values of the x-variable. An exam...