search for: iwould

Displaying 13 results from an estimated 13 matches for "iwould".

Did you mean: would
2007 Mar 03
2
Help with HTB rules (experiencing latency)
Hello, I''m using these rules (attached) to control traffic going out from ip 192.168.0.100 which is acting as a p2p server, but when I have these rules on and mldonkey running I experience some latency in web pages, which Iwould like to eliminate. I''ve read that this is where the burst and cburst (even quantum) parameters are useful, but I still can''t understand crearly how to set them (there are few examples using up rates of ~25kb/s), I hope you can check my rules and give me a hint on what to do....
2012 May 22
1
confused with indexing
...no element, in case the indexSkipped remains unchanged (in its initial value). 2) When u define a variable as empty, I usually use NULL, how I can check afterwords if that holds or not. If I use  the  (indexSkipped==NULL) logical(0) this does not return true or false. How I can do that check? Iwould like to thank you in advance for your help B.R Alex [[alternative HTML version deleted]]
2005 Jan 17
2
Programming questions
...e difference "SPEEX_GET_FRAME_SIZE" and "SPEEX_MODE_FRAME_SIZE" operations. This should not be identical since these operations are provided by two different functions but I don't see any explanation of a difference in the documentation. Iwould greatly appreciate If somebody has some answer to these questions. Thanks and best regards, Alain Aubord
2009 Jan 29
0
Problem VGAM and Predict
...package VGAM I have problems useing the predict for othere methods. for example I have a model from glm and polr the command predict(model) I get the error: unable to find an inherited method for function "predict", for signature "polr". Has perhaps anybody a solution, because Iwould need vglm and also other methods like tree in a loop. Thanks a lot Vinzent -- NUR NOCH BIS 31.01.! GMX FreeDSL - Telefonanschluss + DSL f?r nur 16,37 EURO/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a
2004 Feb 12
2
samba
...cks. I don' work ther any more. Then I was working at the Danforth plant sience center. tThe whole building was down toone autoclave so I was there early But I dropped a 4l erlenmeyer and slipped and fell on the broken glass. They had to take me to er and the attending physicians speculated if Iwould make it through the night. One thing led to another and I woulnd up In jail chained to a man named Daisy. After my injury, I ahd a grand mal siezure. After that my gun-toting privelgaes had which revoked because I was In a psych ward. I wish they would have told me. One thing led to another and...
2005 Oct 14
1
expm1, R-2.2.0 and Windows
A user of 'eha' told me that it failed to load in R-2.2.0 on Windows, and ideed, I checked and it fails with the error message "The procedure entry point expm1 could not be located in the dynamic link libary R.dll". I'm using expm1 (from the C math library on Linux, I would guess) in a couple of C functions. This didn't happen with R-2.1.1 (and it doesn't happen with
2020 Feb 03
3
Stroring and extracting AICs from an ARIMA model using a nested loop
Hello I am trying to extract AICs from an ARIMA estimation with different combinations of p & q ( p =0,1,2,3 and q=0,1.2,3). I have tried using the following code unsucessfully. Can anyone help? code: storage1 <- numeric(16) for (p in 0:3){ ? ? for (q in 0:3){ ? ? ? storage1[p]? <- arima(x,order=c(p,0,q), method="ML")} } storage1$aic [[alternative HTML version deleted]]
2005 Dec 23
4
OO model style: inheritance
Hi everybody I am totally new to rails and I am trying to start a tiny project to get familiar with rails. But I already got my first problem and I would be happy if somebody could point me in the best and cleanest direction. I am trying to develop a small gallery app. Since I would like to add more features in future I am trying to design a clean OO architecture of my models: The base object
2020 Feb 04
2
Stroring and extracting AICs from an ARIMA model using a nested loop
I am nowaware that I should not post this type of questions on this group. However, Iwould like to have some clarifications related to the response you've?alreadyprovided. The code you provided yields accurate results, however I still haveissues grasping the loop process in case 1 & 2. In case1,?the use of?"p+1" and "q+1" is still blurry tome? Likewise "...
2004 Aug 06
2
Work on ICECAST : IcecastAdmin, remodularisation, Doc (Docbook), speex ...
Hello, 3 months ago, we (a group of 8 students of the ENSEIRB engineering school (France)) started to work on icecast. We decided to work on another CVS server. The aim _was not to fork a new version_ of Icecast : the idea was to clean the code as fast as possible in order for new developers to enter the sources in an easier way. We mainly worked on format, sources, and tried to clearly
2005 Jun 29
8
Hot swap CPU
From: Rodrigo Barbosa <rodrigob at suespammers.org> > Btw, don't quote me on this one :) > I'm only 90% sure of the hotswapping capabilities, and less than 50% > sure about the price :) There _are_ systems with hot-swap CPUs, memory and/or, PCI[-X] slots. They are _not_ commodity and pricey, and require OS-level support. In fact, I believe Linux 2.6 has some support for
2018 Nov 13
4
Online Backup fails
On Tue, 13 Nov 2018 12:36:20 +0100 admins aixtema via samba <samba at lists.samba.org> wrote: > Did all your advices, but nothing works > > it still creates the tempRANDOMID folder wtih > > bind-dns/empty > etc/smb.conf > private/all contains from var/lib/samba/private > state/sysvol > > > but the dns still fails with the same error as my first post I
2006 Jan 17
30
MVC design good/bad
I am curious what you find is good and bad MVC design. Let''s use the find and find_by_sql methods as examples. Currently I have these spread out all over the place... View: here I have some find methods when I am for example populating a select list with choices in a form. Controller: here I have the simpler find methods. Model: here I have the more complicated find methods (usually