search for: chaotic

Displaying 20 results from an estimated 117 matches for "chaotic".

2007 Sep 15
3
samba pdc & ldap vs mysql
hallo I have a task to reorganize the network resources of a medium company (~150 computers, 80% windows) which in the current state is very chaotic I was thinking of a system where the users are stored in a single place, from where applications like mail (postfix), squid and even a domain controller can retrieve information from your past experience, which does a better job - ldap or users stored in a mysql database ? I would appreciate y...
2012 Apr 20
3
PCA sensitive to outliers?
Hi all, I found that the PCA gave chaotic results when there are big changes in a few data points. Are there "improved" versions of PCA in R that can help with this problem? Please give me some pointers... Thank you! [[alternative HTML version deleted]]
2005 Feb 19
3
Low compression on high noise?
Hi List, I noted that compressing music like Merzbow or other Japanese chaotic noise-bands usually results in very low compression rates. That means, that the resulting .flac-file is nearly as big as the initial .wav-file. Other kinds of music get compressed much better. Any explanation? Regards Thomas -------------- next part -------------- A non-text attachment was scru...
2012 Oct 29
2
Problems plotting a sparse time series in R
...I am logging data about my body (weight, body fat, blood pressure, ..) in a .csv file and would like to plot this as a time series. I uploaded the (noisified) .csv, you can see the link in the code I have so far (you can run the code directly as-is): df.raw <- read.csv("http://www.chaotic-neutral.de/temp/stats-noised.csv", sep=";", dec=".") date <- as.Date(df.raw[,1]) comments <- df.raw[,2] stats <- df.raw[,-c(1,2)] ################################################################ #### timeSeries library(timeSeries)...
2010 Apr 27
2
[LLVMdev] Proposal for a new LLVM concurrency memory model
On Tuesday 27 April 2010 13:16:14 David Greene wrote: > On Tuesday 27 April 2010 12:16:26 Renato Golin wrote: > > I'm not against enhancing the compiler to that point, I just think > > that you're digging too deep and Balrog might show up unexpectedly. > > Thread issues can be daunting by themselves, automatically creating > > threaded code is a recipe to
2010 Apr 27
0
[LLVMdev] Proposal for a new LLVM concurrency memory model
...010 19:36, David Greene <dag at cray.com> wrote: > And it's not the disaster you fear.  It's much easier for the compiler > to reason about threads it creates.  It gets to control the model. I actually fear the well-defined thread implementation of the compiler interacting with chaotic threads from user code... ;) cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2008 May 19
1
R syntax, space smaller than space
...ormal space? Also I made more transparency in the colours with: sfcol= rgb(0, 0, 0,alpha =0.2) Is there a possibility to safe the diagram as *png (because of the transparancy) ? How can I made the line for the precipitation thicker? Thanks Torsten -- Torsten Wiebke Jabber: ecki at jabber.chaotic.de torstenwiebke at jabber.ccc.de Yahoo: towieb
2012 May 26
2
CentOS 6.2: suspending vim with ctrl-z and resuming with fg - stopped working
Hello, pardon my chaotic question, but does anybody have an idea, why can't I suspend vim-enhanced-7.2.411-1.6.el6.x86_64 with a CTRL-Z, then execute few commands at my bash prompt and then get back to the vim session again with "fg"? It has stopped working at my CentOS 6.2 machine (I haven't noticed exa...
2013 Nov 19
2
Mail filters in incoming message
With my iMap client, I use various mail rules to move specific email to the right mail folders. Downside of that is that is this mailclient is not online, all email is stuck in my inbox, which makes reading email by mobile phone kind of chaotic. I have seen several Pigeonhole Sieve examples, but I would like to know if there is a nub solution (I am not a programmer) to run filters when they enter my mail server (Postfix 2.10.2,1 icw Dovecot 1.2.17) or if there is a user friendly GUI available to set these filters? Perhaps Anyone inte...
2007 Sep 05
1
Re: CentOS-docs Digest, Vol 13, Issue 2
HI! Friends, I have recently shared my experiences while installing CentOS using a single CD, then creating XEN VMs and sharing YUM repositories and stuff at my blog, http://mytechrantings.blogspot.com/2007/08/centos-5-selinux-xen-squid-yum-cache.html But as per feedback I realized that it was to chaotic and full of ramblings and was suggested to write some how tos. I from my experience on Net relized that how tos expect this to be a perfect world and miss ot things that can go wrong and generally will. So I decided to write introductions/guides to diferent parts of the installation process in a Q...
2006 Nov 02
3
v1.0 plans, rc11 tomorrow
...likely release rc11 tomorrow, but it would be nice if you tested today's CVS snapshot already to see if I accidentally broke something. :) http://dovecot.org/nightly/dovecot-latest.tar.gz Oh and one thing that I wanted for Dovecot v1.0 was nice documentation. I think the current wiki is a bit chaotic. I started http://wiki.dovecot.org/NewIndex a long time ago. Maybe I should finish it finally and put it as the new main index.. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitall...
2023 Mar 22
1
[PATCH net-next 0/8] virtio_net: refactor xdp codes
On Wed, Mar 22, 2023 at 11:03:00AM +0800, Xuan Zhuo wrote: > Due to historical reasons, the implementation of XDP in virtio-net is relatively > chaotic. For example, the processing of XDP actions has two copies of similar > code. Such as page, xdp_page processing, etc. > > The purpose of this patch set is to refactor these code. Reduce the difficulty > of subsequent maintenance. Subsequent developers will not introduce new bugs > b...
2009 Oct 26
2
basic statistics to csv
...unctions are fully sufficient. My question is, how can I export results to a spreadsheet-like file, as a .csv. For the summary() with an "x" dataset I can use this way: su <- summary(x) write.csv(su, file = "summary.csv") The problem with this is that the csv file is rather chaotic. but when I apply the same for the numSummary(x) output like: nsu <- numSummary(x[,c("a", "b", "c")], statistics=c("mean", "sd", "quantiles"), quantiles=c(0,.25,.5,.75,1)) write.csv(nsu, file = "numsummary.csv") I get the...
2017 Nov 15
0
Is there a tool to find unused functions?
mvbutils::foodweb produces a graphical display of the hierarchy (or network or ...) of function calls. Isolated functions are not called. This might help you. -- Mike On Wed, Nov 15, 2017 at 12:44 AM, Alexander Engelhardt <alex at chaotic-neutral.de> wrote: > I've inherited a large R codebase which has grown over a few years and a few > different developers. > > It contains many things I'd like to delete: > - Unused functions > - Variable definitions that are never called > - Unreachable code > &gt...
2009 Sep 20
2
[Authlogic]
After I upgraded my Authlogic to 2.1.2 I''m facing an odd error when trying to use my webpage; it comes up with an error ''undefined method `^'' for "e":String''. I''ve double checked the lines in the Authlogic code (see codepad urls for the tracelog), but I can find no trace of any "^" in the code anywhere. The methods that result in
2005 Sep 09
0
File permission problem
...end but I am sorry all this is not very clear to me (not your fault). And I cannot reply directly to the news group, I have to go to the crappy netscape mail thing to send this... Anyway, see below. Thanks again, Dominique Mogens Kjaer wrote: > fluibgwef@netscape.net wrote: > > ... chaotic quote removed ... > Well it is chaotic because I like to answer inline but OK ;-) > testparm lists section [data1], [data2], and [data3], but > they are not listed under services definitions? see below > > How many users do you actually have? Do you have > any files under /hom...
2020 Nov 05
3
BIOS RAID0 and differences between disks
My computer running CentOS 7 is configured to use BIOS RAID0 and has two identical SSDs which are also encrypted. I had a crash the other day and due to a bug in the operating system update, I am unable to boot the system in RAID mode since dracut does not recognize the disks in grub. After modifying the grub command line I am able to boot the system from one of the harddisks after entering the
2023 Mar 22
1
[PATCH net-next 0/8] virtio_net: refactor xdp codes
...an Zhuo wrote: > On Tue, 21 Mar 2023 23:34:43 -0400, "Michael S. Tsirkin" <mst at redhat.com> wrote: > > On Wed, Mar 22, 2023 at 11:03:00AM +0800, Xuan Zhuo wrote: > > > Due to historical reasons, the implementation of XDP in virtio-net is relatively > > > chaotic. For example, the processing of XDP actions has two copies of similar > > > code. Such as page, xdp_page processing, etc. > > > > > > The purpose of this patch set is to refactor these code. Reduce the difficulty > > > of subsequent maintenance. Subsequent develo...
2023 Mar 21
1
[RFC net-next 0/8] virtio_net: refactor xdp codes
On Tue, 21 Mar 2023 19:58:49 +0800, Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > On Wed, 15 Mar 2023 12:10:34 +0800, Xuan Zhuo <xuanzhuo at linux.alibaba.com> wrote: > > Due to historical reasons, the implementation of XDP in virtio-net is relatively > > chaotic. For example, the processing of XDP actions has two copies of similar > > code. Such as page, xdp_page processing, etc. > > > > The purpose of this patch set is to refactor these code. Reduce the difficulty > > of subsequent maintenance. Subsequent developers will not introd...
2017 Nov 15
2
Is there a tool to find unused functions?
I've inherited a large R codebase which has grown over a few years and a few different developers. It contains many things I'd like to delete: - Unused functions - Variable definitions that are never called - Unreachable code I'd write that myself, it would even be fun, but I don't want to reinvent the wheel. Is there an R package that can find these things? I've heard of