Displaying 20 results from an estimated 1000 matches similar to: "return of the stupid!"
2012 Jul 10
1
Help with vectors and rollapply
Hello
I have a vector a =(-2,0,0,0,1,0,0,3,0,0,-4)
I want to replace all zeros into previous non-zero state. So for instance the above vector should be converted into:
a= (-2,-2,-2,-2,1,1,1,3,3,3,-4)
I tried many things and finally concluded that probably(?) rollapply may be the best way?
I tried
f= function(x){
ifelse(x==0,Lag(x),x)
}
And then, rollappy(a,1,f) and that
2011 Dec 07
0
回复: 回复: (no subject)
I think it will looks like:
void Encode(const char* infile, const char* outFile)
{
void* st;
SpeexBits bits;
.....
st = speex_encoder_init(mode);
.....
speex_encode_int(st, input, &bits);
.....
speex_bits_destroy(&bits);
speex_encoder_destroy(st);
}
2011/12/7 Steve Checkoway <s at pahtak.org>
>
> On Dec 7, 2011, at 0:00 , Denis Romashenko
2011 Mar 07
0
JOB: Statistical and Mathematical Modelling in the Energy and Environment Sectors
JOB: Statistical and Mathematical Modelling in the Energy and Environment
Sectors
Quintessa (www.quintessa.org) is an employee-owned company that undertakes
high-quality science-based consultancy, research and software development
for industry and governments around the world in the energy and environment
sectors. Statistical and mathematical modelling of complex systems (ranging
from geological
2011 Dec 07
0
回复: 回复: (no subject)
I'll try to explain. I want to create dll with only one function "Encode"
that will encode file to speex format. In my application I will use this
function from 16 threads, if it will work correct?
2011/12/6 ???. <xialonghua at vip.qq.com>
>
> **
> two thread send frames to only encoder at same time,two thread will use
> one buffer
> .it will work wrong if not
2011 Dec 07
1
回复: 回复: 回复: (no subject)
Hi, i think it will work correct.when one thread use encode,the others wait for.
in java, i think we can do like this:
synchronized (Encode) {
Encode.encode(short[] in, byte[] out);
}
In the doc of speex: it says the speex is not thread-safe.
------------------ ???? ------------------
???: "????? ?????????"<romius99 at mail.ru>;
????: 2011?12?7?(???) ??4:00
???:
2009 Jan 14
2
named won't start
From /var/log/messages:
starting BIND 9.4.3-P1 -t /var/named -u bind
could not get query source dispatcher (0.0.0.0#53)
loading configuration: address in use
exiting (due to fatal error)
I had just updated from 5-stable (at 5.5) to 6-stable (at 6.4). Upon
today's upgrade I got to 7.1. Everything else seems to be be working
(the machine is basically a webserver), except named. apache is
2003 Feb 26
2
SCO OpenServer 5.0.6a and missing libncurses.so.4
I've downloaded Samba 2.2.6 (binaries) from SCOs Skunkware site, but
when I try and run smbclient I get a message :
dynamic linker : smbclient : error opening /usr/local/lib/libncurses.so.4
Killed
I've checked and there is no libncurses.so.4 (or
libncurses.<anything> for that matter) on the system. I've also
failed to find anything relevant in either the list archive or SCOs
2007 Jun 18
0
[PATCH] sftp-server argument error handling
When you give sftp-server a bogus -l or -f parameter, it logs a useful
error message then blunders on to call log_init() with the bogus value.
log_init() then prints a less useful message to stderr and exits. The
following patch tidies this up by only printing the more useful error to
stderr and not blundering on afterwards.
--- sftp-server.c.orig Mon Jun 18 16:37:46 2007
+++ sftp-server.c Mon
2005 Feb 22
2
Graphics
Hi,
The R platform that I installed on my Windows XP crashes everytime that
I try to run some sophisticated graphics (e.g. Demo Graphics). Is that
to do with the configuration? Shall I reinstall it?
Thanks,
-------------------
Cedric E. Ginestet
PsyPAG Chair
Psychology Department
Thames Valley University
Saint Mary's Road
London
W5 5RF
077-8688-4313
[[alternative HTML version
2002 May 15
2
Devices not appearing/Manually add devices to Browse List ?
I'm not quite sure whether this is a plain browsing problem, or a wins
problems, or ...
I had wins running on one machine (Samba(2.0.5a)/SCO Unix), but my main
file server on another (Samba (2.2.1a)/Linux). I moved the wins support to
the Linux server, and at the same time I made the Linux server the Domain
Master Browser, but now some devices have dissapeared from the network.
The devices
2002 May 17
1
How to hide shares
Rosen Mitev wrote:
>how i can hitde shares, for example
>
>//server/test is read only
>and
>//server/.test is read-write, but must NOT be visible ?
browseable = no
Simon
--
Simon Hobson, Technical Services Engineer
Colony Gift Corporation Limited
Lindal in Furness, Ulverston, Cumbria, LA12 0LD
Tel 01229 461100, Fax 01229 461101
Registered in England No. 1499611
Regd. Office :
2002 Jul 04
0
Cross-subnet browsing (again)
I have a network with several sites, and all clients (mostly win9x) using
one WINS server (Samba on RH Linux). The different sites have one or more
workgroups each, and I want all workgroups to be visible and browsable for
all clients.
As far as I can make out, the clients at the various networks can only
browse the workgroups which are either local or the one the WINS server is
a member of. Not
2004 Aug 31
0
Combining NFS and Samaba - file locking
I have a network where we have a main site with a PDC, and two remote
sites with BDCs. The backend is LDAP which is slaved to the remote
sites, Samba is 2.2.8a, the main server is part of the Suse Linux
OpeneXchange Server, the other two servers are Suse Standard Server 8.
What I wanted to do was to have users at the various sites map one
drive from their 'local' server. Behind the
2004 Nov 19
1
Lagging failed login attempts
Samba 2.2.8a on Suse 8 (part of SLOX system - no I can't upgrade
until Suse upgrade the system)
Windows XP Pro clients
Are failed client logins on the XP clients logged anywhere ?
How about non-domain member clients accessing shares ?
I've been asked to provide a log of failed login attempts with a view
to spotting break-in attempts (apparently auditors like that sort of
thing). There
2004 Jul 03
1
Can't print properly through server, only direct client->printer
We are having great problems printing from XP clients through our
Samba server. We are using the Adobe PS driver, and are configured
for automatic driver download/install from the server. Samba is
2.2.8a and part of a Suse OpenExchange server, printing is through
CUPS. Printers are an assortment of different makes of Postscript
(and compatible) lasers.
Basically, we have 'wierd'
2010 Dec 09
3
ZFS Prefetch Tuning
Hi All,
Is there a way to tune the zfs prefetch on a per pool basis? I have a
customer that is seeing slow performance on a pool the contains multiple
tablespaces from an Oracle database, looking at the LUNs associated to
that pool they are constantly at 80% - 100% busy. Looking at the output
from arcstat for the miss % on data, prefetch and metadata we are
getting around 5 - 10 % on data,
2008 Apr 23
3
[LLVMdev] Compile units in debugging intrinsics / globals
I have a question about the llvm debugging records, especially wrt compile
units.
In the non-LLVM sense, a compile unit is essentially everything contained
within a single .o file, and it is derived from one or more source and
header files. Included in a compile unit are functions and global data.
Dwarf records refer to compile units in the same way: a compile unit record
has children which
2004 Aug 31
1
Can't print properly through server, only direct client->printer
At 2:57 am +1000 6/7/04, Alex Satrapa wrote:
>What happens if you change the line to:
>
> print command = grep -v '^[0-9][0-9]* *VM\?$' ...
Then I replied :
>It would have to be '^[0-9][0-9]* *VM\?^M$', but it didn't seem to
>match that. I think the chances of having a line that starts with
>that pattern is pretty remote, especially when you consider
2004 Sep 21
2
Filename problem (filenames containing slashes aka. \and /)
I'm still looking but is it possible to use mangled maps?
-----Original Message-----
From: samba-bounces+markcc=jadepress.co.uk@lists.samba.org
[mailto:samba-bounces+markcc=jadepress.co.uk@lists.samba.org]On Behalf
Of Simon Hobson
Sent: 21 September 2004 15:10
To: samba@lists.samba.org
Subject: Re: [Samba] Filename problem (filenames containing slashes aka.
\and /)
rruegner wrote:
>as
2004 Sep 08
0
return of the stupid!
I am not sure what to read to find out about creating a PXE boot disk.
I have used the rom-o-matic site's latest stable (eb-5[1].2.5-rtl8139.zpxe), and found that booting the system displayed this error:
PXE->EB err
I also tried using eb-5[1].3.9-rtl8139.zpxe and found that booting the system launched into a constant stream of "No PXE PXE-???" repeating without carriage return