search for: thxs

Displaying 20 results from an estimated 48 matches for "thxs".

Did you mean: this
2018 Aug 24
5
True length - length(unclass(x)) - without having to call unclass()?
...ect 'x' - the length that for instance .subset(x) and .subset2(x) see? An obvious candidate would be to use: .length <- function(x) length(unclass(x)) However, I'm concerned that calling unclass(x) may trigger an expensive copy internally in some cases. Is that concern unfounded? Thxs, Henrik
2018 Aug 30
3
Detecting whether a process exists or not by its PID?
...id", pid), stdout = FALSE) == 0L Can I expect this to work on macOS as well? What about other *nix systems? And, finally, what can be done on Windows? I'm sure there are packages on CRAN that provides this, but I'd like to keep dependencies at a minimum. I appreciate any feedback. Thxs, Henrik
2008 Feb 13
2
NT4 in a DomU
...a death of Blue Screen during the installation begining. Did someone test that scary NT4 DomU with success? I think NT4 need a disk driver but wich one? and how can I give it one? My last solution to test is: to convert a NT4 vmware VM in a qemu img but how can I inject my img in a lvm partition? Thxs for ur help. _____________________________________________________________________________ Ne gardez plus qu''une seule adresse mail ! Copiez vos mails vers Yahoo! Mail http://mail.yahoo.fr _______________________________________________ Xen-users mailing list Xen-users@lists.xens...
2017 Dec 05
2
command line arguments are parsed differently on windows, from 3.4.3
One comment: For your R devel example you didn't use spaces in the expression, i.e. maybe that's broken too with spaces? Three questions: Does it work if you avoid spaces? Does it work if you use single quotes? Does this also occur for Rscript? Thxs Henrik On Dec 5, 2017 03:44, "G?bor Cs?rdi" <csardi.gabor at gmail.com> wrote: I wonder if this is intended. Thanks, Gabor C:\Users\rhub>"c:\Program Files\R\R-3.4.2\bin\R" -q -e "1 + 1" > 1 + 1 [1] 2 > > C:\Users\rhub>"c:\Program Files...
2018 Oct 02
1
not able to log in anymore
Hi. Since today we are not able to login into our account. It looks like a password reset. Can you please provide us with an new password? Account: digitaal at loesfm.nl<mailto:digitaal at loesfm.nl> Password: unknown Thxs in advance Sincerely Will -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20181002/2d84318d/attachment.htm>
2018 Sep 29
1
Query the pointer protection stack size (--max-ppsize=N) from within R?
Hi, for simply for troubleshooting purposes (e.g. making sure that --max-ppsize=N) is set, is there a way to query the pointer protection stack size from R? I tried to grep the source code and couldn't find anything, so I expect the answer is no. Thxs, Henrik
2003 Nov 28
2
Survey says post your 3.3 volt Mother boards used in PRODUCTION withTE410
...in production... I am very interested w/ppl with dual te410's with lots of concurrent channels in use Please dont post just your fav spec boards JUST ppl with working stable installs with TE410s, if possible with url, if not the exact board number & ill google it when i post to the wiki thxs in advance
2001 Sep 12
1
winedbg no longer launches automatically
...t; "Type" = "hd" "Label" = "winedbg" "Filesystem" = "win95" <system.reg> [Software\\Microsoft\\Windows NT\\CurrentVersion\\AeDebug] 134683384 "Auto"=dword:00000001 "Debugger"="/usr/bin/winedbg %ld %ld" Thxs Kevin
2008 Jun 02
2
Opengl doesn't work
Hi ! I've Wine 1.0RC3, and I've an error when I start Chessmaster 10th: err:wgl:X11DRV_wglGetProcAddress No OpenGL support compiled in. I think I've missed something during the install... How can I install the opengl support? Thxs! Pikos PS: sorry for my English.
2011 Mar 05
1
named issue (Samba4, FC14)
...red (set $KEYTAB_FILE & KRB5_KTNAME in /etc/init.d/named, add the tss-gssapi-credential & tss-domain stanzas), however wher starting the named service, it remains stalled.... I am sure this is a well-known issue, however can't find any solution via Google. Can someone give a hint ? Thxs in advance P
2017 Dec 05
2
command line arguments are parsed differently on windows, from 3.4.3
...quotes are not special characters for windows, so > you'll get a different error. In > R -q -e '1 + 1' > there are three arguments after the -e: '1 and + and 1' > > > Does this also occur for Rscript? > > It seems so indeed. > > Gabor > > > Thxs > > > > Henrik > > > > > > On Dec 5, 2017 03:44, "G?bor Cs?rdi" <csardi.gabor at gmail.com> wrote: > > > > I wonder if this is intended. > > > > Thanks, > > Gabor > > > > > > C:\Users\rhub>"c:\Prog...
2012 Sep 11
1
Is invokeRestart("abort") unstoppable?
...ch(..., condition=...) and so on and it appears to work. Does anyone know if I'm overlooking something or can I count on invokeRestart("abort") to always stop any currently evaluated R code? Also, does anyone know how far back (in R versions) invokeRestart("abort") goes? Thxs, Henrik
2010 Sep 27
9
Rails 3 - Creating a comment and then returning the Partial with JUST the new comment
Here''s the flow I have... First, jquery posts the new comment to the server: $.post(this.action,$(this).serialize(),null,''script''); Then in the comments controller: def create @comment = lots of stuff going on here but it works... if @comment.save flash[:notice] = "Successfully created comment."
2007 Mar 21
6
Converting Rails app to desktop with XUL?
Hi, We are thinking about choosing Rails as our weapon of choice for our next project, which is basically a text editor on steroids, whith some functionality that need an Internet connection. In the first step we are going to develop it as a plain web app (AJAX-ified, yay!), however, in the next step we would like to port some of the functionality (such as the editor) to a desktop app (which can
2018 Sep 03
2
True length - length(unclass(x)) - without having to call unclass()?
...2(x) see? An >> obvious candidate would be to use: >> >> .length <- function(x) length(unclass(x)) >> >> However, I'm concerned that calling unclass(x) may trigger an >> expensive copy internally in some cases.? Is that concern unfounded? >> >> Thxs, >> >> Henrik >> >> ______________________________________________ >> R-devel at r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-devel >> > > ______________________________________________ > R-devel at r-project.org mailing li...
2018 Aug 31
2
Detecting whether a process exists or not by its PID?
...macOS as well? What about other *nix systems? > > > > And, finally, what can be done on Windows? > > > > I'm sure there are packages on CRAN that provides this, but I'd like > > to keep dependencies at a minimum. > > > > I appreciate any feedback. Thxs, > > > > Henrik > > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-devel > > ______________________________________________ > R-devel at r-project.org mailing list...
2013 May 24
0
[LLVMdev] ARM __clear_cache fix for compiler-rt when compiling Python
Hi all I received the following patch for compiling ctypes module for Python on FreeBSD from Keith White (I'm in no position to judge this fix, I'm just passing it on). Is there anyone on this list being able to commit this code? Thxs, Werner =================================================================== --- contrib/compiler-rt/lib/clear_cache.c (revision 250739) +++ contrib/compiler-rt/lib/clear_cache.c (working copy) @@ -21,6 +21,23 @@ * specified range. */ +/* python ffi routines call it too */ + +#if...
2004 Jun 13
0
Fwd: Two servers HTTP on DMZ
...gt;Date: Sun, 13 Jun 2004 14:57:27 +0200 >To: shorewall-users@lists.shorewall.net >From: Alberto Starosta <alberto@starosta.org> >Subject: Two servers HTTP on DMZ > >Hi all. >This is my first post at this list. > >I''ve installed SHOREWALL and work well foe me. Thxs. > >I have one problem. >I have two HTTP servers (both work with 80 port). in my rules file : >DNAT net dmz:192.168.0.2 tcp 80 > >work well for one server. > >at eth0 I have 3 public ip and i want to make something like this: >all requests to public ip one to...
2017 Dec 05
0
command line arguments are parsed differently on windows, from 3.4.3
...ork if you use single quotes? It does not, single quotes are not special characters for windows, so you'll get a different error. In R -q -e '1 + 1' there are three arguments after the -e: '1 and + and 1' > Does this also occur for Rscript? It seems so indeed. Gabor > Thxs > > Henrik > > > On Dec 5, 2017 03:44, "G?bor Cs?rdi" <csardi.gabor at gmail.com> wrote: > > I wonder if this is intended. > > Thanks, > Gabor > > > C:\Users\rhub>"c:\Program Files\R\R-3.4.2\bin\R" -q -e "1 + 1" >>...
2018 Aug 31
0
Detecting whether a process exists or not by its PID?
...; > Can I expect this to work on macOS as well? What about other *nix systems? > > And, finally, what can be done on Windows? > > I'm sure there are packages on CRAN that provides this, but I'd like > to keep dependencies at a minimum. > > I appreciate any feedback. Thxs, > > Henrik > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel