Displaying 20 results from an estimated 302 matches for "blast".
Did you mean:
last
2007 Apr 12
6
Fax Blast over IP?
Can anyone recommend software that will allow me to utilize my VoIP
provider and send fax over IP?
I use Asterisk now for my phone system.
Thanks!
Wiley E. Siler
Director of Information Technology
Education 2020
4110 N. Scottsdale Rd. Ste 110
Scottsdale, Arizona 85251
(480) 296.0260
(866) 320.2083 ext. 1003
mailto:wsiler@education2020.com <mailto:wsiler@education2020.com>
2010 Jan 05
2
Align two protein sequences using BLAST
Dear R users,
I would like to align two protein sequences using BLAST
(bl2seq). The question is whether this programm have been
implemented in R.
Thank you for your help,
Alla.
2009 Oct 27
1
if there is a package can do blast for gene in R?
hello
if there is a package can do blast in R?
[[alternative HTML version deleted]]
2006 Feb 14
9
Solution for 1 time blast of 200, 000 recorded calls
Hi,
I'm helping out with a political campaign and would like to use
asterisk to blast out about 200,000 calls with a short message from
the candidate.
Provider:
I'm thinking voipjet may be a good solution?
Hardware setup:
I will have access to several T-1 lines so I would just want to set up
the dialers to limit the number of concurrent calls and so forth.
I found teleyapper...
2004 Mar 19
2
BLAST output parsing
Hi All,
I have use the BLAST program provided by NCBI to compare large databases and have
generated a lot of output in one long text file. I was looking for a way to parse
out the results in a nice way so that it could be easily visualized. I was thinking
of trying to write something in R, but I wanted to check in with the...
2004 Jan 20
0
short analysys of qmail integer overflow bug - let there be light
Hey folks.
There are rumors out there that setting /var/qmail/control/databytes to
a reasonable value (for example 16384 = 16MB) will prevent the
possibility of exploitation regarding the integer overflow in function
blast().
That is not true.
This is how blast() is called:
void smtp_data() {
int hops;
unsigned long qp;
char *qqx;
if (!seenmail) { err_wantmail(); return; }
if (!rcptto.len) { err_wantrcpt(); return; }
seenmail = 0;
if (databytes) bytestooverflow = databytes + 1;
if (qmail_open(&am...
2007 Dec 13
1
MPI-Blast + Lustre
Anyone have any experience with MpiBlast and Lustre. We have
MpiBlast-1.4.0-pio and lustre-1.6.3 and we are seeing some pretty
poor performance with most of the mpiblast threads spending 20% to
50% of their time in disk wait. We have the genbank nt database
split into 24 fragments (one for each of our OSTs, 3 per OSS). T...
2005 Mar 03
5
how do i get rid of this blasted echo !!!
Any help on this would be great
I have 2 TDM400P's, 2 asterisk servers (running on powerful boxes with FC1
and * v CVS 1.0.02), and 4 analogue PSTN lines from BT and whatever I do, I
cannot get rid of this damn local echo. Ive tried setting the echoTraining,
echoCancel (in phone.conf and Zapata.conf) , echocancelwhenbridged to every
possible combination , Ive even tried running the fxotune
2006 Apr 18
7
freeze_gems to upgrade and SVN
Hi all-
I just decided to move from my 1.1.0 to 1.1.2. I had previously frozen
to 1.1.0 and therefore had all of rails in SVN in my vendor directory.
When I finally got rake freeze_gems to work, it blasted (rm -rf) my
vendor/rails directory and put a new one in there. This also blasted
all my .svn directories.
Is there some convenient way to do a freeze upgrade and play well with
SVN? Seems the current way requires that I do an SVN remove on all the
rails stuff, then SVN add the new stuff ba...
2004 Dec 08
2
similarity matrix conversion to dissimilarity
...p (or some other distance
method) to create a distance matrix, but since my sequences are
unrelated and cannot be trimmed to the same length, I am at a loss for
what to do.
For a set with so many unrelated sequences of different lengths, the
only thing I have been able to is an all-against-all BLAST to create
the matrix, but this gives high scores for similarities, not high
scores for dissimilarities. The only thought I had was to use the
reciprocal of the BLAST score as some perverse measure of distance.
I am not subscribed to the list, so can I ask for responses directly to
my email ad...
2004 Feb 16
2
touble with install
I did
./configure
make
make install
I got no errors, but it doesn't seem to have installed everything I
need. Swat won't start. It didn't put an smb.conf file in /etc/samba
(it didn't even create this folder) or /usr/local/samba/lib/. When I
run testparm, I get Segmentation fault as my only output. Even if I
create an smb.conf and run testparm on that file I get the exact
2016 Nov 16
4
long delay when logging in
...ets up to this:
debug1: ssh_ecdsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
and then it sits there for 1-2 minutes and then this output blasts out:
debug1: Authentications that can continue:
publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure. Minor code may provide more...
2013 Feb 17
2
[LLVMdev] keeping instructions in order and hidden dependencies
I have some pseudos that I am expanding in the Mips 16 port. Currently
they are blasted in one chunk as a multi line instruction sequence but I
am changing the code now to expand them
after register allocation.
They are essentially macros and I need to make sure, at this time at
least, that the individual instructions are not reordered or moved around.
There are dependencies som...
2015 Jan 17
4
[LLVMdev] Howdy + GIT
...arly for commit, but even for testing):
1. Download the patch.
2. Remember where you put it (~/Downloads, ~, ~/Documents -- depends
on exactly what program downloaded it) and what the name of the file
was.
3. Either look or randomly guess what -pN you need to apply it.
4. Check things.
5. Open the blasted file again to recover the commit message
(frequently weirdly indented because that's what "git show" produces).
Or make one up.
6. Commit with that via copy/paste.
7. Hope you didn't forget to "git/svn add" the new test before committing.
This is all you can do in svn...
2002 Oct 24
4
plot slow?
Hi,
I just installed R and am comparing it to other packages (such as Igor).
So, you'll have to excuse me if this is a stupid question. I run the
simple command:
plot(1:1000000)
And it seems SO slow! Igor blasts through this.
My theory is that R is redrawing the screen for every point that's being
graphed. Is it possible to control how often R redraws a plot as its
building it - or, is there some other trick here to speeding up plots with
lots of points?
Thanks!
Seth
-.-.-.-.-.-.-.-.-.-.-.-.-....
2008 Jun 23
3
One-to-one matching?
...ements
missing from the lookup table should return NA:
matchSample <- c("a","frog","e","d") ; print(matchSample)
match(matchSample,lookupTable)
Is there a nifty way to get what I'm after without resorting to a for
loop? (my code's already got too blasted many of those...)
Thanks,
Alec Zwart
CMIS CSIRO
alec.zwart at csiro.au
2002 Mar 22
3
Alarm clock
...m clock i have is an actual alarm clock that either has a
really loud beeper or plays the radio, and i'm tired of all the radio
stations around here =) one feature i liked on the old alarm clock i had
was it had a fade-in time that you could set to fade in for x seconds, that
way it didn't blast you awake, it faded in, getting louder and louder until
you wake up and either listen or turn it off, or hit snooze. thank you!
Andy
andycool22@peoplepc.com
AndyCool22 on AIM
http://livejournal.com/~andycool22
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg pro...
2004 Apr 15
1
[vorbis virus spam] Any list ops ever thought... was re: Hey
...uld have an added prophylactic effect on virus spread :)
Just my .02.
I have never run a mailinglist so I don't know if this is possible or not.
---
Yours,
Charles T. Houghtby IV
IT Manager, Rapid Appraisal, INC
---
During a grouse hunt in North Carolina two intrepid sportsmen
were blasting away at a clump of trees near a stone wall. Suddenly a
red-faced country squire popped his head over the wall and shouted,
"Hey, you almost hit my wife."
"Did I?" cried the hunter, aghast. "Terribly sorry. Have a
shot at mine, over there."
-
"Oh" my ne...
2018 Sep 15
2
Network Meltdown after Samba 4.9.0 Upgrade
...necessary), this is a regression, because it
causes an unexpected and undocumented change in behaviour compared to
previous versions of the code.
I also wonder why network broadcasts don't seem to be rate limited by
Samba. I can't imagine any valid use case where any application would
blast thousands of broadcasts per second out onto the wire, regardless
of the configuration or misconfiguration of the application.
At the very least this needs a mention in the release notes, especially
given the potential this has to cause an outage. Things may have
changed (and change is usually...
2016 May 01
3
E-mail advice sought
...-9._][A-Za-z0-9._-]
> _______________________________________________
> CentOS mailing list
> CentOS at centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
I think there is a mis-understanding.
All I was looking for was if there was a common set of characters
typically blasted from new usernames *on the domain being set up*
I have no desire to refuse delivery to any valid e-mail address.
For example, avoiding spaces in usernames for addresses on the system is
handy because it avoids bugs where the path to the mailbox on the
filesystem isn't properly quoted.
So...