search for: inic

Displaying 10 results from an estimated 10 matches for "inic".

Did you mean: inc
2005 Oct 25
3
making an inicator variable
Hello, I am almost a total novice, and I am sure there must be an easy (and basic) way to turn a variable of 1's and 2's into a variable of zeros and ones. This is in a data frame, but if I could do it with vectors, that's all I need. Can someone tell me how? Thanks so much, Jen
2009 Dec 06
2
Error in eval(expr, envir, enclos) : object 'N' not found
...ave no object 'N' anywhere in the script. I made an identical version of models states, parameters, and everything just by adding 2 after each one, and I'm still getting this error. Thanks, -Hans ::CODE:: require(odesolve); ###Params for running script ## iniT=1E3; iniN=10; iniM=0; iniC=1E3; num_days = 30; interval_size = .1; OF_prcnt = .10; model <- function(t, state, pars) { with (as.list(c(state, pars)), { dT=(a*T-a*T*b*T) - (c1*N*T) - (Kt*M*T) dN=a1 - (f*N) + g * (T/(h+T)) * N - (p * N * T) - (Kn * M * N) dC=a2 - (beta * C) - (Kc * M * C) dM= -(gamma) * M + Vm...
2010 Jun 06
5
[PATCH] virtio_net: indicate oom when addbuf returns failure
...the 2.6.32 and 2.6.33 stable trees. > > If the add_buf operation fails, indicate failure to the caller. > > Signed-off-by: Bruce Rogers <brogers at novell.com> > Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Actually this code looks strange: Note that add_buf inicates out of memory condition with a positive return value, and ring full (which is not an error!) with -ENOSPC. So it seems that this patch (and upstream code) will fill the ring and then end up setting oom = true and rescheduling the work forever. And I suspect I actually saw this at some point o...
2010 Jun 06
5
[PATCH] virtio_net: indicate oom when addbuf returns failure
...the 2.6.32 and 2.6.33 stable trees. > > If the add_buf operation fails, indicate failure to the caller. > > Signed-off-by: Bruce Rogers <brogers at novell.com> > Signed-off-by: Rusty Russell <rusty at rustcorp.com.au> Actually this code looks strange: Note that add_buf inicates out of memory condition with a positive return value, and ring full (which is not an error!) with -ENOSPC. So it seems that this patch (and upstream code) will fill the ring and then end up setting oom = true and rescheduling the work forever. And I suspect I actually saw this at some point o...
2007 Aug 24
0
speex DTX chore
...io.h> #include <windows.h> // // ======== Constructor ======== // // FUNCTION: initializes encoder with narrow or wide band // according to sampling frequency // // PARAMETERS: // - fs - sampling frequency sets the speex mode nb/wb // - qlty - 1 to 10 // - vad - 1 or 0, inicating on or off for the voice activity detection feature // - denoise - 1 or 0, inicating on or off for the denoising feature // - agc - 1 or 0, inicating on or off for the auto Gain control feature // - dtx- 1 or 0, inicating on or off for the discontinious transmition feature // // RETU...
2006 Mar 22
1
Double complex with gcc and Intel v9 Fortran (PR#8699)
...fied version of the two test files is added at the end). When compiling ifort -c ctest.f gcc -c cftest.c and linking properly, ifort -nofor_main cftest.o ctest.o -o runme running the executable gives the following output: ./runme 123.456000 14.710644 0.000000 -0.000006 To me, this inicates that the test should actually be passed successfully. Unfortunately, I haven't quite understood how to rebuild the configure.ac etc once R.m4 is changed; otherwise I would try to come up with a patch for R.m4. But maybe someone else can fix this? Many thanks, Christian. ----<ctest...
2011 Sep 18
9
Rails 3 and postgresql
...'::regclass) nombre | character varying(40) | path | character varying(250) | in a method I have : id = params[:album].to_i @album = Pack.find id That is the sentence located using debugger. The answer in the browser: ActiveRecord::StatementInvalid in FotosController#inic PGError: ERROR: zero-length delimited identifier at or near """" LINE 1: SELECT "packs".* FROM "packs" WHERE "packs"."" = $1 LIMIT ... ^ : SELECT "packs".* FROM "pac...
2006 Oct 15
0
Ringtones won't work
...nd list the filenames in the web browser config pages, but still show "ms, Inc." under the Ring Type menu? - Busy indicators/presence. I have configured a buddy watcher on the 601 which will show the appropriate Online/On Phone status of the 301 through the Buddies menu, but it does not inicate the status from the directory key/button on the main screen. Should the indicator beside the contact name not show some sort of status update when the associated buddy is on the phone? - Voicemail. This one is just odd, and I have only found one search result that has the same issue but unfor...
2016 Jun 16
0
Unable to mount a USB DVD drive
...ct=2, SerialNumber=3 Jun 15 18:29:38 norman kernel: usb 1-3: Product: RW/DVD_GCC-T10N Jun 15 18:29:38 norman kernel: usb 1-3: Manufacturer: Initio Jun 15 18:29:38 norman kernel: usb 1-3: SerialNumber: 0000000000000000W [root at norman ~]# lsusb Bus 001 Device 005: ID 13fd:1040 Initio Corporation INIC-1511L PATA Bridge Bus 002 Device 002: ID 413c:2107 Dell Computer Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux...
2006 Jun 16
1
Problem with default_mail_env in beta9
...Jun 16 14:54:41 Info: POP3(sca): maildir: data=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB dovecot: Jun 16 14:54:41 Info: POP3(sca): maildir: root=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB, index=/var/mail//HOME_DIRECTORY_USED_BUT_NOT_GIVEN_BY_USERDB, control=, inbox= this inicates to me, that 1. homedirvariable is unset OK, because I assigned mailMessageStore to local FOO 2. default_mail_env is correct evaluated to maildir:/var/mail/%h Question: Why is default_mail_env not correct evalueted to maildir:/var/mail/sca/ if sca/ is set as homedir ? As mentions above,...