Displaying 20 results from an estimated 5000 matches similar to: "Transform URLs from: "url.com/Bob+Doe" to "url.com/bob_doe""
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 04:21:39PM +0100, Dmitry Vyukov wrote:
>
> READ/WRITE_ONCE imply atomicity. Even if their names don't spell it (a
> function name doesn't have to spell all of its guarantees). Most of
> the uses of READ/WRITE_ONCE will be broken if they are not atomic.
In practice, this is certainly the assumption made by many/most users of
the *_ONCE() accessors.
2006 May 05
3
OT: DOE - experiments for teaching
Hi,
I'm sorry for this not being related to R but I think this is a good
place to ask. I'm looking for DOE examples(experiments) that can be done
at home or in class, such as Paper Helicopter, Paper Towel etc.. I'm
thankful for any comment.
Thomas
[[alternative HTML version deleted]]
2016 Jan 15
1
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
>>>>> Paul Grosu <pgrosu at gmail.com>
>>>>> on Thu, 14 Jan 2016 17:35:49 -0500 writes:
> Hi Bill,
> The thing is that is happening here is the specific
> instance of as.data.frame that is being run, which in this
> instance switch between as.data.frame.matrix() and as.data.frame.matrix().
(This must be another typo i.e.
2006 Jul 29
1
DOE in R
Hi.
I'm a student in a graduate program at Simon Fraser University in Canada.
I am trying to run a simple screening experiment with some simulated data.
I simply want to do an ANOVA of an experiemnt with 5 factors (4 have 2
levels, the last has 3 levels) and 48 runs (ie, full factorial).
The thing is that I have multiple observations for each level combination
(run).
So,
1) How do I do
2017 Oct 28
2
Function Relevel DOE NOT FOUND
Dear Forum,
Which functions and packages should be installed to make work the function "relevel"?
treatment<-revel(treatment,ref="Db")
Error: no se pudo encontrar la funci?n "revel"
Thank you very much for your help,
Xavier Chiriboga M.
PhD Candidate
Fundamental and Applied Research in Chemical Ecology Lab.
Institute of Biology
University of Neuchatel
2006 Oct 18
0
What doe these error messages mean?
I just got the following error messages displayed on my Asterisk console:
==========================================
Oct 18 21:18:32 ERROR[22095]: chan_sip.c:11323 sipsock_read: We could NOT get
the channel lock for SIP/5058977054-e577!
Oct 18 21:18:32 ERROR[22095]: chan_sip.c:11324 sipsock_read: SIP MESSAGE JUST
IGNORED: BYE
Oct 18 21:18:32 ERROR[22095]: chan_sip.c:11325 sipsock_read: BAD!
2003 Nov 16
1
DOE support in R and fac.design
Hi,
I've searched through the contributed packages and found conf.design
which supports factorial design generation - is there any way to specify
the values of the levels in the functions in this library? Currently the
default for 2 level designs are the levels 0 and 1. Reason I ask is I'd
like to create a Central Composite design and to do this by appending to
a factorial design, it
2016 Jan 14
0
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
Hi Bill,
The thing is that is happening here is the specific instance of
as.data.frame that is being run, which in this instance switch between
as.data.frame.matrix() and as.data.frame.matrix(). I attached the
dataframe.R code, which you can find the src/library/base/R folder of the
source code. Though if you use data.frame() it will give a more expected
result.
For instance the first runs
2009 Sep 04
1
DOE in R?
Hello!
This is not a topic I am well versed in but required to become well versed
in...I welcome any assistance!
Using R, I want to create an optimal design for an experiment. I'll be
analyzing the results with logistic regression or some generalized linear
model. I am thinking that the algdesign package can help (but no idea where
to start?).
I'm presenting an example here that I have
2006 Dec 10
3
DOE teaching suggestions?
Dear R People:
I will be teaching an undergraduate Design of Experiments class
in the Spring Semester. It will be very much an applied course.
My question, please: has anyone used R for a course like this, please?
I've tried Rcmdr for a regression course and just plain command
line for a time series course.
Should I use Rcmdr, or teach them to use the command line, OR is there
something
2016 Jan 13
3
as.data.frame and illegal row.names argument (bug in package:DoE.wrapper?)
as.data.frame methods behave inconsistently when they are given a row.name
argument of the wrong length. The matrix method silently ignores row.names
if it has the wrong length and the numeric, integer, and character methods
do not bother to check and thus make an illegal data.frame.
> as.data.frame(matrix(1:6,nrow=3), row.names=c("One","Two"))
V1 V2
1 1 4
2 2 5
3 3
2019 Aug 21
2
Cannot run LLVM unit tests doe to python error in lit
Hello, LLVM community.
I've built a cross-toolchain on Windows and I'm now trying to run unit tests for the LLVM libraries.
I used Ninja as a build system and MSVC as host compiler without an issue, but when I try to run 'ninja check-llvm-unit', I get the following error:
llvm-lit.py: C:/Users/sergej/Developer/llvm-project/llvm\utils\lit\lit\TestingConfig.py:102: fatal: unable
2006 Jan 06
1
How to make fancy urls (like basecamp clientx.clientsection.com]?
Im writing a app, and i wanted to have something like basecamp urls for
a account of the user of the user.
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 5:17 PM, Peter Zijlstra <peterz at infradead.org> wrote:
>> > What are use cases for such primitive that won't be OK with "read once
>> > _and_ atomically"?
>>
>> I have none to hand.
>
> Whatever triggers the __builtin_memcpy() paths, and even the size==8
> paths on 32bit.
>
> You could put a WARN in there to
2016 Nov 25
3
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 5:17 PM, Peter Zijlstra <peterz at infradead.org> wrote:
>> > What are use cases for such primitive that won't be OK with "read once
>> > _and_ atomically"?
>>
>> I have none to hand.
>
> Whatever triggers the __builtin_memcpy() paths, and even the size==8
> paths on 32bit.
>
> You could put a WARN in there to
2006 Jul 25
3
problem with *.foobar.com urls
I am using Apache2.2 + mod_proxy_balancer + mongrel setup and my
mongrel.conf file(for apache is like this)
2
3 <Proxy balancer://mongrel_cluster>
4 BalancerMember http://127.0.0.1:9000
5 BalancerMember http://127.0.0.1:9001
6 BalancerMember http://127.0.0.1:9002
7 </Proxy>
8
9 <VirtualHost *>
10 ServerAdmin rags at
2006 Aug 24
2
Design questions on creating digg.com-like URLs (are they considered RESTful?)
Hi everyone, I''m working on creating a site that functions similar to
digg.com (please no "no more digg clones" remarks please! :) ). One
thing I really like about digg is there URLs are very nice to read and I
would like to emulate that without having a lot of actions spread out
all over my application.
So in my app I have three main resources:
Users, Tags, and Items
2008 Mar 31
14
To surf to URL mydomain.com instead of mydomain.com:3000?
My production server is using mongrel_rails on Ubuntu linux.
With Firefox I can reach my production server with the URL:
www.mydomain.com:3000/
but I can''t reach my production server with the URL
www.mydomain.com/
Is there a way to configure mongrel so that I can reach my
production server with the URL www.mydomain.com?
--
Posted via http://www.ruby-forum.com/.
2006 Apr 25
6
Does Rails need more useful URL helpers?
Similar topic to my last post, but a different brand of methods. In
particular, the url_for and link_to methods have come to bother me at
times. I will mention one instance in particular:
I am designing a high-end administrative interface. This interface
supports paging, sorting and limiting to specific field values. Thus I
have params named page, sort and limit.
The lack of elegance I see
2006 Aug 31
2
Url rewriting for random urls
Hello,
I have discovered the good use of stylesheet_link_tag and
javascript_include_tag (I''m still learning) and it is very useful because I
have to use the relative_url_root way.
Now I wonder how I can use that for other URLs. I want a background image
for a table cell so I have to write something like:
<td align=''right'' valign=''bottom''