Displaying 9 results from an estimated 9 matches for "dks".
Did you mean:
dk
2013 Jul 21
0
Mag Gam
http://dks.shrikrishnaent.com/jarhfjf/jkhiymwm.zkcupfeoseu
Mag Gam
7/21/2013 7:26:35 AM
2010 Dec 26
7
Divinity 2 Bug exist or is new bug? d3d:state_vertexblend_w
I report about this there
http://appdb.winehq.org/objectManager.php?sClass=version&iId=17591
and there
http://pastebin.ubuntu.com/547626/
require repost information to bugzilla?
2001 Oct 24
1
incompletely built html documentation (PR#1142)
Full_Name: Denis Sunko
Version: 1.3.1
OS: HP-UX 11.0
Submission from: (NULL) (161.53.2.114)
After building and installing R 1.3.1, i find some of the html files missing:
> ls -l /opt/lib/R/doc/manual/
total 0
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-FAQ.html
-rw-r--r-- 1 root sys 0 Oct 17 22:16 R-admin.html
-rw-r--r-- 1 root sys 0
2012 Mar 03
1
Problem running stepAIC within a function.
...t understand why the code works fine on it's own, but not in a
function.
--------------------------------
#Mean imp and results
regimp <-
function(fullsim,fullsim1,fullsim2,reps=75,opt=0,rand=0,weight=0,match=0){
results <-
data.frame(RIB=rep(0,reps),ARIB=rep(0,reps),Conf=rep(0,reps),Dks=rep(0,reps),PL=rep(0,reps),REL=rep(0,reps),VARS=rep(0,reps))
#run simulations of missing data and impute on each
#do reps
for (j in 1:reps){
#bind data
alldata <- cbind(fullsim,fullsim1,fullsim2)
cols <- paste(names(alldata),c(rep("",16),rep(1,16),rep(2,16)),sep=""...
2005 Feb 22
1
Problems with Dovecot and self-signed cert
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've recently set up a Red Hat Enterprise Linux 4 WS server, and decided
to try using Dovecot as my IMAP server, as I was impressed with the
dedication to security that seems to be the core development goal. I'm
really happy with it, but I can't get it to work with a self-signed cert.
Normally, on a RHEL system, you just go into
2011 Feb 26
2
GotoBLAS2 breaks lapack
Hi,
I'm relatively new to R on Ubuntu (moving from Windows), and I'm trying to
get GotoBLAS2 working. I installed (from a CRAN mirror) the pre-built
binaries of R (which, as far as I know, is compiled as a shared library) on
Ubuntu 10.10 using
apt-get install r-base r-base-dev
I successfully built GotoBLAS2 from source, copied the library to /usr/lib
and created s symbolic link from
2014 Feb 07
0
Wine release 1.7.12
...aphical issues
35405 NoLimits Coaster 2, Direct3D not supported
35408 demoscene fr-038: theta crashes (affect multiple games: Anarchy Online, Tomb Raider, GTA)
35410 G?mez Peer: Java runtime crashes and loops in WinXP mode
35414 EVE Online crashes on window resize
35447 Divinity II - DKS demo: fails to start with an exception.
35464 Prefix creation occasionally reports user32 driver loading failure
35482 ProPresenter 4.x (.NET 3.5 WPF app) installer needs WshShortcut_put_Arguments
35483 cannot install game imvu
35494 Ma?a Ksi?gowo?? crashes starting
35520 UltraMon 3....
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...oJL+om_1b^ovG4f
ztwye*O3u9+Y0#*WyHz9kRLOfnBYVKq6vysaAUB%~ls}P at j#O!m^Y8mew!k^`Q-m#X
z%KQo8B{(;>qe=n%j%%oLDUNfqC{-?dnUdyIX at w)nN+et3e9?j`mv7RwT}b}!DWEI%
z0kwg1+mb46;k<s2<dsk8q&-!xdKM-R{b={4u1(Xaa`il*4zqyT!+32)*l{W&+Ynwe
zgORJL(g|B~2dZ3)o%MN8f4_>6PE@&WGb7hh<$CDni=h7DF-8udksEe1@{&$T=Oavf
z)$Z~O(<d;h-26UxZu}!v{`4LqfBY8crZJpcPnADU;A93k3a4=L2dZ?Pfh2OfE#~A#
zs&rq@$$aD%t>$DQ!XE26S;Q#0WfLb$knZ_0m2WS}EpRkcLR9Cmj)Qs?+^JNxy+t?x
zR#v8+bz8xmq{_HOyi6yQima<dmJ3-ENWq<IRVqmB?7Rv)Z#?p}s=*-nG-5cfI at a;-
z)vVoNy=pbPdnvp8eO|Sc-MxafuBckU?q10T9an#M>v5HMS27f-)HK8Shhr...
2001 Oct 24
0
broken build with LDFLAGS (PR#1141)
Full_Name: Denis Sunko
Version: 1.3.1
OS: HP-UX 11.0
Submission from: (NULL) (161.53.2.114)
I invoked configure by
env LDFLAGS=/opt/fortran90/lib ./configure --with-f77=f90
Problem: although configure completed to (its own) satisfaction, the LDFLAGS
information was not propagated everywhere; I had to change the line
PKG_LIBS = -l:libF90.a -lcl -lisamstub
to
PKG_LIBS =