Displaying 20 results from an estimated 1000 matches similar to: "OT: Is randomization for targeted cancer therapies ethical?"
2007 Sep 28
6
Graphics and LaTeX documents with the same font
Dear All,
I know how to export graphics as pdf files and then how to include
them in LaTeX documents. However, I do not know how to do in order to
have the text of the graphics written with the font selected for the
LaTeX document. Is that possible?
Thanks in advance,
Paul
2012 Jan 03
0
Job opportunity in AMSTERDAM: ANALYSIS OF NGS CANCER DATA
COMPUTATIONAL ANALYSIS OF NEXT GENERATION SEQUENCE DATA
(http://bioinformatics.nki.nl/vacancies.php)
THREE BIOINFORMATICS POSITIONS
PROJECT OUTLINE
Genomic alterations are major determinant of responses to (targeted) therapies in cancer. In fact, the best positive and negative predictors of responses to targeted therapies are alterations in kinases or their direct downstream effectors. To
2006 Apr 11
1
CentOS Wiki - Fight FUD?
In the up and coming wiki, don't forget to have an
FAQ/Fight against FUD section. Looking at the web in
January an upstream vendor employee said some things
in his wiki. In Feb/March CentOS was discussed on the
Fedora-list/Slashdot.
- Common myths about the legality/ethicality of CentOS
- CentOS providing value to Open Source as a whole
- Projects emanating from CentOS like SMEServer
2005 Oct 10
8
Help with sincronizing two directories on remote servers
Dear friends,
a newbie here.
we have two webservers, a and b, both of them with rsync
installed.
We would like to rsync one directory on one server with
another directpory on another server.
What I do is to go to one of the server (server a) as root
using ssh, navigate to the directory, and write
rsync -avz username@serverb:directory/ ./
But it does not work.
Am I doing something
2010 Apr 23
1
Oddity with internet access and R 11.0 with Sophos firewall and Windoze XP - solved
Just in case anyone else hits this. I just installed R 11.0 alongside R
10.1.0 (off my D: drive in D:\R\... but I think that's irrelevent) and
all went well, I selected my nearest CRAN mirror (Bristol is the one I
like) and getting the selection list seemed to take ages though it did
come eventually. However, I then got an error message saying that R
couldn't make contact on port 80. I
2015 Feb 09
2
Another Fedora decision
On Mon, Feb 09, 2015 at 07:06:11PM +0000, Always Learning wrote:
> The third item was a 16.1 MB PDF of 1,344 pages. A quick scan of the PDF
> shows every page appears to be readable. 11 pages devoted to BASH.
> Information on other interesting topics too.
>
> Although I have a natural preference for paper books (I became a
> computer person at a large international book
2006 Apr 27
10
OT -- billing and estimating, good resources?
OK, so for most of my career, I''ve done everything on an hourly rate.
Recently somebody kind of pointed out that if you bill by the
milestone you can work on multiple projects simultaneously without any
ethical problems, so you get increased efficiency. Does anyone have
any good advice/URLs/books on how to do cost estimates on a project?
I''ve really always kind of avoided the
2017 Jun 12
2
[RFC] Pagerando: Page-granularity code randomization
On Mon, Jun 12, 2017 at 1:03 PM, Stephen Crane <sjc at immunant.com> wrote:
> I don't have performance measurements for the new LTO version of
> pagerando yet. I'll definitely be thoroughly measuring performance
> once the current prototype is finished before moving forward, and will
> post results when I have them.
>
> I'm definitely curious about your work
2005 Apr 13
3
A suggestion for predict function(s)
Maybe a useful addition to the predict functions would be to return the
values of the predictor variables. It just (unless there are problems)
requires an extra line. I have inserted an example below.
"predict.glm" <-
function (object, newdata = NULL, type = c("link", "response",
"terms"), se.fit = FALSE,
2002 Jun 20
6
Legality of copying from Splus.
A few days ago, I sent a question to the r-help list enquiring
about the
*** LEGALITY ***
of porting a function from Splus into R. As a particular example,
I referred to error.bar.
Several people posted code for various versions of error.bar which
they had written, but that was NOT WHAT I WAS ASKING FOR/ABOUT!!!
[Can't anybody ***read*** these days?]
I asked: IS IT
2017 Jun 11
2
[RFC] Pagerando: Page-granularity code randomization
On Sat, Jun 10, 2017 at 4:09 PM, Davide Italiano <davide at freebsd.org> wrote:
> On Tue, Jun 6, 2017 at 10:55 AM, Stephen Crane via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> This RFC describes pagerando, an improvement upon ASLR for shared
>> libraries. We're planning to submit this work for upstreaming and
>> would appreciate feedback before we get
2016 Mar 06
2
GSoC 2016
Respected Sir,
I am a MS CS scholar of Virtual University of Pakistan, I want to
participate in GSoC 2016 for LLVM. Data Science, Networks, Information
security, digital forensics and ethical hacking are my core areas of
interest.
Currently, I am working on a research project on live forensics of GPU and
volatile memories like RAMs and Caches.
I am looking forward your guidance to start my
2017 Jun 12
3
[RFC] Pagerando: Page-granularity code randomization
I could understand a TLB hit if functions that originally happened to
be on the same page were spread across many pages, raising the iTLB
footprint for a given loop, etc. (reduced spatial locality). For
pagerando, since we're splitting on 4k page boundaries and can keep
spatial locality (or attempt to improve it), I'm not sure that TLB
misses will be a large factor. I expect that the
2017 Jun 06
3
[RFC] Pagerando: Page-granularity code randomization
This RFC describes pagerando, an improvement upon ASLR for shared
libraries. We're planning to submit this work for upstreaming and
would appreciate feedback before we get to the patch submission stage.
Pagerando randomizes the location of individual memory pages (ASLR
only randomizes the library base address). This increases security
against code-reuse attacks (such as ROP) by tolerating
2001 Nov 05
5
What kind of Ogg Vorbis-services you would like to have?
Hi!
What kind of services, which use Ogg Vorbis or create value to Ogg
Vorbis-user, you are interested?
I'm a student at Helsinki School of Economics and Business Administration,
and I'm taking a course in which we are supposed to create business plan
for some new business. So, I happened to bump to Ogg Vorbis in the Intenet,
and I Thought, Wow that's a really interesting product
2004 Feb 05
2
Incomplete Factorial design
Hello,
I am planning a study with the main point to evaluate the interaction of two treatments,
but for ethical reasons one cell is empty, that with patients receaving no treatment at all
Treatment B
2010 Apr 27
1
Randomization for block random clinical trials
Hi,
I’m new to R (just installed today) and I’m trying to figure out how to do
stratified randomisation using it. My google search expedition has lead me
to believe that blockrand package will most probably be the answer to it.
I’ve played around with blockrand for awhile and tried the sample code:
library(blockrand)
##stratified by sex
male <- blockrand(n=100,
2013 Nov 13
4
start VM Windows
Fresh Ubuntu 13.10 server build with all the latest patches, installed Xen 4.3 and XCP-XAPI. Got Xenbr0 working properly and created an LVM storage repository and a CIFS ISO repository.
I can create VM''s no problem at all but whenever I try to start them I get the following error from the log. Only Windows VM. The error comes up almost instantly when trying to start it. Not sure where to
2005 Apr 03
8
CentOS for commercial use
I'm a home user of CentOS (a desktop and a laptop) because I like the
quality of the product and I love the cost. I'm a great believer in
FOSS.
That being said, I know that some of you use CentOS for production
servers and (perhaps?) desktops as well. I've read at leat one comment
like "I have 20 CentOS servers."
My employer is a firm believer in RHEL - license costs are
2008 Jan 14
5
Question about buffering with icecast protocol
Hi,
I?ve seen that shoutCAST sends data much faster than real time when you
connect (for a while I assume, otherwise you?d be travelling to the
future:). That?s useful for fast buffering.
With icecast I don?t get that behavior, stream downloads at real time. Is
there a way to buffer data faster than real time? Maybe a ?seek? feature? I
need that because I need to allocate a special large