Displaying 20 results from an estimated 500 matches similar to: "driver for IVT SCD solar controller ?"
2009 Aug 06
2
IVT SCD serial port help
guys,
A bit off topic here, but since this issue already has a history here:
serial connection to the SCD, the never ending story ...
- the intel D945GSEJT mainboard (ICH7) has two serial ports with
onboard connectors which require a ribon cable to the external DB9
connectors in the case. I tested 5 cables, but none works. whereas I'm
not sure if it is a cable problem. this is what dmesg
2009 Sep 06
1
IVT SCD support status
Rainer, Arjen
I was wandering around the code, and found that few things are missing
around the IVT code:
- no manpage,
- no entry in driver.list
- no device{mfr,model,type} in the code.
I was about to submit a patch to address the above (ready to commit), but
wanted first to get an update on the status. looking at the last thread,
it's a bit unclear... I'm also interested an upsc
2012 Dec 12
1
Adding a value to one dataframe from another dataframe
Dear All
the problem I have is as follows.
I have attribute data in a number of data.frames identified 1:58 (the
column Null is just there to stop it becoming a list, which caused me
trouble, the data I am interested in is in column 1, although other
data frames have multiple categories/cols). The attribute data frames
are always organised with 58 rows.
ID Null
1 NA 1
2005 Oct 23
6
configuring DNS
Hello
I have DSL 2000 (2048 kbit/s download and 256 kbit/s upload)
I have ping to fast sites very high:
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=3 ttl=50 time=2185 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=4 ttl=50 time=1983 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=5 ttl=50 time=1826 ms
and I know why. I have 2 interfaces:
2007 Aug 13
2
Policy routing question
Hi,
I have a testing multihome setup, with the default gateway being one of
the links and using policy routing to honor requests for a specific
link. Everything works as expected when I request a specific IP to bind
to. But if I request a specific interface things fall apart in ways that
I can not explain:
default gw (WORKS)
----------
rabbit@Thesaurus:~$ ping -c 1 yahoo.com
PING yahoo.com
2007 Oct 15
1
question on CentOS 4.4 SCD -> CentOS 5?
If possible, I'd like to do a minimal l CentOS 4.4 (the Single Server
CD) installation and then mass upgrade everything to CentOS 5.
I googled and found this URL
http://wiki.centos.org/HowTos/MigrationGuide/ServerCD_4.4_to_5
Is this recommended? Or will might I run into any problems?
2004 Apr 25
2
Yahoo bug in tseries::get.hist.quote and its::priceIts
Both get.hist.quote, and its derivative priceIts, rely on download.file() to
fetch financial data series from Yahoo! in .csv format. They allow for nice
interactive demonstrations of what one can do with R.
Unfortunately, both are currently broken as Yahoo! decided to add a somewhat
useless html comment at the end of the csv 'stream', breaking the regular
format of n rows with k columns.
2006 May 11
1
Yahoo Container Library
Just a note that Yahoo came out with some more widgets Check out
http://com1.devnet.scd.yahoo.com/yui/container/index.html.
Maybe we can adopt some of their ideas.
* I like the Module library and its subclasses
* you can do unobtrusive html and use this when you instantiate the
javascript objects
dom
_______________________________________________
Rails-spinoffs mailing list
2008 Oct 15
0
[PATCH] ia64/pv_ops: fix paraviatualization of ivt.S with CONFIG_SMP=n
When CONFIG_SMP=n, three instruction in ivt.S were missed to paravirtualize.
paravirtualize them.
Cc: "Luck, Tony" <tony.luck at intel.com>
Signed-off-by: Isaku Yamahata <yamahata at valinux.co.jp>
---
arch/ia64/kernel/ivt.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S
index 416a952..f675d8e
2010 Feb 21
0
New solaR package
Hola.
Os reenvío este anuncio de la lista r-packages. Recientemente he publicado un paquete llamado "solaR". Incluye un conjunto de métodos de cálculo de radiación solar y funcionamiento de sistemas fotovoltaicos. Si a alguno os interesa, os aconsejo la lectura de su "vignette" que, tal y como explico, está en castellano.
Saludos.
Oscar.
Inicio del mensaje redirigido:
2010 Feb 12
0
New solaR package
Hello.
I'd like to announce the availability of version 0.14 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license.
Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in
2010 Oct 08
1
solaR: version 0.20
Hello,
I'd like to announce the availability of the version 0.20 of the
"solaR" package. It provides a set of calculation methods of solar
radiation and performance of photovoltaic systems. The package has
been uploaded to CRAN under the GPL-3 license.
The most important changes included in this version are:
*The package is now almost entirely designed with S4 classes and
2010 Oct 08
1
solaR: version 0.20
Hello,
I'd like to announce the availability of the version 0.20 of the
"solaR" package. It provides a set of calculation methods of solar
radiation and performance of photovoltaic systems. The package has
been uploaded to CRAN under the GPL-3 license.
The most important changes included in this version are:
*The package is now almost entirely designed with S4 classes and
2010 Feb 12
0
New solaR package
Hello.
I'd like to announce the availability of version 0.14 of the "solaR" package. It provides a set of calculation methods of solar radiation and performance of photovoltaic systems. The package has been uploaded to CRAN and is now available under the GPL-3 license.
Moreover, I have designed some GUIs with gWidgets. They are still far from elegant so I have not included them in
2008 May 28
0
ia64/pv_ops: preparation: move some functions in ivt.S to avoid lack of space.
move interrupt, page_fault, non_syscall, dispatch_unaligned_handler and
dispatch_to_fault_handler to avoid lack of instructin space.
The change set 4dcc29e1574d88f4465ba865ed82800032f76418 bloated
SAVE_MIN_WITH_COVER, SAVE_MIN_WITH_COVER_R19 so that it bloated the
functions which uses those macros.
In the native case, only dispatch_illegal_op_fault had to be moved.
When paravirtualized case the
2008 May 28
0
ia64/pv_ops: preparation: move some functions in ivt.S to avoid lack of space.
move interrupt, page_fault, non_syscall, dispatch_unaligned_handler and
dispatch_to_fault_handler to avoid lack of instructin space.
The change set 4dcc29e1574d88f4465ba865ed82800032f76418 bloated
SAVE_MIN_WITH_COVER, SAVE_MIN_WITH_COVER_R19 so that it bloated the
functions which uses those macros.
In the native case, only dispatch_illegal_op_fault had to be moved.
When paravirtualized case the
2024 Jan 25
0
[Announce] GnuPG 2.4.4 released
Hello!
We are pleased to announce the availability of a new stable GnuPG
release: version 2.4.4. This version fixes a couple of bugs, comes with
some new features. A smartcard related security bug is also fixed and a
tool to check for this flaw is provided. See below for details.
What is GnuPG
=============
The GNU Privacy Guard (GnuPG, GPG) is a complete and free implementation
of the
2024 Mar 12
0
[Announce] GnuPG 2.4.5 released
Hello!
We are pleased to announce the availability of a new stable GnuPG
release: version 2.4.5. This version fixes a couple of bugs and comes
with some new features.
What is GnuPG
=============
The GNU Privacy Guard (GnuPG, GPG) is a complete and free implementation
of the OpenPGP and S/MIME standards.
GnuPG allows to encrypt and sign data and communication, features a
versatile key
2024 Jul 08
0
[Announce] GnuPG 2.5.0 released for public testing
Hello!
We are pleased to announce the availability of a new GnuPG release:
version 2.5.0. This release is the first of a series of public testing
releases eventually leading to a new stable version 2.6.
The main features in the 2.6 series are improvements for 64 bit Windows
and the introduction of a PQC algorithms.
The 2.6 series will not differ a lot from 2.4 because the majority of
changes
2006 Mar 09
5
Optimal platform for R
I'm looking to buy a new desktop which will primarily be used for
analyses of large datasets (100s of MB). I've seen postings from several
years back re the 'optimal' platform for running R, but nothing more
recently.
Specifically, I want to know: 1) if I run R under Windows, does having a
dual-processor machine help speed things up? And 2) is it still true
that R performs