search for: wori

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

Did you mean: work
2006 Jan 11
0
Best practice for initializing woriing data for development
I''m getting tired of creating working data in my db just so that I can mess it up while working on the code. I''ve been using Ruby code to create initial working data, however my data model is getting complex enough that it''s becoming a pain to maintain this code. I''ve been thinking about using YAML fixtures for this purpose, but there''s no obvious
1999 Nov 26
4
Programming ....
...... I am no expert on security,. I would really appreciate it if someone sent me some pointers to writing TCP daemons that are hacker-proof( i know there is nothing like that...but I do not want to be making mistakes in coding that are well known.. ;) The daemon runs as root....so that is why I am woried.... Thx, Arni
2004 Jun 17
1
Comming from WhiteBox Linux ...
Hello several months ago I install WhiteBox Linux on several severs, I was happy, not woriing about upgrading every 1,5 year as when I use RH 4.0, 6.0, 7.3, 9.0 .... And then WhiteBox went black, WBEL updates release slowed down and maintainer wont help form anybody. Just telling "If you want quick updates, build it yourself.". I prefer wasting time for customizations and...
2009 Jun 06
1
large numbers of observations using ME() of spdep
Dear All, We aim to remove the spatial structure of our data using Moran Eigen Vectors and spdep package . Our data has 3694 samples and 13 variables. The computer stop working after almost 4 days of processing (we found it emitting a sharp sound and with all colors on the screen. No wories, it was restared without problem!). And we are left with nothing: no result file was produced since the calculations were interrumpted! Consequently, I am looking for a way to accelerate calculations with ME() of spdep and to save the results step by step (for each eigen value). I came accross se...
2004 Sep 29
1
Ordering of values returned by unique
...s seems not to be the standard. E.g. matlab >> x=[2,2,1,2] x = 2 2 1 2 >> unique(x) ans = 1 2 I just noted it because, the way how it is working now is extremely usefull for some applications (e.g tree traversal), so i use it in a script. But I am a little woried if I can rely on this behaviour in further versions. And furthermore can I assume that someone reading the code will think that it works in that way? Or is it better to define a additional function? keeporderunique<-function(x) { res<-rep(NA,length(unique(x)) count<-0 for(i...
2007 Jun 08
3
Asterisk & MS RTC Library & Ethernet Capacity
Hi guys, I was wondering whether there's anyone who could share his/her experiences with using Microsoft RTC Library. In particular I am wondering what Ethernet capacity should I have in scenario of 30 people using Microsoft RTC Library for SIP communication (PBX is obviously Asterisk :-) ) concurrently (alaw codec being used)? What problems can be expected in such scenario? Would a good 1
2006 May 23
1
Status: Provisioned, Down, Active - Long
...Type: CPE Window Length: 0/7 Sentrej: 0 SolicitFbit: 0 Retrans: 0 Busy: 0 Overlap Dial: 0 T200 Timer: 1000 T203 Timer: 10000 T305 Timer: 30000 T308 Timer: 4000 T313 Timer: 4000 N200 Counter: 3 Notice "Status: Provisioned, Down, Active". This "Down" is what I'm woried about. I have search list and Internet and explanation I could find is that my D channel is down (for some reason). I have put jumpers for E1 (1-2 and 3-4 are connected). And those are mine extensions, zaptel and zapata conf files. extensions.conf include => pomoc exten => _0.,1,NoOp(${C...
2007 Feb 22
3
Network problem: packets are lost in domU
Hello, I am having big problems with Xen virtual network interfaces. First I tried typical bridge support, no luck. The packets sent from dom0 to domU seemed to disappear somewhere. Then, to debug the problem I have set up a simple point-to-point link and still have the same problem. I am using Xen 3.0.4-1 and Linux 2.6.16.x in both dom0 and domU. I have tried kernel 2.6.16.35 and 2.6.16.41. I
2004 May 20
2
Softphone lag
Hi, IF i use a sip softphone or a iax softphone with asterisk, i get a lag of about 1 second. The two phones were on 2 different pc's near me. When I speak on one, i hear it on the other after about 1 second. I tried using iaxComm, Xten Xlite, etc. Same. FYI: The codec used was GSM. Using the fxo and fxs interfaces on the digium cards with POTS have no such issues. Any clue where the
2010 Apr 25
2
hardware clock drift and CDR
Hi, I've noticed that one of my new servers (new mobo) if drifting slowly backwards in time (in aprox. 24 hours, system time drifts back 5 minutes). I have an ntpd process which is supposed to sync with a lan time server but it's not quite working. So I'm launching a manual ntpdate or ntp-client once an hour and that seems to work. However, suppose I update system time at every hour
2004 Jun 18
0
Re: NVIDIA on Linux: less is more
...have to pay a license > to RH for those systems... > > Rick, are you lurking? > > On Thu, Jun 17, 2004 at 11:14:36AM +0200, Petr Klima > told me: > > Hello > > > > several months ago I install WhiteBox Linux on > several severs, I was > > happy, not woriing about upgrading every 1,5 year > as when I use RH 4.0, > > 6.0, 7.3, 9.0 .... > > > > And then WhiteBox went black, WBEL updates > release slowed down and > > maintainer wont help form anybody. Just telling > "If you want quick > > updates, build it...
2016 Jul 15
1
[PATCH] drm/nouveau/fbcon: fix deadlock with FBIOPUT_CON2FBMAP
On Wed, Jul 13, 2016 at 06:17:47PM +0100, Chris Wilson wrote: > On Tue, Jul 12, 2016 at 06:49:34PM +0200, Peter Wu wrote: > > The FBIOPUT_CON2FBMAP ioctl takes a console_lock(). When this is called > > while nouveau was runtime suspended, a deadlock would occur due to > > nouveau_fbcon_set_suspend also trying to obtain console_lock(). > > > > Fix this by delaying
2007 Apr 30
25
escape regex code
hello, i wondered if it would not be interesting to have some filters function in puppet like filter_integer(), filter_prelregex, filter_text, filter_email or such so we can validate and make our defines a little more foolproof :) i particulary see filter_regex as usefull in quite a lot of exec that manipulates text files. What do you think about this ? -- Cordialement, Ghislain