search for: weh

Displaying 9 results from an estimated 9 matches for "weh".

Did you mean: we
2002 May 15
1
Syslinux Bootsector
...dx,dx int 13h pop dx pop ax instead of mov dx,03F2h xor al,al call slow_out Thx for any comments, Martin Neuhaeusser -- \ / ---==( o )==--- PGP encrypted messages preferred. Public-Key at: http://sawfish.weh.rwth-aachen.de/~martin/index.html
2006 Apr 02
1
Network issue
I have a Centos 3.x server install that has been working for months now but is now going the error "resource temparary unavailable" any idea what normally causes this error ? Thanks Denis
2006 May 22
12
FreeBSD Security Survey
Dear FreeBSD users and system administrators, While the FreeBSD Security Team has traditionally been very good at investigating and responding to security issues in FreeBSD, this only solves half of the security problem: Unless users and administrators of FreeBSD systems apply the security patches provided, the advisories issued accomplish little beyond alerting potential attackers to the
2008 May 21
0
Errors in using gdb (PR#11496)
...676xw99+Fsf22LW93/w25NPeeTXv1l25bzH rpwHO3efdAoE/tsWW2734Y9cffXVT2QJDv+XTTf/v223uGa//3noN6c/c9+85xZf89ziq2EH Pl673w9mbL/VTpt9EKLJDv/gBz+49ee2/sHRPzjjhtPn//6K25ZeA9sNv7/izJtO/5+jf7D1 P20FEWSHk0gkUrcFXdAmm2zyxS9+cerUqZ7nXXbZZaUke/DBBwNyj24KMh122GEf//jH99tv v+nTp+PY8b3vfe/LX/7yD3/4w6233hrjAKVPmjRp1113hWeHzTfffMstt6SmQiKRSKZiZH7A jIPWmrrBggULYJRZkdLy5cvh7/777ffPU9Y74h+2nv2P293w1S+e+f5pR6w7BbZZ79/gxq98 EQKP+NjWX5i6/gH7758+FnTofvvtuv46l35zy7tnbP/IaTsuv+Cfl1/4BdgeP//zfzx1x7sP 3H7ON7faa8P1Dx15OBMMCht8dP3tfrjl107Y7v9duuNBV3zhkHlfOfSqrxx4xRf2nvPpr5+w /bb/u+W0j62/f+dwdt7MslA4hVM4hZceDkQKyIrhm2222b/8y7+Ukj4i...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...M5?ZfT1y$AM(%>xg*vfhz4T<gpjl$moAVhU zYXV4==lNLVU8_vLR at qtaFx!LPc4)MM<A%@a4msRQbGYZ1;-I7v9|AI20L{^(-laB< zDrt@?l1)Tbx3V1qgL$m9s6t^O3M0v=lNDoJ2!FYdbCV-SMQvV<S3elQW3>Pkd02tD zEZ!fpyVzXT*r}T_eY)@T-4*)B22jz;U7kZ3b|bz3Vokt78g$+nx*i at pm#xl5Y|v$w zr6?cTpR12yHS_@{;wVU>uePbh?6yvAXMh*mweHmg9aci;_ZS=^(Qcg-JXU5D^bV at M zxt4R|hs48G*s_Z!5+4}>VdfuNj9vRoT3rp at ANOm#GSGS<?XyF-two8|hT7ol`fOQz z7j9_y<!>I at G{>(ysq*1?&GKT^{m?Fcxny&BG96C)e?)2kP=Eqp1m>4`*DT7YB3Hri z!D8ux%+Xqv-$LeV;;I*Q+U1*R5r(o5jJcB9Fb(?h5Q6Kr6$94v{shy-zMvcLvL0&? z at 8D?GxgfVVRXerU6iY*Z(G-9NjaK...
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
Dear R-devel, I am experiencing issues with running GAM models using mclapply, it fails to return any values if the data input becomes large. For example here the code runs fine with a df of 100 rows, but fails at 1000. library(mgcv) library(parallel) > df <- data.frame( + x = 1:100, + y = 1:100 + ) > > mclapply(1:2, function(i, df) { + fit <- gam(y ~ s(x, bs =
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
...k <simon.urbanek at R-project.org<mailto:simon.urbanek at R-project.org>> wrote: Sorry, the code works perfectly fine for me in R even for 1e6 observations (but I was testing with R 4.0.0). Are you using some kind of GUI? Cheers, Simon On 28/04/2020, at 8:11 PM, Shian Su <su.s at wehi.edu.au<mailto:su.s at wehi.edu.au>> wrote: Dear R-devel, I am experiencing issues with running GAM models using mclapply, it fails to return any values if the data input becomes large. For example here the code runs fine with a df of 100 rows, but fails at 1000. library(mgcv) library(p...
2020 Apr 28
2
mclapply returns NULLs on MacOS when running GAM
...could even use stop() here if you wanna be > conservative. > > [0] https://github.com/rstudio/rstudio/issues/2597#issuecomment-482187011 > [1] https://stat.ethz.ch/pipermail/r-devel/2020-January/078896.html > > /Henrik > > On Tue, Apr 28, 2020 at 2:39 AM Shian Su <su.s at wehi.edu.au> wrote: >> >> Yes I am running on Rstudio 1.2.5033. I was also running this code without error on Ubuntu in Rstudio. Checking again on the terminal and it does indeed work fine even with large data.frames. >> >> Any idea as to what interaction between Rstudio and...
2020 Apr 29
2
mclapply returns NULLs on MacOS when running GAM
...s. If the data is small, or you need to read it first, then other methods like PSOCK may be preferable. In any case, parallelization only makes sense for code that you know will take a long time to run. > > Cheers, > Simon > > >> On 29/04/2020, at 11:54 AM, Shian Su <su.s at wehi.edu.au> wrote: >> >> Thanks Henrik, >> >> That clears things up significantly. I did see the warning but failed to include it my initial email. It sounds like an RStudio issue, and it seems like that it?s quite intrinsic to how forks interact with RStudio. Given this cod...