Displaying 20 results from an estimated 2000 matches similar to: "Survey: "Motivation of Free/Open Source Software (F/OSS) Developers""
2003 Dec 05
2
s-plus to R
Hi, I have a piece of code originally written for s-plus - I am trying to
run it in R now. The code was obtained from someone who is now not
available to give any pointers and I am a beginner in R. Here is where it
is getting stuck:
> +names(good.motifs[,1])
Error in +names(good.motifs[, 1]) : Invalid argument to unary operator
here is now names(good.motifs,1]) looks:
>
2007 Nov 23
1
snapshots of server state with F/OSS software
I'm looking for something (ideally) in the CentOS repo that lets me easily
take and restore snapshots of my system while powered on (similar to how
later versions of Norton Ghost work). Is LVM my best bet to do this?
(I hate to admit this, but up to this point when I've been in a pinch, I've
just powered the box down on off hours and then imaged it via some sort of
live cd)
2015 Aug 12
1
OT: bareos (F/OSS fork of bacula)
I'm trying to get this up and running, and have run into something that
isn't clear in the docs: volumes are part of pools, I get, but I see that
the limit to the number of volumes is 100. Is this a drop-dead
can't-go-beyond? If I have > 100 clients to back up, do they all go to one
volume, or to individual volumes?
mark
2019 May 25
2
Artwork localization
Hi Timothy,
On Thu, 2019-05-23 at 14:03 +1000, Timothy Lee wrote:
> I can provide zh-CN, zh-HK and zh-TW translations of the content.
Your changes were pushed. See:
https://git.centos.org/centos/Artwork/c/9efa093b155293bf171d6b7f9ceeb73b41170cf9?branch=c8
To render Chinese rolling notes images I had to change the final
images' typography from "Overpass" to "Google
2008 Apr 27
3
f/oss routing solution?
I'm looking for an open source router solution, and someone from the list
recently recommended zebra (www.zebra.org). I haven't yet identified all my
needs, but I'm guessing that it will do all my routing needs for a, say,
class C set of IP addresses, particularly if I ever have to do anything
BGP-related.
Anyone have any pointers before I delve in? Or possibly a recommendation
for
2019 May 23
3
Artwork localization
Hello everyone,
What do you think about having localized the following CentOS
components:
- Rolling notes in CentOS installer.
These images are shown during the installation process, once the
configuration is done and you are waiting for packages to be installed.
Rolling notes are a great place to promote CentOS. If they are not
localized, they are shown in English language by default.
2008 Dec 09
2
motif search
Hi,
I am very new to R and wanted to know if there is a package that, given
very long nucleotide sequences, searches and identifies short (7-10nt)
motifs.. I would like to look for enrichment of certain motifs in
genomic sequences.
I tried using MEME (not an R package, I know), but the online version
only allows sequences up to MAX 60000 nucleotides, and that's too short
for my needs..
2004 Oct 08
1
Survey of "moving window" statistical functions - still looking f or fast mad function
Hi,
Lately I run into a problem that my code R code is spending hours performing
simple moving window statistical operations. As a result I did searched
archives for alternative (faster) ways of performing: mean, max, median and
mad operation over moving window (size 81) on a vector with about 30K
points. And performed some timing for several ways that were suggested, and
few ways I come up
2016 Sep 27
1
Re: Memory corruption when testing nbdkit python plugin with nbd-tester-client?
On 26.09.2016 20:40, Carl-Daniel Hailfinger wrote:
> On 26.09.2016 19:20, Carl-Daniel Hailfinger wrote:
>> On 26.09.2016 14:29, Richard W.M. Jones wrote:
>>> On Mon, Sep 26, 2016 at 02:18:02PM +0200, Carl-Daniel Hailfinger wrote:
>>>> Hi,
>>>>
>>>> has anyone ever run "make check" from nbd against nbdkit with a python
>>>>
2016 Sep 26
1
[PATCH] nbdkit: flags are 32 bits for oldstyle connections
# HG changeset patch
# User Carl-Daniel Hailfinger <Carl-Daniel.Hailfinger@inf.h-brs.de>
# Date 1474903734 -7200
# Mon Sep 26 17:28:54 2016 +0200
# Node ID dbd1ea0a401cedcfa426097a289d852971b14f1e
# Parent d7d5078d08c711032837dcac79a4450226ec2ce5
nbdkit: Fix flags in old-style connection
diff -r d7d5078d08c7 -r dbd1ea0a401c src/connections.c
--- a/src/connections.c Sun Sep 25 05:04:02
2005 Oct 03
8
ip address delete bug?
Hi,
it seems that "ip address delete" will delete all addresses of the same
class on an interface if it is ordered to only delete the first one:
# ip a f eth0
# ip a l eth0
3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether xx:xx:xx:xx:xx:xx
# ip a a 192.168.a.b brd + dev eth0
# ip a a 192.168.c.d brd + dev eth0
# ip a d 192.168.a.b brd + dev
2016 Sep 26
0
Re: [Nbd] Testing NBD server implementations for correctness
> On 26 Sep 2016, at 10:21, Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote:
>
> Wow, that was quick! Thank you.
>
> I stumbled upon another problem: Apparently nbd-tester-client and nbdkit
> disagree on what constitutes a valid flush request.
> nbd-tester-client complains:
> ./flush
> 15901: Requests: 3536
> ** (process:15901): WARNING **:
2016 Sep 26
2
Re: [Nbd] Testing NBD server implementations for correctness
On Mon, Sep 26, 2016 at 11:43:42AM +0100, Alex Bligh wrote:
>
> > On 26 Sep 2016, at 10:21, Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> wrote:
> >
> > Wow, that was quick! Thank you.
> >
> > I stumbled upon another problem: Apparently nbd-tester-client and nbdkit
> > disagree on what constitutes a valid flush request.
> >
2005 Jun 04
6
New HTB-derived qdisc for accounting?
Hi,
at my local university network, I have to make sure no student
uploads more than x GB/day. So far, I give them unlimited bandwidth
until they have more than y GB (y<x) upload. After that, I use the
u32 filter to associate the affected IP address with a HTB class
limited to the rate (remainingtraffic/remainingtime).
Since the accounting is done with ipt_ACCOUNT right now and the
netfilter
2005 Apr 02
1
Survey of "moving window" statistical functions - still looking f or fast mad function
Hi,
First, let me thank Jaroslaw for making this survey. I find it quite
illuminating.
Now the questions:
* the #1 solution below (based on cumsum) is numerically unstable.
Specifically if you do the runmean on a positive vector you can easily
get negative numbers due to rounding errors. Does anyone see a
modification which is free of this deficiency?
* is it possible to optimize the
2016 Sep 26
2
Re: [Nbd] Testing NBD server implementations for correctness
Hi,
On 26.09.2016 09:53, Wouter Verhelst wrote:
> On Mon, Sep 26, 2016 at 03:22:52AM +0200, Carl-Daniel Hailfinger wrote:
>> Running nbd-tester-client against nbdkit with oldstyle negotiation was fun.
>> I managed to segfault nbdkit
Side note: I'm going to try and get a backtrace from the nbdkit segfault
and submit a bug report there.
>> and noticed that
2020 Nov 01
1
[Bug 1478] New: Concatenations with ct status do not match
https://bugzilla.netfilter.org/show_bug.cgi?id=1478
Bug ID: 1478
Summary: Concatenations with ct status do not match
Product: netfilter/iptables
Version: unspecified
Hardware: arm
OS: Debian GNU/Linux
Status: NEW
Severity: normal
Priority: P5
Component: unknown
Assignee:
2005 Oct 13
4
brouting on interfaces without IP address
Hi,
[sorry for the crosspost, I don''t know whether this is a routing or
ebtables problem]
I want to redirect all HTTP traffic passing through my bridge to a squid
proxy on another machine. However, setting up brouting as suggested in
the ebtables examples doesn''t work and the packets get dropped on the
floor completely.
/\/\/\/\/\/\/\/\ +----------------------+
2013 Mar 03
0
Survey for framework and library developers: "Information needs in software ecosystems"
Hi,
I’m Nicole Haenni and I'm doing research for my thesis at the University of
Berne (scg.unibe.ch) with Mircea Lungu and Niko Schwarz. We are researching
on monitoring the activity in software ecosystems. This is a study about
information needs that arise in such software ecosystems. I need your help
to fill out the survey below. It takes about 10 minutes to complete it.
A software
2004 Aug 11
1
[OT] Survey about FS/OS developers
Sorry for any cross-posting!
Hello,
My name is Frauke Lehmann and I'm writing my master thesis about the
social formation of free software/open source (FS/OS) developers. A
questionnaire is one part of my research - besides interviews and
observations.
It would be really nice, if you supported my survey by filling in my
questionnaire (takes 20-30 min).
I understand FS/OS developers as