search for: fracting

Displaying 19 results from an estimated 19 matches for "fracting".

2016 Apr 07
0
using apply to a data frame
??I would like to apply a function, fract, to the columns of a dataframe. I tried the following apply(data5NonEventEpochs,2,fract) but, no surprise it did not work as apply works on matrices not data frames. How can I apply a fuction to the columns of a data frame? (I can't covert data5NonEventsEpochs to a matrix as it contains character data). Thank you, John John David Sorkin M.D., Ph.D.
2004 Oct 02
1
Compiling HDLC does not Produce hdlc0 for T100p
my target is to produce a linux router with T100p to Fract T1 24chan to ethernet and TDM 4channel FXO. I have not been able to get nethdlc to work, just get zaptel networking not configured if I set bchan and dchan the card comes to life, but I don't believe this is correct for what I want to accomplish. according to markster@ this is the way they do it. using (multiple distro versions
2011 Feb 13
1
no comdef.h while compiling ff-activex-host with winelib
Dear all, While trying to port ff-activex-host to Linux with winelib, I got an error as below: $ make wineg++ -c -O0 -W -mno-cygwin -I/home/fracting/wine-git/dlls/atl -DWIN32 -D_WINDOWS -DXP_WIN32 -DMOZILLA_STRICT_API -DXPCOM_GLUE -DXP_WIN -D_X86_ -DNPSIMPLE_EXPORTS -o GenericNPObject.o GenericNPObject.cpp In file included from GenericNPObject.cpp:36: GenericNPObject.h:39: fatal error: comdef.h: No such file or directory compilation terminate...
2008 Mar 12
1
Problem when calling FORTRAN subroutine (dll)
Hello, I am trying to call a FORTRAN subroutine from R. The Fortran code is @: http://lib.stat.cmu.edu/apstat/206 It performs a bivariate isotonic regression on a rectangular grid (m X n) matrix. I used the g77 compiler and successfully created a dll file and it also loads successfully from R. But somehow the programs fails to run properly. (I do get the correct result when I compile the
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
...tried: 0. Build and install the patched Wine. ( wine-1.3.36-223-gc7cc9a1 with USB patch for 1.3.36 ) 1. Plug in my USB token, get the bus number and chmod the usb device. $ lsusb Bus 001 Device 009: ID 1483:c007 Full information: http://pastebin.com/vBYW0hKS $ sudo chmod a+rw /dev/bus/usb/001/009 fracting at fracting-redhat:~/wine-git$ ls -l /dev/bus/usb/001/009 crw-rw-rw- 1 root root 189, 8 2012-01-12 21:26 /dev/bus/usb/001/009 2. Install the Client for the USB token: $ wine PbSetup60.exe The installer extract two `.dat` file into windows/system32/drivers directory: . ??? CertClient.dat ??? CMBPr...
2016 Apr 05
8
RWeka Error
When I use any function of RWeka Package in Rstudio I get an error, "Error in .jnew (name): java.lang.ClassFormatError." can anyone guide me in this? [[alternative HTML version deleted]]
2005 Jun 30
2
What Does Icecast Do
As a national broadcaster, ISDN is definitely NOT cost effective compared to IP based transport. It does buy you reliable transport and reasonable delay however. For us to get to StarGuide and our affiliates, we have to use ISDN. We spend a lot of money on these lines and have driven our rate down to 4 cents per minute. But we DO NOT broadcast 24 hours a day. I would consider an ADN, Fract T1,
2012 Feb 08
2
[LLVMdev] Fixed-point arithmetic
Hi all, Is there any ongoing work in LLVM/Clang to support fixed-point arithmetic as described in ISO/IEC TR 18037 ? It seems that gcc has support for it since 2007 and it would be useful for us to add such support. Just to get an idea if we decide to work on this, how long would it take to get it implemented ? Regards, Ivan
2012 Feb 08
0
[LLVMdev] Fixed-point arithmetic
On Wed, Feb 8, 2012 at 3:39 AM, Ivan Llopard <ivanllopard at gmail.com> wrote: > Hi all, > > Is there any ongoing work in LLVM/Clang to support fixed-point > arithmetic as described in ISO/IEC TR 18037 ? No. > It seems that gcc has support for it since 2007 and it would be useful > for us to add such support. > Just to get an idea if we decide to work on this, how long
2013 Aug 10
2
[LLVMdev] Fixed-point arithmetic
Hi, Is there anyone else interested in fixed-point arithmetic support in clang/llvm? Regards, Sergey On Sat, Aug 3, 2013 at 12:14 AM, Sergey Yakoushkin < sergey.yakoushkin at gmail.com> wrote: > Hi all, > > Were there any further discussion or progress with the fixed point support > (ISO/IEC TR 18037) in the meantime? >
2010 Dec 16
1
{ActiveX}{VBscript}{scarddlg.dll}Fail to open html pages with VBscript and ActiveX using wine builtin IE
Dear All, I have some problem using my online bank (IE only) with wine builtin IE. Here is the link: https://mybank.icbc.com.cn/icbc/enperbank/index.jsp This page runs well in wine Microsoft IE, follow these steps: *ENV*: wine1.3.9 from wine ppa winetricks_r2045 Ubuntu 10.10 x86_64 1. download winetricks_r2045 from http://winezeug.googlecode.com/svn-history/r2045/trunk/winetricks ( Thanks
2005 Jun 30
0
What Does Icecast Do
As a national broadcaster, ISDN is definitely NOT cost effective compared to IP based transport. I don't disagree. I'm simply suggesting that digital telephony of one form or another is more reliable and little latency. And, in certain circumstances cheaper than IP. Our friend at the Bible college didn't say whether he's talking about long distance (as in telephone charges)
2012 Jan 31
7
How Functional is Wine's IE supposed to be?
I haven't said much about this, but Wine's Internet Explorer has never really worked as web browser. I understand that the main purpose of Wine's Internet Explorer isn't to be a web browser, but to make Windows programs that require MS IE work. That said, one of the Wine 1.4 release criteria is "Builtin iexplore, Gecko". So I figured I should ask, "How functional
2010 Dec 15
2
How to run VBscript using wine?
...what I did: *ENV*: Ubuntu 10.10 x86_64 wine-1.3.9 (from wine ppa) *SCRIPT*:test.vbs MsgBox("HelloWorld!") *Method One*: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Two*: Step 1: winetricks wsh56vb Executing wine /home/fracting/.cache/winetricks/vbs56men.exe fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes Install of wsh56vb done winetricks done. Step 2: wine wscript test.vbs fixme:wscript:wWinMain Could not find engine for L".vbs" *Method Three*: Step 0:...
2010 May 18
1
runes of Magic doesn't display login
I get the launcher. Click start game. the screen pops up with the background but the login never pops up. Please help. Im running ubuntu 10.04 with the latest version of Wine .44. I have winetricks installed with all required installed according to AppDB, Pre thanks Code: fixme:font:WineEngAddFontResourceEx Ignoring flags 10 fixme:font:WineEngAddFontResourceEx Ignoring flags 10
2005 Jun 30
3
What Does Icecast Do
Hello, I have another question as to what we need to use with our stations, if Icecast is what we need. We will be simulcasting three stations through DSL. No one will be accessing this but our stations. We will put out our programming from the main office, hook up a computer at three stations to receive the feed and put it out on air. Then also we will be on the internet with one of the
2017 Jun 27
2
VC C++ demangler
I uploaded a FYI patch (not intended for submission) as https://reviews.llvm.org/D34667. If you want to take a look and comment on its design, please do so. Thanks! On Fri, Jun 23, 2017 at 5:25 PM, Zachary Turner <zturner at google.com> wrote: > Please add me on reviews. BTW, even differing in whitespace might cause > problems, I know their tools have some builtin assumptions about
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
Tom, I think it might be productive to fork this thread to discuss making the requirements for upstreaming a new LLVM target more explicit and open. I'd also like to gauge interest in an idea I've discussed privately with a few community members, namely the concept of having a semi-official "incubation" system whereby proposed backends could get a trial run before becoming part
2018 Oct 11
13
Call for testing: OpenSSH 7.9
Hi, OpenSSH 7.9p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at