search for: fluxes

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

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
I am trying to plot fitted lme values as a smooth line of a graph showing the exponential 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,
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
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(0,...
2013 Mar 07
5
multiple plots and looping assistance requested (revised codes)
Hi Irucka, I tried it and was able to plot it without any errors.? Here, your code indicates you need two lines. temper[[i]][1] ?temper[[1]][1] # which 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)
2007 Jun 22
1
exemple html - RSS
alex écrit: Ce n''est pas possible d''afficher RSS/atom lui-même avec Wx::HtmlWindow. Mais vous pouvez vous servir de quelques bibliothèques ruby pour chercher RSS (par exemple ''net/http'', ''mechanize'', ''http-access2'') et l''analyser (par exemple ''rexml''). Donc, on devrait créer HTML qui répresente
2004 Sep 08
1
CUPS integration does not work properly when not linked
I have a Samba 3.0.6 server and a CUPS 1.2.0 server running on my machine. They have been compiled with: Samba: ./configure --with-pam --with-pam_smbpass --with-quotas --with-sys-quotas CUPS: ./configure --prefix=/usr/local/cups --with-cups-user=cups --with-cups- group=cups --with-docdir=/usr/local/cups/docdir --with- logdir=/usr/local/cups/logdir --with-rcdir=/usr/local/cups/rcdir --enable-ssl
2013 Mar 29
1
multiple plots and looping assistance requested (single plot)
HI Irucka, Please check this: temp<- structure(list(`:Bostoncitydata` = structure(list(Month = c(1L, 2L, 3L, NA), Data1 = c(1.5, 12.3, 11.4, NA), Data2 = c(9.1342, 12.31, 3.5, NA)), .Names = c("Month", "Data1", "Data2"), class = "data.frame", row.names = c(NA, -4L)), `:Chicagocitydata` = structure(list(Month = c(1L, 2L, 3L, 4L, 5L, NA), Data1 = c(1.52,
2014 Apr 25
0
Postdoctoral position at NIST
...te the use of spatially dense, surface-based observing networks to locate GHG sources with a top-down methodology, and determine their flux at the targeted levels of accuracy. The successful applicant will conduct research using Bayesian and/or non Bayesian statistical methods to estimate emission fluxes and their associated un-certainties. The candidate will also work closely with other researchers in the field of mesoscale atmospheric models (WRF), Lagrangian particle models, tracer-transport and emission inventories to develop novel methodologies for estimating the flux of CO2 and CH4 to the atm...
2013 Apr 10
0
Problem with ode
Hi, I am trying to run a 1D nutrient-phytoplankton-zooplankton model in R using the package 'deSolve'. The code is shown below: DEPTH = seq(2.5, 147.5, 5) NPZ = function(t, state, params){ with(as.list(params), { P <- state[1:NB] Z <- state[(NB + 1): (2*NB)] N <- state[(2*NB + 1): (3*NB)] F.I = function(z, hr){ I0 = function(hr){
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
2013 Mar 05
2
multiple plots and looping assistance requested
Hi all, I have a couple of questions. 1) Is there a more effective way to remove the following pattern (patternrm) from the station_id_Timeseries (see below) patternrm <- c(_2000_4_OND, _2001_1_JFM, _2001_2_AMJ, _2001_3_JAS, _2001_4_OND, _2002_1_JFM, _2002_2_AMJ, _2002_3_JAS, _2002_4_OND, _2003_1_JFM, _2003_2_AMJ, _2003_3_JAS, _2003_4_OND, _2004_1_JFM, _2004_2_AMJ, _2004_3_JAS, _2000_4_OND) #
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-l...
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
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,
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 the stoichiometrix matrix looking for n...
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
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
William E. Dent will be away from Wednesday August 30, 2000 to Tuesday September 5, 2000. Mail is being forwarded to wedent@home.com. Original Message Text follows: ---------------------------------------------------------- Send samba mailing list submissions to samba@lists.samba.org To subscribe or unsubscribe via the World Wide Web, visit
2019 Feb 10
2
AD Backup Best Practice
On Sun, 10 Feb 2019 at 19:52, Rowland Penny via samba <samba at lists.samba.org> wrote: > On Sun, 10 Feb 2019 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