search for: group_

Displaying 13 results from an estimated 13 matches for "group_".

Did you mean: groups
2005 Oct 17
11
a better question
...#39;m trying to call a click() event on an <a href> that has an Observable registered for it. Something like: <a href="#" id="toggle_1929">show</a> ... Event.observe("toggle_1929", ''click'', function(event){ Element.toggle ("group_1929"); return false; }); ... $("toggle_1929").click(); //this throws "Error: $ ("toggle_1929").click is not a function" Thanks, Jamie
2009 Jul 31
1
scale subsets of grouped data in data frame
...in RapidMiner. In RM, we can simply use two operators: subgroup iteration attribute value selection (Can use a regex for the attrribute name.) I can do this in R with a lot of code and manual steps. It would be really nice to find a more automated way. My data looks like this group group_height group_weight height weight g22 3.2 8.896 3.2 8.896 g22 2.5 6.95 2.5 6.95 g22 3.1 8.618 3.1 8.618 g49 2.4 6.672 2.4 6.672 g49 4.2 11.676 4.2 11.676 g49 2.5 6.95 2.5 6.95 g55 2.6 7.228 2.6 7.228 g55 3.4 9.452 3.4 9.452 g55 3.3 9.174 3.3 9.174 What I wa...
2005 Oct 18
0
RE: Error: "onclick() is not a function"
...d my code in the observer registration > rely on this, so I suspect that it won''t work (the "$group.id" > references are server-side variables): > > Event.observe("toggle_$group.id", ''click'', function(event) > { Element.toggle("group_$group.id"); > Event.element(event).innerHTML = > (Event.element(event).innerHTML == ''hide'' ? ''show'' : ''hide''); > Sortable.create("group_$group.id", > {ghosting:true,co...
2011 Nov 09
6
[PATCH] Add tune2fs support to libguestfs.
At the moment OpenStack uses kpartx and nbd to resize filesystems and inject files to guests. I sincerely hope they don't allow untrusted users to upload guest images / AMIs :-( To fix this I'm looking into adding libguestfs support as an optional backend in OpenStack. The only missing feature in libguestfs is the ability to call tune2fs on a filesystem. This patch series adds tune2fs
2013 Feb 15
10
reading data
...0.0004000? 2? 2 AR??? 4???? 7640 8926 #3??? aA? 2? 1??? 1 0.0845435? 2 AA? 2 6790 734,1092?? NA #4?? aAA? 1? 2 1965 0.0007000? 4? 3 AR??? 2??? 11616 8926 #5? aAAA? 1? 3 3660 0.0008600 18? 3 AA??? 2??? 20392? 496 #6??? AA na? 2 1972 0.0007000 11? 3 AR?? 25????? 509? 734 If you want the names to be group_a, group_b etc. ?names(res)<-paste("group_",gsub("\\d+","",names(res)),sep="") res[grep("group_b",names(res))] $group_b #???? Id? M mm??? x???????? b? u? k? j??? y??????? p??? v #1?? aAA? 1? 2? 739 0.1257000? 2? 2 AA??? 2???? 8867 8926 #2 aAAAA? 1...
2007 May 02
4
Shared Nested Resources
The skinny is that I''m attempting to add "Discussions" as resources under different resources ("Groups", "Projects", for example) and I''ve simply hit a roadblock (or two). Discussions are an association between the "discussable" (Group, Project, etc.) and a "Topic" so: class Discussion < ActiveRecord::Base belongs_to :topic
2011 Nov 10
5
[PATCH v2] Add tune2fs command.
The changes since the previous patch: - safe ADD_ARG macro for adding arguments to a fixed size stack array - support for testing functions that return RHashtable, ie. tune2fs-l. - add tests that set (tune2fs) and get (tune2fs-l) various parameters. - only one 'intervalbetweenchecks' parameter (in seconds) Rich.
2014 Oct 02
0
DHCP option 93 for UEFI
...> which in turn makes reference (among others) to another table in: <http://tools.ietf.org/html/rfc4578#section-2.1> These two tables contain conflicting information: RFC 4578 - DHCPv6 7 EFI BC - 7 x64 UEFI 9 EFI x86-64 - 9 EBC In addition, there is a PDF _from the UEFI Group_, "IPv6 Remote Boot Requirements From UEFI Forum", IETF 72, year 2008, which correctly reproduces the RFC 4578 (no conflict), and adds: 6 EFI IA32 <- used by many vendors for legacy boot of x64 machine 7 EFI BC <- used by many vendors for EFI x64 boot So, I have some quest...
2005 Oct 11
8
Sortable as a class?
Hi there! My first post to this list, so first of all many thanks for the amazing Scriptaculous library. I''m currently using it for some nice Ajax effects in Apache Cocoon (http://cocoon.apache.org/). I''m currently struggling with Sortable, which I would like to adapt as the conventions used in Cocoon are different from those currently used. Basically, I would like to send
2014 Mar 03
0
Stream Interruption Troubleshooting
...t Transmitter Client Network: 100Mbps guaranteed (no ping due to NAT) Test Client: 2 Intel Xeon @ 2,26 GHz, 6B RAM with OS X 10.9.1 Test Client Network: 20Mbps guaranteed ? Test Client (OS X/VLC) Output on Glich: main warning: playback too early (-40063): down-sampling > main error: ES_OUT_SET_(GROUP_)PCR is called too late (jitter of 5201 ms > ignored) > main error: ES_OUT_RESET_PCR called > main debug: Buffering 0% > main debug: End of audio preroll > main debug: Buffering 1% > ... > main debug: Buffering 99% > main debug: Stream buffering done (5982 ms in 5897 ms) &gt...
2014 Oct 03
1
RE: DHCP option 93 for UEFI
...ong others) to another table in: > <http://tools.ietf.org/html/rfc4578#section-2.1> > > >These two tables contain conflicting information: > >RFC 4578 - DHCPv6 > 7 EFI BC - 7 x64 UEFI > 9 EFI x86-64 - 9 EBC > >In addition, there is a PDF _from the UEFI Group_, > "IPv6 Remote Boot Requirements From UEFI Forum", IETF 72, year 2008, > > >which correctly reproduces the RFC 4578 (no conflict), and adds: > 6 EFI IA32 <- used by many vendors for legacy boot of x64 machine > 7 EFI BC <- used by many vendors for EFI x64 boot...
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...<span>#{name}</span></span>''), group: new Template( ''<span class="group">'' + ''<a href="" title="Click to collapse">'' + ''<img class="toggler" src="group_open.gif" alt="-" /></a>'' + ''<input type="checkbox" name="item[]" value="#{id}" / ><span>#{name}</span></span>'' + ''<ul></ul>'') }, _currentId: 1000,...
2012 Aug 30
1
[PATCH] collect list of called external commands
...aemon/btrfs.c +++ b/daemon/btrfs.c @@ -28,10 +28,15 @@ #include "actions.h" #include "optgroups.h" +GUESTFS_EXT_CMD(str_btrfs, btrfs); +GUESTFS_EXT_CMD(str_btrfstune, btrfstune); +GUESTFS_EXT_CMD(str_btrfsck, btrfsck); +GUESTFS_EXT_CMD(str_mkfs_btrfs, mkfs.btrfs); + int optgroup_btrfs_available (void) { - return prog_exists ("btrfs") && filesystem_available ("btrfs") > 0; + return prog_exists (str_btrfs) && filesystem_available ("btrfs") > 0; } /* Takes optional arguments, consult optargs_bitmask. */ @@ -46,7 +51,7...