search for: cntrl

Displaying 20 results from an estimated 52 matches for "cntrl".

Did you mean: cntl
1997 Aug 06
1
multiple domain contr. not allowed?
Hi, Using samba 1.9.17alpha5 on all servers, I'd like to configure one of my servers to be a failover domain controller in case my usual domain controller dies. Some verbage in BROWSE.TXT suggests that this is doable: { It is possible to configure two samba servers to attempt to become the domain master browser for a domain. The first server that comes up will be the domain master browser.
2010 Jul 15
2
Conflict with Ctrl key in MacOS?
After a switch from Windows to Macintosh (running Mac OSX 10.6), I wanted to be able to run a dear old text editor, NoteTab Pro, which is only available in a Windows version. I did an installation using Wine, and after some initial issues in finding the supporting files to the editor (the path to them turned out to have 14(!) levels), everything was running smoothly. But pretty soon the MacBook
1999 May 18
3
Cntrl-M characters ...
Hi, I am using Samba 1.9.18. The server is running on Solaris 2.5.1 and the client is on Win NT 4.0 I am annoyed by the Control-M characters appearing in text files when the files are edited on Windows editors and viewed in vi on Sun machine. I had to manually remove the Control-M characters. Is there a way to eliminate the Control M characters ? Thanks Krishna
2011 Sep 29
3
grep and PCRE fun
...rgument must point to a location that can hold at least ovecsize integers. All the pcre_exec calls made by do_grep, save one, honors this. That one call seems to overwrite areas of the stack it shouldn't. Here's the smallest example I found that tickles the bug: > grep("[^[:blank][:cntrl]]","\\n",perl=TRUE) Error in grep("[^[:blank][:cntrl]]", "\\n", perl = TRUE) : negative length vectors are not allowed As described above, this error occurs on ubuntu 10.04 when R is compiled without optimizations ( I typically use CFLAGS="-ggdb" CXXF...
2009 Mar 17
1
Control + Function key doesn't work in VB form
Hi, I have installed openSUSE 10.2 (i586) and Wine 1.1.16. I am able to run the VB exe in SUSE and it connect to Sql server. In the VB application I have set Cntrl+F6 key to load another form. But any key combination with Cntrl key doesn't fire. Do I have to disable this Cntrl key combination in SUSE or Wine? Thanks
2002 Jul 08
0
rsync 2.5.5 consuming memory and spirals server down
...environment: - linux, 2.4, Dual-PIII-1.2GHz, 1 GB RAM. more of these machines. - rsync 2.5.5 - openssh 3.3 the machines are on a lan, so bandwith is not a problem. I sync large directories (about 6 GB growing) between the machines, no problem - memory consumtion of rsync is normal if not pressed cntrl-c, see below. for rsync I use rsync -cvrlpgo \ --delete \ --exclude=... \ [more of them] -e ssh \ server:/path /path machines are configured to do rsa-pubkey authentication on ssh, so this can be done by a cron job. but: if I try it manually and stop rsync using cn...
2000 Dec 15
2
debugger not recognizing C routine names
...er interface to help. Type "q()" to quit R. [Previously saved workspace restored] > ttest <- function(x){ + y <- numeric(1) + zz <- .C("test",as.integer(x),as.integer(y)) + zz[[2]] + } > dyn.load("test.so") > ttest(8) [1] 10 > > ## cntrl-C cntrl-C Program received signal SIGINT, Interrupt. 0x4012ec7e in select () from /lib/libc.so.6 (gdb) b test Function "test" not defined. (gdb) signal 0 Continuing with no signal. > q() Save workspace image? [y/n/c]: n Program exited normally. (gdb) q [jonm at localhost jonm]$ **...
2008 Nov 03
4
wine hangs until ctrl - C is sent
Hello, I have a strange problem I have two applications called ADM and SGP When I start one or another it starts very fast, but the second hangs until I got to the terminal and I press crtl-c The message sent when i press ctrl-c is the following fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c000013a After that it starts working
2012 Mar 17
3
paste (CTRL + v) not working rgui
...ge I ask "Self it's not a bug what dumb thing are you doing?" I'm running version 2.14.2 (2012-02-29) on a Windows 7 machine using the standard rgui Ever since I downloaded this latest version I have been having difficulty using the windows commands cut and paste (mostly paste) [CNTRL +V]. The problem has gotten worse and now I can't paste at all. This is unique to the 2.14.2 version as I have no problems using paste in version 2.14.1. I can also cut(CNTRL + c) from the gui and paste elsewhere but not paste withing the gui. To specify neither the shortcut command CNTRL +...
2009 May 08
1
Get (feature, threshold) from Output of rpart() for Stump Tree
Hi, I have a question regarding how to get some partial information from the output of rpart, which could be used as the first argument to predict. For example, in my code, I try to learn a stump tree (decision tree of depth 2):    "fit        <- rpart(y~bx, weights = w/mean(w), control = cntrl)     print(fit)     btest[1,]  <- predict(fit, newdata = data.frame(bx)) " I found that "fit" is of  mode "list" and length 12. If I "print(fit)", I will get as output: "n= 124 node), split, n, deviance, yval       * denotes terminal node 1) root 124...
2007 Mar 19
1
Some strange window bahviour with Papyrus in wine
...the window manager to manage created windows", then I get some difficulties. If I open a few document windows, then change the topped window using the panel at the bottom of the screen, then I can have problems using the menus on that topped window, and sometimes also the menu shortcuts. So cntrl/s may not do the save for instance, and also, after using cntrl/o to call the file selector to open a file, then deciding not to open it, the topped window may have changed to the window for the last document that was opened, rather than staying as the one I was using. If I select the window I wan...
2012 Jun 08
2
remove leading slash
Hello, How do I change this: > cnt_str [1] "\002" "\001" "\102" ...to this: > cnt_str [1] "2" "1" "102" Having trouble because of this: > nchar(cnt_str[1]) [1] 1 Thanks! Ben [[alternative HTML version deleted]]
2017 Apr 13
1
Q: Windows/readline: missing history search
Hello! Ever since I used R on Windows (RGui) I am missing the ability to search the command history (Cntrl+R (reverse-search-history) in BASH, for example). Is there a particular reason for having this function disabled? Another feature would be word-wise delete (kill-word, backward-kill-word). Probably being able to use the Alt-key as Meta key for readline (instead of activating menu entries) would be...
2000 Jul 09
1
minor typos in help pages (PR#598)
Dear R Team, A few monor typos in help pages that I noticed. Thank you very much. Rashid Nassar 1. help(gl) Examples: # First control, then treatment: gl(2,8, label=c("Ctnrl","Treat")) ^^^^ I assume "Cntrl" is meant. ========================================== 2. help(pmatch) Details: The behaviour differs by the value of `duplicates.ok'. Consider ... behaviour for partial matching of character indices, for example # looks lik...
2010 Jun 19
8
Keyboard focus in 'some' wine apps (games)
Hi, I've noticed, now that I'm using twinview, that when I click any other window outside of the Wine desktop (Civ4 or WCIII normally), I can click back to the Wine desktop but can no longer use any of the keyboard shortcuts. Things work fine before actually clicking outside the wine window (for example, on my Pidgin chat window). This happens whether the app is run in windowed mode or
2010 Jan 18
2
Another cygwin/rsync question
...les prefixed by [sender] make_file (filenames) that I guess it is going to transfer and then this is followed by recv_file_name (another filename) Which I presume is the first file that it is transferring. That file is a few hundred k so it won't take long, But rsync stalls at that point. Cntrl C does nothing and I end up having to kill the rsync process. I've tried rsync -avvvvz --progress --delete --chmod=ugo=rwX -e "ssh -i /home/administrator/rsync-key" """"/cygdrive/c/Users Shared Folders"""" """"user at r...
2000 Sep 28
1
tcltk package functionality
...er the user has chosen one of the radiobuttons there is another widget that asking him to identify outliers. However, I am having a lot of problems...what R does is evaluate the whole function without pausing...if I introduce a while() loop as I have in the example below, R does nothing until I hit cntrl-c upon which it shows the widget and comes out of the function......I could use a while loop in S-PLUS using the dialog.create() dialog.display() functions, but I cannot seem to implement that functionality in R.....what am I doing wrong? I enclose below the sample function...Any help will be great...
2004 Feb 18
3
changing unix password with samba
I am running RedHat 9 and samba. I need to be able to set one password for each user and sync them with ssh, web, unix password. i.e. When I change samba pass, it changes unix, ftp, etc. Is this possible with samba? I saw that it is if you are running windows and then you can change the unix pass via samba. Is this possible when running linux. I just want to easily administer my users.
2017 Jun 12
0
count number of stop words in R
You can use regular expressions. ?regex and/or the stringr package are good places to start. Of course, you have to define "stop words." Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Mon, Jun 12, 2017 at 5:40
2017 Jun 12
3
count number of stop words in R
Hi all, Is there a way in R to count the number of stop words (English) of a string using tm package? str="Mhm . Alright . There's um a young boy that's getting a cookie jar . And it he's uh in bad shape because uh the thing is falling over . And in the picture the mother is washing dishes and doesn't see it . And so is the the water is overflowing in the sink . And the