search for: frey

Displaying 20 results from an estimated 50 matches for "frey".

Did you mean: free
1998 May 12
0
R-beta: R-0.61.3 with readline]
...<I bet the problem is that gcc cannot find the include files for > <readline. [I think so too.] The way to fix that is > < > <a) figure out where readline.h is at. Let's say it's in > </opt/gnu/readline/readline.h > > My readline.h is in > > /home/frey/b/janku/lib/sun4/readline > > so I follow your suggestion > > <b) modify the makefile so that while compiling system.c, gcc will look > <in the relevant directory. That would be: modify src/unix/Makefile so > <that the relevant lines say > < > <system.o:...
2003 Aug 16
2
xtabs to dataframe fails (PR#3754)
Full_Name: Daniel Frey Version: 1.7.1 OS: Windows 2000 Submission from: (NULL) (80.254.164.242) Generating a data frame out of a xtabs result acts unusual. Take the following sample to reproduce it: > a.a <- c("a","a","a","b","b") > a.b <- c("...
2012 May 05
0
[LLVMdev] how compile subproject
...home/beckert/workspace/llvm/build/lib/Transforms/InstCombine' Is InstCombine required for lli? I'm using: Debian 6 Gnu Make 3.81 Gnu Autoconf 2.67 Gnu Automake 1.11 thanks. Beckert. ________________________________ From: Tim Northover <t.p.northover at gmail.com> To: Beckert Frey <beckert.frey at yahoo.com> Cc: Peter Cooper <peter_cooper at apple.com>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Friday, May 4, 2012 4:59 PM Subject: Re: [LLVMdev] how compile subproject > Neither worked. =( Hmm. Something seems to have gone horr...
2012 May 05
1
[LLVMdev] how compile subproject
Beckert Frey <beckert.frey at yahoo.com> writes: [snip] > Is InstCombine required for lli? Yes: $ llvm-config --libs mcjit jit interpreter nativecodegen bitreader asmparser selectiondag -lLLVMAsmParser -lLLVMBitReader -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils...
2010 Sep 07
4
LMTP logging configuration
Hi, I'm using Dovecot 2.0.1, and I log to a custom syslog facility (local0) in the main configuration (I want a separate log file, but I want to make use of rsyslogd's capabilities). I overwrite the syslog facility for LDA (mail) to have all delivery related stuff in /var/log/mail.log, and that works fine. I tried to do the same for LMTP with protocol lmtp { syslog_facility = mail }
2012 May 04
2
[LLVMdev] how compile subproject
> Neither worked. =( Hmm. Something seems to have gone horribly wrong then. I've just reproduced Peter's suggestion on the autoconf build and it worked fine. Perhaps try a clean build out of tree: CMake: mkdir my_special_build_dir cd my_special_build_dir cmake $PATH_TO_LLVM_SOURCE make llc Autotools: mkdir my_special_build_dir cd my_special_build_dir $PATH_TO_LLVM_SOURCE/configure
2012 Sep 26
1
Write table with data in other .csv template
...0L, 0L, 0L, 0L, 0L), Hyunsik.Choi = c(0L, 0L, 0L, 0L, 0L, 0L), Joey.Hung. = c(0L, 0L, 0L, 0L, 0L, 0L ), Tommaso.Teofili = c(0L, 0L, 0L, 0L, 0L, 0L), Jeff.Hammerbacher. = c(0L, 0L, 0L, 0L, 0L, 0L), Andrew.Purtell. = c(0L, 0L, 0L, 0L, 0L, 0L), Johan.Oskarsson = c(0L, 0L, 0L, 0L, 0L, 0L), Erik.Frey = c(0L, 0L, 0L, 0L, 0L, 0L), Sebb = c(0L, 0L, 0L, 0L, 0L, 0L), Andrew.klochkov = c(0L, 0L, 0L, 0L, 0L, 0L), Paul.Egan = c(0L, 0L, 0L, 0L, 0L, 0L), Hudson = c(0L, 0L, 0L, 0L, 0L, 0L), Hadoop = c(0L, 0L, 0L, 0L, 0L, 0L), Aaron = c(0L, 0L, 0L, 0L, 0L, 0L), henry = c(0L, 0L, 0L, 0L, 0L, 0L), st...
2006 May 08
2
Encrypted IMAP only from Internet, unencrypted POP3 from internal network
...ternet only for certain accounts, and limit them to use encryption Internet access for POP3 is not necessary. Is any of this possible with dovecot? Or another way to achieve my goal? Non-plaintext authentication is not possible, as we use linux system accounts with shadow passwords. TIA Rainer Frey -- Software Development ------------------------------------------------------ Inxmail GmbH
2003 Apr 12
1
WIn XP + Samba trouble
...se the following error has occurred: The trust relationship between this workstation and the primary domain failed. I checked HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\Services\ControlSet\Services\Netlogon\Parameters\requiresignorseal and it is zero Can anyone help me? I'm going insane. -- David Frey - UVic Computer Science Student GnuPG key available at http://chubby.dyndns.org/david_frey.gpg -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://lists.samba.org/a...
2009 Aug 18
5
OT - DECT handset with Line key
Hi, I need to replace digital handsets in offices where there cabling is appareantly not Ethernet-compliant. Today's usage is to press a key to toggle between private ou public line before issuing an outgoing call. Are you aware of a DECT handset (to overcome cabling limitations) that mimic this line-key behaviour ? For instance, acceptable behaviours would be to dial number string and press
2012 May 04
2
[LLVMdev] how compile subproject
You can also do make ONLY_TOOLS="llc" Pete On May 3, 2012, at 11:52 PM, Tim Northover wrote: > Hi Beckert, > >> is it possible to compile just an subproject? For example, just llc or lli? > > With CMake you can just type "make llc" from your build directory. I > don't know about the autotools build. > > Tim. >
2012 May 04
0
[LLVMdev] how compile subproject
Neither worked. =( ________________________________ From: Peter Cooper <peter_cooper at apple.com> To: Tim Northover <t.p.northover at gmail.com> Cc: Beckert Frey <beckert.frey at yahoo.com>; "llvmdev at cs.uiuc.edu" <llvmdev at cs.uiuc.edu> Sent: Friday, May 4, 2012 2:22 PM Subject: Re: [LLVMdev] how compile subproject You can also do make ONLY_TOOLS="llc" Pete On May 3, 2012, at 11:52 PM, Tim Northover wrote: > Hi B...
2006 May 10
1
ssl_require_client_cert = yes for encrypted connections only
...s there any way to get dovecot to use "ssl_require_client_cert = yes" for encrypted connections only? For unencrypted connections there can't be any client certificate, and I can't disable unencrypted connections altogether (I limit them by firewall to our own network). Rainer Frey -- Software Development ------------------------------------------------------ Inxmail GmbH Kaiser-Joseph-Str. 274, 79098 Freiburg, Germany
2009 Aug 18
2
Execute some kind of script when something happens with Asterisk
Would it be possible to execute some kind of script when for example Asterisk restarts... or stops... ? How can one read the status of Asterisk so that when the service is stopped I could be notified by mail, by text message,... ? I don't know how to read the status of Asterisk (or the change of status) in a bash-script. Thanks for the reply ! Kind regards, Jonas. -------------- next part
2007 Mar 20
2
Limit AD for Winbind
Hello guys, I'm using Winbind to integrate my Active Directory Users into Linux. The Domain is very big and is in trust with four other Domains. I've about 100,000+ users. Sometimes everything works perfect, wbinfo -u and wbinfo -g parse the correct users/groups but when I restart Samba + Winbind it does not work anymore. When I first try wbinfo -m it lists all trusted domains but
2012 Aug 12
0
Index Values in NbClust
...edman", "index.Rubin", "index.Cindex", "index.DB", "index.Silhouette", "index.Duda", "index.Pseudot2", "index.Beale", "index.Ratkowsky", "index.Ball", "index.ptbiserial", "index.Frey", "index.McClain", "index.Dunn", "index.Hubert", "index.SDindex", "index.Dindex", "index.SDbw"))), All.CriticalValues = structure(c(2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0.914000830612667, 0.937766785534327, 0.9058274469...
2011 Mar 15
3
fitting a distribution to a ecdf plot
Dear all, I need to plot an cumulative distribution plot of a variable and then to fit a distribution to that, probably a weibull or lognormal. I have plotted the ecdf as > plot(ecdf(x)) but I haven't managed to fit the distribution. I have as well attached the data. I would appreciate if you could help me on that. Thank you. Kind regards Maria -------------- next part --------------
2009 Aug 05
2
sip.conf parameter and sip msg between server <-> client
Hello I have few questions : - what's the difference between a subscribe request et a register request ? - in asterisk 1.6 allowguest=yes or no param does it work ? if yes, please someone could explain how doest it work because I think i'm a little bit confuse. - if I configure a sip terminal in sip.conf like this [john] type=friend username=JOHN secret=mypassword host=dynamic
2008 Sep 27
2
client certs with godaddy ssl cert
I've read the client ssl cert section in the wiki and it talks about using a self signed cert, if I am using a commercial cert, in this case godaddy, how do I implement a self signed cert for the client side and have dovecot make use of this? I know the mechanics of setting up the self signed ca, the question is more what configuration changes do I need to make in dovecot to handle both
2014 Apr 01
2
[LLVMdev] Construction of SCEVAddRecExpr
Hello, I'm studying how the SCEV analyzis works and how to use it and I could not create an example where the SCEV analyzis identifies an expression as "SCEVAddRecExpr". Aren't the expressions below the kind of pattern that should be represented as a "AddRecExpr" ? SCEV: (1 + (2 * %3) or SCEV: (%1 + (2 * %3) or SCEV: (%1 + (%2 * %3) In my experiments they are