Displaying 20 results from an estimated 200 matches similar to: "help on execute the .exe file"
2013 Jun 24
1
help needed with printing multiple arguments as vectors, not matrices
**
I am using the following way to get p-values from fiser exact test.
However, I do need to print for each pair the values "n00, n01, n10, n11".
How can I print that as a table and not a matrix as below along with the
p-value? Any help will be greatly appreciated
fish <- function(y, x) {n00 = sum((1-x)*(1-y)); n01 = sum((1-x)*y);
n10 = sum(x*(1-y)); n11 = sum(x*y); a =
2006 Dec 30
2
DC++ doesn't work with Wine?
Greetings to all,
This is my first text on this discussion board and i would like to ask why
when i try to emulate DC++ the program remains for a few seconds on display
and after that it closes.
I tried to emulate WinAmp too, but it emulates only the interface, i can't
open a file cos it shows me no location, and drag'n'drop it's just not
working.
I use:
Suse 10.1
KDE
2006 Jan 27
1
Classifying Intertwined Spirals
I'm using an SVM as I've seen a paper that reported extremely good
results. I'm not having such luck. I'm also interested in ideas for
other approaches to the problem that can also be applied to general
problems (no assuming that we're looking for spirals).
Here is my code:
library(mlbench)
library(e1071)
raw <- mlbench.spirals(194, 2)
spiral <-
2011 Jun 27
1
import text-records and set the fields in a table
hi!
I apologize in advance if this is a newbie dumm question, but I really can't
figure it ou.
I have lists of sumeric and character data on some URLs, which look like
this:
<photo id="5876248819" owner="13716719 at N04" secret="faf9bb7f52"
server="5264" farm="6" title="our rose garden" ispublic="1"
2007 Aug 07
5
Extending RAIDZ.
Yeah:)
I''d like to work on this. Here are my first observations:
- We need to call vdev_op_asize method with additonal ''offset'' argument,
- We need to move data to new disk starting from the very begining, so
we can''t reuse scrub/resilver code which does tree-walk through the
data.
Below you can see how I imagine to extend RAIDZ. Here is the legend:
2007 Jan 15
1
Flickr.rb - displaying tags
Maybe I''m having a "slow day" but I can''t for the life of me figure out
how to print a photo''s tags using the flickr gem (flickr.rb). Consider
this:
<% @photos.each do |photo| %>
Tags: <%= debug(photo.tags) %>
<% end %>
...Gives the following output:
tag:
- authorname: gmacgregor
author: 62682519@N00
id: 4181224-280985155-130
2009 May 29
1
strange behavior when reading csv - line wraps
Dear All,
I am observing a strange behavior and searching the archives and help
pages didn't help much.
I have a csv with a variable number of fields in each line.
I use
dataPoints <- read.csv(inputFile, head=FALSE, sep=";",fill =TRUE);
to read it in, and it works. But - some lines are long and 'wrap', or
split and continue on the next line. So when I check the dim of
2006 Apr 20
11
dynamic mock object anyone?
Hi guys, got this problem with creating such a thing... hope anyone
could help..
the problem:
ok, now i have this mock object that would simulate a external rpc call.
eg
require ''models/xmlrpc_agent''
class XmlrpcAgent
def create(params)
200
end
end
but the value of the value returned is fixed. which is quite hard for me
to test the controller when different
2007 Oct 27
0
EM.One
Pat Phelan posted this on Facebook - thought the SIP functionality would interest some people here as well.
Jajah inks large Japanese dealJajah inks large Japanese dealJajah inks large Japanese deal (Pat Phelan <http://www.facebook.com/profile.php?id=754567533> )
<http://www.facebook.com/profile.php?id=754567533>
By Pat Phelan
2008 Oct 20
2
[LLVMdev] TableGen Hacking Help
Ok, this is really complicated. I need some TableGen experts to help here.
I need a little help doing a final bit of tblgen hacking.
I've hacked tblgen to handle patterns like this:
let AddedComplexity = 40 in {
def : Pat<(vector_shuffle (v2f64 (scalar_to_vector (loadf64 addr:$src1))),
(v2f64 (scalar_to_vector (loadf64 addr:$src2))),
2015 Dec 28
3
Problems to authenticate Ubuntu 14 on Samba4
Hi,
I have saw many tutorials to ingress Ubuntu 14 in the Samba4 domain, but
none worked properly. I put the Ubuntu workstation in the Domain, but when
I try to login, appear the following messenge:
"your password will be expire in 42 days "
and does not permit the authentication.
How can I configure correctly Ubuntu 14 workstation to authenticate in the
Samba 4 domain?
Thanks
2007 May 10
2
CentOS Install From Scratch on XFS File System
I'm thinking about switching to CentOS 4.4 x86_64 from another RH based
version. However, I need to install it from scratch and I need EVERYTHING
(including /boot & /) on XFS file systems. Does the default installer allow
this? If not, how difficult would it be to make the necessary changes. I've
done a lot of Google searching and searching of the CentOS site, but haven't
found
2007 Mar 19
5
Problem well trying to run Need For Speed Porsche Unleased
So I have Need For Speed Porsche Unleased and I have ubuntu 6.06 LTS
and I have wine 0.9.90-ubuntu2 which I installed using the package
manager . So I simply use wine and I get to play NFS on ubuntu simple
right. I install NFS and everything goes fine. I then go to wincfg and
add NFS and change it to run in 98. Error one I run the shortcut on my
desktop in a terminal and I get this
2004 Jun 01
3
Confidence Bounds on QQ Plots?
What's the current best wisdom on how to construct confidence
bounds on something like a normal probability plot?
I recall having read a suggestion to Monte Carlo something like
201 simulated lines with the same number of points, then sort the order
statistics, and plot the 6th and 196th of these. [I use 201 not 200
because quantile(1:201, c(0.025, 0.975)) = 6 and 196 while
2007 Jun 22
1
Where are Facter facts?
I can''t seem to find anyplace that list the facts that I can us in my
puppet scripts; can somebody please point me in the right direction?
--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
2006 Dec 20
1
Workspace Switcher missing option
Since Compiz 3.4, every time I log into Gnome I have to manually set the
number of desktops to 1. The number of desktops I set are not saved in the
session file or anyplace. By default, the number of desktops are 4. I have
searched all configuration options with gconftool but couldn't find any
option to set this.
Thanks in advance.
-------------- next part --------------
An HTML attachment
1998 Apr 05
1
No subject
Hi,
I am running Samba on an Amiga connected to a win95 network. It works just
fine to browse around from explorer. But when I access the Amiga from an
FTP-program all the Directorys on the Amiga shows up as plain files with
the size 0(zero). I can not find anyplace to change it so that the Amiga
shows it in a different way. Any suggestions?
/Uwe Koch
2002 Nov 22
2
[Windows Media Player]
Greetings winers,
I have resorted to wine for one reason, I found an ASF stream avifile will
not play. I still believe it is a problem with the streams format but since
it does work on Windows Media Player on a Windows box, I thought to give it a
try. I installed wine as fake_windows and downloaded mpfull.exe from M$. It
installed fine. I set the debugger and ran different incantations of the
2007 Dec 11
1
Reproducible Printer Properties PANIC in Samba 3.0.22-25 (CIFS/9000 A2.03.01)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Good day all,
I am running CIFS/9000 (which is based on Samba 3.0.22 with, I'm
guessing, security and serious bug fixes through 3.0.25 -- it's not all
that clear), and running all of this on an HP-UX 11.11 PA-RISC server.
The problem I have is when I do a right-click on a mapped printer and
ask for the properties, my connected daemon
2002 Jul 26
1
HP-UX 11 Corrupted MAC errors
Using 3.4p1 under HP-UX 11.0 I am repeatedly getting disconnected with
Corrupted MAC on input. I am connecting from a RedHat Linux client
(at 3.1p1).
The incorrect MAC is appearing on the server packet receive side.
Never get an invalid MAC on the client side. I'm currently diving
into packet.c to try to find this, but the behavior is so strange and
predictable I thought I'd see if