Displaying 20 results from an estimated 20000 matches similar to: "Revision-proof archiving"
2002 Nov 14
1
Bullet proof bulk email friendly hosting & cheap mass email campaigns.
We are the marketing specialists www.host4bulk.com that provide cheap
bullet proof bulk email friendly hosting for your website ($400 for
one month of bullet proof hosting) and cheap bulk email campaigns ($200
for 1 million emails sent)
As you may already know, many web hosting companies have Terms of Service
(TOS) or Acceptable Use Policies (AUP) against the delivery of emails
advertising or
2002 Nov 14
0
[LLVMdev] Bullet proof bulk email friendly hosting & cheap mass email campaigns.
We are the marketing specialists www.host4bulk.com that provide cheap
bullet proof bulk email friendly hosting for your website ($400 for
one month of bullet proof hosting) and cheap bulk email campaigns ($200
for 1 million emails sent)
As you may already know, many web hosting companies have Terms of Service
(TOS) or Acceptable Use Policies (AUP) against the delivery of emails
advertising or
2012 Feb 27
1
win zip archive of library(HH) for R2.12.0
Dear R Group
Can any body point me to a link from where I can get zip archive of the
package HH for R 2.12.0?
Thanks &
Regards
Vijayan Padmanabhan
"What is expressed without proof can be denied without proof" - Euclide.
Please visit us at www.itcportal.com
******************************************************************************
This Communication is for the exclusive use
2009 Sep 21
1
Newsletter proof reading
Hey
After a lot of work by Marcus the next Newsletter release is nearing
completion. Could some people please proof read it.
Cheers Didi
----
My www page: www.ribalba.de
Email / Jabber: ribalba at gmail.com
Skype : ribalba
2012 Jan 03
1
PRESALES / TECHNICAL SALES
PreSales / Technical Sales (Associate/Senior)
Palo Alto, CA
Revolution Analytics is the leading commercial provider of software and
support for the open source ???R??? statistical computing language. Our
products, including* Revolution R* and *Revolution R Enterprise*, enable
statisticians, scientists and others to create superior predictive models
and derive meaning from mission-critical data in
2011 Jan 03
1
Proof for computing sums of squares
Hi.
I know that R computes sums of squares based on the diagonal of
t(Q) %*% y %*% t(y) %*% Q,
where Q comes from the QR-decomposition of the model matrix.
Does anyone know where I can find a proof for this result?
All Best and Happy New Year,
Ethan
[[alternative HTML version deleted]]
2008 May 06
3
Proof-of-concept multithreaded FLAC encoder
Hey FLAC devs,
I managed to hack out a proof-of-concept multithreaded FLAC encoder
based on the example libFLAC one. It turned out to be fairly
straightforward to get near-linear speedup; I can encode a 636 MB wave
file in 6.8s with 8 threads on an 8-core 3.0 GHz Xeon vs. 31.4s with a
single thread.
Basically I mmap() the input file, divide up the mmap()ed region into
nearly equal pieces,
2008 May 06
0
Proof-of-concept multithreaded FLAC encoder
Frederick,
This is great news! Thanks for your effort.
Your proof-of-concept raises a few questions for me:
1) I know that the ratio of uncompressed to compressed data is
unpredictable, but I never really considered whether the input block
size or the output block size is constant. I'm assuming that if
you're breaking the uncompressed input file into multiple pieces,
then the
2004 Oct 07
1
x86 vs. x86_64 detection proof of concept patch (try two)
Greetings all,
Sorry, resending this with the attachment inline.
First of all, a disclaimer: Please forgive my horrible assembly code.
This is just a quick munging of code to achieve x86 versus x86_64
detection within pxelinux. So please look at it as a proof of concept
and not a real piece of code. :) For example it only works on pxelinux
and has no thought for extending it beyond simple x86
2004 Oct 05
0
x86 vs. x86_64 detection proof of concept patch
Greetings all,
First of all, a disclaimer: Please forgive my horrible assembly code.
This is just a quick munging of code to achieve x86 versus x86_64
detection within pxelinux. So please look at it as a proof of concept
and not a real piece of code. :) For example it only works on pxelinux
and has no thought for extending it beyond simple x86 versus x86_64
architectures.
I had the need for
2008 May 13
0
Proof-of-concept multithreaded FLAC encoder (take 2)
Hey again FLAC devs,
I managed to hack out another proof-of-concept multithreaded FLAC
encoder that is more amenable to streaming and also uses a fixed
buffer size. The performance is pretty much the same as my earlier
version; that is, I can encode a 636 MB wave file in ~7s with 8
threads on an 8-core 2.8 GHz Xeon (I erroneously stated 3.0 GHz in my
last e-mail) vs ~32s with 1 thread. I had
2010 Oct 22
1
[LLVMdev] Fwd: [llvm-commits] Fwd: Proof of concept patch for unifying the .s/ELF emission of .ARM.attributes
---------- Forwarded message ----------
From: Jason Kim <jasonwkim at google.com>
Date: Fri, Oct 22, 2010 at 12:59 PM
Subject: Re: [llvm-commits] Fwd: Proof of concept patch for unifying
the .s/ELF emission of .ARM.attributes
To: Rafael EspĂndola <rafael.espindola at gmail.com>
On Fri, Oct 22, 2010 at 12:51 PM, Jason Kim <jasonwkim at google.com> wrote:
> On Thu, Oct 21,
2009 Oct 09
2
mail archiving
Im curious if anyone is archiving emails and what they are using. I
currently utilize sendmail/procmail/dovecot.
thanks,
ddh
--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools
"Everything should be made as simple as possible, but not simpler."
-- Albert Einstein
"The hottest places in Hell are reserved for those who, in times of moral
crisis,
2012 Nov 15
3
GUI Development reg
Dear R Group
I have a character vector from which I want to select a few elements and
create a new character vector.
I need a GUI to do this in R Script.
Can someone help?
a<-c("A","B","C","D","E")
## I want to have a GUI in R that will display elements in "object a" as
a drop down list.. from there I want to be able to select a
2007 Mar 08
1
Call recording and archiving
Does anyone have a good suggestion for a automated solution to record calls
on certain interfaces and easily archiving them in a way which is easily
matched against CDRs? Also can someone suggest the appropriate protocol to
archive the recording when the conversations are transpiring in ulaw.
Basically a nice cost effective trade off between CPU and disk space for
medium call load.
Thanks
Miles
2008 May 06
2
Proof-of-concept multithreaded FLAC encoder
On Tue, May 6, 2008 at 2:03 PM, Brian Willoughby <brianw at sounds.wa.com> wrote:
> Frederick,
>
> This is great news! Thanks for your effort.
>
> Your proof-of-concept raises a few questions for me:
>
> 1) I know that the ratio of uncompressed to compressed data is
> unpredictable, but I never really considered whether the input block size or
> the output
2014 Jun 24
2
[LLVMdev] Linking/archiving bitcodes with module asm
Hello,
I'm archiving a number of bitcode files via gold plugin based on LLVM 3.4.
When I find a thumbv7 bitcode with a couple of module asms, I get a
segfault in ARMAsmParser::parseDirectiveFnStart because getTargetStreamer
returns NULL. Frankly, I don't see how this is supposed to work because as
far as I understood LTOModule::addAsmGlobalSymbols only creates a
RecordStreamer
2004 May 13
6
IAXy
Not sure if this is the best place but does any one have any used IAXy's
they are interested in selling?
I am looking to pick one up cheap for a proof of concept before going
all out on them.
Also does any one have any real life practical experience with how well
(or not so well) that these devices have worked for them?
you can reply to me off list at asterisk@matraex.com
Thanks
Michael
2003 Jul 15
0
F&P Off Proof Of Concept
I work for a multi-billion dollar international organization currently using
Novell technology for F&P/Directory/etc...
A project has just arisen to develop several potential replacement proofs of
concept. Several solutions are being evaluated, including:
* Microsoft CIFS
* Some NAS device using AD or eDirectory
* Linux/Samba
I was chosen as part of the Linux/Samba team and I'd like to
2010 Feb 19
2
namespaces/virtual folder & archiving
Hi,
I was following the earlier namespaces discussion and I would like to
repost a doubt. I need to have some kind of archiving, it means, store old
messages into a cheap storage. But I couldn?t think any other solution
than symlinks.
Then, I thought about store 'Sent Items' (as having old messages and less
acessed). But I also needed to do with nfs and symlinks. So, it comes the