search for: dark

Displaying 20 results from an estimated 1816 matches for "dark".

2008 Feb 29
3
Replace a list of values in data frame
...ike to replace several values in a data frame, such as in: colorful subject response 1 me black 2 me brown 3 you red 4 me black 5 you brown read in with read.table() I would like to replace both "black" and "brown" by "dark". What I have tried was: ToBeReplaced=c("black","brown") Replacement="dark" test1<-replace(colorful,ToBeReplaced,Replacement) which adds two columns: test1 subject response black brown 1 me black dark dark 2 me brown dark dark .... R...
2009 Jun 26
3
Automatically placing a legend in an area with the most white space...
...ge to the contrived example shown below, so thank you for any hints or tips that can be provided. x = seq(0, 1000, by = 1) y1_vals<-rnorm(1000, mean = 0, sd = 50) y2_vals<-rnorm(1000, mean = 25, sd = 40) y3_vals<-rnorm(1000, mean = 115, sd = 40) plot(x_vals, y1_vals, pch=22, col="dark red", bg = "dark red", cex =0.3) points(x_vals, y2_vals, pch=22, col="dark blue", bg = "dark blue", cex =0.3) points(x_vals, y3_vals, pch=22, col="dark green", bg = "dark green", cex =0.3) abline(h=0, col="dark red", lwd=1.5, lty=6)...
2008 Mar 06
2
syslinux / pxelinux and color palette.
...ert my image so that the colors will remain the same after I do a clear screen. What I would like to make is a palette for gimp which I then could use too convert my images, thus achieving my goal :) I have found a list in which order the colors seems to be arranged. 0 = black 8 = dark grey 1 = dark blue 9 = bright blue 2 = dark green a = bright green 3 = dark cyan b = bright cyan 4 = dark red c = bright red 5 = dark purple d = bright purple 6 = brown e = yellow 7 = light grey f = white What I now need is the...
2019 May 26
2
ldapsam cannot find NT password hash
Certainly: https://termbin.com/wr68 Thanks again! On 5/25/19 2:16 PM, Rowland penny via samba wrote: > On 25/05/2019 19:29, David Kowis via samba wrote: >> Hello! >> >> Running on FreeNAS 11 and my smb.conf (via testparm -v) is here >> https://termbin.com/v748 > > Do you want try again posting the smb.conf, but this time run 'testparm' > without the
2017 Sep 23
3
Gnome dark panels
Hi all, simple question and possibly a simple answer: How to get a globally dark theme, so that the panels will also be dark? gnome-tweak-tool doesn't work here. Regards Tim
2012 Mar 28
1
parallel bash scripts
...;>> >>> thanks >> >> Hey Bruce, >> >> Do you mean to run these subprograms in parallel or in series? >> >> cat.sh >> #! /bin/bash >> >> CAT=0 >> until [ $CAT -eq 10 ] >> do >> echo "Inside a dog it's too dark to read. $CAT" >> CAT=$[$CAT + 1] >> sleep 2 >> done >> >> >> dog.sh >> #! /bin/bash >> >> DOG=0 >> until [ $DOG -eq 10 ] >> do >> echo "Next to a dog a book is man's best friend. $DOG" >> DOG=$[$DOG +...
2017 Sep 25
2
Gnome dark panels
...s I mean the lines on top and bottom of a desktop. Regards Tim Am 25. September 2017 05:09:06 MESZ schrieb Johnny Hughes <johnny at centos.org>: >On 09/23/2017 01:09 PM, Tim wrote: >> Hi all, >> >> simple question and possibly a simple answer: How to get a globally >dark theme, so that the panels will also be dark? >> >> gnome-tweak-tool doesn't work here. >> >> Regards >> Tim >> _______________________________________________ >> CentOS mailing list >> CentOS at centos.org >> https://lists.centos.org/mailm...
2006 Jan 07
1
Possible bug with GotoIfTime
...subversion release of Asterisk, I'm running into a problem using labels (as opposed to priorities) with this application. Here is the dialplan segment: ; isolate gotoiftime bug with labels ;exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?2:4) exten => 806,1,GotoIfTime(8:00-20:00,*,*,*?light:dark) exten => 806,n(light),noop(light) exten => 806,n,hangup exten => 806,n(dark),noop(dark) exten => 806,n,hangup As coded, this is what happens when it executes: -- Executing GotoIfTime("IAX2/hack-2", "8:00-20:00|*|*|*?light:dark") in new stack Jan 7 18:38:09 N...
2009 Apr 10
2
Plot legend
...ycle",xlab="Hours (GMT)",ylab="CO2(ppm)",col.main="black",font.main=4,lwd=1.8,col.lab="black",col.sub="Black") points(CO2ppm_2$CO2_ppm,type="b",pch=16,col="green") points(CO2ppm_3$CO2_ppm,type="b",pch=16,col="dark orange") points(CO2ppm_4$CO2_ppm,type="b",pch=16,col="light green") points(CO2ppm_5$CO2_ppm,type="b",pch=16,col="dark green") points(CO2ppm_6$CO2_ppm,type="b",pch=16,col="yellow") points(CO2ppm_7$CO2_ppm,type="b",pch=16,col=...
2019 May 26
0
ldapsam cannot find NT password hash
.... I would change 'server min protocol = SMB2_02' to 'server min protocol = NT1' I would also change 'ldap ssl = start tls' to 'ldap ssl = off' until you get Samba working, you can turn it on again later. You have this:     passdb backend = ldapsam:ldap://pione.dark.kow.is     ldap admin dn = cn=admin,dc=dark,dc=kow,dc=is     ldap suffix = dc=dark,dc=kow,dc=is     ldap user suffix = ou=Users     ldap group suffix = ou=Groups     ldap machine suffix = ou=Computers     ldap ssl = start tls     ldap password sync = yes     ldapsam:trusted = yes     ldaps...
2008 Dec 08
0
Query in Cuminc - stratification
Hello everyone,   I am a very new user of R and I have a query about the cuminc function in the package cmprsk. In particular I would like to verify that I am interpreting the output correctly when we have a stratification variable.   Hypothetical example:   group : fair hair, dark hair fstatus: 1=Relapse, 2=TRM, 0=censored strata: sex (M or F)   Our data would be split into:   Fair, male, relapse Dark,male, relapse Fair, female, relapse Dark, female, relapse   Fair, male, TRM Dark,male, TRM Fair, female, TRM Dark, female, TRM   Fair, male, censored Dark,male, censored Fair,...
2008 Dec 15
0
Cumulative Incidence : Gray's test
Hello everyone, I am a very new user of R and I have a query about the cuminc function in the package cmprsk. In particular I would like to verify that I am interpreting the output correctly when we have a stratification variable. Hypothetical example: group : fair hair, dark hair fstatus: 1=Relapse, 2=TRM, 0=censored strata: sex (M or F) Our data would be split into: Fair, male, relapse Dark,male, relapse Fair, female, relapse Dark, female, relapse Fair, male, TRM Dark,male, TRM Fair, female, TRM Dark, female, TRM Fair, male, censored Dark,male, censored Fair,...
2011 Jul 21
1
How to set Color scale for color2D.matplot()
Hello, everyone. I am trying to show the correlation matrix using color2D.matplot(). And I want to map (0,1) to (dark red to dark green). But by default color2D.matplot() will map(min element of given matrix, max element of given matrix) to (dark red to dark green). Can anyone help me with this issue? Thanks a lot! Youcheng Lin ____________ [[alternative HTML version deleted]]
2017 Sep 25
2
Gnome dark panels
...im >> >> Am 25. September 2017 05:09:06 MESZ schrieb Johnny Hughes < >johnny at centos.org>: >>>On 09/23/2017 01:09 PM, Tim wrote: >>>> Hi all, >>>> >>>> simple question and possibly a simple answer: How to get a globally >>>dark theme, so that the panels will also be dark? >>>> >>>> gnome-tweak-tool doesn't work here. >>>> >>>> Regards >>>> Tim >>>> _______________________________________________ >>>> CentOS mailing list >>>&gt...
2019 May 26
2
ldapsam cannot find NT password hash
...tocol = SMB2_02' to 'server min protocol = > NT1' > > I would also change 'ldap ssl = start tls' to 'ldap ssl = off' until you > get Samba working, you can turn it on again later. > > You have this: > >     passdb backend = ldapsam:ldap://pione.dark.kow.is >     ldap admin dn = cn=admin,dc=dark,dc=kow,dc=is >     ldap suffix = dc=dark,dc=kow,dc=is >     ldap user suffix = ou=Users >     ldap group suffix = ou=Groups >     ldap machine suffix = ou=Computers >     ldap ssl = start tls >     ldap password sync = yes >    ...
2011 Sep 25
3
this is strange and dark
hello admin This is strange and dark: it receives more than one hundred updates and deposits are still not updated are welcome ... -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-key 092164A7 http://urlshort.eu fakessh @ -------------- next part -------------- A non-text at...
2011 Aug 17
2
dotchart vs. dotplot ... groups
..., "C", "C")), var2=c(1,2,1,2,3,4,1,2,3), var3=round(runif(9,1,10),1), plotorder=9:1) dta windows(3,3) dotchart(dta$var3[order(dta$var1, -dta$var2)], groups=dta$var1, labels=dta$var2[order(dta$var1, -dta$var2)], cex=.75, gcolor=c("blue", "red", "dark green"), col=c(rep("blue",2), rep("red",4), rep("dark green",3)), axes=NULL) windows(3,3) dotplot(data=dta, plotorder~var3, groups=var1, col=c("blue", "red", "dark green"), scales=list(y=list(labels=dta$var2[order(dta$plotorder...
2008 Jun 13
1
Switching the order of legend boxes in a lattice bar graph
I suspect there is a simple solution to this problem, but have been unable to find it. Below is some code that I have run to create 3 lattice graphs. I have been asked to change the legend so that the 'No' and dark blue are above "Y" and light blue in the legend to mirror the stacked bars in the graph which feature dark blue above light blue. I have tried changing the data as well as the order of the legend text, without success. Any assistance is much appreciated, regards Bob Green library...
2019 Jun 24
2
Issue with dvd/cdrom drive
...#39;hwinfo --cdrom'? > > # hwinfo --cdrom --short > cdrom: > /dev/sr0 TSSTcorp DVD+-RW TS-H653H > > > Hi Pete, I tried --cdrom, just forgot to include in original post; While searching google, I saw a post where --block --short included cdrom output. [root at darkness ~]# ls -al /dev/sr* ls: cannot access /dev/sr*: No such file or directory [root at darkness ~]# ls /dev/s* /dev/sda /dev/sda3 /dev/sdb1 /dev/sg0 /dev/stderr /dev/sda1 /dev/sda4 /dev/sdb2 /dev/sg1 /dev/stdin /dev/sda2 /dev/sdb /dev/sdb3 /dev/snapshot /dev/stdout [root at...
2017 Sep 25
0
Gnome dark panels
On 09/23/2017 01:09 PM, Tim wrote: > Hi all, > > simple question and possibly a simple answer: How to get a globally dark theme, so that the panels will also be dark? > > gnome-tweak-tool doesn't work here. > > Regards > Tim > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos > I love the...