similar to: IEEE 488 & Wine

Displaying 20 results from an estimated 300 matches similar to: "IEEE 488 & Wine"

2013 Jan 11
2
GPIB-compatible instrument control with R
Hello, Does an R package exist for communication with instruments using GPIB (IEEE 488) protocol? Something similar exists in python for control of instruments over GPIB, RS232, or USB buses (http://pyvisa.sourceforge.net/) Thanks, Marko
2011 May 19
0
using wine'd app w/ add-on card (pci)
I have a windows application (LabVIEW) that requires a gpib pci card and I'm trying to get the whole thing to work under linux with the help of wine (1.3.12). The gpib card driver comes in both windows and linux flavors (but the linux version seems kind of dodgy). As I understand it, using the windows driver under wine won't work because it's beyond wine's capabilities. True?
2005 Apr 06
7
off-topic question: Latex and R in industries
Latex and R are really cool stuff. I am just wondering how they are used in industry. But based on my own experience, very rare. Why? How about the opinion of other listers? Thanks.
2005 Jul 27
5
Parallel port setup and debugging.
Hello! I using the latest released version (20050725). Im having problems using the parallel port. How do i setup the parallel port using the new registry system? Which modules control the parallel port. Which debug groups should i enable? /Pedro >>>> GN Netcom Group NOTICE - AUTOMATICALLY INSERTED <<<< The information transmitted is intended only
2008 Oct 04
3
Joining forces with the Network UPS Tools
Hi Powermen ;-) I recently came across the Powerman project (http://sourceforge.net/projects/powerman/), pointed by Tony Merenda, from Opengear (thanks Tony). Congrats for your work in this area! I've thought a bit about Powerman and NUT since then... NUT currently supports hosts of UPSs and few PDUs (RPCs), and provides tons of features: http://test.networkupstools.org
2010 Oct 14
8
manipulating facter variable
I''m trying to manipulate the following facter variable: ipaddress => 10.85.207.2 What I need is the second group of digits. If it''s 84 then location is A, but if it''s 85 then location is B. In puppet I couldn''t grab this second set of digits, but maybe there is a way? I''ve already tried to make a custom fact, but my ruby knowledge is *ahem* pretty
2002 Oct 30
1
Crontab ??
********************************************************************** Este email assim como os ficheiros que possa ter em anexo s?o confidenciais e para uso exclusivo da pessoa ou organiza??o para o qual foi enviado. Se recebeu este email por engano por favor notifique Redes@bnc.pt Esta nota confirma que esta mensagem foi verificada pelo MIMEsweeper n?o tendo sido encontrados virus.
2015 Apr 15
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
CALL FOR PAPERS --------------------------------------------------------------------------------------- 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 http://datasys.cs.iit.edu/events/BDC2015/ --------------------------------------------------------------------------------------- December 7-10, 2015 St. Raphael Resort, Limassol, Cyprus Co-located with 8th IEEE/ACM
2015 Apr 15
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
CALL FOR PAPERS --------------------------------------------------------------------------------------- 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 http://datasys.cs.iit.edu/events/BDC2015/ --------------------------------------------------------------------------------------- December 7-10, 2015 St. Raphael Resort, Limassol, Cyprus Co-located with 8th IEEE/ACM
2015 Jun 11
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
CALL FOR PAPERS --------------------------------------------------------------------------------------- 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 http://datasys.cs.iit.edu/events/BDC2015/ --------------------------------------------------------------------------------------- December 7-10, 2015 St. Raphael Resort, Limassol, Cyprus Co-located with 8th IEEE/ACM
2015 Jun 11
0
CFP: 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 -- co-located with IEEE/ACM UCC 2015
CALL FOR PAPERS --------------------------------------------------------------------------------------- 2nd IEEE/ACM International Symposium on Big Data Computing (BDC) 2015 http://datasys.cs.iit.edu/events/BDC2015/ --------------------------------------------------------------------------------------- December 7-10, 2015 St. Raphael Resort, Limassol, Cyprus Co-located with 8th IEEE/ACM
2014 Jul 11
0
CFP: 7th IEEE Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS) 2014 @ IEEE/ACM SC14
Call for Papers --------------------------------------------------------------------------------------- The 7th Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS) 2014 http://datasys.cs.iit.edu/events/MTAGS14/ --------------------------------------------------------------------------------------- November 16th, 2014 New Orleans, Louisiana, USA Co-located with with
2014 Jul 11
0
CFP: 7th IEEE Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS) 2014 @ IEEE/ACM SC14
Call for Papers --------------------------------------------------------------------------------------- The 7th Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS) 2014 http://datasys.cs.iit.edu/events/MTAGS14/ --------------------------------------------------------------------------------------- November 16th, 2014 New Orleans, Louisiana, USA Co-located with with
2007 Apr 18
0
[Bridge] Bridge] IEEE 802.1Q (VLAN-) Bridge incl. GARP, GMRP, GVRP]
Skipped content of type multipart/alternative
2008 Aug 21
6
Two Fire Wire ports PCMCIA ieee 1394
Hi Everyone, I'm running wine in a Linux Ubuntu installation and I need to use a two firewire ports pcmcia but Wine doesn't seem to recognise it at all! Do you know if it is compatible with wine? (I know that it is not possible to use it on windows Vmware virtual machines) If it is, Can anyone throw some light on how can I get wine to recognise this hardware? (I installed the pcmcia
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
LLVM does not support IEEE decimal-floating point. If by “fixed point arithmetic” you are asking about associating a scale factor with a variable/value, and doing the correct scaling for arbitrary arithmetic… LLVM doesn’t do that either. It’s a rare IR that even has the concept. The OpenVMS GEM compilers supported it (along with other special features for COBOL), but I’m not aware of any
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
Also Q numbers format can be added for added precision. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/a78890c2/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
> This will come in handy if you do not have a floating point unit. Also for > speed in some cases. > > To be generic as possible it might be good to have this. The goal isn't really maximum generality, but support for languages that people care about. Currently that's mostly C and C++, with a smattering of features for some others. But features almost never get added
2013 Sep 09
2
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
These features can find use in embedded micro controllers and situation where you do not want rounding errors. x86 and ppc sound like Intel and Power PC specific. Of course once introduced some one must maintain it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130910/8cff2269/attachment.html>
2013 Sep 09
0
[LLVMdev] IEEE 754-2008 | ISO/IEC TR 18037
On 9 September 2013 20:21, Suminda Dharmasena <sirinath at sakrio.com> wrote: > These features can find use in embedded micro controllers and situation > where you do not want rounding errors. Not until someone comes up with a language specifying them (or at least a highly suspect variant of C specifying them) they can't. Tim.