similar to: Using color and plotting characters in a scatterplot matrix [Newbie Help]

Displaying 20 results from an estimated 3000 matches similar to: "Using color and plotting characters in a scatterplot matrix [Newbie Help]"

2018 Feb 20
0
use clang++ to build lulesh 2.0 failed
> ​It looks like clang++ is complaining about the thrust library comes with cuda, The Thrust library that comes with CUDA is indeed not compatible with clang. We made a number of changes to Thrust to make it work with clang (it was relying on what we considered to be bugs in nvcc), but they're only available in the upstream Thrust: https://github.com/thrust/thrust. No promises that one
2018 Feb 20
2
use clang++ to build lulesh 2.0 failed
Hello, I'm trying to use clang++ instead of nvcc to build lulesh 2.0 cuda version. And it fails in the compilation with errors like the one below: opt/common/cuda/cuda-7.5.18/include/thrust/iterator/iterator_adaptor.h:187:5: error: expected member name or ';' after declaration specifiers __thrust_exec_check_disable__ ​It looks like clang++ is complaining about the thrust library
2008 Dec 13
2
odd behavior when multiplying data frame by an element
could someone explain what is happening below ? I was trying to solve a related question on the list and then , as I was solving it, I was getting strange answers and then I noticed below. It's obviously not a bug but I don't get it. Thanks. m <- data.frame(class = c("birds", "planes"), feather = c(1,3), jet = c(2,4)) d1 <- data.frame(jet = c(10), feather =
2008 Dec 13
2
odd behavior when multiplying data frame by an element
could someone explain what is happening below ? I was trying to solve a related question on the list and then , as I was solving it, I was getting strange answers and then I noticed below. It's obviously not a bug but I don't get it. Thanks. m <- data.frame(class = c("birds", "planes"), feather = c(1,3), jet = c(2,4)) d1 <- data.frame(jet = c(10), feather =
2007 Jan 07
1
main features of Rails 2.0 ?
Now that Rails1.2 will be released in a week or two, I can''t help but wonder what''s in store in Rails2.0. To me the Rails1.2 is all about REST. Of course they have added some nify features all around (nil?, passing a has to find and much more). But the main thrust was REST. What''s the main thrust in Rails 2.0? - Neeraj
2000 Apr 02
3
Printing to a Jet Direct card
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Everyone, Will samba handle printing to a printer connected to the network with a jet direct card. I currently print to a locally connected laser jet 4 plus and need to add a color printer as well. Will samba handle printing to an IP address or is the only solution to try and add another parrallel port. I am running RH 6.1 and Samba 2.06. I
2006 Mar 23
2
invalid variable type in model.frame within a function
Dear expeRts, I came across the following error in using model.frame: # make a data.frame jet=data.frame(y=rnorm(10),x1=rnorm(10),x2=rnorm(10),rvar=rnorm(10)) # spec of formula mf1=y~x1+x2 # make the model.frame mf=model.frame(formula=mf1,data=jet,weights=rvar) Which gives the desired output: > mf y x1 x2 (weights) 1 0.8041254 0.1815366 0.4999551 1.4957814 2
2003 Jun 12
1
fxs card not loading in new computer
(I'm producing a writeup on all the things one run into building an * box. Which after a couple of boxes is showing up aplenty.) So this uses the working h/w and config's from another box. All I do is build in a new computer. Loading the modules I got: __________________________________________________ Zaptel Configuration ====================== Channel map: Channel 01: FXS
2012 May 16
1
NTP Daemon in not bound to port
Hello Dear Friends, it is CentOS Release 6.2, ntpd is running but do not see bounded to the port udp:123 any guidelines would be very much appreciable. [root at jet mavi]# netstat -ntlp | grep ntpd <nothing in output> [root at jet mavi]# netstat -ntl | grep 123 <nothing in output> But the service is running - [root at jet mavi]# /etc/init.d/ntpd status ntpd (pid 15876) is
2003 Jan 10
1
Samba/CUPS printing again
Hello...again...Y'all are getting sick of me, aren't ya? ;) Anyway, I am having quite the dilemna about printing. I'm using samba 2.2.7a aong with cups-1.1.5. I know this is an old version of cups, but this is a production server and I don't want to fool with it yet. Anyway, we have 2 printers: HP laser Jet 4 Plus and an Office Jet R80. each are running off a jet direct. One
2007 Jun 28
2
NOTICE: cannot instrument return of fd_intr at 7b7d6278: non-canonical return instruction
Folks; During a jumpstart (2nd boot) of a Sun Fire 240 with Solaris 10 Update 3 (11/06), I noticed the following message; Jun 27 11:43:33 first fbt: NOTICE: cannot instrument return of fd_intr at 7b7d6278: non-canonical return instruction Kernel level was Generic_118833-33. Jumpstart was conducted using the standard JET modules. What gives? The jumpstart worked though. Solaris 10 installed
2008 Dec 11
1
How do I tapply to a data frame with arbitrary column labels?
I have a data file that looks like this class pigeon falcon propeller jet wing fly birds 25 37 0 0 2 1 planes 0 1 28 40 1 3 birds 19 41 0 1 4 6 planes 0 0 25 50 5 5 planes 1 0
2005 Aug 23
2
On Shutdown/Reboot
Specs: Oracle 9.2.0.4 OS is Redhat AS2.1 ocfs-2.4.9-e-summit-1.0.12-1 ocfs-tools-1.0.10-1 ocfs-support-1.0.10-1 ocfs-2.4.9-e-enterprise-1.0.12-1 Shared Storage: Dell/EMC CX600 naviagentcli-6.19.0.4.14-1.noarch.rpm PowerPath 4.4 Post navisphere shuttingdown, The ocfs service attempts to stop Then I get errors: Ocfs:Unmounting drive on [privatenic] 7959 err: unable to sendmsg error: -101,
2012 Dec 04
2
403 Forbidden from nginx when unicorn started in debug mode
I am using nginx with unicorn as a reverse proxy. Has been fantastic, but needed to look through some code for first time. Using ruby 1.9.3p194 with rails 3.2.9, development mode with ssl enabled, I start unicorn with -d ...and it does not get served up by nginx. Any ideas, or more information needed? Thanks! Jet Below is my unicorn.rb for developent: # config/unicorn.rb env =
2010 Sep 24
2
why I could not reproduce the Mandelbrot plot demonstrated on R wiki
I am trying to reproduce the nice looking of Mandelbrot demonstrated by R wiki page by the following code: library(caTools) # external package providing write.gif function jet.colors = colorRampPalette(c("#00007F", "blue", "#007FFF", "cyan", "#7FFF7F", "yellow", "#FF7F00",
2006 Feb 08
1
odd 'digital' sound artifacts
Hi, I've got some weird sound artifacts happening during calls, they're very hard to describe, so I have a 122kb recording: http://openprojects.rarcoa.com/~miztic/artifact.wav normally the artifacts are just short blips, not quite as long as the one above, but they sound the same. When using the aggressive echo suppressor, it seems like those artifacts cause a really loud buzzing sound to
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
The REV I card shows up in the PCI table as: 02:05.0 Network controller: Tiger Jet Network Inc. Intel 537 (or 02:05.0 Class 0280: e159:0001) Subsystem: Unknown device b119:0001 But the REV E/F shows up as: 02:0d.0 Communication controller: Tiger Jet Network Inc. Tiger3XX Modem/ISDN interface (or 02:0d.0 Class 0780: e159:0001) Subsystem: Unknown device b100:0003 One
1999 Aug 22
4
Jet Direct Printers and Plotters
We have a HP Design Jet 650C Plotter which is hooked to the net via a jetdirect nic. Now I dont have a clue on how to use this plotter over the net. It doesent show up in the network neighborhood and I cant find anything about jetdirect plotters in the Linux documentation or the inet. The server is running Suse Linux 6.2 and Samba 2.05a. TIA Florian v. Behr
2008 Aug 12
3
Multisim: unable to initialize DAO/jet db engine
Hi all, I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database. Any help would be much appreciated. Thankyou
2003 Sep 04
3
Cant locate my X100P
Hello After having installed my X100P, /proc/pci and /proc/interrupts dosent locate them. In my PCI list is it the Communication controller: Tiger Jet Network Inc ? then is dosent have a IRQ listed in /proc/pci.. All help appreciated Thanks and Regards Ajit ===========================/proc/pci================================== PCI devices found: Bus 0, device 0, function 0: Host