Displaying 20 results from an estimated 407 matches for "hooped".
Did you mean:
hoped
2010 Jan 29
0
Help interpreting libarary(nnet) script output..URGENT
Hello,
I am pretty new to R. I am working on neural network classifiers and I am
feeding the nnet input from different regions of interest (fMRI data). The
script that I am using is this:
library (MASS)
heap_lda <-
data.frame(as.matrix(t(read.table(file="R_10_5runs_matrix9.txt")))*100000,syll
= c(rep("heap",3),rep("hoop",3),rep("hop",3)))
library(nnet)
2013 Jan 23
4
extracting characters from a string
Dear All,
I have a data frame of vectors of publication names such as 'pub':
pub1 <- c('Brown DK, Santos R, Rome DF, Don Juan X')
pub2 <- c('Benigni D')
pub3 <- c('Arstra SD, Van den Hoops DD, lamarque D')
pub <- rbind(pub1, pub2, pub3)
I would like to construct a dataframe with only author's last name and each last name in columns and the
2013 Jan 13
3
extracting character values
Dear all,
I have a dataframe of names (netw), with each cell including last name and initials of an author; some cells have NA. I would like to extract only the last name from each cell; this new dataframe is calle 'res'
Here is what I do:
res <- data.frame(matrix(NA, nrow=dim(netw)[1], ncol=dim(netw)[2]))
for (i in 1:x)
{
wh <- regexpr('[a-z]{3,}',
2013 Dec 05
4
Third-party SATA-RAID cards suggestions
Hi all,
Would anybody care to suggest a third party SATA-RAID card that works out of
the box with CentOS 6, without having to jump through hoops to make it work?
The card should preferably be able to connect ten harddrives, but I guess
three four-port cards should work as well. There's no need for anything fancy
really, as long as I can create a single big software-raid on it at CentOS
2010 Dec 14
1
Significance Help
I have a set of results where I have the eyesight power of both left and right eyes for each participant (e.g. 0.75, 0.5). Each participant then had to throw basketballs into a hoop and the number of successful throws was recorded.
I would like to do two things:
1. Test whether the eyesight power of the left and right eyes are significantly different from each other.
2. Test whether the number
2005 Dec 30
3
model - controller always one-on-one?
Hi All,
Is it necessary to always have a controller per model?
Rephrased:
Would you end up jumping through hoops in the future if you have a controller
called Customer in which you add methods to create new companies as well as
new contacts?
Thanx
Regards,
Gerard.
--
"Who cares if it doesn''t do anything? It was made with our new
Triple-Iso-Bifurcated-Krypton-Gate-MOS
2012 Oct 18
4
Rack env rack.multiprocess true with single worker
Hi,
unicorn unconditionally sets rack.multiprocess to true in the Rack
environment. The Rack spec [0] says the following about the variable:
"true if an equivalent application object may be simultaneously invoked
by another process, false otherwise."
When unicorn is running with a single worker this does not hold so what
do you think about setting the variable to false when only a
2005 Aug 25
3
Converting characters to numbers in data frames
I'm sure I'm missing something obvious here, but I can't find the
solution (including in the FAQ etc.).
I have a vector of names of variables like this: NRes.x.y. where x and y
are numbers. I want to extract these numbers as numbers to use
elsewhere. I can extract the numbers as a list of characters using
strsplit(), and convert that to a data frame, e.g.:
1999 Jul 27
12
hi
hi
This is Tarun from Indusa Global , Jamaica
pl. reply
regards
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tarun.vcf
Type: text/x-vcard
Size: 180 bytes
Desc: Card for tarun kumar
Url : http://lists.samba.org/archive/samba/attachments/19990727/506b9d4c/tarun.vcf
2002 Jun 11
2
Strange problem with samba
Hi,
I was using samba 2.0.7 veersion for a while without any problem. This
morning, suddenly, many windows (nt/98) cannot connect the samba server
on our Linux (RedHat 6.2) server. Then, I downloaded the version 2.2.4,
extracted, configure it, make, make install according to the document.
Then I test it by running
./testparm
it lists all of shared folders. Then, I run
./smbclient -L
2007 Feb 07
2
Is anybody else dealing with Security Metrics?
Seems that some of the credit card processors demand the use of Security
Metrics to test their web hosting for meeting a fairly good security
standard.
First, it doesn't matter if they do online credit card processing or
not, just credit card processing period. This makes some sense, as
someone could hack in a form pretending to ask for this information...
so there is at least some
2005 Jul 14
4
[PATCH] Support for official xvd major number
LANANA has officially assigned the block major of 202 for xvd devices
(http://www.lanana.org/docs/device-list/devices-2.6+.txt). Take
advantage of knowing this so people don''t have to do the mknod on their
system. Also, fix up the scsi regex to get sda correct without having
to do hacks like sda0.
Signed-off-by: Jeremy Katz <katzj@redhat.com>
Jeremy
2017 Jan 24
3
Moving to new password scheme
dovecot is setup on a system with MD5-CRYPT password scheme for all users, and I would like to update this to something that is secure, probably SSHA256-CRYPT, but I want to do this seamlessly without the users having to jump through any hoops.
The users are in mySQL (managed via postfixadmin) and the mailbox record simply stores the hash in the password field. Users access their accounts though
2010 Sep 15
3
why does automounting removable media always have options nodev, noexec, nosuid?
i'm experimenting with some basic removable media mounting
exercises for an upcoming class, and i read that, while you can use
gconf-editor to change some of the mount options in cases like that,
there is no way to override the mount options of nodev, noexec and
nosuid. for example, that claim is made here (admittedly for fedora,
but it appears to be true for centos as well):
2009 Jul 13
2
CentOS/SNMP update breaks MRTG?
I got itchy fingers over the weekend and decided to fix what wasn't
broken and upgraded one of the older servers from Centos 5.2 to Centos
5.3. Following the recommended process of updating glibc and such
before the rest, it appeared to work perfectly and rebooted without
problem.
However, MRTG 2.15.2 started complaining about unexpected values. I
installed/updated both MRTG (2.16.2) and
2013 Oct 18
3
libxl: spawning qemu while files are open
I ran into an issue when attempting to resume an HVM guest using the libxl_domain_create_restore call. We are using this in the libxl-version of xenopsd, XenServer''s domain manager.
The VM''s suspend image is stored on a disk that is mounted in dom0 for the duration of the restore operation, and unmounted afterwards. Xenopsd opens the suspend-image file, and hands the file
2012 May 11
1
identify() doesn't return "true" numbers
Dear R community.
I am using the identify() function to identify outliers in my dataset.
This is the code I am using:
####################################################################
# Function to allow identifying points in the QQ plot (by mouseclicking)
qqInteractive <- function(..., IDENTIFY = TRUE)
{
qqplot(...) -> X
abline(a=0,b=1)
if(IDENTIFY) return(identify(X))
2018 Dec 05
4
Where's the optimiser gone? (part 5.a): missed tail calls, and more...
On Tue, Dec 4, 2018 at 3:58 PM Daniel Sanders via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Dec 4, 2018, at 15:11, Stefan Kanthak <stefan.kanthak at nexgo.de> wrote:
> No, I understand his intent. I just doesn't align with my intent,
> including the hoops he/LLVM wants me to jump through.
>
> He's not saying they're your bugs, he's just saying
2010 Jan 20
2
perl updates always break perl programs, how to fix?
I realize this is my fault because once upon a time I installed a package
using CPAN and probably other admins on the system have as well but now
whenever I update perl I have to jump through hoops to get perl applications
to work again (usually updating Scalar::Util and another package with CPAN).
I would love to figure out how to fix this so it's not such a headache to
keep up to date with
2018 Sep 26
2
[FPEnv] FNEG instruction
I have no example side effects in hand. But LLVM targets a bunch of architectures, and who knows what the future holds. So it may be prudent to not promise too much so as to leave ourselves an escape hatch.
Doesn’t LLVM target some chips that have floating point instruction sets that are not IEEE compliant? Can we be certain that no new LLVM target will ever have to jump through hoops to avoid