search for: crazier

Displaying 20 results from an estimated 29 matches for "crazier".

Did you mean: frazier
2010 Oct 12
1
Plotting Y axis labels within a loop
...loop they (I) get confused. Here is some sample code: Fe<-c(1.1, 4.5, 7.2, 8.8) Mn<-c(9.6, 7.2, 5.3, 2.1) Cd<-c(2.2, 3.4, 6.1, 3.2) FeMnCd<-data.frame(Fe, Mn, Cd) par(mfrow=c(2,2)) for(i in FeMnCd)plot(i, xlab="Event",ylab=colnames(FeMnCd)[i]) The more plots per page, the crazier it gets! TIA Steve -- View this message in context: http://r.789695.n4.nabble.com/Plotting-Y-axis-labels-within-a-loop-tp2992813p2992813.html Sent from the R help mailing list archive at Nabble.com.
2005 Jul 19
1
Linksys PAP2-NA failures...
...se experienced problems with the Linksys PAP2-NA's? I've now had two of them fail unexpectedly, with no apparent rhyme or reason, having gone into a RED power LED, with a solid blue ethernet LED. No response from the device either on the network or from the phone.... To make matters even crazier, the one that now failed was the one I received as a replacement for the previous dead one - and no, they were never installed in the same location either.... Grrr.... Kris
2011 Nov 28
2
[Bug 762] New: The lastest snapshot iptables compiled error"ERROR: ld.so: object 'libxtables.so.7' "
...Hours: 0.0 I want to cross compile the iptables tool to my arm 2440 platform.So I download the lastest snapshot ftp://ftp.netfilter.org/pub/iptables/snapshot/iptables-20111127.tar.bz2 . But when I compiled according to blow: ./autogen.sh ./configure --prefix=/home/crazier/arm/compiled/iptables --with-kernel=/home/crazier/arm/linux-3.1 --host=arm-linux make I have received many errors like: CHECK unknown symbols in .so files ERROR: ld.so: object 'libxtables.so.7' from LD_PRELOAD cannot be preload...
2011 Jan 24
2
how to get loglik parameter from splm package?
splm package is a r implemention of spatial panel data models. and the loglik paremeter is most important infomation for splm methods. but i found the loglik always been null ,it's craze to get right estimation in splm with null loglik. Any one knows the splm package and can get the right loglik ? please help me. thanks -- View this message in context:
2002 Apr 10
1
New Package: ipred - Improved predictors
The package ipred is uploaded to CRAN. The main focus of the package is the calculation of improved predictors in classification tasks. Misclassification error can be improved by bootstrap aggregated classification trees and/or the framework of indirect classification. Furthermore, a unified interface for the estimation of misclassification error completes the features of ipred. We try to make
2002 Apr 10
1
New Package: ipred - Improved predictors
The package ipred is uploaded to CRAN. The main focus of the package is the calculation of improved predictors in classification tasks. Misclassification error can be improved by bootstrap aggregated classification trees and/or the framework of indirect classification. Furthermore, a unified interface for the estimation of misclassification error completes the features of ipred. We try to make
2015 May 19
0
Upgrading to CentOS 7
...pe, and has a rather substantial pre-upgrade test to determine how feasible it is. Since we don't differentiate between Server, Workstation, etc it's a bit more interesting for us to say "yeah sure you can totally run this". If you add 3rd party packages into the mix, it gets even crazier. >> The best way to do any major update is to backup your data, install the >> OS, bring back your data and make all the newer services (if you are >> moving things like databases or web directories, etc.). >> >> Some people want to take shortcuts to this procedure, a...
2014 Sep 11
3
usenet/imap
Halo, Has anyones had experiences with feeding usenet into imap folders, we like to have some group for all user, any problem with message limit? We only want the text newsgroups?
2010 Feb 02
1
Why is this happening?
Today I installed the new development version of wine and tested it out with a Touhou game (Touhou 12- Seirensen). However, upon running it, everything goes black and the console appears asking me to LOG IN. I have no idea why this is happening. Would it be because of the fact that wine is currently in a development stage? Should I install the current stable version. Most importantly, does anyone
2014 May 22
2
[LLVMdev] RFC: Indexing of structs vs arrays in getelementpointer
On May 22, 2014, at 3:51 PM, Chandler Carruth <chandlerc at google.com> wrote: > > On Thu, May 22, 2014 at 4:42 PM, Louis Gerbarg <lgg at apple.com> wrote: > The problem that the above transform is technically illegal because “When indexing into a (optionally packed) structure, only i32 integer constants are allowed (when using a vector of indices they must all be the same
2012 Jun 21
1
using multiple protocol:address:port at the same time
the situation has gone worst then ever since a long time ago. some ISP normally don't block udp, but when traffic is high, udp get lower priority and packet loss happens. some ISP slowdown tcp connection if it is used aggressively. when this happens, i have to block udp using iptables and use tcp only for tinc, or re-dial pppoe also, multiple thread (tcp) downloading "tech" is used
2023 Mar 22
2
[libnbd PATCH v4 0/2] lib/utils: introduce async-signal-safe execvpe()
...he busybox binary to be launched, via the /bin/sh symlink, in step (4), and we expect it to fail after step (5), due to it not recognizing "foobar" as an "applet name". > > It turns out however that step (4) does not happen. musl does not handle ENOEXEC: It's getting crazier by the hour. I thought to create a reproducer for busybox, in spite of musl breaking down at an earlier point (see above). For that, I *statically linked* "test-execvp" on RHEL-9.1 (using glibc), and then executed the binary in the Alpine Linux container. This should eliminate musl from...
2013 Oct 28
7
Encryption solution for messages at rest
Hi, We have clients with various security & compliance requirements. Although not required, it would be ideal to have messages encrypted at rest. We already use SSL/TLS to secure the transmission of most email. However, it would be nice to have them encrypted sitting on our server. Is anyone doing this? I think that ideally, rather than full-disk encryption, we should use an encryption that
2008 Oct 16
2
[LLVMdev] LLVM 2.4 problem? (resend)
...* u = &x; char* v = &y; return u == v;} int d() {return x+y;} Running this through "llvm-gcc -O0 -emit-llvm -c -x c - -o - | opt -mem2reg -globalopt -constmerge -instcombine" has precisely the same effect: c returns 1. It's conceivable that globalopt+constmerge could do even crazier stuff. Potential example: suppose we have two mallocs, and store the allocated pointers into globals. GlobalOpt knows how to turn mallocs into statically allocated globals. Then suppose there's exactly one store to each of these mallocs: GlobalOpt knows how to turn these into constant global...
2014 May 23
2
[LLVMdev] RFC: Indexing of structs vs arrays in getelementpointer
...ous > structs, doing so seriously weakens the IR's guarantees. I'd not > like to see us go that direction. To what guarantees are you referring? Thanks again, Hal > > > Instead, if this transformation is indeed important (and it sounds > like it is), I have a somewhat crazier idea: fold homogeneous struct > type layers into arrays. Thoughts? (I've not thought about this > much, there might be dragons here...) > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > h...
2014 Oct 17
3
creating a floppy image from a linux file
Hi, I am still trying to get kick-start centos in my vmware5 because pxe cannot find the pxe server. I do not control the dhcp or pxe server. I have both my kickstart file and my iso image for centos6.5 on my vmware datastore, but am trying to run my kickstart file from VMware guest. Can I tell the command line to run from the datastore in VMWare? Or must I convert my kickstart file to a
2015 May 19
3
Upgrading to CentOS 7
Johnny Hughes wrote: > On 05/19/2015 07:43 AM, Timothy Murphy wrote: >> I read in <http://wiki.centos.org/TipsAndTricks/CentOSUpgradeTool> >> >> "Warning: use of this tool is currently not recommended as several >> system- critical packages are of a higher version number in CentOS 6.6 >> than they are in CentOS 7 so those do not get upgraded correctly.
2006 May 05
7
vim: space or tab in indenting?
this is semi-off topic but still related to ror. i had a problem with testing my depot program (which i follow the tutorial in agile web development book). it took me many hours to solved the problem. all the while i thought i was using spaces inside the test/fixtures/products.yml programmer_book: id: 1 title: Pragmatic Programmer description: Best book
2005 May 27
5
Problems with dynamic zones
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I found out problems with dynamic add of hosts to zones. If somebody has idea how to fix it, please do tell. My head is not working on this on properly. Hope you get idea from this message. I''m trying to simplify this as much as possible to get problem clear. Problem is: Zones: vpn wlan net Interfaces: net eth0 wlan eth1 Policies: vpn all
2008 Oct 15
0
[LLVMdev] LLVM 2.4 problem? (resend)
On Oct 15, 2008, at 6:58 AM, Tatu Vaajalahti wrote: >> Yes, but why do you think they should get a different address? I can >> understand that it is surprising that they do, but determining >> whether >> this is legal or not requires reading the language standard. >> Hopefully >> a language lawyer can chime in and say whether this transform is >>