search for: unspecific

Displaying 20 results from an estimated 54 matches for "unspecific".

2010 Aug 04
0
"Traumrouten Transalp" unspecific runtime error 3251
Hello, I managed to install "Traumrouten Transalp 2003". When starting the unpacked application, errors occured. I could handle the first error after startup of the executable "TransalpGPS2003" by winetrixing jet40. Splash screen appeared, but the next error appeared: A message window caused by the application appeard: The windows name: "Transalp
2014 Dec 21
1
Connection hangs after unspecific time
Hello, I have a samba server installed on a Lenovo Laptop X100e with this ``smb.conf``: [global] workgroup = WORKGROUP security = user log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d server role = standalone server map to guest = bad user usershare allow guests = yes [homes] comment = Home Directories browseable = no read only =
2007 Aug 28
3
virtual resources in 0.23.2, do they work?
...revent this module from stopping to work. What happenes is that new hosts (munin::client nodes) do get stored in the database, but the munin::host does not get to see them. The version that I am using is this one: http://mail.madstop.com/pipermail/puppet-users/2007-June/003179.html Sorry for the unspecific problem description, but I can not see anything where this goes wrong. Thanks and have a nice day, udo.
2016 Oct 20
3
RFC: Killing undef and spreading poison
...;%a = freeze(%x), %b = >> freeze(%x)" (each freeze returns an arbitrary, but fixed, value). > > Assume that %x is known to be a poison value and have: > %a = freeze(%x) > %b = freeze(%x) > > Is %a == %a true? Yes, %a is always == %a. It is a normal SSA value with some unspecific content. > Is %a == %b true? Not necessarily; but the compiler can make it true by (consistently) choosing equal values for %a and %b. By consistently I mean it can't fold one instance of %a == %b to true and fold another instance of %a == %b to false. -- Sanjoy
2017 Aug 14
1
Statistical / data mining methods in R and not in SAS?
Hi, and sorry for asking such an unspecific question. Does anybody know of statistical / data mining methods that are available in R that are not in SAS ? With SAS I mean the SAS System Version 9.4 and SAS Enterprise Miner. I don't expect a complete list, just two or three examples or hints where and what to look for. I found some o...
2005 May 10
6
How not to use AJAX
Hi all, Just ran across this article http://blog.taragana.com/index.php/archive/how-not-to-use-ajax/ and was curious what the consensus is on the bookmarking and search indexing problems. I remember seeing something about bookmarking on the list. Thanks, Ben -- Ben Jackson Diretor de Desenvolvimento INCOMUM Design & Conceito ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org
2013 Jan 05
1
[LLVMdev] LLVM triple and Apple ld64 behavior
...The code shows that -force_cpusubtype_ALL for ARM targets is no more supported in "src/ld/options.cpp") and static const ARMSubType ARMSubTypes[] doesn't include "arm" as a possible subtype. My question is whether this behavior is required by LLVM, which does not support an unspecific ARM target or it's Apple decision to remove it in order to remove support from older devices. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130105/b319c739/attachment.html>
2010 Aug 06
1
[OT] R on Atlas library
...e anybody who sucessfully runs R with Atlas and all processors? A short description of the necessary steps would be helpful. Searching around the internet was not very encourageing. Some people wrote that it is not so simple to have Atlas fully exploit a multicore computer. I hope this is not too unspecific. Best wishes, Matthias -- Dr. rer. nat. Matthias Gondan Institut f?r Psychologie Universit?t Regensburg D-93050 Regensburg Tel. 0941-943-3856 Fax 0941-943-3233 Email: matthias.gondan at psychologie.uni-regensburg.de http://www.psychologie.uni-r.de/Greenlee/team/gondan/gondan.html --
2003 May 28
1
Test for trend?
...ope, but I am not able to compute the exact p-value. The Cox-Stuart test for trend detects a trend but gives a p-value of 1. Isn't there a distribution-free, exact test for trend which operates on the rank-oder of the data instead of binary coded values? Please apologize for asking a rather R-unspecific question. Thanks in advance Stefan --- Stefan Strecker Universitaet Karlsruhe (TH) Department of Economics and Business Engineering Chair for Information Management and Systems Englerstrasse 14 D-76131 Karlsruhe, Germany T: +49 721 608 8374 F: +49 721 608 8399 M: +49 179 69 29 746 http://www.iw.un...
2006 Nov 17
1
Manipulating R lists in C
...hat I already have - any comments on things I don't really need to do as well in terms of creating extra string objects etc are also helpful. Many thanks Tom ======EXTRACT========= SEXP typeStr, volumeStr, priceStr, typeValStr; SEXP priceList; // create main list of vectors (unspecific items ) PROTECT( priceList = allocVector( VECSXP, 3 ) ); // for each item create a label and attach value PROTECT( typeValStr = allocVector( STRSXP, 1 ) ); SET_STRING_ELT( typeValStr, 0, mkChar( getPriceDataTypeAsString( p.getData().getType() ).c_str() ) ); SET_STRING_ELT( priceLi...
2009 Sep 29
1
[LLVMdev] converting x86 instructions to LLVM instructions
...to identify, this could be very effective. I don't know how to modify llvm-qemu to translate x86 to LLVM IL. This is not trivial: qemu is a very limited "emulation". The "target" x86 won't have MSRs and specific instructions. The abstraction level is higher. However for unspecific targets it might scale. Marking variables as symbolic in LLVM bytecode however... In any case it would be interesting to be able to translate x86 to LLVM IR. If somebody want's to give that a try let's make a plan ;). Have fun, Marius -------------- next part -------------- A non-text at...
2003 Oct 05
3
please help me on this problem
Dear all: I am totally new to R, actually, statistics software.I get two very simple, even stupid question: 1) where I should put the data file in order to use it , I tried to build a work dir in library( package:base) and save the text file (data) there, then, I use read.table(filename), not work; I tried the full path, still not work. I must have done something wrong. 2) is it possible to create
2017 Aug 16
0
Statistical / data mining methods in R and not in SAS?
> On Aug 14, 2017, at 12:22 PM, fs <mail at friedrich-schuster.de> wrote: > > Hi, and sorry for asking such an unspecific question. > > Does anybody know of statistical / data mining methods that are available in R > that are not in SAS ? With SAS I mean the SAS System Version 9.4 and SAS > Enterprise Miner. I don't expect a complete list, just two or three examples > or hints where and what to...
2016 Oct 20
6
RFC: Killing undef and spreading poison
...value). >>>> >>> >>> Assume that %x is known to be a poison value and have: >>> %a = freeze(%x) >>> %b = freeze(%x) >>> >>> Is %a == %a true? >>> >> >> Yes, %a is always == %a. It is a normal SSA value with some unspecific >> content. >> >> Is %a == %b true? >>> >> >> Not necessarily; but the compiler can make it true by (consistently) >> choosing equal values for %a and %b. >> >> By consistently I mean it can't fold one instance of %a == %b to true >&gt...
2016 Oct 18
2
RFC: Killing undef and spreading poison
> On 10/18/2016 3:12 PM, Sanjoy Das wrote: >> But in the new proposal, in: >> >> %x = freeze(poison) >> %y = xor %x, %x >> >> that is no longer allowed (%y _has_ to be 0) -- all uses of %x will see >> some garbage, but fixed bit pattern. > > What about this: > %x = phi poison, poison (I'm simplifying the syntax here) > Can this
2020 Jul 27
0
Multiple authentication instances (GSSAPI _or_ Client Certificate)
...ing this up and running is having two separate Dovecot instances (somehow) listening to different ports or even on different server hosts. What would be neat is if it would be possible to have like: auth_mechanisms = gssapi ssl :D But i know that's not how things work. I hope I'm not too unspecific. Is there any other clever ideas on how to get this use-case configured with the current version of Dovecot? I am thinking i _might_ be able to do something with stunnel to terminate the PKI authentication and still require normal plain user authentication with login/pass to get the extra securit...
2005 Mar 11
1
warning message when using anova
Hi can someone help me with the following warning message I got when I used two way anova: Warning messages: 1: Models with response "NULL" removed because response differs from model 1 in: anova.lmlist(object, ...) 2: Models with response "NULL" removed because response differs from model 1 in: anova.lmlist(object, ...) (I have two rows of separate data sets) Thanks in
2009 Sep 01
2
read and sac files from windows 07
Dear friends maybe someone can help this freshman at R, by tell step by step how can I read files from windows 2003-2007 to Rgui, I had tried all, no see solution?? [[alternative HTML version deleted]]
2010 Aug 06
2
hi!! please help me!
I made some anonymous function which performs some process in matlab code.. But I want to perform it in R program... Is there any method??? -- View this message in context: http://r.789695.n4.nabble.com/hi-please-help-me-tp2315919p2315919.html Sent from the R help mailing list archive at Nabble.com.
2010 Jun 22
1
help in pael data analysis
I need help in typing step by step commands in R software for panel data analysis saibaba