search for: ishi

Displaying 20 results from an estimated 22 matches for "ishi".

Did you mean: ish
2013 Mar 11
3
take two columns from a set of lists
...(seq_len(nrow(x)), function(i) x[i,]) if I want a column of the matrix x, I write x[, 2] for example. But how can I do something similar for a set of lists, x.list, above? > x.list [[1]] [1] 12.1 0.1 12.0 1.1 [[2]] [1] 3.44 3.00 33.10 23.00 unlist(x.list)[,2] does not work. Anyone? ishida [[alternative HTML version deleted]]
2013 Mar 18
4
plotting CIE chromaticity diagram?
Has anyone plotted or is it possible to plot CIE *xy* chromaticity diagram http://en.wikipedia.org/wiki/File:CIE1931xy_blank.svg I need this plot in color. ishida [[alternative HTML version deleted]]
2013 Mar 10
2
list + lapply insead of matrix + apply
...alcnorm2.const,x) [,1] [,2] [1,] 0.00000 31.75257 [2,] 31.75257 0.00000 Ideally, for later purposes, the list form of the output should be something like [[1]] [1,] 0 31.75257 [[2]] [2,] 31.75257 0 I am getting confused here. Could anyone help me out for the right output FORM? ishida [[alternative HTML version deleted]]
2013 Jan 07
2
plot x-axis DateTime NOT evenly spaced
R-64 latest Hi. I am trying to plot a set of csv data, which looks like > head(interval) date inteval 1 2012-07-01 00:57:54 +0900 156 2 2012-07-01 01:07:41 +0900 587 3 2012-07-01 01:09:31 +0900 110 4 2012-07-01 01:18:42 +0900 551 5 2012-07-01 01:39:01 +0900 1219 6 2012-07-01 01:40:40 +0900 99 as you can see, more than one event happens each day,
2014 Feb 17
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...0.00 output.voltage: 230.80 ups.load: 7.00 ups.mfr: Tripp Lite / Phoenixtec ups.model: Intelligent ups.status: OL ups.temperature: 28.00 Thanks so much for your help, it's great to know that with your and the team's contibution nut is evolving and supporting so many UPS models! Sincerely, Ishi Kylsa -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20140217/758111a3/attachment.html>
2015 Mar 18
1
Multiple entry node support
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I'm trying to make a VPN network with the help of my friends. Tinc seems to support multiple connect to options, but isn't it tricky? Will it cause unsynchronized hosts etc? Will the 1.1 invite support it? PS: every nodes are not 24/7 on, maybe a node will be online but another not. - -- Sent from my Android device with K-9 Mail. Please
2012 Oct 03
1
distinguishing input objects for a function
platform x86_64-apple-darwin9.8.0 arch x86_64 os darwin9.8.0 system x86_64, darwin9.8.0 version.string R version 2.13.1 (2011-07-08) I am trying to write a function that takes a few objects as input. test <- function(directory, num = 1:100) { > } the argument, "num", has the default value. But when the function is called, it can take an array
2013 Mar 08
1
reduce the size of list
...ve a list like x <- list(1:10,11:20,21:30) It's a sort of a 3 x 10 matrix in list form. I would like to reduce the dimension of this list. it would be something like list(1:3, 11:13, 21,23) I tried x[,1:3] does not work of course. Neither lapply(x, [1:3]) works... Any suggestions? ishida [[alternative HTML version deleted]]
2013 Mar 13
1
image color analysis
...fully can be converted into some sort of color histogram so that color ingredients are easily comparable with each other. There are so many functionalities that these packages and others provide, and I am hoping that someone would give me some guideline for the analysis. Any suggestion? Thanks. ishida [[alternative HTML version deleted]]
2014 Feb 07
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
...classic method with 'bestpower' mib 0.065214 load_mib2nut: trying classic method with 'cyberpower' mib 0.068253 load_mib2nut: trying classic method with 'ietf' mib 0.071168 No supported device detected Would be grateful if anyone could help me with it. Ishi Kylsa -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20140207/001d0cb6/attachment.html>
2003 Jan 10
5
Move existing Local Profile to Roaming
Hello: I have a Redhat 7.3 samba server acting as a PDC and running samba 2.2.3a-13. I have a few computers with extensive existing profiles and I want to know if anyone knows of a good way to get the COMPLETE profile to the roaming profile on the samba server. Every manual copy way that I have tried thus far has failed miserably. Thanks, A Cline
2013 Mar 04
1
installing biOps on MacOSX fails
version.string R version 2.15.2 (2012-10-26) I am trying to install biOps on MacOS X 10.8.2 First, I have tiff, fftw-3, jpeg and set paths like cd /usr/include sudo ln -s /usr/local/include/fftw3.h for x in /usr/local/include/j*.h; do sudo ln -s $x; done for x in /usr/local/include/tiff*.h; do sudo ln -s $x; done cd /usr/lib for x in /usr/local/lib/libfftw3.*; do sudo ln -s $x; done for x in
2014 Feb 10
0
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
On Feb 10, 2014, at 1:16 AM, ??? ????? wrote: > Thanks for you reply. Concerning the subscribtion list, I have earlier filled in the fields and sent request to subscribe to this list, but still haven't got an answer. I added you manually, but check your spam folder just in case it ended up there. > Yes, I do have a MIB file that was on CD that came with the UPS, attached it to this
2015 Mar 27
2
Problem With Android Configuration
I don't know.. It seems that anyone had try to made work tinc with lollipop. Even googoling i don't found anything about this argoument. Andrea Squeri Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com> ha scritto: > SELinux is considered as the biggest problem. > > On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com> wrote: > >> Yes. The problem is lollipop. I tried to install tinc on my brother's >> d...
2014 Feb 12
3
Tripplite UPS (SU10KRT3/1X) through snmp-ups (nut 2.6.5)
....1.4.1.935.1.1.1.4.1.1 Output shows the correct value of status: XPPC-MIB::upsBaseOutputStatus.0 = INTEGER: onLine(2) If it is possible for you, could you please run it from your pc in "mode 2" that doesn't require direct access to device (mib file is attached)? Thanks in advance, Ishi On Mon, Feb 10, 2014 at 8:56 PM, Charles Lepple <clepple at gmail.com> wrote: > On Feb 10, 2014, at 1:16 AM, ??? ????? wrote: > > Thanks for you reply. Concerning the subscribtion list, I have earlier > filled in the fields and sent request to subscribe to this list, but st...
2015 Mar 27
2
Problem With Android Configuration
...rea.squeri at gmail.com (mailto:andrea.squeri at gmail.com)> wrote: > > I don't know.. It seems that anyone had try to made work tinc with lollipop. Even googoling i don't found anything about this argoument. > > Andrea Squeri > > Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com (mailto:ishitatsuyuki at gmail.com)> ha scritto: > > > > > SELinux is considered as the biggest problem. > > > On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com (mailto:andrea.squeri at gmail.com)> wrote:...
2015 Mar 27
0
Problem With Android Configuration
...March 2015 at 08:16, Andrea Squeri <andrea.squeri at gmail.com> wrote: > I don't know.. It seems that anyone had try to made work tinc with > lollipop. Even googoling i don't found anything about this argoument. > > Andrea Squeri > Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com> ha > scritto: > > SELinux is considered as the biggest problem. >> >> On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com> >> wrote: >> >>> Yes. The problem is lollipop. I tried to install t...
2015 Mar 30
1
Problem With Android Configuration
...Squeri <andrea.squeri at gmail.com> wrote: >> >> I don't know.. It seems that anyone had try to made work tinc with >> lollipop. Even googoling i don't found anything about this argoument. >> >> Andrea Squeri >> Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com> ha >> scritto: >> >> SELinux is considered as the biggest problem. >> >> On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com> >> wrote: >> >> Yes. The problem is lollipop. I tried to in...
2015 Mar 30
0
Problem With Android Configuration
...h 2015 at 08:16, Andrea Squeri <andrea.squeri at gmail.com> wrote: > > I don't know.. It seems that anyone had try to made work tinc with > lollipop. Even googoling i don't found anything about this argoument. > > Andrea Squeri > Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com> ha > scritto: > > SELinux is considered as the biggest problem. > > On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com> wrote: > > Yes. The problem is lollipop. I tried to install tinc on my brother's >...
2015 Mar 26
2
Problem With Android Configuration
Yes. The problem is lollipop. I tried to install tinc on my brother's device which mount a cyano 10.1( android 4.2.2) and it works. I don't understand which is the problem with lollipop. Is there a firewall that block the packets? Andrea Squeri If you are running Lollipop / Android 5.x on your Nexus 5, then you are probably seeing the same issue I was with it. lollipop seems to change