Displaying 20 results from an estimated 49 matches for "itemid".
2008 Feb 01
2
the "union" of several data frame rows
...uot; ",
+ "4", " ", "C", "D", " ", "B", "D"),
+ byrow=TRUE, ncol = 7)
>
> k1 <- key[1, 2:7]
> k2 <- key[2, 2:7]
> k3 <- key[3, 2:7]
> k4 <- key[4, 2:7]
>
> itemid <- c("q1", "q2", "q3", "q4", "q5", "q6")
>
> k1 <- cbind(itemid, k1)
> k2 <- cbind(itemid, k2)
> k3 <- cbind(itemid, k3)
> k4 <- cbind(itemid, k4)
>
> tmp <- merge(k1, k2, by = "itemid&quo...
2010 Sep 12
1
non-integer key for data.table
Hi all,
Say if I have a data table which consists of 4 column: itemID, location and
price, which location is a text field and itemID and location together forms
the primary keys.
when I tried to run setkey (DT, itemID, location), I got the following
message:
Error in setkey (DT, itemID, location) :
All keyed columns must be storage mode integer
Is there any way...
2006 Apr 29
4
Event.observe mystery
Hi,
I have a class ''Menu'' with a method ''addItem''. The method (simplified)
looks like this:
addItem: function(itemId, text)
{
this.container.innerHTML += ''<div id="''+itemId+''">''+text+''</div>'';
Event.observe(itemId, ''mouseover'',
this.onMouseOverHandler.bindAsEventListener(this), false);
}
I call my class in the f...
2009 Jun 07
2
How do I construct a one matrix from another? (newbie)
Apologies if this is an obvious question but I am teaching myself R and the
occasional push in the right direction is much appreciated?
I have a data.frame containing data that looks like this
CustID itemID
1 a
1 b
2 c
3 a
3 c
I want to assemble the vector of all the items bought by a particular
customer and can't quite see how to do it.
What is the best way to represent the answers for a single customer and by
all customers?
Thanks.
--
View this message in c...
2008 Jan 13
3
right usage of bdrb
...wnload, :data => item.id)
end
end
- - - - - - -
download_worker.rb
- - - - - - -
class DownloadWorker < BackgrounDRb::MetaWorker
set_worker_name :download_worker
def create(args = nil)
# this method is called, when worker is loaded for the first time
end
def download(itemid)
item = Item.find_by_id(:itemid)
# fetch enclosure
MiddleMan.ask_work(:worker => encoder_worker, :worker_method =>
encode, :data => item.id)
end
- - - - - - -
encoder_worker.rb
- - - - - - -
class EncoderWorker < BackgrounDRb::MetaWorker
set_worker_name :encoder_w...
2005 Jul 18
1
vorbis.com
...from the
Windows section and replaced with http://www.illiminable.com/ogg. This
supports playing Ogg Vorbis, Ogg Speex, Ogg Theora, Ogg FLAC and native
FLAC in Windows.
The following website should also be updated but I'm not sure who
submitted it.
http://www.wmplugins.com/ItemDetail.aspx?ItemID=743
Regards,
Ross.
2004 Oct 03
3
asterix and phone system
...ng together an Asterisk PBX system for my home
office. One of the things I need is an expandable 2-line corded/cordless
phone system.
If I wasn't using Asterisk, I'd be getting one of these AT&T systems with 2
extra handsets.
http://telephones.att.com/attui/shop/product_detail.cfm?itemID=ad53fe08-495e-41b6-b390-3aaa1c84cc40
So, the question is, what phone system can folks recommend that have the
features of the AT&T system above, but also allow me to integrate directly
with asterisk. Ideally the system should be easy to obtain through regular
reseller channels (Ingram Micro...
2006 Feb 14
6
[newb] Find vs Find :all question
...order number. See models below...
When I do the following I can access the orderDetails information just
fine:
@order = Order.find(params[:id]) # i pass it a customer id
and i could access the orderDetails by doing this:
<%for detail in @order.orderDetails %>
item #: <%=detail.itemId%><br>etc etc
<%end%>
However, not all customers have orders, so it sometimes would return
RecordNotFound error.
So, i changed it to:
@order = Order.find(:all, :conditions => ["customerId = ?",
params[''customerId'']])
which still works. But, no...
2005 Mar 22
2
Illiminable DS filters for FLAC don't work
At my company we have a bunch of music in FLAC format. We want to play
it using the Windows Media Player, but none of us can get the
illiminable DS filters to work. Here are some details.
Illiminable DS filters
http://www.wmplugins.com/ItemDetail.aspx?ItemID=681
http://www.illiminable.com/ogg/
We are using the latest build available on this website, and I have read
all the known issues.
My computer has:
Windows XP SP2
Windows Media Player 10
Both are up-to-date
I install the DS filter as per instructions on the web site above.
FLAC (and other Ogg fo...
2008 Sep 03
0
How to read-in a transaction-table with single items per line via RODBC?
Hi,
I succeeded to read-in a transaction-table tr_dat with single items per
line via RODBC of the form:
Transact-ID ItemID
1 item1
1 item2
1 item3
2 item2
2 item3
...
how do I create a transaction object of the arules package from such a
table?
I tried this with read.transactions(tr_dat, format="single") of the
package arules but I didn'd succeed getting the following...
2004 Aug 26
1
Novell Evolution Connector
I just built a version of the Novell Evolution Connector (to use
Evolution with a MS exchange server) that works with
RHEL/WBEL/CentOS/TaoLinux.
You can get it from here if you are interested...
http://www.hughesjr.com/component/option,com_docman/Itemid,34/task,view_category/catid,16/order,dmdate_published/ascdesc,DESC/
Here is the Novell link:
http://www.novell.com/products/connector/
Johnny Hughes
http://www.hughesjr.com/
2009 Dec 08
2
Starting and installing Dahdi (2.2.0)?
Hello
Unless I overlooked it, the "Asterisk Reference Information
Version 1.6.1.6" at www.asterisk.org/docs doesn't include instruction
on how to start Dahdi when used to drive a TDP PCI card (OpenVox A400P
with a single FXO module
www.openvox.cn/products/show.php?itemid=20&lang=2).
I'd like to know...
1. How to start Dahdi manually. Is this the right way?
modprobe wctfxo
modprobe wctdm
modprobe zaptel
2. How to add a startup script in CentOS through chkconfig
If this is covered in an up-to-date document on the Net, please tell
me where it can be found...
2007 May 01
2
CentOS 5 and ndiswrapper
This is an abbreviated version of an e-mail that I also posted to the
ndiswrapper mailing list. Compressing the long story, I ran into the
same problem using CentOS 5 as I had with Fedora Core 6 and ndiswrapper:
my laptop (HP Pavilion zv6000 series with a Broadcom BCM43xx wireless
NIC) would lock up or spontaneously reboot after a few hours if I
brought up the wireless interface. I also
2014 Mar 19
2
[LLVMdev] Interprocedural Block Placement algorithm, challenges and opportunities
...works for basic block reordering and function reordering. It very
effectively improves the speedup (we could improve Python by 30%). The
profiling method is window based context sensitive which is based on
reference affinity (
https://urresearch.rochester.edu/fileDownloadForInstitutionalItem.action?itemId=28368&itemFileId=143426
)
The pass works in the IR level. Therefore, it may lose some information
during the machine code optimization passes and perform imprecisely for BB
reordering.
Eventually, I would like to see the improve for an interprocedural basic
block reordering pass. However, wit...
2007 Oct 24
1
memory issue
...est chunk. Also, when the backup is suspended the memory is not
freed. Eventually, the server hung and rebooted (perhaps due to
Oracle cluster-health mechanism - I won''t blame ZFS for that ;-).
I suspect a ZFS caching issue. I was directed to this doc (http://
blogs.digitar.com/jjww/?itemid=44) . It sort of addresses the issue
we have encountered but I''d rather get the news from you guys.
How shall I proceed? I have a system I can use and abuse in
preproduction for this purpose. We need to load a Terabyte into a
production ZFS filesystem without pulling down everyone o...
2012 Oct 23
5
List of multidimensional arrays
Dear all,
I am trying to create a list, where each list element is a vector of
different length arrays that contain 2by2 matrices. To be more specific
there are 11 treatments that are compared with placebo (we have 11
comparisons) and each comparison is studied by a different number of trials
and each trial has a different number of missing participants in both arms.
The length of the list is
2002 Feb 13
4
[Off-topic] Battery Backed NVRAM for journals ...
...talked to over the last 18 months won't tell me
anything about their equipment nor their suppliers. Recently, Micro
Memory contacted me. Is anyone here using their products?
FYI, their 64-bit PCI 128MB-1GB NVRAM board is here:
http://www.micromemory.com/newwebsite/dynamic/content/product.asp?itemID=MM-5415CN
-- Bryan
--
Bryan J. Smith, Engineer mailto:b.j.smith@ieee.org
AbsoluteValue Systems, Inc. http://www.linux-wlan.org
SmithConcepts, Inc. http://www.SmithConcepts.com
---------------------------------------------------------
1999 IRS Data: The richer half of all...
2007 Jul 12
0
No subject
...lready answered what goes in what slot so I won't repeat
that. It is a 1U unit and the above taken directly from the specs at :<br>
<br>
<a class="moz-txt-link-freetext" href="http://www.penguincomputing.com/index.php?option=com_content&task=view&id=386&Itemid=598">http://www.penguincomputing.com/index.php?option=com_content&task=view&id=386&Itemid=598</a><br>
<br>
Oh, will repeat some...<br>
<br>
"Digium's TE420 PCI Express card provides termination of up to 120
channels of voice or...
2005 Mar 27
0
Re: Illiminable DS filters for FLAC don't work
...Tom schrieb:
> At my company we have a bunch of music in FLAC format. We want to play
> it using the Windows Media Player, but none of us can get the
> illiminable DS filters to work. Here are some details.
>
> Illiminable DS filters
> http://www.wmplugins.com/ItemDetail.aspx?ItemID=681
> http://www.illiminable.com/ogg/
> We are using the latest build available on this website, and I have read
> all the known issues.
>
> My computer has:
> Windows XP SP2
> Windows Media Player 10
> Both are up-to-date
>
> I install the DS filter as per instruct...
2005 Jan 03
1
CentOS 4 Beta x86_64
Hello,
Is anybody working on a build of the CentOS 4 Beta for x86_64? If not,
are there any directions on how to build a full distribution from the
available SRPMS that were used to build the i386 version? I didn't see
any docs on the website.
Regards,
Pat