search for: repead

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

Did you mean: repeat
2011 Feb 10
2
Repeaded sampling
Hi all, I have a dataset. Each time I want to sample N(i) elements from it and I want to repeated sampling M times. N(i) is varied from time to time. For example, dataset = 1:50; a = list(); M = 1000; I want to do something like for(i in 1:M) { a[[i]] = sample(dataset,
2007 Apr 18
3
Problems with the Speex Jitter Buffer
...sure if I use the ticks correctly but I think it can be set to 20(msec). It is set as a Member in my class and i pointed out where i use it so it is clear if i use it somewhere i better shouldnt. - I initialize the JitterBuffer with ticks = 20 (saved in the variable m_Ticks) - My network thread repeadedly (every 20msec) calls AddPacket() which adds the packet to the buffer 320 bytes of audio data are set as the data the timestamp is set to the sequence number of the packet times 20 (m_Ticks) the span of the packet is set to 20 (the packet covers one tick entirely...
2019 Aug 16
1
Giving full administrator privileges through sudo on production systems
...rding superuser privilege. > > If your sudo configuration expresses and enforces those policies the way you want it to, then the configuration is correct. If it does not, then fix it. Incidentally, sudo stands for substitute user do. Meaning: executing something as a different user. I keep repeading it to proficient Linux users who sometimes need my help too, amazingly they all percieve it as a super user do, not as a substitute user do. Even though ?man sudo? says in the first line: - execute a command as another user? Just mentioning. Valeri > sudo doesn?t tell you what your policie...
2002 Oct 09
1
Bug?
...s kernel-msg in the messages: Oct 8 18:30:00 o5s kernel: EXT3-fs error (device sd(8,10)) in ext3_new_inode: error 28 Oct 8 18:35:00 o5s kernel: EXT3-fs error (device sd(8,10)) in ext3_new_inode: error 28 Oct 8 18:40:00 o5s kernel: EXT3-fs error (device sd(8,10)) in ext3_new_inode: error 28 they repead periodicaly, because a logging file is now corrupted due to this bug. I have done successfull an ext3 filesystem check but this error occours then againa few hour's / day's later affecting a different file... (Sorry i cant tell if the fsck cleaned the file correctly, because i deleted...
2007 Apr 20
2
Problems with the Speex Jitter Buffer
...to >> 20(msec). >> It is set as a Member in my class and i pointed out where i use it so it >> is clear if i use it somewhere i better shouldnt. >> >> - I initialize the JitterBuffer with ticks = 20 (saved in the variable >> m_Ticks) >> - My network thread repeadedly (every 20msec) calls AddPacket() which >> adds the packet to the buffer >> 320 bytes of audio data are set as the data >> the timestamp is set to the sequence number of the packet times >> 20 (m_Ticks) >> the span of the packet is set to...
2012 Feb 03
2
Assigning objects to variable and variable to list in a for loop
Hello, I want to use a for loop for repeadely calculating a maxent model (package dismo, function maxent()) which creates an object of the class maxent (S4). I want to collect all the resulting object in a list. I tried to simplify my for loop to explain what I want. There are two problems/questions: 1) How can I create the new variables i...
2007 Apr 20
0
Problems with the Speex Jitter Buffer
...y but I think it can be set to > 20(msec). > It is set as a Member in my class and i pointed out where i use it so it > is clear if i use it somewhere i better shouldnt. > > - I initialize the JitterBuffer with ticks = 20 (saved in the variable > m_Ticks) > - My network thread repeadedly (every 20msec) calls AddPacket() which > adds the packet to the buffer > 320 bytes of audio data are set as the data > the timestamp is set to the sequence number of the packet times > 20 (m_Ticks) > the span of the packet is set to 20 (the packet cover...
2007 Apr 20
0
Problems with the Speex Jitter Buffer
...gt;>> It is set as a Member in my class and i pointed out where i use it so it >>> is clear if i use it somewhere i better shouldnt. >>> >>> - I initialize the JitterBuffer with ticks = 20 (saved in the variable >>> m_Ticks) >>> - My network thread repeadedly (every 20msec) calls AddPacket() which >>> adds the packet to the buffer >>> 320 bytes of audio data are set as the data >>> the timestamp is set to the sequence number of the packet times >>> 20 (m_Ticks) >>> the span of t...
2019 Aug 16
4
Giving full administrator privileges through sudo on production systems
Hello, Consider two following cases: 1. On production systems on television stations, a sysadmin give teens (remaja group, age 13 and older) full administrator privileges by adding this line to sudoers: %remaja ALL=(ALL:ALL) ALL Rationale: Almost all programs on the system can only be run by teens as root. 2. On production systems on tobacco factories, a sysadmin also give adults (age 18
2006 Nov 02
6
Multiple items in the where clause while updating...
Hi The following is a database table named friends. +-----+------+------+-------+ | sid | id | fid | ftype | +-----+------+------+-------+ | 30 | 1 | 2 | F | | 31 | 1 | 3 | R | | 32 | 3 | 2 | F | | 33 | 3 | 4 | F | +-----+------+------+-------+ I want to update the ftype field based on id and fid. I want to achive the following. Update friends