similar to: polarcypto and tsi libraries, needed in Wine

Displaying 20 results from an estimated 400 matches similar to: "polarcypto and tsi libraries, needed in Wine"

2010 Oct 05
4
FIREWALL, Troopmaster FTP problem on Mac using Wine
On Mac using Wine trying to download database from FTP site for Troopmaster (Windows application) Application opens, I have upgraded program. I have fixed internet provider opening Port for use through modem. I believe I might need to add program to a list for firewall. On the Mac side, I can't see application (TroopMaster.EXE) to add to Firewall in Security. On the wine side I don't know
2017 Jun 03
2
New var
Thank you all for the useful suggestion. I did some of my homework. library(data.table) DFM <- read.table(header=TRUE, text='obs start end 1 2/1/2015 1/1/2017 2 4/11/2010 1/1/2011 3 1/4/2006 5/3/2007 4 10/1/2007 1/1/2008 5 6/1/2011 1/1/2012 6 10/5/2004 12/1/2004',stringsAsFactors = FALSE) DFM DFM$D =as.numeric(difftime(as.Date(DFM$end,format="%m/%d/%Y"),
2017 Jun 04
2
New var
Thank you Jeff and All, Within a given time period (say 700 days, from the start day), I am expecting measurements taken at each time interval;. In this case "0" means measurement taken, "1" not taken (stopped or opted out and " -1" don't consider that time period for that individual. This will be compared with the actual measurements taken (Observed-
2017 Jun 04
0
New var
# read.table is NOT part of the data.table package #library(data.table) DFM <- read.table( text= 'obs start end 1 2/1/2015 1/1/2017 2 4/11/2010 1/1/2011 3 1/4/2006 5/3/2007 4 10/1/2007 1/1/2008 5 6/1/2011 1/1/2012 6 10/5/2004 12/1/2004 ',header = TRUE, stringsAsFactors = FALSE) # cleaner way to compute D DFM$start <- as.Date( DFM$start, format="%m/%d/%Y" ) DFM$end
2017 Jun 04
0
New var
Since the number of choices is small (6), how about this? Starting with Jeff's initial DFM: DFM <- structure(list(obs = 1:6, start = structure(c(16467, 14710, 13152, 13787, 15126, 12696), class = "Date"), end = structure(c(17167, 14975, 13636, 13879, 15340, 12753), class = "Date"), D = c(700, 265, 484, 92, 214, 57), bin = structure(c(6L, 3L, 5L, 1L, 3L, 1L), .Label
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
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
2004 Feb 28
9
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Additional Comments From tsi at ualberta.ca 2004-02-29 07:10 ------- Created an attachment (id=557) --> (http://bugzilla.mindrot.org/attachment.cgi?id=557&action=view) suggested fix (against 3.8p1) I've been running with this patch on various flavours of Linux, IRIX and SunOS since last September. ------- You are
2016 Dec 18
2
Asterisk Fax Receive - how to get the remoteheader?
Hi, thanks for your answer. Unfortunately this is, what I already know. I was wondering, why it is possible to set ID and Header for an outgoing fax (which will then in turn be inserted via asterisk on top of the transferred "image") , while it seems to not be possible to get the Header from a received fax (only the id), although it is present in the faxdocument. The ID is also
2010 May 12
2
Reading R code help--Beginner
Hi, I am brand new to R and not familiar with the language, though I have been reading the manuals and making some slow going progress. I am working with some source code from a Global Vector Auto -Regressive program written by Ranier Puhr from the R-forge group. I need help interpreting the processes of the following code. I am going to post in parts since it's pretty long: GVAR
2009 Feb 10
2
[LLVMdev] Building 64-bit libraries on OS X
Hi, how do I compile LLVM for 64-bit on OS X? I want to get 64-bit libraries which generate x86_64 to link them into a 64-bit application. All my attempts ended up with either 32-bit libraries or errors. My machine is an Intel Xeon quad core, 'sysctl hw.cpu64bit_capable' returns 1 so I think the machine is fine. - './configure && make' yields 32-bit libraries and
2004 Jun 20
0
Asterisk rxfax(): One page gets two pages
Hi, so far I had our PRI line connected via Digium TE410P and ZAP channel to asterisk which worked perfectly. I now have a second line coming in through a H.323 gateway and chan_oh323. rxfax() still works and receives faxes with G.711 alaw codec, but I always get one empty first page via H.323 - a one-page-fax becomes a two-page-fax with one empty page in front of it. It seems the empty page
2006 Nov 24
3
Junk faxes
Hey everybody, I wanted to know what other may be doing to stem the flood of inbound junk faxes? We currently using Asterisk/iaxmodem/Hylafax for fax services and get a number of junk faxes daily. Most (If not all) of them have caller-id blocked and have a TSI of "". I was hoping that, since we are using a PRI, there would be other information coming across that I could use to
2004 Jul 29
1
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 tsi at ualberta.ca changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|openssh-bugs at mindrot.org |tsi at ualberta.ca Status|ASSIGNED |NEW ------- Additional Comments From tsi at ualberta.ca 2004-07-30
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse? I just want the new compiler and toolchain, not a big IDE. BTW devtoolset-3 dependencies are broken in yum with C6 yum install devtoolset-3 ... ---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed --> Processing Dependency: devtoolset-3-dyninst for package:
2016 Dec 17
2
Asterisk Fax Receive - how to get the remoteheader?
Hi, I am using asterisk 11.8 in combination with spandsp to send and receive T38 Faxes. All works fine, but I do not know how to get the remoteheader from the fax I receive. When I send a fax, there are Faxopts to set the localstationid and the headerinfo, but for receiving, there seems to only exist the Faxopts remotestationid but for sure on any fax I receive there is a remoteheaderinfo
2015 Nov 07
34
[Bug 2492] New: Incomplete output of child process
https://bugzilla.mindrot.org/show_bug.cgi?id=2492 Bug ID: 2492 Summary: Incomplete output of child process Product: Portable OpenSSH Version: 7.1p1 Hardware: amd64 OS: Linux Status: NEW Severity: major Priority: P5 Component: sshd Assignee: unassigned-bugs at mindrot.org
2004 Jul 12
1
rxfax/spandsp fails to decode
Hi, I just sent this to Steve Underwood, but then found a bunch of posts on the mailing list about similar issues.. does anyone have the fix? I'm running asterisk CVS-HEAD-06/28/04-18:13:13, spandsp 0.0.1k, libtif 3.5.7 one thing i just noticed is that calls come in with format '72' which is G711A-law or LinearPCM.. it uses PCM for the call, i assume this is ok the results of RxFAX
2004 Jul 13
1
fax still fails, ideas sought! Re: rxfax/spa ndsp fails to decode
Sorry to bore you more with the clock issue, but have you check /proc/zaptel/<span> to make sure it's not missing interrupts? There's also an option to record the audio for the fax, you could listen to that vs a recorded file that will receive correctly on a fax machine and see whether there is an obvious difference? (Good luck, that'll be really scraping the barrel!!) Does it
2014 Dec 01
4
puzzle, need magic incantation
Hi Charles; I had nut working from before, but managed to lock up something and had to reboot. Nut is in the stuff to start at boot time, but is not now capable to being restarted with the nut script in /etc/init.d, claiming it is disabled: gene at coyote:/usr/src/nut-2.7.2/docs/man$ sudo service nut start * nut disabled, please adjust the configuration to your needs * Then set MODE to a