Displaying 20 results from an estimated 400 matches similar to: "dbparser v1.0.1: DrugBank XML Database Parser"
2018 Dec 19
0
dbparser: 'DrugBank' Database XML Parser
Hello,
Kindly?find this new package for parsing the 'DrugBank' XML database <http://drugbank.ca/>. The parsed data are then returned in a proper 'R' dataframe with the ability to save them in a given database.
CRAN:?<https://cran.r-project.org/web/packages/dbparser/index.html>
Vignettes:?<https://cran.r-project.org/web/packages/dbparser/vignettes/dbparser.html>
2018 Dec 19
0
dbparser: 'DrugBank' Database XML Parser
Hello,
Kindly?find this new package for parsing the 'DrugBank' XML database <http://drugbank.ca/>. The parsed data are then returned in a proper 'R' dataframe with the ability to save them in a given database.
CRAN:?<https://cran.r-project.org/web/packages/dbparser/index.html>
Vignettes:?<https://cran.r-project.org/web/packages/dbparser/vignettes/dbparser.html>
2004 Sep 30
1
V1.0.1 - Segmentation fault in res_crypto.so ?
Hi All
I just upgraded to v1.0.1 so that I could try out the new SMS feature.
When I did this, I noticed that my outbound SIP call to Broadvoice was
very choppy, so I hung up. The system would not release the call, so I
restarted the server.
When it came up, it started loading * then said threw up a segmentation
fault in res_crypto.so. It kept respawning until it ran out of RAM. I
restarted
2003 Jul 06
0
ANNOUNCE: ibmonitor v1.0.1 Release (Stable)
ibmonitor - interactive bandwidth monitor
version 1.0.1
Released on 1st July 2003
ibmonitor is an interactive linux console application which shows
bandwidth consumed and total data transferred on all interfaces.
Its main features are:
* Shows received, transmitted and total bandwidth of each interface
* Calculates and displays the combined value of all interfaces
* Displays total
2008 Oct 18
1
end of line not at end of line (Compile error) (V1.0.1&1.0.6
http://www.linuxquestions.org/questions/fedora-35/fedora-core-9-compile-error-wine1.0.1-and-1.0.6-677151/
ct-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7413: Warning: end of file not at end of a line; newline inserted
gcc: Internal error: Segmentatiefout (program cc1)
Please
2000 Aug 28
1
ANNOUNCE: x11-ssh-askpass v1.0.1
x11-ssh-askpass version 1.0.1 is now available from the following
locations:
http://www.jmknoble.cx/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
(www.openssh.com) under the X Window System.
The important changes since version 1.0 are as follows:
- Bugfixes:
- If the keyboard or
2004 Aug 06
1
Oddcast utilizing v1.0.1 ?
Will there be a new version of Oddcast using the 1.0.1 Vorbis encoder? If
so, any idea when it'd be released?
Thanks
_________________________________________________________________
Has one of the new viruses infected your computer? Find out with a FREE
online computer virus scan from McAfee. Take the FreeScan now!
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
--- >8
2005 Jan 24
0
Asterisk v1.0.1 Cisco 7960 Sip v7.3
Running those versions of code, my 7960 will not register with Asterisk.
The same 7960 is authenticating against another * server on line 2 just
fine though - with the same settings in sip.conf. On the failing *
server I am just getting 401 unauthorized errors on the console. From
the phone's shell I get that t is registering, but not authenticated .1.
from show reg.
Any ideas would be
2007 Jul 02
3
Force rebuild v1.0.1
Haven't seen a thread discussing forcing rebuilding of indexes /
cache, so the question is, if these files in a users home directory
were deleted...
-rw------- 1 bb admin 80 May 17 15:05 dovecot-keywords
-rw------- 1 bb admin 85449 Jul 2 06:15 dovecot-uidlist
-rw------- 1 bb admin 6832 Jul 2 06:15 dovecot.index
-rw------- 1 bb admin 752640 Jul 2 06:19
2007 Jun 15
4
v1.0.1 released
http://dovecot.org/releases/dovecot-1.0.1.tar.gz
http://dovecot.org/releases/dovecot-1.0.1.tar.gz.sig
Lots of small fixes.
* deliver: If Return-Path doesn't contain user and domain, don't try
to bounce the mail (this is how it was supposed to work earlier too)
* deliver: %variables in mail setting coming from userdb aren't
expanded anymore (again how it should have worked).
2007 Jun 15
4
v1.0.1 released
http://dovecot.org/releases/dovecot-1.0.1.tar.gz
http://dovecot.org/releases/dovecot-1.0.1.tar.gz.sig
Lots of small fixes.
* deliver: If Return-Path doesn't contain user and domain, don't try
to bounce the mail (this is how it was supposed to work earlier too)
* deliver: %variables in mail setting coming from userdb aren't
expanded anymore (again how it should have worked).
2007 Apr 26
2
SEGV with Dovecot v1.0.0 Deliver and cmusieve v1.0.1 and vacation
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I have a small Sieve script that tries to use vacation that segfaults.
The script is the one from http://wiki.dovecot.org/LDA/Sieve.
When I change the email address (I changed the local part into "skai"),
hence, vacation is skipped, the mail is delivered without any problem.
==== script start
require ["fileinto",
2009 Nov 04
1
[PATCH] nv10/exa: Spring-cleaning
* Kill the A8+A8 hack. Recent enough X servers (>=1.7) fall back to
ARGB glyphs for drivers not supporting A8 render targets.
* Kill all the global state. It doesn't matter a lot yet but it might
if we get multicard working at some point.
* Other random clean-ups with no functional changes.
Some numbers from x11perf -aa10text -aa24text -comppixwin10 -comppixwin500:
* Before, with A
2010 Apr 20
1
[PATCH] nv30/exa : cleanup from nv40 exa
This has two purposes :
- cleaner code
- reduce the diff between nv30 and nv40 exa for a possible nvfx_exa merge ?
The main differences seem to be that nv30 uses rect texture format (and does
not support repeat on that). Then there are some minor changes in TX_FORMAT
RT_FORMAT and TEX_FILTER usage. And NVAccelInitNVx0TCL look complete
different.
Tested with:
./rendercheck -t
2007 Apr 13
53
v1.0.0 released
http://dovecot.org/releases/dovecot-1.0.0.tar.gz
http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig
It took almost 5 years, but it's finally ready. I'm not expecting to
release v1.0.1 anytime soon, unless someone's been sitting on a major
bug just waiting for v1.0 to be released. :)
People wanting new features should start testing the upcoming v1.1.
http://dovecot.org/nightly/
2007 Apr 13
53
v1.0.0 released
http://dovecot.org/releases/dovecot-1.0.0.tar.gz
http://dovecot.org/releases/dovecot-1.0.0.tar.gz.sig
It took almost 5 years, but it's finally ready. I'm not expecting to
release v1.0.1 anytime soon, unless someone's been sitting on a major
bug just waiting for v1.0 to be released. :)
People wanting new features should start testing the upcoming v1.1.
http://dovecot.org/nightly/
2014 May 21
2
[Mesa-dev] [PATCH 02/12] nv50: setup scissors on clear_render_target/depth_stencil
On 21/05/14 00:39, Ilia Mirkin wrote:
> From: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
>
> [imirkin: add logic to also clear the "regular" scissors]
Can you please share why are you've added the "regular" scissors ?
Does it matter if we set the screen scissors before the render target params?
Thanks
Emil
> Reviewed-by: Ilia Mirkin
2014 May 20
0
[PATCH 02/12] nv50: setup scissors on clear_render_target/depth_stencil
From: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
[imirkin: add logic to also clear the "regular" scissors]
Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
Cc: "10.2" <mesa-stable at lists.freedesktop.org>
---
src/gallium/drivers/nouveau/nv50/nv50_surface.c | 20 ++++++++++++++++++--
1 file changed, 18 insertions(+), 2 deletions(-)
diff --git
2014 May 21
0
[Mesa-dev] [PATCH 02/12] nv50: setup scissors on clear_render_target/depth_stencil
On Wed, May 21, 2014 at 2:57 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 21/05/14 00:39, Ilia Mirkin wrote:
>> From: Christoph Bumiller <e0425955 at student.tuwien.ac.at>
>>
>> [imirkin: add logic to also clear the "regular" scissors]
> Can you please share why are you've added the "regular" scissors ?
Because I had to
2014 Jun 14
0
[PATCH 2/3] nvc0: mark scissor in nvc0_clear_{}
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann at mni.thm.de>
---
src/gallium/drivers/nouveau/nvc0/nvc0_surface.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c b/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c
index c28ec6d..72227b8 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_surface.c
+++