Displaying 20 results from an estimated 29 matches for "presupposes".
2015 Jul 23
3
Feature request
And of course there's always the old standby in /etc/passwd (obviously change the account name)
secretshutdown:x:0:0:root:/root:/sbin/shutdown
And it presupposes that root logins are allowed (which is asking for trouble).
>>>Ericw
2007 Feb 13
1
form_tag only useful for pages with a single form?
Howdy, I''m new to rails and I''m learning form Agile Web Dev with Rails.
It seems all of the examples that use form_tag use it in situations
where the action first creates a new object before doing a
request.post...
If I''m in a situation where I''m managing Roles, Rights, and assignments
of rights to roles, I may want to have one little form with a text field
and
2005 Mar 30
1
Habituation model
Dear all,
I am looking at habituation of dogs trotting on a treadmill.
I record the ground reaction force and I analyze it with several discrete variables (maximum, minimum,...)
For each variable, I get between 40 and 50 data per sample.
I record data at time 1 min, 2 min, and 4 min a day, and I have 4 days of measurement (one day a week).
That means I have 12 samples : Day1_Min1, Day1_Min2,
2012 Mar 08
2
Novice Alert!: odfWeave help!
Hello world,
I'm pretty new to computer code: for example, I consider it a small
victory that I (all by myself!) managed to ssh into the server at my
lab from home and copy a file onto my desktop. Be gentle. I have
primarily used R for running some pretty mid-level statistics
(creating distance matrices, manipulating graphs for pretty figures,
etc).
I'm working through Bolker's
2002 Apr 05
1
Chroot of SCP and SFTP-server
...files they can
access.
I've seen a lot of arguments about how it is pointless to try and secure scp
or sftp (also from a logging perspective) because if we allow SSH access,
the user can simply provide their own scp or sftp binary, that does not do
the controls that the admin wants.
But that presupposes that the user actually has shell access and can execute
arbitrary commands.
Setting the user's shell to /usr/bin/sftp-server or to /user/bin/scp should
be sufficient to restrict the user to only copying files. They DO still have
the ability to roam around the filesystem, however. Hence the deb...
2011 Oct 13
4
[LLVMdev] [cfe-dev] RFC: Representation of OpenCL Memory Spaces
...g metadata for language semantics.
> *Pros:*
>
> Relatively easy to implement
>
> *Cons:*
>
> Does not solve the full problem, such as how to represent OpenCL memory
> spaces in other backends, such as X86 which uses LLVM address spaces for
> different purposes.
This presupposes that we need a way of representing OpenCL address
spaces in IR targeting X86 (and targets which lack GPU-like address
spaces). As far as I can tell, the only real representations of
OpenCL address spaces on such targets that we need are a way of
distinguishing the different address spaces for alia...
2010 Apr 05
2
RV: Info
Great, just looking to confirm that there is no "official" support site;
Has anyone one tried using digital rapids hardware(cards appliances) to feed
live video / audio to an icecast server?
Thanks for any feedback!
Regards,
Ben.
-----Mensaje original-----
De: xiphmont at gmail.com [mailto:xiphmont at gmail.com] En nombre de
xiphmont at xiph.org
Enviado el: lunes, 05 de abril
2008 Jul 09
0
Help navigating documentation for descriptive statistics
I am still trying to get used to R, and apparently haven't found the right
place in the documentation to see how to do what I want in R. If I were to do
this in C++, there'd be no problem: I'd write it all myself, but I want to
learn R well enough it can save me a lot of coding time.
Here is the first task I set for myself. I have a datasource (a vector of
values). I want to
2009 Apr 24
2
Array
Hi there,
Just wondering if anyone has any tips for using arrays?
I am trying to convert the following SAS code to R:
data A2;
set A1;
by subject_id;
retain BX1-BX10 i;
array b(1:10) BX1-BX10 ;
if first.subject_id then do ;
do j=1 to 10;
b(j) = .;
end;
i=1;
end;
b(i) = BX;
i = i+1;
if last.subject_id then
2004 Jun 19
1
New kernel released for testing
There is a new updated kernel for centos 3.1 that fixes a security issue.
As I have not had time to test this build I am releasing it for testing
for 24 hours to pick up any problems before general release.
It is available at :-
http://caos2.caosity.org:/centos/3.1/updates/i386/RPMS/
The version is 2.4.21-15.0.2.el.c0
Please install and test these packages, they are as yet unsigned and not
2011 Oct 13
0
[LLVMdev] [cfe-dev] RFC: Representation of OpenCL Memory Spaces
...:*
> >
> > Relatively easy to implement
> >
> > *Cons:*
> >
> > Does not solve the full problem, such as how to represent OpenCL memory
> > spaces in other backends, such as X86 which uses LLVM address spaces for
> > different purposes.
>
> This presupposes that we need a way of representing OpenCL address
> spaces in IR targeting X86 (and targets which lack GPU-like address
> spaces). As far as I can tell, the only real representations of
> OpenCL address spaces on such targets that we need are a way of
> distinguishing the different add...
2005 Aug 09
3
[Bug 910] known_hosts port numbers
http://bugzilla.mindrot.org/show_bug.cgi?id=910
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #920 is|0 |1
obsolete| |
------- Additional Comments From dtucker at zip.com.au 2005-08-09 23:09 -------
2016 Jun 21
0
https and self signed
...gain, you miss the point. I am not offering evidence of something
that I am claiming as fact. I am seeking evidence in support of what
someone else is claiming as fact. Evading the question may be a good
rhetorical technique but it is hardly science. And your 'evidence' as
presented above presupposes a number of unspoken assumptions. Some of
which I fear would not stand scrutiny.
The consequences of Heartbleed are well known to me. I had to tear
down and re-establish our entire PKI because of it. However,
anecdotal references to specific cases where a particular practice
might, and let us re...
2011 Oct 14
2
[LLVMdev] [cfe-dev] RFC: Representation of OpenCL Memory Spaces
...ddress spaces. What
> happens for a target such as x86? Do we introduce pseudo address spaces
> into the back-end just to satisfy the front-end OpenCL requirements?
I don't see how anything I wrote implies that. For x86, there would
presumably be a many-to-one mapping.
> > This presupposes that we need a way of representing OpenCL address
> > spaces in IR targeting X86 (and targets which lack GPU-like address
> > spaces). As far as I can tell, the only real representations of
> > OpenCL address spaces on such targets that we need are a way of
> > distinguishi...
2006 Mar 23
2
Is the unsupported kernel considered stable-ish?
I have a need to use the unsupported kernel for one feature only
(AFP/Appletalk support). Never having had to use it before, I''m unsure
of what''s all in it other than reading it''s config file.
From those that do use it -- is it considered stable enough to use in
lightweight production? I''m debating the use of it versus wasting my
time rebuilding the normal
2015 Jul 23
5
Feature request
Hepp!
I am sitting in a remote country trying to reboot my server at home.
Services are running, but the filesystem seems to be unreachable.
I can ssh into the system, but when entering interactive mode,
nothing happens and the session is terminated. Then I thought -
what if sshd had builtins like bash, so that i could send a "reboot"
command to the ssh daemon instead "ssh system
2006 Sep 07
1
rgdal on a Mac
I am trying to install the rgdal package on my Mac OS X 3.9. I
downloaded and installed the GDAL libraries from Fink and then tried to
install rgdal and got the following message. I tried to determine if
the GDAL libraries were in my path but I'm not sure how to do that.
Any ideas? Thanks.
trying URL
'http://www.biometrics.mtu.edu/CRAN/src/contrib/rgdal_0.4-10.tar.gz'
2007 Feb 27
2
factor documentation issue
There is a warning in the documentation for ?factor (R version 2.3.0)
as follows:
" The interpretation of a factor depends on both the codes and the
'"levels"' attribute. Be careful only to compare factors with the
same set of levels (in the same order). In particular,
'as.numeric' applied to a factor is meaningless, and may happen by
implicit coercion.
2003 Jun 18
3
finding contours in a matrix
Hi,
I have matrix of sea bottom depths that I am plotting in R with the function
'image'.
I am particularly interested in the 200m depth contour (I'm using 'distance
from this feature' as a covariate in a model) and would like to extract the
data at evenly
spaced points along it. I can easily superimpose a line at 200m using the
function 'contour'. What I
want to
2011 Jul 12
1
Explain how it gets back out?
Probability <- function(N, f, m, b, x, t) {
#N is the number of lymph nodes
#f is the fraction of Dendritic cells (in the correct node) that have the
antigen
#m is the number of time steps
#b is the starting position (somewhere in the node or somewhere in the gap
between nodes. It is a number between 1 and (x+t))
#x is the number of time steps it takes to traverse the gap
#t is the number