search for: figgur

Displaying 10 results from an estimated 10 matches for "figgur".

Did you mean: figger
2001 Jan 10
2
1.0pre3 difficulties
Was running 1.0pre2 just fine, but had to move machines, so I figgured I'd give 1.0pre3 a try. After getting everything to build and figguring out the new config files, here's where I'm stuck. Start the server process (remote machine). Start the client process (local machine). In remote machine, the following shows up in syslog: tinc[2659]: Got SEGV sig...
2006 Jan 03
1
Is this a bug by any chance?
Howdy, I'm moving HUGE numbers of files from one hdd to another on one of my RedHat systems and goofed by not specifying a target. Rsync went to all the trouble of figguring out which files needed to be copied and then blew up when it actually went looking for a target and found none. I have downloaded the latest cvs version which appears to exhibit the same behavoir. I know this is a UFU but the checking up front might be a good thing to consider adding to the co...
2017 Jun 14
0
[FORGED] Re: draw stripes in a circle in R
...? Why does the universe pick on *me*? What is the function "alpha()"? Where is it to be found? I discovered some time ago that I no longer needed to load the ggplot2 package. I wasn't entirely happy to make this discovery since I stilll cling to the old lattice style. Eventually I figgured out that it was because one of packages that I load in my .Rprofile-file had changed its imports. The `alpha` function I see is from ggplot2. Resistance is futile. I've now been partially assimilated. > > Searching on "alpha" is of course completely unproductive; there are...
2017 Jun 15
2
[FORGED] Re: draw stripes in a circle in R
...erse pick on *me*? What is the function "alpha()"? Where is it to >be found? > >I discovered some time ago that I no longer needed to load the ggplot2 >package. I wasn't entirely happy to make this discovery since I stilll >cling to the old lattice style. Eventually I figgured out that it was >because one of packages that I load in my .Rprofile-file had changed >its imports. The `alpha` function I see is from ggplot2. Resistance is >futile. I've now been partially assimilated. > > >> >> Searching on "alpha" is of course complet...
2003 May 30
0
Big trouble after serverupgrade - Help needed!
...ingle PIII) was working for a couple of month without a probelm; I could create mashineaccounts on the fly from windows 2K and XP Pro, profiles and logonscripts worked fine. Now the big trouble and problems: a) As I tried to login with my account from a win2K-pc I'm not allowed to login. I figgured out, that my mashine-account was broken. So I deleted the old one and joint the domain again. Now I can login. b) An other user can login from a different pc, while I can't from this pc. I saw he has got a local profile-folder; I haven't. c) Some other users can login after I rejoint...
2001 Oct 05
1
Kernel Ooops probably in conjunction with lvm
...bringing the partition on heavy load again (lot's of tar's and find's should do the trick). The oops trace below didn't crash my system only the updatedb find command, but I also had some oops crashing my box completely (it even stopped answering echo request packets!). I didn't figgure out yet how to catch those oops to a floppy or something, so if one of you knows, tell me please, so I can provide some more information. Anyway, here is one ksymoops output: ************************************ ksymoops 2.4.3 on i686 2.4.10. Options used -v /boot/vmlinuz (default) -k...
2017 Jun 15
0
[FORGED] Re: draw stripes in a circle in R
...is the function "alpha()"? Where is it to >> be found? >> >> I discovered some time ago that I no longer needed to load the ggplot2 >> package. I wasn't entirely happy to make this discovery since I stilll >> cling to the old lattice style. Eventually I figgured out that it was >> because one of packages that I load in my .Rprofile-file had changed >> its imports. The `alpha` function I see is from ggplot2. Resistance is >> futile. I've now been partially assimilated. >> >> >>> >>> Searching on &quot...
2017 Jun 14
4
[FORGED] Re: draw stripes in a circle in R
On 15/06/17 05:29, David Winsemius wrote: > >> On Jun 14, 2017, at 10:18 AM, David Winsemius <dwinsemius at comcast.net> wrote: >> >> >>> On Jun 14, 2017, at 9:46 AM, Jeff Newmiller <jdnewmil at dcn.davis.ca.us> wrote: >>> >>> I don't see a question. If your question is whether R supports pattern fills, AFAIK it does not. If that is
2006 Jun 27
5
setting up mongrel..
okay, i have officially given up on: apache with fastcgi lighttpd with fastcgi and now i am working on getting mongrel running.. not that i don''t think that the above two are viable options, i have just spent more time trying to get this app live than i did actually writing the app.. and i need to have something working for beta testing... i installed mongrel according to:
2012 Jul 24
3
Simple reshape problem I am completely missing
I seem to be doing something really stupid or missing something really obvious but what? I have a simple three column data.frame that I would like to reshape to wide preferably using reshape2. An example from http://stackoverflow.com/questions/9617348/reshape-three-column-data-frame-to-matrix looked perfect except I wanted a data frame but it seemed okay. I just changed acast to dcast and it