similar to: FIREWALL, Troopmaster FTP problem on Mac using Wine

Displaying 20 results from an estimated 2000 matches similar to: "FIREWALL, Troopmaster FTP problem on Mac using Wine"

2010 Sep 09
3
polarcypto and tsi libraries, needed in Wine
Doe anyone know where I can get PolarCrypto.dll and TSI.dll libraries from so that I can load them through Wine on my Mac. I was lucky enough to get other libraries that I was missing from Winetricks but still need these last two. I get error messages that they are needed when I try to load TroopMaster 2010 application through Wine on a Mac. Thanks
2010 Nov 30
1
Re: windows apps on mac using wine don't connect to internet
check your firewall settings or change your firewall to more reasonable one, that doesnt block ordinary processes i prefer http://www.protemac.com/netmine/
2010 Sep 06
0
Easy question for advanced users
I just loaded WINE onto my Mac, installed the windows program Troopmaster 2010 for boy scouts through Terminal. I am not well versed in programming and barely made it through directions but I believe I did install program properly. In Terminal when I look in the drive_c I see Troopmaster Software. BUT. I am not sure how to write the command in Terminal to open up the program. Also the directions
2008 Aug 23
2
how to call a C-library in R
Hi, everyone, I need to use a C library. But since I have little experience in C, I want to call this C library in R and program the rest in R. Does anyone know how to do this? Thanks, Cindy [[alternative HTML version deleted]]
2009 Aug 10
2
matrix power
Hi, All, If I have a symmetric matrix, how can I get the negative square root of the matrx, ie. X^(-1/2) ? Thanks, Cindy [[alternative HTML version deleted]]
2011 Dec 31
2
page fault using compiled wine, but not packaged version
Ubuntu 11.10 (64-bit) wine 1.3.35 I'm trying to build wine so I can track down a bug. (Bug 8997 - Troopmaster freezing). The problem I have is when download the source and build it, I get a page fault when I try to run Troopmaster.exe using wine. If I use the wine installed from the Ubuntu repositories (same version) I don't get the page fault. Why don't I get the same result
2009 Jul 27
2
local regression using loess
Hi, All, I have a dataset with binary response ( 0 and 1) and some numerical covariates. I know I can use logistic regression to fit the data. But I want to consider more locally. So I am wondering how can I fit the data with 'loess' function in R? And what will be the response: 0/1 or the probability in either group like in logistic regression? Thank you, Cindy [[alternative HTML
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor grants for ZFS. Since all of the ZFS core contributors grants are set to expire on 02-24-2009 we need to renew the members that are still contributing at core contributor levels. We should also add some new members to both Contributor and Core contributor levels. First the current list of Core contributors: Bill
2009 Nov 15
4
pairs
Hi, All, I have an n by m matrix with each entry between 1 and 15000. I want to know the frequency of each pair in 1:15000 that occur together in rows. So for example, if the matrix is 2 5 1 6 1 7 8 2 3 7 6 2 9 8 5 7 Pair (2,6) (un-ordered) occurs together in rows 1 and 3. I want to return the value 2 for this pair as well as that for all pairs. Is there a fast way to do this avoiding loops?
2009 Jul 29
2
install package from CRAN
Hi, I have a very basic question about install packages from CRAN on unix. I only installed on Windows before. Should I use the command install.package? The error message I got is syntax error near unexpected token `"mvtnorm"' Is it because I didn't set the path? Which path should I specify? Thanks, Cindy [[alternative HTML version deleted]]
2008 Jul 24
1
R-package install
Hi, I have a R package, which is a .tar.tar file. And it is said to be source code for all platforms. And the author said it should install on any system (but he didn't know about Windows). I am wondering if I can use this package in Windows R. Thank you, Cindy [[alternative HTML version deleted]]
2011 Apr 09
1
integration
Hi, All, I have a density function with 3 variables which is defined on some irregular domain, and I want to get the marginal distribution of each variable. Is there any function doing this? A simple example is p(x,y,z)=x*y*z*I(xy>z). So each marginal distribution is a function of the other two variables. My density form is very complicated, so I cannot do it by hand. I was just wondering if
1999 Jan 08
2
mapping drives
I'm new to Samba, and we just loaded it here at our site to interact with NT. We're running Sun Solaris 2.5.1, and NT TERMINAL SERVER 4.0. (Forgive the caps, but we've found this multi user environment wreaks havoc on some applications). The drives are served out fine, and everyone can map under the user id they have logged onto NT with. All NT ids match the Unix id. However, you
2004 Aug 06
7
cannot get icecast and ices to talk...authentication failed
I have a weird one... I installed icecast 2 and ices .23 on Mandake, and am not having any luck I compiled and installed the nightly icecast just today. It seems to work fine, however when I telnet to it (10.0.0.3, port 8000), I am unable to login unless the first line contains ONLY the password. I used ethereal to see that iceS is trying to send to authenticate, and it is sending (as the first
2010 Aug 31
1
Re: Antivirus for Mac Wine?
as for me I use ProteMac NetMine ( www.protemac.com )
2008 Nov 03
2
Multiple Submit Buttons
Hello. I have run into a new form that contains multiple submit buttons. Currently my code for working with forms looks just like this example. require ''rubygems'' require ''mechanize'' a = WWW::Mechanize.new { |agent| agent.user_agent_alias = ''Mac Safari'' } a.get(''http://google.com/'') do |page|
2013 Mar 22
1
LAST CALL: zfs-discuss is moving Sunday, March 24, 2013
I hope to see everyone on the other side... *************************************** The ZFS discussion list is moving to java.net. This opensolaris/zfs discussion will not be available after March 24. There is no way to migrate the existing list to the new list. The solaris-zfs project is here: http://java.net/projects/solaris-zfs See the steps below to join the ZFS project or just the
2004 Oct 21
1
I have a question
Hello! Could you tell me how to write R programming code about "Test the hypothesis that £l=0.5 ?" Thank you! Cindy --- [[alternative HTML version deleted]]
2009 Feb 09
1
question about mean
Hello, everyone, I have a matrix like following: school value A .1 A .2 A .15 A .2 B .3 B .5 C .3 C .3 C .4 C .5 C .6 C .9 C 1 I want to get the mean 'value' for each 'school', but each school has different length. Is there any way to do this fast? Because my
2009 Jul 26
1
normal mixture model
Hi, All, I want to fit a normal mixture model. Which package in R is best for this? I was using the package 'mixdist', but I need to group the data into groups before fitting model, and different groupings seem to lead to different results. What other package can I use which is stable? And are there packages that can automatically determine the number of components? Thank you, Cindy