search for: _d_

Displaying 3 results from an estimated 3 matches for "_d_".

Did you mean: __
2001 Apr 15
2
data manipulation in R
...the data are a lower-triangular array AxB where each cell [i,j] has a zero or one indicating whether observer i saw event j. I am interested in how observers cluster in circuits whereby observer _a_ sees events _1,2,3_, observer _b_ sees events _2,4,5_, observer _c_ sees event _4_, and observer _d_ sees _4,6,7_. Observers a, b, c, d comprise a circuit linked by the events they jointly observed. Given AxB, how can we use R to articulate the circuits? Pseudocode for my SQL solution is below. For each observation i: - get all the events [j1,j2,...jk] observed by i - get all the observa...
2007 May 15
4
Need help with singleton worker
...rk, :worker_method_args => "c", :args => "_c_", :trigger_args => { :start => Time.now }) => 2 >> MiddleMan.schedule_worker(:class => :my_worker, :job_key => :foo, :worker_method => :do_work, :worker_method_args => "d", :args => "_d_", :trigger_args => { :start => Time.now }) => 3 >> bdrb log #1: 20070515-13:55:27 (10865) MyWorker#do_work. args: _a_ 20070515-13:55:32 (10865) MyWorker#do_work. args: b 20070515-13:56:27 (10865) MyWorker#work done, deleting self. args: _a_ 20070515-13:56:32 (10865) MyWorker...
2012 Aug 16
27
[PATCH v3 0/6] ARM hypercall ABI: 64 bit ready
Hi all, this patch series makes the necessary changes to make sure that the current ARM hypercall ABI can be used as-is on 64 bit ARM platforms: - it defines xen_ulong_t as uint64_t on ARM; - it introduces a new macro to handle guest pointers, called XEN_GUEST_HANDLE_PARAM (that has size 4 bytes on aarch and is going to have size 8 bytes on aarch64); - it replaces all the occurrences of