search for: photons

Displaying 20 results from an estimated 59 matches for "photons".

Did you mean: photon
2009 Oct 19
1
How do I wrap a long mixed text/math expression in an axis label?
...methods on my label, the exact string is returned, rather than evaluating the math symbols. My starting point: x<-c(1:10) y<-seq(5,50,5) par(mar=c(6,6,6,1),cex.lab=1.3,cex.axis=1.2) plot(x,y, xlab=NA, ylab=expression(paste("Saturating Irradiance, ",E[k],", ",mu,"mol photons ", m^-1," ", s^-1))) An unsuccessful example: plot(x,y, xlab=NA, ylab=strwrap(expression(paste("Saturating Irradiance, ",E[k],", ",mu,"mol photons ", m^-1," ", s^-1)), width=26)) I've tried so many iterations that I have thoroughly confu...
2019 Jan 04
4
thunderbird & firefox
I *really* dislike the new photon UI. I WANT the arrow buttons top and bottom of the scrollbars. Does anyone know how to bring them back, or is that "that's *sooo* last year, you can't ever have them again"? mark
2006 Aug 05
5
error with db:migrate
I''m new to ROR, and am working my way through the Agile Web Development Book. In the test application, the authors tell me to test my database connection by performing "rake db:migrate". When I do, I get the error "Don''t know how to build task ''db:migrate''" I''ve been looking around at the files, and I see a reference to a
2023 Aug 17
21
[Bug 3603] New: ssh clients can't communicate with server with default cipher when fips is enabled at server end
https://bugzilla.mindrot.org/show_bug.cgi?id=3603 Bug ID: 3603 Summary: ssh clients can't communicate with server with default cipher when fips is enabled at server end Product: Portable OpenSSH Version: 9.4p1 Hardware: All OS: Linux Status: NEW Severity: critical
2019 Jan 04
1
thunderbird & firefox
Alice Wonder wrote: > On 1/4/19 8:28 AM, mark wrote: > >> I *really* dislike the new photon UI. I WANT the arrow buttons top and >> bottom of the scrollbars. >> >> Does anyone know how to bring them back, or is that "that's *sooo* last >> year, you can't ever have them again"? >> > Switch to Mate and they are there. I used to like
2006 Aug 24
1
Lattice symbol size and legend margins
Hi: I am using the following command: xyplot(dat6$CO3*1e6 ~ dat6$irradiance, data=dat6, group=ref, xlab=list(label=expression(paste("Irradiance (", mu, "mol photons", m^"-2", " ", s^"-1", ")")), cex=1.3), ylab=list(label=expression(paste("Carbonate concentration (x ", 10^"6", " ", kg^"-1", ")")) , cex=1.3), scales = list(x = list(cex=1.1), y = list(cex=1.1)), ty...
2024 Mar 12
1
rsync segfaults when openssl fips is enabled
Hi All, Any inputs on this issue? -- Shedi On Wed, Feb 21, 2024 at 5:12?PM Shreenidhi Shedi < shreenidhi.shedi at broadcom.com> wrote: > Hi All, > > Copying the content from the GH issue as is. > Need your inputs on the same. > FWIW, the coredump files generated in linux have xattr values which are > > 32 bytes. > > https://github.com/WayneD/rsync/issues/569
2006 Aug 06
4
Can''t run rails
Yesterday, I was having a problem with db:migrate. I was told my version of rails was too old, and I needed to install it from gems instead of the version in my version of Ubuntu. Since then, I''ve done that, and I built ruby 1.8.4 from source and installed it. The installation was to /usr/local/bin. As my distribution had put ruby 1.8.3 in /usr/bin, I renamed that and put a link to
2010 Jul 22
6
To PAE or not to PAE...
Hi, I was wondering if anyone would know the cons of running a PAE kernel...? I have a 4GB pc and was wondering if it was worth going the PAE way to gain those exta 700MB... In the past, I heard that these 700MB were normally reserved for bios or chipset stuff... And that running in PAE would slow down some processes. By the way, I know 64 bits would solve this dilemn but right now I am
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list, I notice a small inconsistency with the command completion of the R CMD check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0 but the command line completion still suggests it: cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab> --no-clean --no-examples --no-latex --no-vignettes --no-codoc --no-install
2012 Jan 11
3
Command completion of the R binary / Ubuntu
Dear Deepayan and dear list, I notice a small inconsistency with the command completion of the R CMD check. --no-latex is deprecated sincs R 2.12.0 and defunct since 2.13.0 but the command line completion still suggests it: cb at cbdesktop:~/r-devel$ bin/R CMD check --no-<here I hit tab> --no-clean --no-examples --no-latex --no-vignettes --no-codoc --no-install
2018 Apr 26
2
[HiPEAC 2019- publicity] CALL FOR PAPERS: HiPEAC 2019, Valencia, Spain
HiPEAC 2019 CALL FOR PAPERS The 14th International Conference on High-Performance Embedded Architectures and Compilers 21-23January, 2019 Valencia, Spain web: hipeac.net/conference<http://hipeac.net/conference> The HiPEAC conference is the premier European forum for experts in computer architecture, programming models, compilers and operating systems for embedded and general-purpose
2013 Apr 23
2
Needed: Beta Testers and Summer Camp Students
Greetings. I'm teaching linear regression this semester and that means I write more functions for my regression support package "rockchalk". I'm at a point now were some fresh eyes would help, so if you are a student in a course on regression, please consider looking over my package overview document here: http://pj.freefaculty.org/R/rockchalk.pdf That tells how you can grab
2020 Jan 16
3
CentOS 8: several packages have unresolved dependencies after "dnf update all "
I am doing a dnf install package_without_version for instance for g++: [piot at paris opal]$ sudo dnf install gcc-c++ Last metadata expiration check: 0:01:06 ago on Thu 16 Jan 2020 06:45:59 AM CST. Error: Problem: package gcc-8.3.1-4.5.el8.x86_64 requires glibc-devel >= 2.2.90-12, but none of the providers can be installed - package glibc-devel-2.28-72.el8.i686 requires glibc-headers, but
2012 Dec 05
1
nlme starting values are not the correct length
Dear R community, I am trying to fit an nlme model where I want to estimate the fixed effects of two treatments on the parameters on the following equation Photo~(a*(1-exp(-c*PARi/a)))-b I was able to fit a simple model without covariates following the method described in Mixed-Effects Methods and Classes for S and S-PLUS, version 3.0, but when I add the covariates, I get the error "
2020 Jan 16
2
CentOS 8: several packages have unresolved dependencies after "dnf update all "
Thanks, Stephen. Just for completeness, the repo I am currently pointing to are [piot at paris opal]$ sudo dnf update CentOS-8 - AppStream 775 kB/s | 5.8 MB 00:07 CentOS-8 - Base 798 kB/s | 4.0 MB 00:05 CentOS-8 - Extras 2.9 kB/s | 2.1 kB 00:00 CentOS-8 - PowerTools 686 kB/s | 2.0 MB 00:02
2009 Jan 14
1
publication statistics from Web of Science
Dear list, This is a bit of an off-topic question, but I'm hoping to get some advice from more experienced people. I've used the website "Web of Science" to manually collect publication counts responding to several keywords as a function of date, since the 1960s. http://apps.isiknowledge.com/RAMore.do?product=UA&search_mode=&SID=P1g9lFJp9 at
2019 Jan 04
0
thunderbird & firefox
On Friday, January 4, 2019 10:28:35 AM CST mark wrote: > I *really* dislike the new photon UI. I WANT the arrow buttons top and > bottom of the scrollbars. > > Does anyone know how to bring them back, or is that "that's *sooo* last > year, you can't ever have them again"? > > mark > > _______________________________________________ >
2019 Jan 04
0
thunderbird & firefox
On 1/4/19 8:28 AM, mark wrote: > I *really* dislike the new photon UI. I WANT the arrow buttons top and > bottom of the scrollbars. > > Does anyone know how to bring them back, or is that "that's *sooo* last > year, you can't ever have them again"? > > mark > > _______________________________________________ > CentOS mailing list >
2024 Feb 21
1
rsync segfaults when openssl fips is enabled
Hi All, Copying the content from the GH issue as is. Need your inputs on the same. FWIW, the coredump files generated in linux have xattr values which are > 32 bytes. https://github.com/WayneD/rsync/issues/569 Hi All, System details: root at ph3dev [ ~ ]# rsync --version rsync version 3.2.4 protocol version 31 Capabilities: 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long