search for: flux

Displaying 20 results from an estimated 301 matches for "flux".

2009 Oct 26
17
[Bug 1667] New: sshd slow connect with 'UseDNS yes'
https://bugzilla.mindrot.org/show_bug.cgi?id=1667 Summary: sshd slow connect with 'UseDNS yes' Product: Portable OpenSSH Version: 5.2p1 Platform: All OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy:
2010 Mar 02
0
plotting fitted lme values as a smooth line
...onential relationship between temperature and soil respiration. In the plot, the x-axis has temperature, and the y-axis has soil respiration. When I try to add a line showing temperature versus the fitted values, it is jagged and not smooth. Here is the code I used: lme.1<-lme(fixed=LnFlux~Temp, random=~1|Plt, data=resp) fit.1<-exp(fitted(lme.1)) plot(Flux$Temp, Flux$Flux, xlab="Temperature", ylab=expression("CO"[2]*"Flux"), xlim=c(-10, 25), ylim=c(0,250), pch=16) ord1<-order(CFlux$Temp) lines(CFlux$TempC[ord1], fit.1[ord1], lty=1, lwd=2) This...
2008 Jan 30
9
catching errors, rspec basics
Trying to spec the following but don''t know if I''m using the right matcher. How do I spec? Plz, sugar on tops. Audience.stats - should have a stats of 80 when passed a flux of 10 - should return an error when passed a string (ERROR - 1) 1) TypeError in ''Audience.stats should return an error when passed a string'' String can''t be coerced into Fixnum ./audience.rb:11:in `*'' ./audience.rb:11:in `stats='' ./audience_spec.rb:29:...
2018 May 31
0
Help in dynamic simulation using deSolve
Hi R help, I wanted to simulate two pool model (A&B) using deSolve package for time 0 to 12 by 1.? Initial values of the state variables are A=5, B=3. The fluxes are as follows1) Flux into A= 5 units per unit time?2) Flux from A to B= 0.33) Flux out of A=0.1?4) Flux from B to A=0.35) Flux out of B=0.3 Here is the R code I compiled to estimate the size of A and B and graph the output library(deSolve) # Define time sequence from 0 to 12 by 1 time <- seq(...
2013 Mar 07
5
multiple plots and looping assistance requested (revised codes)
...hich is the column 1. ? Month 1???? 1 2???? 2 3???? 3 ?temper[[1]][2] #? Data1 #1?? 1.5 #2? 12.3 #3? 11.4 Suppose I use names(temper) instead of seq_along(temper) pdf("irucka.pdf") ?lapply(names(temper),function(i) {plot(as.matrix(temper[[i]][1]),as.matrix(temper[[i]][2]),main="Fluxmaster versus EGRET/WRTDS \n Seasonal FLux Sum",sub=i,xlab="Calendar Year Timesteps",ylab="Total Flux (kg/season)"); lines(temper[[i]][1]); lines(temper[[i]][2])}) dev.off() which may not be the one you wanted. A.K. ________________________________ From: Irucka Embry <i...
2007 Jun 22
1
exemple html - RSS
...Donc, on devrait créer HTML qui répresente ce que contient le RSS (le titre, le page vers ce qu''il lier, etc), et l''afficher dans Wx::HtmlWindow par son mèthode ''set_page'', qui accepte un paramètre de source HTML. En cette manière, on peut realiser un lecteur flux RSS/atom. sébastien répond: j''ai réaliser un lecteur rss/atom qui me permet d''avoir le nom du flux avec l''heure, la date, et le titre de l''article, mais ce que j''aimerai pouvoir faire, c''est pouvoir afficher la page web du flux intégralement, d...
2004 Sep 08
1
CUPS integration does not work properly when not linked
...tation states that even without linking it should work fine, however, it doesn't. /etc/printcap contains: === # This file was automatically generated by cupsd(8) from the # /usr/local/cups/etc/cups/printers.conf file. All changes to this file # will be lost. Kyocera_FS-3750|Kyocera_FS-3750:rm=flux:rp=Kyocera_FS-3750: === This is the printer I set up via CUPS. I can print to it using the CUPS web interface (print test page). My /usr/local/samba/lib/smb.conf looks like: === # Samba config file created using SWAT # from 192.168.10.105 (192.168.10.105) # Date: 2004/09/08 17:58:00 # Global pa...
2013 Mar 29
1
multiple plots and looping assistance requested (single plot)
...,function(x) x[is.data.frame(x)]) #3 columns subset temp3<-temp1[lapply(temp1,length)==3] temp3New<-temp3[sapply(temp3,is.data.frame)] pdf("Irucka.pdf") lapply(names(temp3New),function(i) {x<-temp3New[[i]]; matplot(x[,1],x[,-1],type="n",lty=1,sub=i,main="Seasonal Flux Sum", xlab="Calendar Year Timesteps",ylab="Total Flux (kg/season)"); matlines(x[,1],x[,-1],type="l",lty=1:2,lwd=1,col=1:2)}) dev.off() A.K. ________________________________ From: Irucka Embry <iruckaE at mail2world.com> To: smartpink111 at yahoo.com Se...
2014 Apr 25
0
Postdoctoral position at NIST
...Position Announcement National Institute of Standards and Technology Gaithersburg, Maryland The National Institute of Standards and Technology (NIST) is seeking to fill a post-doctoral / guest researcher position to work on greenhouse gas emissions and dispersion modeling, including atmospheric flux inversions. As part of its Greenhouse Gas (GHG) and Climate Science Measurements program, NIST is developing advanced measurement tools and standards to independently verify greenhouse gas emissions data both nationally and internationally. The Indianapolis Flux Project (INFLUX) was initiated as p...
2013 Apr 10
0
Problem with ode
...} J1 = function(x){ n = 10^3 FI2 <- function(y)F.I(z = x, y) J1 = sum(sapply(runif(n, 0, 16), FI2))*16/24/n return(J1) } J = sapply(DEPTH, J1) #the factor of light limitation deltaz <- c(rep(5, NB - 1), 2.5) P.Flux <- -D*diff(c(P,0))/deltaz Z.Flux <- -D*diff(c(Z,0))/deltaz N.Flux <- -D*diff(c(N,N0))/deltaz dP.dt = P*um*N/(N+Kn)*J - Z*Im*P^2/(P^2+Kp^2) - diff(c(0,P.Flux))/delz dZ.dt = Z*(eps*Im*P^2/(P^2+Kp^2) - g*Z) - diff(c(0,Z.Flux))/delz dN.dt = -P*um*N/(N+Kn)*J +...
2019 Feb 10
2
AD Backup Best Practice
On Sun, 10 Feb 2019 at 17:42, Rowland Penny via samba <samba at lists.samba.org> wrote: > > > The problem is that a Samba AD DC is constantly in flux, that is, it > changes constantly, if your 'snapshot' can guarantee it is correct, > then I see no problem, but you would only really know when you tried > to restore it. > > >With regards to information between 2 backups being lost, how > > is that different with ot...
2013 Mar 05
2
multiple plots and looping assistance requested
...from a .csv file where there are about 100 sites and each site has it own unique station_id. In the end there should be a .pdf plot for each site. This is the full R code that I have written to process the data from the .csv file in order to plot it: trytablecompare <- read.csv("calibset_fluxmasterandWRTDS_20130226.csv", sep = ",", stringsAsFactors = FALSE) x = trytablecompare[-c(1:2, 2193:2196), 1] sub("(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)(\\w)$", "", x, perl=TRUE) columnsneed <- trytablecompare[-c(1:2, 2193:2196), c(1, 16, 18)] site...
2002 Oct 02
2
R vs Fortran
...end of mine saw the source code once, and had to be strapped down for his own (and my!) safety. It's time to rewrite it in a more object-oriented manner. I have a couple of options: port the thing to c++, or deal directly in R. The R route has a number of advantages. For example, I deal with fluxes between adjacent chessboard-square-style elements. The Fortran idiom is: do 10 i=1,200 do 20 j=1,200 flux(i,j) = ( r(i,j)*u(i+1,j) + r(i+1,j)*u(i,j) ) /2 20 continue 10 continue where r is the density and u the x-component of velocity. I might need to do this or similar...
2018 Dec 07
2
Testing compiler reliability using Csmith
Hello everyone! We are working on writing a paper about testing the reliability of C compilers by using Csmith (a random C99 program generator). A previous testing effort, using Csmith, found 202 LLVM bugs, which represented 2% of all reported bugs at that time (PDF: https://www.flux.utah.edu/download?uid=114 <https://www.flux.utah.edu/download?uid=114>): . However, after this paper was published we are unaware of any further testing using Csmith, and we would like to ask you if you are aware of any such efforts or further results. Best regards, Radu Ometita, Functional...
2005 Sep 14
1
Long lines with Sweave
I have used Sweave a lot the latest year, but never really used any long function calls. If I have code which look like this ------------------------------------------------------------- gof <- benthic.flux(ID="Gulf of Finland", meas.conc=conc, bw.conc=bw.conc, time=times, substance=expression(DIC~(mmol~m^{-3})) ) ------------------------------------------------------------- I get the ou...
2010 Jul 21
0
Converting Between Character and Numeric Objects
Hello, I'm trying to convert a vector of string objects to a numeric object by initializing the variables with values. I use the function below to scan through a matrix and create mass action flux relationships: makeMassActionFluxes = function(sMatrix) { #Allocate a matrix with identical dimensions as the inputted stoichiometric matrix temp = matrix(nrow = dim(sMatrix)[1], ncol = dim(sMatrix)[2]) velocities = vector(length = dim(sMatrix)[2]) ## This series of 'for' loops scans th...
2004 May 07
7
Asterisk and Cisco 7960 problems persist (for me, anyway)
It seems that each time I get a new checkout of * from CVS my Cisco 7960 works worse than before. I know this stuff's in flux, so I mention this in case it's news. Anyone else having trouble? What I'm seeing (er, hearing) is really choppy audio. The previous version I had installed had fairly frequent audio dropouts (not present when I make the same calls through the same * box using a TDM400P interface). C...
2016 Jan 22
20
[Bug 93828] New: Xorg hangs randomly with nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=93828 Bug ID: 93828 Summary: Xorg hangs randomly with nouveau driver Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assignee:
2000 Aug 31
0
Out of Office Response: samba digest, Vol 1 #18 - 10 msgs
...rry Maddock) 8. Re: configure not work (Feiqi(Frank) Zhu) 9. I'm new to all this... (Hatfield, Daniel) 10. configure error (Meredith, Daniel) --__--__-- Message: 1 Reply-To: unixtom@hotmail.com From: "Tom Schaefer" <unixtom@hotmail.com> To: gerrym@futuremetals.com, linux@flux.org, alg@austinlug.org, samba@samba.org Subject: Re: [Linux] Samba as Wins Server and Domain Controller Date: Wed, 30 Aug 2000 15:13:03 EDT As much as I love Samba, OpenSores, Linux and apple pie, setting Samba as an NT domain controller used to be a bit of a hack that required a lot of shoe horni...
2019 Feb 10
2
AD Backup Best Practice
...19 19:33:17 +0100 > Viktor Trojanovic <viktor at troja.ch> wrote: > > > On Sun, 10 Feb 2019 at 17:42, Rowland Penny via samba > > <samba at lists.samba.org> wrote: > > > > > > > > > > > The problem is that a Samba AD DC is constantly in flux, that is, it > > > changes constantly, if your 'snapshot' can guarantee it is correct, > > > then I see no problem, but you would only really know when you tried > > > to restore it. > > > > > > >With regards to information between 2 backups b...