similar to: Platform of image

Displaying 20 results from an estimated 3000 matches similar to: "Platform of image"

2011 Sep 05
1
savePlot with % in character string
This occurred after I installed R x64 2.13.1 on Windows: savePlot("95%.winners.wmf") saves the file as: "951nners.wmf" Is this the correct behavior, or have I bungled something? John Welsh, Ph.D. Associate Professor Molecular and Cancer Biology Vaccine Research Institute of San Diego 10835 Road to the Cure San Diego, CA 92121 Phone: (858) 581-3960 ex.248 Email: jwelsh at
2003 Dec 12
1
Basic question on function
One is an integer and the other is not. Try for (i in 1:5) print( identical( i, as.integer(1) ) ) --- Date: Fri, 12 Dec 2003 14:47:07 -0800 From: John Welsh <jwelsh at skcc.org> To: 'R-help at lists.R-project.org' <R-help at stat.math.ethz.ch> Subject: [R] Basic question on function "identical" > for(i in c(1:5)) + { + print(identical(i,1)) + } [1]
2003 Dec 12
3
Basic question on function "identical"
> for(i in c(1:5)) + { + print(identical(i,1)) + } [1] FALSE [1] FALSE [1] FALSE [1] FALSE [1] FALSE Why don't I get: [1] TRUE [1] FALSE [1] FALSE [1] FALSE [1] FALSE John Welsh Associate Professor Sidney Kimmel Cancer Center 10835 Altman Row San Diego, CA 92121 (858) 450-5990 ex.282 jwelsh at skcc.org
2011 Dec 28
1
folders of path - platform independent (repost)
Hello, (sorry re-posting due to typo) I'm attempting to get the folders of a path in a robust way (platform independent, format independent). It has to run on Windows and Linux and tolerate different formats. For these: (The paths don't actually exist in Linux but you get the idea.) Windows: file_full_path = "C://Program Files//R//R-2.13.1//NEWS.pdf" file_full_path =
2017 May 22
4
question about shared samba directory file permissions..
im trying to set up a shared samba directory for users to use on centos 7, but whenever I create a file from the samba client to the samba server, the owner of the file ends up being the user the share is mounted up as.. on the server (server1), [samba] comment = samba share path = /samba/ read only = No valid users = @samba write list = @samba force group = +samba
2001 Mar 22
1
SP6 for Windows NT terminal server AND SAMBA - 2ND try
Had no replies, so here goes again. We recently installed the Terminal server SP6.0 on Windows Terminal server. And are now having problems opening some files with some applications from samba shares. We have traced it to being a file open function used by apps. such as notepad and perl. Any ideas what has changed in SP6 and how to fix it? samba server Samba 2.0.7 on Solaris 2.8 --
2017 Mar 28
6
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
The mystery gets more interesting... I now have a CentOS 7.3 Dell R710 server doing the exact same thing of rebooting immediately after the Xen kernel load. Just to note this is a second system and not just the first system with an update. I hope I'm not introducing something odd. They only "interesting" thing I have done for historical reasons is to change the following
2011 Mar 20
3
Sieve problems (not matching emails expected to match)
I have a sieve file that reads like this: require "fileinto"; # Emacs if header :contains "List-Id" "emacs-devel.gnu.org" { fileinto "mail.emacs-devel"; } elsif header :contains "List-Id" "emacs-bidi.gnu.org" { fileinto "mail.emacs-bidi"; } ... Unfortunately the List-Id based lines don't appear to be working,
2017 Mar 20
3
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
El Lunes 20/03/2017, PJ Welsh escribi?: > Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24. > Thanks > PJ Edit grub's entry and add "noreboot" to your xen parameters, maybe when the kernel panicks xen detects it and automatically reboots it. > On Mon, Mar 20, 2017 at 2:23 PM, Johnny Hughes <johnny at centos.org> wrote: > > On
2017 Mar 20
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
On 03/20/2017 01:20 PM, PJ Welsh wrote: > No warning, but still just reboots with no notice. > Is there any other system info you need? > Thanks > PJ > Try the new 4.9.16-24 packages there now. (reworked the config based on a fedora kernel) > On Mon, Mar 20, 2017 at 11:47 AM, Johnny Hughes <johnny at centos.org > <mailto:johnny at centos.org>> wrote: >
2017 Jun 06
2
bind update flubbed somehow?
hey folks, we upgraded bind last night to bind-9.8.2-0.62.rc1.el6_9.1.x86_64 and now our server seems to not be able to update. Whenever we add records and update the soa and reload, it still shows the old data.. so for example, we have [root at bind1 /var/named]$grep servername domainname.net.zone [root at bind1 /var/named]$nslookup -port=5353 servername 10.115.76.87 Server: 10.10.76.87
2017 Mar 21
2
Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.
On 03/21/2017 07:48 AM, PJ Welsh wrote: > On Mon, Mar 20, 2017 at 5:21 PM, Ricardo J. Barberis > <ricardo at palmtx.com.ar <mailto:ricardo at palmtx.com.ar>> wrote: > > El Lunes 20/03/2017, PJ Welsh escribi?: > > Still just starts the kernel and wihtin 4 seconds reboots with 4.9.16-24. > > Thanks > > PJ > > Edit grub's entry
2015 Oct 15
2
cant reattach to screen session since upgrade of screen rpm?
hey folks, running CentOS release 6.6 (Final) and I was upgrading some rpms and now since screen (and probably some others) were upgraded, I can no longer reattach to my screen session I had running. monsterjam:~ $ rpm -qi screen Name : screen Relocations: (not relocatable) Version : 4.0.3 Vendor: CentOS Release : 18.el6
2008 Aug 01
2
Call Logs
I'm impressed with the call log reporting that Switchvox offers. There's a screenshot here: http://www.switchvox.com/sv?cmd=screenshots&pic=13 Can normal Asterisk do this? I installed AsteriskNow on an old computer, but I couldn't find anything like that in the GUI. I found the CSV file in /var/log/asterisk/cdr-csv, but that's not much help unless there's some other
2015 Sep 10
3
automounter with users home directories on centos 7.
----- Original Message ----- | | [root at server2 home]# mount server1:/home/jason /home/jason | [root at server2 home]# | [root at server2 home]# ls /home/jason/ | Desktop Documents Downloads Music mylogfile.txt Pictures Public | Templates Videos | [root at server2 home]# df -h /home/jason/ | Filesystem Size Used Avail Use% Mounted on | server1:/home/jason 297M 19M 278M 7%
2003 Sep 12
3
say number question
I searched for "say number" in the * google archives and have not found reference to options for "say number". I would like to have * say digits instead of the hundreds and thousands. EG, "1234" would say one two three four.
2015 Oct 14
3
tcp wrappers Question..
hey folks, I keep seeing this on the internet "The user name lookup feature of TCP Wrappers uses identd to identify the username of the remote host. By default, this feature is disabled, as identd may appear hung when there are a large number of TCP connections." but I cant seem to find out how/where to enable said feature. Jason
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
If we change our default subvolume, btrfs receive will fail to find subvolume. To fix this problem, i have two ideas. 1.make btrfs snapshot ioctl support passing source subvolume''s objectid 2.when we want to using interval subvolume path, we mount it other place that use subvolume 5 as its default subvolume. We''d better use the second approach because it won''t bother
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I am getting 400 errors when doing searches. Here is an example search query from dovecot that failed (captured with wireshark): Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 Linux cooked capture Internet Protocol Version 6, Src: ::1, Dst: ::1 Transmission Control Protocol, Src
2015 Sep 21
2
android sdk on centos7 64-bit.
you are correct sir.. something is screwed up! I remember running into a problem with the base repo enabled and swept it under the rug by disabling it for the moment and then forgot all about disabling it.. So when I enable the base repo, and run yum with debug flag, I see the following: Setting up Package Sacks http://mirror.centos.org/centos/%24releasever/os/x86_64/repodata/repomd.xml: