Displaying 20 results from an estimated 400 matches similar to: "known membership of the ZFS Working Group"
2006 Apr 28
7
acts as drop down
Hi
Im using the acts as drop down plugin
and have this code below
acts_as_dropdown :text => "forename", :order => "forename"
It currently makes use of the forename in the option tag, how can I get
it to use the surname as well
ie somthing like ''forename'' . ''surname'' in php
Thanks
--
Posted via http://www.ruby-forum.com/.
2011 Apr 20
2
'Record' row values every time the binary value in a collumn changes
My question is twofold.
Part 1:
My data looks like this:
(example set, real data has 2*10^6 rows)
binary<-c(1,1,1,0,0,0,1,1,1,0,0)
Chromosome<-c(1,1,1,1,1,1,2,2,2,2,2)
start<-c(12,17,18,20,25,36,12,15,16,17,19)
Table<-cbind(Chromosome,start,binary)
Chromosome start binary
[1,] 1 12 1
[2,] 1 17 1
[3,] 1 18 1
[4,] 1
2014 Dec 01
2
Application for write permissions to CentOS wiki
On 1 December 2014 at 21:46, Jerry Amundson <jamundso at gmail.com> wrote:
> On Mon, Dec 1, 2014 at 3:15 PM, Alan Bartlett <ajb at elrepo.org> wrote:
>> On 1 December 2014 at 20:26, Karol Babioch <karol at babioch.de> wrote:
>>> Am 11.10.2014 um 00:04 schrieb Karol Babioch:
>>>> I hereby would like to ask for write permissions to the CentOS wiki.
2009 Dec 12
3
help with graphing -- Points in my graph are not apparent, always displayed in steps
I am trying to graphically represent a large set of data who's result is not
strictly uniform. http://n4.nabble.com/file/n961629/egraph_rules_list_2.png
The scatter plot to the left has all of the data rising in steps however I
know that there are cases within my data that do not fit the dotted line.
temp<-edat[edat$R1SC>0,,]
2008 Jan 20
2
Reporting for Duty.
Hello to the AdminGroup,
>From what I have been told (by a very reliable source (AY)), I should direct this for the attention of Ralph.
In the nicest possible way, Community members Akemi and Ned (aka toracat and NedSlider) have been twisting my arm to get me to agree to join the Wiki editors. Being susceptible to the right sort of persuasion, I eventually agreed.
Over the last few weeks I
2014 Dec 04
0
Application for write permissions to CentOS wiki
Hi,
Am 01.12.2014 um 23:21 schrieb Alan Bartlett:
> Karol -- If you have created a wiki account with an embedded space
> between forename and surname please delete it and create a new
> account, as Jerry has mentioned, above.
Okay, I've messed that up. Is there a way for me (button/link) to delete
my account on my own? Otherwise I hereby would like to request for my
account to be
2015 Jan 22
0
a dedicated audio encoder
Hi!
I've just set up Raspberry Pi with external USB soundcard and the
Darkice encoder. Seems to be working just fine (25% CPU utilization).
Check this for a writeup on that:
https://stmllr.net/blog/live-streaming-mp3-audio-with-darkice-and-icecast2-on-raspberry-pi/
- Marius
On 01/22/2015 01:43 PM, Maarten S wrote:
> Hi,
>
> In our design of Icecast2, our multiple sources will
2012 Apr 09
0
freelance consulting opportunity for R expert (causal inference & data visualization)
SELECTION FOR CONSULTANTS BY THE WORLD BANK
REQUEST FOR EXPRESSIONS OF INTEREST
All Submissions must be made via the World Bank Group's "eConsult2"
system.
Please go to:
https://wbgeconsult2.worldbank.org/wbgec/index.html
Click on "Business Opportunities", and find the following assignment:
Assignment Title: 1067014 - Statistical Analyst with Extensive
Experience in
2015 Jan 22
0
a dedicated audio encoder
On 01/22/2015 12:43 PM, Maarten S wrote:
> Hi,
>
> In our design of Icecast2, our multiple sources will stream their high
> quality audio via a dedicated audio encoder (not a computer):
> Live audio > L+R microphone > pre amplifier > audio encoder > Icecast2 VPS
>
> So far I have a shortlist of 4 possible brands of audio encoders:
> Sonifex PS-SEND, Barix
2014 Dec 04
3
Application for write permissions to CentOS wiki
On 4 December 2014 at 12:00, Karol Babioch <karol at babioch.de> wrote:
> Hi,
>
> Am 01.12.2014 um 23:21 schrieb Alan Bartlett:
>> Karol -- If you have created a wiki account with an embedded space
>> between forename and surname please delete it and create a new
>> account, as Jerry has mentioned, above.
>
> Okay, I've messed that up. Is there a way for
2015 Jan 22
7
a dedicated audio encoder
Hi,
In our design of Icecast2, our multiple sources will stream their high quality audio via a dedicated audio encoder (not a computer):
Live audio > L+R microphone > pre amplifier > audio encoder > Icecast2 VPS
So far I have a shortlist of 4 possible brands of audio encoders: Sonifex PS-SEND, Barix Instreamer, Bric-Link, Outcaster OC100.
All have their pro's and cons.
2015 Jan 26
0
a dedicated audio encoder
Hi Thomas,
As per your question "Out of curiosity do any of those support anything else than MP3?" - - > answer is yes.
See attached link an overview of 6 hardware audio encoders (Link to pmg file via WeTransfer http://we.tl/w0H6HJsxLd ).
All offer various output formats, not all matching ICECAST input requirements. Not all offer an authentication on mount level. Price
2008 Oct 26
0
Fwd: Decision Stats
Dear Lists,
Here are my latest posts on retrenching and locating facilities better. Do
you have anything in academic papers that use data mining- analytics for
1) Better Employee ROI quantitative measurement or cutting costs rationally
based on data rather across the board.
2) Locating facilities based on pure quant based approaches than local
supply demand conditions.
Specific application for
2003 Jul 05
2
NEC 1300A DVD-R writing
Hi,
so I just bought a NEC 1300A, primarily, because it allows me to write DVD+
and -RW. Using DVD-R discs (and currently no options to try other media, due
to shops being closed), I'm unable to write anything, using either the
dvd+rwtools port, or the dvdrtools.
I've exhausted all references to be found in google, which are in a language I
understand, so I'm hoping the list can
2013 Dec 29
1
how to separate virtual delivery and authentication?
I have a "pure ldap" setting with postfix and dovecot.
When using dovecot delivery, the recipient is checked via ldap.
The same ldap query is used when authenticate.
So, if I want to authenticate with the uid , I can't use a filter like uid=%u
because the delivery will fail. I don't want to use %nor something else
because I could use multiple e-mail addresses on a single
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor
grants for ZFS. Since all of the ZFS core contributors grants are set
to expire on 02-24-2009 we need to renew the members that are still
contributing at core contributor levels. We should also add some new
members to both Contributor and Core contributor levels.
First the current list of Core contributors:
Bill
1999 Jan 21
0
DONE: Installation of packages?
Dear helpers,
thanks. Installation of R and packages (like integrate) successful done. The
LD_LIBRARY_PATH wasn't set in the correct order: system libs ahead of the compiler
lib.
Cross checks provided by Brian Ripley, Oxford, helped a lot.
Yours
Bodo
gordon.harrington at uni.edu wrote:
> Without tracing the loader system calls and knowing where the functions are
> located I can
2000 Aug 30
1
Win95 share going in and out of df under smbfs?
Is this a known problem?
I've seen this problem both under 2.0.6 and 2.0.7, on my Debian Linux
system (kernel 2.2.14):
A Win95 share that I mounted under smbfs will show up as mounted in df,
and even contain the correct Used/Available info. If I do an 'ls' on
the mountpoint, I see no files. If I 'umount' the share, I get the 'not
mounted' error, but then no longer
1999 Mar 10
1
Fortran90
Hi,
working with R, version 0.63.0, I was successful to dyn.load
fortran90 subroutines on a Solaris 2.6, as long as they are more or less
in conformity with f77.
It was not possible to work with statements like
REAL,DIMENSION(:) :: d
or
x=SUM(y).
REAL,DIMENSION(1:10) :: d is possible.
We compiled R with f77.
Is it possible with real f90 routines or is is in any conflict with the
shared
2015 Mar 24
0
Faster version of rgeom()
Hi,
I recently took a closer look at the implementations of sampling
algorithms for all basic distributions in R. Two seemed inefficient
(slow) to me:
1) rgeom()
2) rexp()
Obviously, Geo(p) and Exp(lambda) have very simple stochastic
representations (floor(Y) for Y ~ Exp(-log(1-p)) and (-log U)/lambda
for U ~ U[0,1]). I thought I could easily beat the (more complicated)
algorithms that R uses for