search for: shortlisted

Displaying 20 results from an estimated 22 matches for "shortlisted".

Did you mean: shortlist
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
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,,]
2005 Oct 13
4
3.0.20a winbind getent problem...
..._______________________________________________________ Victoria Real, creators of pioneering interactivity www.victoriareal.com Award winners... Victoria Real and Endemol were awarded the global mobile content award for Celebrity Big Brother 3 at the Mobile Entertainment Forum Awards 2005. Also shortlisted was All New Cosmetic Surgery Live, a production for FIVE which featured user-generated mobile content.
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.
2007 Jan 24
4
Rails App on Mongrel+Apache Stops Listening
Howdy, I''m trying to debug a situation where a Rails app running on Mongrel +Apache stops listening to requests. Restarting Mongrel and Apache brings it back to life. First off, here''s some info on versions, etc...: Red Hat Enterprise Linux ES release 3 (Taroon Update 8) ruby 1.8.5 (2006-12-04 patchlevel 2) [x86_64-linux] Mongrel 1.0.1 Rails 1.2.1 fastthread (0.6.2)
2018 Jan 10
0
Interested in writing an Instruction Scheduler for Nouveau (X.Org)
...mpiler in particular is under src/gallium/drivers/nouveau/codegen/ > 2. What would be the primary mode of communication? (IRC/slack..) IRC (freenode, #dri-devel and #nouveau) As far as mailing lists, mesa-dev at lists.freedesktop.org and nouveau at lists.freedesktop.org > 3. I've been shortlisted for GSoC (under CERN) and Outreachy Round 15 (under > Mediawiki) projects but couldn't get selected due to my enrollment in a > full-time academic course. Will that be an issue in X.Org as well? Yes, EVoC doesn't have a fixed timeline like GSoC, but it does require 3-4 months of vaca...
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
2012 Aug 01
0
known membership of the ZFS Working Group
I understand that some participants would prefer to keep their participation non-public, and so I do not expect the Group to have a home page at this time. In the absence of a web page, please can we list here the individual and organisational members who are *happy* for their membership to be known? This should not defocus from technical discussion, neither it is intended to detract from this
2013 Apr 29
0
R consultant/biostatistician sought for short term project
...ng a Linux-based operating system -- Proficiency using Libre/OpenOffice suite of desktop applications -- Possess at least a relevant graduate degree (statistics, mathematics, etc.) OR demonstrate proficiency using R Please reply with CV (in PDF format only) to ipc at peercorpstrust.org (NB! Only shortlisted candidates will be contacted). -- M. L. Wilson PeerCorps Trust Fund 352/64 Makunganya Street Co-Architecture Building, 4th Floor P. O. Box 22499, DSM, Tanzania
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
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
2016 Jun 16
2
PXELINUX 6.03 / vesamenu.c32 hang
...uld show a different behavior than 6.03 in this case). Regards, Ady. _______________________________________________ Syslinux mailing list Submissions to Syslinux at zytor.com Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Move On Up to Long Road Sixth Form College Shortlisted Sixth Form College of the year TES FE Awards 2016 -- This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual(s) to whom it is addressed. If you receive this email by mistake please notify the sender and delete it immediately. This communica...
2014 Aug 22
2
[LLVMdev] Addressing const reference in ArrayRef
On Fri, Aug 22, 2014 at 11:22 AM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > >> On 2014-Aug-22, at 10:43, David Blaikie <dblaikie at gmail.com> wrote: >> >> Yep - the convenience of one-element->ArrayRef is "cute" at best, I >> think. Having to wrap it doesn't seem detrimental. Would have to look >> at some numbers,
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
2016 Jun 16
0
PXELINUX 6.03 / vesamenu.c32 hang
...uld show a different behavior than 6.03 in this case). Regards, Ady. _______________________________________________ Syslinux mailing list Submissions to Syslinux at zytor.com Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Move On Up to Long Road Sixth Form College Shortlisted Sixth Form College of the year TES FE Awards 2016 -- This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual(s) to whom it is addressed. If you receive this email by mistake please notify the sender and delete it immediately. This communica...
2016 Jun 16
2
PXELINUX 6.03 / vesamenu.c32 hang
...uld show a different behavior than 6.03 in this case). Regards, Ady. _______________________________________________ Syslinux mailing list Submissions to Syslinux at zytor.com Unsubscribe or set options at: http://www.zytor.com/mailman/listinfo/syslinux Move On Up to Long Road Sixth Form College Shortlisted Sixth Form College of the year TES FE Awards 2016 -- This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual(s) to whom it is addressed. If you receive this email by mistake please notify the sender and delete it immediately. This communica...
2003 Aug 25
16
R tools for large files
I'm wondering if anyone has written some functions or code for handling very large files in R. I am working with a data file that is 41 variables times who knows how many observations making up 27MB altogether. The sort of thing that I am thinking of having R do is - count the number of lines in a file - form a data frame by selecting all cases whose line numbers are in a supplied vector
2006 Jan 30
11
Database Selection
Hi, I am a RoR newbie and I''ve been experimenting with different databases (mySQL, PostgreSQL, etc.) and different table types (MyISAM vs. InnoDB). Is there a preferred database/table type for RoR development. I like how MySQL''s InnoDB tables enforce referential integrity, but these tables require a lot more storage space then MyISAM tables. For everyone with a lot of RoR