Displaying 5 results from an estimated 5 matches for "eijk".
Did you mean:
dijk
2010 Aug 27
1
Error: package/namespace load failed for 'IlluminaHumanMethylation27k.db'
...ried the following things:
- I reinstalled the packages from Bioconductor (AnnotationDbi, Biobase,
org.Hs.eg.db and DBI)
- restarted R
- removed the zip file and downloaded and installed it again
My version of R is 2.11.1 on a Windows XP computer.
Thank you in advance,
Kind regards,
Kristel van Eijk
[[alternative HTML version deleted]]
2007 Jan 25
1
issue with ivtv & wctdm zaptel drivers (TDM PCI Master abort)
...d 179 times
Jan 24 20:04:06 taz kernel: ivtv0 info: read 4096 from encoder MPEG, got
4096
Jan 24 20:04:06 taz kernel: TDM PCI Master abort
(ivtv 0.10 trunk, debug level = 511).
Could this have something todo with these two pieces of hardware fighting
about DMA?
with kind regards,
Stefan van der Eijk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070125/e5ca29ec/attachment.htm
2003 Jun 24
0
Has anybody used the mysql passdb backend in samba3-beta1 ?
...build pdb_mysql
> configure:28971: result: not
Haven't used it, but have compiled it. IIRC you need MySQL >= 4, for any
other details you can see our spec file:
http://cvs.mandrakesoft.com/cgi-bin/cvsweb.cgi/contrib-SPECS/samba3/
Build output (good for diff'ing) is avaiable:
http://eijk.homelinux.org/build/contrib/i586/OK/samba3-3.0.0-0.beta1.3mdk
(we don't build with mysql on the alpha yet, sparc64 build output not
available at present ...).
I assume you have all the necessary include files, libraries etc installed?
Regards,
Buchan
- --
|--------------Another happy Mandrak...
2007 Feb 10
1
canreinvite problems
...n order to
get sound.
Questions:
1. Are all of my SIP endpoints incompatible with the canreinvite=yes
option?
2. Is there a list of SIP endpoints that are known to work with
"canreinvite=yes"?
3. Are other people also experiencing this?
with kind regards,
Stefan van der Eijk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070210/fb0faa3a/attachment.htm
2006 Jul 02
4
2 bugs when parsing emphasized or bold text
I''ve found 2 bugs that produce (imho) incorrect rendering results:
1) The regexp for strong (*) and bold (**) is greedy, which produces
very strange results.
The simplest way to show the problem is to give an example.
This is the original code:
=====
Strong:
Lets do a little test *t*
this should not be strong *u*.
Bold:
Lets do another test **t**
this should not be bold **u**.
=====