Displaying 20 results from an estimated 600 matches similar to: "Dataset on Baltimore home energy costs"
2006 Oct 19
1
Newbie: Selecting data
I've been working with R for all of about 8 hours, so anyone with more
experience than this should be able to help me. General comments about
my methods of work are also welcomed.
I have a table that I've imported thusly:
> w <- read.table("woodford.data", header=T)
> w
start therms gas KWHs elect temp days
1 10-Jun-98 9 16.84 613 63.80 75 40
2
2006 Oct 26
2
Newbie: Better way to do compound conditionals in subset?
There must be a better way to select the rows after 22-Apr-2004 and
before 01-Sep-2004 with a temperature below 65 than this:
> before2sw1 <- subset(energy.data, as.Date(start, format="%d-%b-%y") <
as.Date("01-Sep-04", format = "%d-%b-%y"))
> before2sw2 <- subset(before2sw1, as.Date(start, format="%d-%b-%y") >=
2015 Dec 23
0
Announcing release for Thermostat 1.2 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of Thermostat 1.2 on
CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built
by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install thermostat1
$ scl enable
2015 Dec 23
0
Announcing release for Thermostat 1.2 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of Thermostat 1.2 on
CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built
by the SCLo Special Interest Group
(https://wiki.centos.org/SpecialInterestGroup/SCLo).
QuickStart
----------
You can get started in three easy steps:
$ sudo yum install centos-release-scl
$ sudo yum install thermostat1
$ scl enable thermostat1 bash
2015 Dec 24
0
CentOS-announce Digest, Vol 130, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2006 Jan 13
5
Form field naming semantics question
Hi,
I have a question today regarding how the various form elements in
_form.rhtml are named.
I understand that for a database table "persons" with a column headed by
"name", then in _form.rhtml it will probably be like:
<p><label for="person_name">Name><br/>
<%= text_field ''person'', ''name''
2008 Sep 19
1
reproduce this graph in ggplot2 (code and data included)
How can I reproduce this graph in ggplot2 (regression lines and data
point superimposed). Thanks, Juliet
filename="http://personality-project.org/r/datasets/heating.txt"
heating=read.table(filename,header=TRUE)
symb=c(19,25,3,23)
colors=c("black","red","green","blue")
2006 Dec 03
11
Is there any Asterisk controllable thermostat?
I am wondering if there is any such thermostat available which can be
controlled from Asterisk. Like you call your home pbx, dial some extension,
e.g. 333 and it asks to set the temperature, you enter a temperature, and it
sets the thermostat to that temperature. This thermostat will be very
useful, e.g. when you're coming back home after a few days and now its
snowing and you want home to be
2006 Jun 02
2
NUT shutdown on 'building alarm' (
Dear NUT developers,
I am using NUT + bcmxcp + Powerware 9315. I would like to use NUT to shut
down my systems if the air conditioning fails and the room get too hot.
I want the same shutdown sequence as would be produced when the UPS goes
on battery.
The UPS has a terminal block at the front for up to six different
'building alarms'. I can connect a thermostat (35C) to the
2020 Oct 27
2
Creating unique code
Hello,
I need some help in creating a new variable. I need to create a 'couple identifier', which gives a unique code for every couple/triple/... in a household. So, I can identify couples. To do this, I should use 4 variables:
* SERIAL = a unique numeric code for each household
* PERNUM = a unique numeric code for each person
* SPLOC = the numeric code of the spouse in the
2004 Sep 06
2
spouse-friendly spa-3000 pstn interface
This post is simply documenting a spouse-friendly way of using the
spa-3000 as both a fxs and fxo port for basic soho environments in
the US, allowing asterisk to participate as needed/wanted.
All home phones are connected _only_ to the spa-3000 fxs port.
The incoming home pstn line is connected _only_ to the spa-3000
fxo port.
Defined Line 1 (fxs) to register with asterisk via sip (extn
2005 Jul 14
1
Single-table inheritance and eager loading
I have a people table with four types of people: clients, spouses,
children, and others all setup using single-table inheritance with a
foreign key back to a household record.
A Household has_one client and spouse, and has_many children and
others. I want to use a single "Household.find(@session
[:household_id], :include => [:client, :spouse, :children, :others])"
2013 Jul 29
0
SAMBA not broadcasting server info
Up until a few days ago, I had SAMBA running just fine on several
different systems, but very recently on of the server has quit announcing
itself to the newtwork. Smbd, nmbd, and winbindd are all running on the
server, and the machines on the network can all still reach the shares on
the system, but an attempt to browse for the server and its available shares
from a client PC does not produce a
2006 Dec 07
1
Standardized IVR UI Pattern (was: Re: Is there any Asterisk controllable thermostat?)
On Wed, 2006-12-06 at 23:51 -0700,
asterisk-users-request@lists.digium.com wrote:
> Date: Wed, 06 Dec 2006 22:37:01 -0500
> From: Steve Prior <sprior@geekster.com>
> Subject: Re: [asterisk-users] Is there any Asterisk controllable
> thermostat?
> To: Asterisk Users Mailing List - Non-Commercial Discussion
> <asterisk-users@lists.digium.com>
>
2004 Aug 11
3
X100P outbound only (Don't answer)
I tried implementing my * and it didn't pass the spouse factor at this
time. I wanted to hook it up for outbound only at this point to get a
better handle on the dial plans and the echo problem.
I thought this might have been done before as a natural part of testing
- but maybe not.
In wcfxo.c I found this:
if (!wc->offhook && !wc->ringdebounce) {
if
2014 Jun 07
3
[LLVMdev] Stack maps no longer experimental in 3.5
On 7 June 2014 00:14, Filip Pizlo <fpizlo at apple.com> wrote:
> The only setback is to ensure that we synchronize the renaming with WebKit.
>
> The WebKit->LLVM interface currently avoids revision-lock; you can take any
> recent revision of either and build a working browser engine. This is mostly
> true even when we change the stack map format because of versioning in the
2007 Oct 11
0
display problem with to_csv
Hi all,
I need to export the document as csv file, i have exported
successfully, but the problem is not displayed as per my format, in csv
file the format is suffuled, i want the orderwise as how i have
mentioned in my query, please help me to come out in the order wise.
My coding is:
@report_data=EdiaUserContact.find_by_sql(
"SELECT '''' as ''Title'',
2006 Oct 29
1
Multiple dial macros at the same time
I am setting up an after-hours on-call system. Someone calls in and
requests service, and while they listen to music on hold, we dial out to
several people's cell phones and home phones. We don't know if they will
be answered by the employee, or by voicemail or a
spouse/relative/child/pet. So we play a message that says "press 1 to
accept the call" and ask employees to train
2007 Mar 05
1
extra-sounds 1.4.5 timestapmed newer than 1.4.6 ???
Hello All , I'd usually just take the latest timestamped tarballs & use
them , But this has gotten me a tad setback .
I want to build astersik-1.4.1 & I am not sure which of these is going
to work correctly . Anyone else have a better idea than me ?
Rsvp , Tia , JimL
-rw-r--r-- 1 0 0 9397296 Feb 21 01:07 asterisk-core-sounds-es-g722-1.4.6.tar.gz
2003 Jul 18
1
Grandstream BudgeTone 102 initial experiences
Just to toss in my very limited experiences with the Grandstream phone--
I haven't tested it enough to really know nor is my Asterisk
config set up enough to fully try all the features.
Mostly, it just works. It was very easy to configure and
get running. I've been toting it around to clients as a
show and tell exhibit and it has helped get people excited
about the possibilities.
Voice