Displaying 20 results from an estimated 28 matches for "titech".
Did you mean:
citech
2012 Dec 05
1
request
...cess wifi i need password.
After inserting the protocols as shown in Input (below), i have go the
output as shown in below.
input
library (rneos)
NC<-CreateNeosComm(curlopts=list(httpheader=c('content-type'="text/xml",
'User-Agent'="R"), protocols=proxy.noc.titech.ac.jp:3128,
port=3332),curlhandle=getCurlHandle())
#to check the neos server is active"NeosServer is alive" is returned
Nping(convert=T, nc=NC)
output
> library (rneos)
> NC<-CreateNeosComm(curlopts=list(httpheader=c('content-type'="text/xml",
'User-Agent...
2007 Jul 14
10
[Bug 1340] New: Support for Camellia block cipher to OpenSSH-portable.
...oduct: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Miscellaneous
AssignedTo: bitbucket at mindrot.org
ReportedBy: yanagisawa at csg.is.titech.ac.jp
Created an attachment (id=1327)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=1327)
A patch for supporting Camellia to OpenSSH-portable.
I would like to add support for the Camellia block cipher to
OpenSSH-portable. Camellia is one of the selected block cipher by New
European Sch...
2007 Jul 09
1
The Camellia block cipher for OpenSSH 4.6p1.
Hi,
I implemented a patch for porting the Camellia block cipher to
one of the OpenSSH-usable cipher. Camellia is one of the approved
encryption methods of NESSIE and has specified in several RFCs.
I put the patch at:
http://www.is.titech.ac.jp/~yanagis0/text/camellia/openssh-4.6p1-0.2.patch
in http://www.is.titech.ac.jp/~yanagis0/text/camellia-e.html.
I hope you will enjoy this patch and OpenSSH will use it.
Thank you,
Yoshisato YANAGISAWA.
--
-------------------------------------------------------
Yoshisato YANAGISAWA <yana...
2007 Jun 08
2
How to do clustering
Dear List,
I have another question to bother you about how to do clustering.
My data consists of 49 columns (49 variables) and 238804 rows.
I would like to do hierarchical clustering (unsupervised clustering
and PCA). So far I tried pvclust (www.is.titech.ac.jp/~shimo/prog/*pvclust*
/)
but I always had the problem like for R like "cannot allocate the memory".
I am curious about what else packages can perform the clustering analysis
while memory efficient.
Meanwhile, is there any way that I can extract the features of each cluster.
In ot...
2001 Nov 28
3
Can I see japanese in R run with Emacs(ESS) ?
Hello.
Could someone help me?
I can see Japanese language in R when I use RGui.
I can use Japanese language in Emacs using Mule option.
Now, Can I see Japanese language in R which is run with Emacs(ESS) ?
I am using windows 98 second edition.
Could someone help me ?
Sincerely
-----------------------
Hiroto Miyoshi
????
h_m_ at po.harenet.ne.jp
2005 Apr 30
3
How to extract function arguments literally
...ontains spaces, it yileds an error.
> as.character(substitute((def x1 x2))
Error: syntax error
He wants to use the syntax like lc((def x1 x2)), not like
lc("(def x1 x2)").
Thanks in advance.
==============================================================
Shigeru MASE <mase at is.titech.ac.jp>
Tokyo Institute of Technology
Dept. of Math. and Comp. Sciences
O-Okayama 2-12-1-W8-28, Tokyo, 152-8550, Japan
2004 Nov 20
3
How to change the significant codes default?
...ll as the annotation above. A quick search of "rking" using
keywords "significant codes star" gave me no information.
Thanks in advance.
I use R 2.0.0 on Debian GNU Linux (don't know his).
=======================================================
Shigeru MASE <mase at is.titech.ac.jp>
Tokyo Institute of Technology
Dept. of Math. and Comp. Sciences, Tokyo, Japan
2013 May 02
1
R CMD building SPEEDY
...ion_level = 9L, : number of items to replace
is not a multiple of replacement length thanks Michael
I have no idea for this, can you help me.
Best regard
----------------------------------------------------------------------------
--------------------
$BG$!!0&DA(B/ Ren Aizhen
ren@bi.cs.titech.ac.jp
$BEl5~9)6HBg3X!!!!>pJsM}9)3X8&5f2J!!7W;;9)3X@l96!!=);38&5f<<!!!!%I%/%?!<(B4$BG/(B
$B")(B152-8552$B!!L\9u6hBg2,;3(B2-12-1$B!!(BW8-76 $B!J@>(B8$B9f4[(BE507$B9f<<(B)
Tel:03-5734-3645, Fax:03-5734-3646
---------------------------------------------------------...
2005 Jan 04
2
Object Memory-limits in base and its help document (PR#7468)
Full_Name: Shigeru Mase
Version: 2.0.1
OS: Linux (Debian)
Submission from: (NULL) (222.149.162.192)
help.search("Mem") shows there is an object "Memory-limits" in the base package.
But commads "Memory-limits", or "Memory-limits()", causes an error message:
Error: Object "Memory" not found. In addition, help(Memory-limits) displays the
document
2008 Jun 25
0
pvclust:a general and a specific question
I realize questions about packages should go to the package maintainer,
but perhaps I have an old email address (suzuki3 at is.titech.ac.jp)
Also I have both a general, and a specific, question.
1) General question: i've used pvclust before to assess significance of
clusters and got reasonable results. However, on a new data set (see
below) the results seem odd. I wonder if pvclust is a generally used
package to assess clust...
2004 Mar 04
10
"Statistiques avec R"
Dear R users,
I want to share my joy with you. Please see the following
excellent introduction to R "Statistiques avec R " by
Vincent Zoonekynd
http://zoonek2.free.fr/UNIX/48_R/all.html
In paticular, you can see a lot of fascinating graphics
examples of R from which you can get many hints.
Soryy if this is already well-known, but the CRAN search
did not show nothing with the keyword
2004 Nov 08
1
Possible bug in read.fwf (PR#7350)
Full_Name: Shigeru Mase
Version: R 1.9.1 and 2.0.0
OS: Debian Linux
Submission from: (NULL) (219.35.150.115)
I tried to read the following text file "test.txt" with 5 lines using
read.fwf() function:
# comment 1
1234567 # comment 2
1 234567 # comment 3
12345 67 # comment 4
# comment 5
In R 1.9.1, I got the following result (since I have R 2.0.0 installed now
I cannot reproduce
2014 Dec 23
0
CFP: IEEE International Conference on Cluster Computing 2015 -- Papers due 02/27/15
........ Papers Acceptance Notification
August 1, 2015 ............ Camera-ready Copy Deadline for Papers
See other important dates here
http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates/.
CLUSTER 2015 PROGRAM CHAIR
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
=================================================================
Data-Intensive Dis...
2014 Dec 23
0
CFP: IEEE International Conference on Cluster Computing 2015 -- Papers due 02/27/15
........ Papers Acceptance Notification
August 1, 2015 ............ Camera-ready Copy Deadline for Papers
See other important dates here
http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates/.
CLUSTER 2015 PROGRAM CHAIR
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
=================================================================
Data-Intensive Dis...
2015 Feb 23
0
CFP: IEEE CLUSTER 2015 -- deadline extension March 7, 2015
...s Submission Deadline
April 23, 2015 Papers Acceptance Notification
See other deadlines in the Important Dates page
(http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates)
*** Cluster 2015 Program Chair ***
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
----------------------------------------------
...Follow us on Facebook athttps://www.facebook.com/ieee.cluster
...Follow us on Twitter athttps://twitter.com/IEEECluster
...Follow us on Linkedin at
https://www.linkedin.com/groups/IEEE-International-Conference-on-Cluster-7428925
...Follow...
2015 Feb 23
0
CFP: IEEE CLUSTER 2015 -- deadline extension March 7, 2015
...s Submission Deadline
April 23, 2015 Papers Acceptance Notification
See other deadlines in the Important Dates page
(http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates)
*** Cluster 2015 Program Chair ***
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
----------------------------------------------
...Follow us on Facebook athttps://www.facebook.com/ieee.cluster
...Follow us on Twitter athttps://twitter.com/IEEECluster
...Follow us on Linkedin at
https://www.linkedin.com/groups/IEEE-International-Conference-on-Cluster-7428925
...Follow...
2015 Feb 15
0
CFP: IEEE Cluster 2015 -- Papers due 02/27/15
........ Papers Acceptance Notification
August 1, 2015 ............ Camera-ready Copy Deadline for Papers
See other important dates here
http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates/.
CLUSTER 2015 PROGRAM CHAIR
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
=================================================================
Data-Intensive Dis...
2015 Feb 15
0
CFP: IEEE Cluster 2015 -- Papers due 02/27/15
........ Papers Acceptance Notification
August 1, 2015 ............ Camera-ready Copy Deadline for Papers
See other important dates here
http://www.mcs.anl.gov/ieeecluster2015/author-information/important-dates/.
CLUSTER 2015 PROGRAM CHAIR
Satoshi Matsuoka, Tokyo Institute of Technology (matsu AT is.titech.ac.jp).
--
=================================================================
Ioan Raicu, Ph.D.
Assistant Professor, Illinois Institute of Technology (IIT)
Guest Research Faculty, Argonne National Laboratory (ANL)
=================================================================
Data-Intensive Dis...
2011 Jan 22
0
CFP: 2nd International Green Computing Conference (IGCC'11)
...Marquette
Univ; Sameh Gobriel, Intel Research; Rajesh Gupta, UCSD; Tohru
Ishihara, Kyushu Univ; Randy Katz, UC Berkeley; Uli Kremer, Rutgers;
C. Mani Krishna, U Mass.; Rakesh Kumar, UIUC; Alvin Lebeck, Duke
University; Yann-Hang Lee, ASU; Julius Leite, UFF/Brazil; Xue Liu,
UNL; Satoshi Matsouka, TITECH-Japan; Rami G. Melhem, University of
Pittsburgh; Avi Mendelson. Microsoft, Israel; Bruce Normad, Lawrence
Berkeley Lab; Lucy Nowell, DOE: Partha Ranganathan, HP Labs; Tajana
Rosing, UCSD; Efi Rotem, Intel:; Anthony Rowe, CMU; Martin Schulz,
LLNL; Ankur Srivastva, University of Maryland; Osman Unsa...
2011 Jan 22
0
CFP: 2nd International Green Computing Conference (IGCC'11)
...Marquette
Univ; Sameh Gobriel, Intel Research; Rajesh Gupta, UCSD; Tohru
Ishihara, Kyushu Univ; Randy Katz, UC Berkeley; Uli Kremer, Rutgers;
C. Mani Krishna, U Mass.; Rakesh Kumar, UIUC; Alvin Lebeck, Duke
University; Yann-Hang Lee, ASU; Julius Leite, UFF/Brazil; Xue Liu,
UNL; Satoshi Matsouka, TITECH-Japan; Rami G. Melhem, University of
Pittsburgh; Avi Mendelson. Microsoft, Israel; Bruce Normad, Lawrence
Berkeley Lab; Lucy Nowell, DOE: Partha Ranganathan, HP Labs; Tajana
Rosing, UCSD; Efi Rotem, Intel:; Anthony Rowe, CMU; Martin Schulz,
LLNL; Ankur Srivastva, University of Maryland; Osman Unsa...