Displaying 20 results from an estimated 60 matches for "jimi".
Did you mean:
jimix
2012 Jul 31
3
year extraction over a list
...ew list such that each element is that year, i.e., the result on the above would be:
foo$year
[[1]]
[1] 2001
[2] 2000
[3] 1999
?
For some reason i'm not figuring out how to properly get lapply and strsplit (or other alternatives) to play nicely together. Any help greatly appreciated.
thanks,
jimi
jimi adams
Assistant Professor
Department of Sociology
American University
e: jadams at american.edu
w: jimiadams.com
2002 Feb 25
5
another basic ?
...o sort
the matrix by one of the columns?
specifically what i am trying to do is i have a matrix with individual and
group labels that is randomly generated, and is by default sorted by the
individual labels ( column 1) and i want them to be organized into unique
group labels (comlumn 2)
thanks
jimi
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N. Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-....
2002 Feb 18
3
i think i asked the wrong ?
...a vector, didn't realize there
was a list data type
could also use a matrix for what i am doing, is there a way to remove
single elements from either of those?
thanks for any help, if i was actually using a list as i said last time,
the answers i received would have cleared things right up
jimi
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N. Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-....
2012 Aug 09
4
indexing in data frames
...;. For example, if i had
> a$b
[1] 1988
[2] 1989
?
&
> a$c
[[1]]
[1] 1985 1982 1984
[[2]]
[1] 1988 1980
?
I'm looking for a result of:
a$new
[[1]]
[1] 3 6 4
[[2]]
[1] 1 9
?
I've tried a few different things, none of which have the desired result. Any help appreciated.
thanks!
jimi adams
Assistant Professor
Department of Sociology
American University
e: jadams at american.edu
w: jimiadams.com
2002 Mar 20
7
how does while work
...be?) i
thought it would be 99 but running it in R i get 101 (and 101 for x too!)
while (x <100) {
for (i in 1:101) {
i -> x
x -> a
}
}
while this is a crude example, it is the basic form of what i am trying to
do, and i am guessing that while is not what i am looking for...
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-.-.-.-.-...
2006 Aug 07
5
[PATCH][LINUX] use machine_emergency_restart() from the generic header.
This patch uses the standard generic header for the definition of
machine_emergency_restart() and reverses the call path for XenoLinux.
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
---
diff -r 7680b29c03a6 drivers/xen/core/reboot.c
--- a/drivers/xen/core/reboot.c Sat Aug 05 11:33:24 2006 -0400
+++ b/drivers/xen/core/reboot.c Mon Aug 07 09:50:33 2006 -0400
@@ -9,6 +9,7 @@
#include <linux/stringify.h>
#include <asm/irq.h>
#i...
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
...e Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
Xenidis/Watson/IB
M To
Hao Yu/Watson/IBM@IBMUS...
2006 Oct 31
1
Fw: domU network problem , 10/30 progress
...e Out
IBM T.J. Watson Research Center
1101 Kitchawan Rd/Route 134, Rm 36-019
Yorktown Heights, NY 10598-0218
914-945-1854, Email: yuh@us.ibm.com
----- Forwarded by Hao Yu/Watson/IBM on 10/31/2006 09:52 AM -----
Jimi
Xenidis/Watson/IB
M To
Hao Yu/Watson/IBM@IBMUS...
2002 Mar 20
3
check without loop
...61 61 61 61 61 61 62 65 67 68 68 69 71
72
[91] 75 76 77 79 81 82 83 84 84 85 86 87 88 90 91 92 93
94
[109] 95 96 96 96 96 100
# and am sampling from a different list
# if i draw, say 80, i would then not want to proceed, but if i draw a
number on arclist i do
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-.-.-.-.-...
2006 Aug 11
2
[PATCH][XEN] Use a union to pack the dual-short combos in an endian neutral way.
The first to members of a grant entry are updated as a combined pair.
The following union patch uses a union so updated can happen in an
endian neutral fashion.
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
diff -r 1f611b58729f xen/common/grant_table.c
--- a/xen/common/grant_table.c Wed Aug 09 18:53:00 2006 -0400
+++ b/xen/common/grant_table.c Fri Aug 11 12:29:48 2006 -0400
@@ -32,6 +32,17 @@
#include <xen/guest_access.h>
#include <acm/acm_hooks.h>...
2006 Mar 30
3
[patch] bitops on irq_cpustat_t->__softirq_pending
.... There are other
ways we could and should do this code-sharing, but this one is the least
impact (and this is an area where IA64''s divergence is potentially
problematic).
I think it would be a good idea to make a wiki page that covers the files that
are candidates for sharing. I know Jimi has investigated this subject...
Please apply.
--
Hollis Blanchard
IBM Linux Technology Center
Use long instead of int for irq_cpustat_t->__softirq_pending, allowing PowerPC
to share this file unchanged (PowerPC bitops operate on longs).
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com...
2010 May 20
10
Question about templates from variables
I''m running into an issue trying to do something like the following:
class test {
file {"test":
content => template(''mytemplate1'',''mytemplate2''),
}
}
class test::test2 inherits test {
File["test"] { content +> template(''mytemplate3''), }
}
So, basically I want the inherited class to tack on another
2007 Feb 01
2
[LLVMdev] llvm-java
So, the question that every once in a while is posed on this mailing
list:
What's the latest on llvm-java?
I couldn't get the CVS version to compile under LLVM 1.9.
I need to get Java class files to LLVM.
If anyone can just tell me how to get it to compile, that would be
great.
-Jimi
2002 Apr 17
1
concat
...mns=2, append=TRUE)
where trial progresses so that these outputs are written to
connection1.net, coneection2.net and so forth
i am having a tough time figuring out how to do the same for a variable
within R
thanks
and sorry, i just couldn't figure out the right place to look for this one.
jimi
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N. Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-....
2002 Mar 08
2
? about sample
...in my initial probability vector to a
miniscule value(1E-4)
is there a more efficient way to deal with this, or another command that
does a similar thing to only select a single element, where as sample orders
the entire set according to the prob?
if it helps, i am using R 1.4.0 on win-me
thanks
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-.-.-.-.-...
2002 Apr 08
2
changing the form of a list
...number can appear is previoulsy defined by a limiting function (which is
variable depending on the numbers involved)
is there a clean way to change the form of that list?
i could do it with some big nasty if loops, but i was hoping that there
might be a quick generic way to do it that i am missing.
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-.-.-.-.-...
2002 Apr 29
2
efficiency
...ay to read this in
IDEALLY i would like to have it as a list where each element is a row from
the input file, eliminating all of the NA's that the above approach results
in , such that i would have a list with 10000 elements and each of variable
length from 1:n
any help greatly appreciated
jimi adams
Department of Sociology
The Ohio State University
300 Bricker Hall
190 N. Oval Mall
Columbus, OH 43210-1353
614-688-4261
our mind has a remarkable ability to think of contents as being independent
of the act of thinking
-georg simmel
-.-.-.-.-.-...
2006 Sep 22
0
[XenPPC] Re: [PATCH] Fix BUG in alloc_heap_pages
..._pages
> happens to exhaust a zone list and does a list_del on the last element
> and returns, and then the next call to the same function looks through
> the same list and decides that it is not empty and tries to do a
> list_del, which triggers the BUG I am seeing.
>
> Thanks to Jimi Xenidis for tracking this down.
>
> Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
> Acked-by: Amos Waterland <apw@us.ibm.com>
>
> ---
>
> page_alloc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff -r 5418062d2da8 xen/common/page_...
2006 Aug 01
0
[PATCH][TOOLS] ppc64 is not a LIB_64_ARCH
changeset: 11208:a40c8bae08a81181c38a43a744b5d87db22066ea
parent: 11206:12da2c3245bbbf63781e2ad5e6f2eb489d93957c
user: Jimi Xenidis <jimix@watson.ibm.com>
date: Tue Aug 01 16:40:33 2006 -0400
files: tools/python/xen/util/auxbin.py
description:
[TOOLS] ppc64 is not a LIB_64_ARCH
Signed-off-by: Jimi Xenidis <jimix@watson.ibm.com>
diff -r 12da2c3245bbbf63781e2ad5e6f2eb489d93957c -r a40c8bae08a81...
2007 Apr 18
1
[rfc][patch][linux] ioctl32() compat plumbing for xen calls
changeset: 30726:2a6fda4e7dde1a0a5d29a62303e85bcea868eb47
tag: tip
user: Jimi Xenidis <jimix@watson.ibm.com>
date: Thu Jul 13 11:51:38 2006 -0400
files: drivers/xen/privcmd/Makefile drivers/xen/privcmd/compat_privcmd.c fs/compat_ioctl.c include/xen/public/privcmd.h
description:
[ppc] ioctl32() compat plumbing for xen calls
The following patch deals with x...