Displaying 20 results from an estimated 10000 matches similar to: "Simple 'frequency' function?"
2017 Nov 01
1
Creating Tag
i want to tag categories to its menuname.
i have a csv containing menu item name and in other csv i have a column
containing some strings,
i want to pick that strings from categories and look into menu items if
any menu item containing that string i want to create a new column next to
menu item name flagged as 1 otherwise 0
and the only condition is once a menu item flagged as 1 i don't need
2004 Nov 21
1
Analysis of pre-calculated frequency distribution?
Sorry for the dumb question, but I cant work out how to do this.
Quick version,
How can I re-bin a given frequency distribution using new breaks without
reference to the original data? Given distribution has integer valued
bins.
Long version,
I am loading a frequency table into R from a file. The original data is
very large, and it is a very simple process to get a frequency
distribution
2013 Jan 12
1
bind tables
Hi Matteo,
You could do this:
dat1<-read.table(text="
year? h? len fre
1994? 5 10.5? 2
1994? 5 14.0? 2
1994? 5 11.5? 1
1994? 9 13.0? 3
1994? 9 11.5? 1
1994? 9 13.5? 5
",sep="",header=TRUE)
res<-do.call(rbind,lapply(split(dat1,dat1$fre),function(x) x[rep(row.names(x),x$fre),1:3]))
row.names(res)<-1:nrow(res)
?res
#?? year h? len
#1? 1994 5 11.5
#2? 1994 9 11.5
#3?
2007 Sep 26
1
strange fsync errors
Hi all,
I'm using dovecot since a few months and it works great.
But a few days ago some coworkers mentioned that they got
errormessages in their Mailapp.
I searched in the logfiles and found this:
Sep 14 12:07:35 Mailserv dovecot: IMAP(eckhard-ma-domain-com):
fsync(/home/eckhard-ma-domain-com/mails/.INBOX.0002-Druckangebote von
Druckereien.0002-schmerk
2006 Jun 02
2
a question about a simply figure
I think there is a question in R. I donot know the reason.
This is my data about comulative percentage figure. The result is not right.
The first point (no=1,leiji=26.94350) in the plot figure was showen in a
lower location. Why?
Thanks !
> fre
no leiji
1 1 26.94350
2 2 46.86401
3 3 60.59032
4 4 72.17355
5 5 77.85521
6 6 82.05853
7 7 85.56495
8 8 87.64378
9 9
2004 Sep 10
4
[Flac-users] How do I encode a FLAC with tags?
So there are no command line options like in oggenc to do artist and
misc tags? Sure if you've got a solution that I don't have to do from
scratch then post away! :-)
Thanks!
Chris
benny k. wrote:
>hi chris,
>
>On Thu, Mar 14, 2002 at 09:22:06AM -0700, Chris Hirsch wrote:
>
>>Hey all..I'm brand new to FLAC and learning to use it. Can somebody tell
>>me how
2008 Jul 01
5
chicken/egg problem with custom types
Hi
while usings DavidS mysql module with its custom mysql types I hit some
kind of a chicken/egg problem:
While deploying mysql, I also like to define some mysql munin user, to
enable munin monitoring for mysql things. I choosed to use the
mysql_user type from DavidS and it works perfectly. However I start
using the custom types on a host where mysql have already been installed.
Now I should
2015 Apr 30
3
FW: [Bug 11241] different ids even when idmap.ldb copied. not abug..
Hello Bj?rn,
I can totaly agree with that, having multiple users with the same id isnt what we want,
but samba needs at some point root rights, for creating folders/files.
Now we have a "chicken and the egg problem" which one comes first?
At install of samba files and folders are created, by root.
when installed, started samba and now we can assign a uid/gid to Administrator.
But
2000 Aug 21
4
[OT but please read] ORBS blacklisting ns1.samba.org
Some lists and emails are distributed via ns1.samba.org. For those of
you that use ORBS, you'll find it is blacklisted now. There is no
mention of it on the website and it doesn't return a positive when you
enter it for testing but it has slipped into the ORBS blacklist
somewhere.
Samba.org admins may wish to force all ns1 outbound email via another
netblock, bringing it up to ORBS only
2004 Jun 29
1
Accounts are getting dsiabled
Hi
I have a problem with samba 3.0.5pre1.
Many of my users are disabled by samba
and I can't find the reason why.
Here is an example of an user disbled by samba:
Unix username: christ
NT username: christ
Account Flags: [DU ]
User SID: S-1-5-21-3371203057-3264423045-2392767973-4030
Primary Group SID: S-1-5-21-3371203057-3264423045-2392767973-1213
2014 Sep 21
4
[LLVMdev] Aggregate store/load optimization
Hi all,
One area where LLVM suck pretty badly is aggregate store and loads. clang
do not use them so there are not seen as important, and aren't handled
nicely. Other frontends work around the issue as it is not handled properly
and we ends up with some kind of chicken and egg issue.
I recently proposed a diff to be able to optimize load from aggregate
stores in GVN without great success.
2004 Oct 25
1
chicken/egg between pipefs and initramfs/hotplug
I have a hotplug setup in initramfs. Everytime that modprobe is called
I get a kernel oops: NULL pointer dereference:
Unable to handle kernel NULL pointer dereference<1>Unable to handle kernel NULL pointer dereference at virtual address 00000014
printing eip:
c015db49
*pde = 00000000
Oops: 0000 [#1]
PREEMPT SMP
Modules linked in:
CPU: 3
EIP: 0060:[<c015db49>] Not tainted
2013 Jan 22
2
Fact chicken and egg problem
I am trying to expose a custom fact that requires a certain gem to be
installed. However, the facts are being loaded before the module is loaded
(and I see why this is the case sine the fact should be made available to
the module). So my question is, is there a way to avoid this chicken and
egg problem? I tried putting the module in a stage before main, but it
still looks like the facts
2007 Dec 05
2
perl-libnet on CentOS 5?
Hello,
Is there any package on CentOS 5 which provides perl-libnet? Beartbeat
1 depends on it but so far I couldn't find a package.
Also - is there a way to find which non-installed package contains
files with matching names (a-la Debian's apt-file)? I know about "rpm
-qf" but it only works on packages which are already installed.
I saw some place mentioning a command called
2006 Jun 12
3
AMD64 + Debain + rails + Oracle ?
Hi folks,
Does anyone know how to install the OCI8 ruby interface on Debian64
without having to install Oracle?
My understanding, from experience with Debian i386, is that you need
Oracle (specifically the SQLPlus) installed to be able to compile
OCI8. Since my new dev machine is AMD64 running Debian, I''m stuck.
My rails applications need to connect to a remote Oracle 10g, but
cannot
2020 Mar 16
3
samba dc dns issue
You might have a "chicken and the egg" issue with DNS. The prospective
(soon-to-be-joined) DC has itself listed in resolv.conf -- so it looks
there but can't find an entry for an existing DC to join? Remove the
self-referential entry and try again. Add it back after the join.
2015 May 10
2
[LLVMdev] http://llvm.org/perf/ instability: some clues
Daniel, Tobias, Renato and myself have been looking a little bit at the
potential underlying reason
for why http://llvm.org/perf/ is instable, and have found some clues. I want
to share them here
to give people with more experience in the frameworks used by LNT (flask,
sqlalchemy, wsgi, .)
a chance to check if our reasoning below seems plausible.
Daniel noticed the following backtrace in the
2005 Aug 04
2
[Xen-tools] [RFC] Daemon startup order
Hi,
A few people are having problems with the new console daemon and I''ve
tracked the problem down to the order in which daemons are started.
Here''s what currently happens:
1) xend (the script in tools/misc) start will launch xcs and consoled
2) xend (the python server) will launch xenstored whenever it needs it
This creates a bit of a chicken and the egg problem since
2011 Jul 27
2
[LLVMdev] Exception Handling Rewrite Branch
On Jul 26, 2011, at 11:00 PM, Chris Lattner wrote:
> On Jul 26, 2011, at 4:16 AM, Bill Wendling wrote:
>
>> For those who are playing along, I've started on the exception handling rewrite following the document and comments from this thread:
>>
>> http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-July/041748.html
>>
>> The repositories are:
>>
2007 Aug 20
1
Re: Assertions
David Schmitt david wrote on Mon Jun 25 03:32:09 CDT 2007:
> For the ongoing modularisation of my config I wrote a
> assert_lsbdistcodename class today, which can be used for failing
> parts or complete configurations if a certain variable is not set
> (lsbdistcodename in this case). Please find the file attached.
This is great, however I ran into something strange with this. It