Displaying 20 results from an estimated 32 matches for "tanaka".
2009 Jun 09
0
How to keep gid status
...gid status when using ssh
command. We know that, with sg command in ssh command line, it is
successful in this case. If there is the setting on sshd, I want to know
the way. Can you please advise me. I show a example as below.
$ id
uid=1002(taro) gid=1002(suzuki)
groups=10(wheel),1002(suzuki),8001(tanaka)
$ newgrp tanaka
$ id
uid=1002(taro) gid=8001(tanaka)
groups=10(wheel),1002(suzuki),8001(tanaka)
$ ssh remote-host id
uid=1002(taro) gid=1002(suzuki)
groups=10(wheel),1002(suzuki),8001(tanaka)
$ ssh remote-host "sg tanaka id"
uid=1002(taro) gid=8001(tanaka)
groups=10(wheel),1002(suzuk...
2017 Aug 17
3
How to convert .Rdata file into .csv or something else?
...;- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata")
I would like to know how to convert this file format into .csv or .txt.
I suppose this question is very basic, but I could not find solutions on
internet or in my textbooks.
I would appreciate it if someone would help me.
Yohei Tanaka (Tohoku University)
[[alternative HTML version deleted]]
2017 Oct 13
1
Quotation marks hinder for loop
...not interpretable as logical
2)
> for(i in 1:N_var){
+ assign(paste("V", i, sep=""), noquote(paste("V", i, sep=""))[,-1])
+ }
Error in unclass(x)[...] : incorrect number of dimensions
I would appreciate it if someone would help me.
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2010 Jan 27
2
Disabling automountd on Solaris10.
...nline)
dependency optional_all/none svc:/network/nfs/client (online)
dependency require_all/restart svc:/network/rpc/bind (online)
[What I want to Know]
1.What "Unmanageable state ''online*'' on service autofs" means?
2.What should I do to avoid this error.
Nobuchika Tanaka
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2017 Aug 17
0
How to convert .Rdata file into .csv or something else?
...k at ?write.table or ?write.csvThese commands will write many types of objects to a .csv file.
For example if I have a data.frame called "dat1" I can write it to a csv (text) file like this:
write.csv(dat1, "~/Rjunk/mydata.csv")
On Thursday, August 17, 2017, 4:10:36 AM EDT, y tanaka <marineband2007 at gmail.com> wrote:
Dear mailing list members,
I am a beginner of this community.
I would like to analyze data in a .rdata file.
I ran the following code, but the object "d" remained empty.
d <- load("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.rdata"...
2009 May 23
2
counting occurrence of text in a dataframe
...s does a given gene crop up in the dataframe. I tried table but couldn't work out how to get the output I want. I have also considered rearranging this data into a list (by gene) and then counting the length of each gene element. However I thought that there might be a more elegant solution.
Tanaka Mitchell Wang Hunter Chen Chim
miR-191* let-7e let-7b miR-126 let-7a let-7g
miR-198 let-7f let-7c miR-146a let-7b let-7i
miR-22 let-7g miR-1224 miR-16 let-7d miR-130b
miR-223 let-7i miR-124 miR-1...
2014 May 01
1
When you send an email with specific characters are included, dovecot.sieve is aborted.
Hello.
I found a problem of dovecot.sieve.
When you send an email with specific characters are included,
dovecot.sieve is aborted.
Are you sure I report details to this mailing list?
Please reply.
Thank you.
--
----------------------------------------
Atsuko Tanaka
DesigNET Inc.
e-mail?tanaka at designet.co.jp
----------------------------------------
2017 Aug 18
0
"How to convert .rdata file into .csv or something else?" [SOLVED:Corrected version2]
...st members,
Sorry for the repeated posting, but I have to add two more things.
1) I changed the .Rdata into .rdata in the subject to avoid
misunderstanding of readers.
2) To save data in csv file;
> write.csv(WV6_Data_R, "input/ch2/WV6_Data_R_v_2016_01_01.csv")
Best regards,
Yohei Tanaka
===========the following is the copy of my last message===========
A member found a problem of lines of codes in my last e-mail.
I submit the correction to this mailing list as follows.
In the final part of my last e-mail message, a csv file is created.
But, I cannot open this file, so please igno...
2014 May 02
2
When the subject portion of an e-mail contains a control character, dovecot.sieve terminates unexpectatedly.
...uot; "*";
addheader "Subject" "[SPAM] ${1}";
} else {
addheader "Subject" "[SPAM]";
}
}
----------------------------------------------------------------------
Please reply.
Thank you.
--
----------------------------------------
Atsuko Tanaka
DesigNET Inc.
e-mail?tanaka at designet.co.jp
----------------------------------------
2007 Dec 14
3
FXTabBook / FXTabItem / FXTabBar
Lyle and Henon; thanks for helping out with ''clearing'' the frames. It''s
working.
I end up using;
parent.removeChild(righttopframe)
righttopframe = nil
Am afraid I stumbled on another question.
I managed to put my application in a tabbook. I am looking to catch the
event ''click on tabitem''.
I tried SEL_COMMAND on TabItem but that seems not to work.
2015 Nov 19
2
CentOS7 kickstart failed ( no such option: --bytes-per-inode)
...ntos
logvol /opt --fstype="xfs" --size=25600 --name=opt --vgname=centos
logvol /data --fstype="xfs" --size=204800 --name=data --vgname=centos --bytes-per-inode=512 --grow
-------------------------
Thank you for your kind support in advance.
Best Regards,
Mihoko
----
Mihoko Tanaka
PA Information Products Sec.
PAS Product Managent Dept.
Systems Business Division
IA Platform Business Headquarters
YOKOGAWA Electric Corporation
Tel: +81-(0)422-5603 (Ext. 35623)
-----
CONFIDENTIAL: This e-mail may contain information that is confidential or otherwise protected from disclosure a...
2010 May 08
8
VGA Passthru
Hello
I am new in XEN and Linux. I am trying the VGA passthru. I can
xen-pciback.hide EtherNet, Serial Com port. But when I xen-pciback.hide my
VGA. I can no longer login to the Linux(Fedora 12).
Then how can I xm create a XP DomU guest? Can anyone help?
I am using Intel Q35 MB with Intel Core2 CPU.
_______________________________________________
Xen-users mailing list
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED]
...t d
If you want to create both csv file and an object directly from the file
path;
> library(R.utils)
> saveObject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
> d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2017 Aug 18
0
"How to convert .Rdata file into .csv or something else?" [SOLVED:Corrected version]
...bject(WV6_Data_R, "~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
> d <- loadObject("~/docdis/input/ch2/WV6_Data_R_v_2016_01_01.csv")
---------------------------------------------------------------------------------------------------------------------
Best regards,
Yohei Tanaka
==========================
Yohei Tanaka
Tohoku University
Graduate school of Economics
Doctoral student
email: marineband2007 at gmail.com
[[alternative HTML version deleted]]
2007 Dec 12
2
fxruby and framecontrole
I am new to (FX)ruby and am wrestling with the following question.
In my application I have a three frame split by two splitters.
One frame on the left side with a treelist and two frames above each
other on the right side.
The editable content of the right top frame depends on the item clicked
in the treelist.
The editable content of the right bottom frame depends on data enter in
the right
2010 Feb 19
11
Strange messages on 0.25.4.
...ve ip address <=> hostname...
2.When I ran puppetrun, Puppetmasterd showed message below.
Feb 19 11:04:23 puppetmasterd puppetmasterd[739]: [ID 702911
daemon.warning] Host is missing hostname and/or domain: puppetd
Every execution of puppetrun, Puppetmasterd showed this message.
Nobuchika Tanaka
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this gr...
2015 Nov 19
0
CentOS7 kickstart failed ( no such option: --bytes-per-inode)
On Thu, 19 Nov 2015, Mihoko.Tanaka at jp.yokogawa.com wrote:
> I specified an option --byes-per-inode to 'logvol' command, but I got a
> message "No such option: --bytes-per-inode" during installation.
>
> Does anybody know a solution?
Wasn't that removed years ago?
https://access.redhat.com/docu...
2004 Feb 07
1
CRAM-MD5 support?
Hi, I'm wondering what is dovecot's support for CRAM-MD5? The mailing list
for November 2003 seems to indicate that Timo has included it into the CVS
tree, however the ChangeLogs in the latest version does not say anything
about it. The online docs has indicated that it's supported, but the doc
files in 0.99.10.4 doesn't seem to mention about it....
Thanks in advance.
2012 Nov 29
0
The last call for Fukuoka Ruby Competition! - Matz's videos are available!
...Engine Yard CEO and VMware CTO of Cloud Applications also joined us at the
last award ceremony<http://www.myfukuoka.com/events/2012-fukuoka-ruby-forum.html>
.
Also, for those who missed Matz''s keynotes, as well as, *Ian McFarland*, *Jeanine
Swatton*, *Richard Schneeman*, *Kazuaki Tanaka*''s keynotes on Oct 17 and 18
at Twitter and LinkedIn, here is the link to the recorded videos.
*
http://www.myfukuoka.com/news/technology-news/videos-of-2012-fukuoka-ruby-nights.html
*
We look forward to receiving your entry!
Best regards,
Kaz
--
You received this message because yo...
2008 Jun 09
1
FX ruby program error EOF
Since a week or so I am getting this error in a program which has been
running fine for 6 months or so.
I have a hard time running debug on this error and finding the cause. As
it seems that the error is in the middle of fxruby and not in my
application.
I click on button1 - the first time every works perfect. Handling the
next record, pressing button1 leads to this error.
Any help is