search for: xxi

Displaying 20 results from an estimated 26 matches for "xxi".

Did you mean: xx
2012 Jul 07
11
Splitting a character vector.
I am lousy at simple regex and I have not found a solution to a simple problem. I have a vector with some character values that I want to split. Sample data dd1 <- c( "XXY (mat harry)","XXY (jim bob)", "CAMP (joe blow)", "ALP (max jack)") Desired result dd2 <- data.frame( xx = c("XXY", "XXY", "CAMP",
2008 May 27
1
How to restrict winbindd to access trusted domains objects.
...#39;ve already done with question at http://lists-archives.org/samba/37558-winbindd-hangs-up-while-retreiving-usernames.html and made decision, that winbindd tries to get users and groups in trusted domains. We have tree different domains in their forests, connected by trusted relationships: CITY-XXI.INT < - > DEP2.CITY-XXI.INT DEP2.CITY-XXI.INT < - > ALL.INT CITY-XXI.INT < - > ALL.INT In my smb.conf I use allow trusted domains = No key to restrict samba reading foreign domain objects, but wbinfo -u returns list of users from my domain(DEP2.CITY-XXI.INT) and another...
2008 Apr 29
1
winbindd hangs up while retreiving usernames.
...onf with: group: files winbind group_compat: nis hosts: files dns networks: files passwd: files winbind passwd_compat: nis shells: files filled /usr/local/etc/smb.conf with: # #======================= Global Settings ===================================== [global] workgroup = DEP2 realm = DEP2.CITY-XXI.INT <http://dep2.city-xxi.int/> netbios name = SZRouter server string = Secondary Router security = ADS hosts allow = 10.1.9., 127. log file = /var/log/samba/log.%m max log size = 5000 password server = City2.dep2.city-xxi.int <http://city2.dep2.city-xxi.int/> dns proxy = no preferred...
2009 Mar 25
3
very fast OLS regression?
...get regression coefficients in R? (Is Gentlemen's weighted-least-squares algorithm implemented in a low-level C form somewhere? that one was always lightning fast for me.) regards, /ivo bybuiltin = function( y, x ) coef(lm( y ~ x -1 )); byhand = function( y, x ) { xy<-t(x)%*%y; xxi<- solve(t(x)%*%x) b<-as.vector(xxi%*%xy) ## I will need these later, too: ## res<-y-as.vector(x%*%b) ## soa[i]<-b[2] ## sigmas[i]<-sd(res) b; } MC=500; N=10000; set.seed(0); x= matrix( rnorm(N*MC), nrow=N, ncol=MC ); y= matrix( rnorm(N*MC), nrow=N, ncol=MC ); ptm = p...
2006 Apr 14
1
Desktop=XxY broken?
i used to use application, called RAdmin, with earlier versions of wine (prior 0.9.11). it works pretty well with oprtion Desktop="1024x768". but now in winecfg this option is grayed out and setting HKCU/Sofware/Wine/AppDefaults/radmin.exe/X11 Driver/Desktop registry key to "1024x768" doesn't work. and without this option keyboard doesn't work on remote hosts. --
2008 Apr 23
0
winbindd hangs up while retreiving users
...onf with: group: files winbind group_compat: nis hosts: files dns networks: files passwd: files winbind passwd_compat: nis shells: files filled /usr/local/etc/smb.conf with: # #======================= Global Settings ===================================== [global] workgroup = DEP2 realm = DEP2.CITY-XXI.INT netbios name = SZRouter server string = Secondary Router security = ADS hosts allow = 10.1.9., 127. log file = /var/log/samba/log.%m max log size = 5000 password server = City2.dep2.city-xxi.int dns proxy = no preferred master = no local master = no domain master = no os level = 0 # My Proper...
2009 Nov 13
1
dfbetas vs dfbeta
Hi, I've looked around but can't find a clear answer to the difference for these two? Any help? Thanks! -- View this message in context: http://old.nabble.com/dfbetas-vs-dfbeta-tp26331704p26331704.html Sent from the R help mailing list archive at Nabble.com.
2012 Apr 23
0
linear model benchmarking
...y)$coefficients }, ols.solve = function (y, x) { x <- as.matrix(x) ok <- (!is.na(y))&(!is.na(rowSums(x))) y <- y[ok]; x <- subset(x, ok) x <- cbind(1, x) xy <- t(x)%*%y xxi <- solve(t(x)%*%x) b <- as.vector(xxi%*%xy) b }, ols.crossprod = function (y, x) { x <- as.matrix(x) ok <- (!is.na(y))&(!is.na(rowSums(x))) y <- y[ok]; x <- subset(x, ok)...
2017 Jun 01
1
RPC Server is unavailable
Hello All, I have big problem. I don't know how can i resolve it. Design: |server Samba AD 4.6.2| <---------- | Samba File Server v4.6.2/v4.6.4 | <--------- | Windows 7 client | ----------------------- On Windows & client: User can open files in share. Problem is when he wants to change privileges (Proporties>Security>Edit>Add). "Application
2011 Oct 13
3
nls: singular convergeance
...0+(const1*Cmin.new2-const1*Cd)*A+(Cmin .new2-Cb)*exch)/(0+const1*A+exch)) res <- pt1*(t <=trans) + pt2 * ((t > trans) & (t <= trans2)) + pt3 * (t > trans2) return(res) } Thanks for your help. Kind regards, Matt Redding We're behind the Bid! GOLD COAST 2018 - XXI COMMONWEALTH GAMES CANDIDATE CITY www.goldcoast2018bid.com ********************************DISCLAIMER**************...{{dropped:15}}
2006 Dec 11
3
rsync /somedir work@backups::somearchive/ gets stuck in huge maildirs, rsync /somedir root@backups:/some/path/ works
hi, i hope i'm not reporting something well-known; i tried to understand the available bug tracking information. please excuse me if my problem report should not meet your standards, but i want to direct your attention to the following: http://koffein.org/av/rsync-bugreport/ problem report for rsync 2.6.9 on linux/IA32, 09 Dec 2006 Herwig Wittmann
2008 Oct 02
6
Video driver questions
My OQO has a VIA chipset. From the hwconf: class: VIDEO bus: PCI detached: 0 desc: "VIA Technologies, Inc. CX700M2 UniChrome PRO II Graphics" vendorId: 1106 deviceId: 3157 subVendorId: 1106 subDeviceId: 3157 pciType: 1 pcidom: 0 pcibus: 1 pcidev: 0 pcifn: 0 When I install Centos, I default to the vesa driver, and it operates at the monitor's native 800x480. Of course I
2004 Sep 27
1
Peer Review - Linuxfest Presentation Outline
...: MeetMe conference bridge xiv. MP3Player: Play an MP3 file or stream xv. MusicOnHold: Play Music On Hold indefinitely xvi. Record: Record to a file xvii. SendImage: Send an image file xviii. SendText: Send a Text Message xix. SendURL: Send a URL xx. System: Execute a system command xxi. Transfer: Transfer caller to remote extension xxii. VoiceMail: Leave a voicemail message xxiii. VoiceMailMain: Enter voicemail system d. Scripting i. DialPlan Scripting 1. Built in Scripting Language ii. AGI = CGI for Asterisk 1. Use any script language you want. C, Perl, PHP, TCL,...
2008 Feb 12
3
sort a data frame according to roman characters
R-help, I have a data frame with one column containing roman numbers The data are not sorted as : I II III IV V VI VII VIII IX X XI XII XIII XIV XV Using data[order(data$Roman),] does not do the job. How can this be done? Thanks in advance.
2004 Oct 05
0
Paypal? Available in 44 of the world's approximately 190 countries
...an IAX2 connection of course). I discovered here: https://www.paypal.com/uk/cgi-bin/webscr?cmd=p/gen/ua/policy_closing that Paypal has reserved the right to limit or close your Paypal account for nothing more than simply logging in to Paypal from a country not on the approved list (see clause xxi). The approved list contains just 44 countries, leaving out about 150 others. Not a single African country is included on the list. Even (most of?) the new EU countries are excluded. So I advise caution if you have a Paypal account and travel anywhere in the "2/3rds world". This app...
2006 Oct 26
1
Tunnel freezing
Hi! I hope this list a good place for my question - I've googled for it first, but I didn't find any answers. I'm trying to use the new ssh IP tunnel feature to get a secure access to my machine at work, which is behind a firewall/NAT but it has a ssh port in outbound direction open. The problem is that the tunnel freezes occasionally, mostly in one direction only. The freeze
2018 Jan 17
2
queue peridiodic-announce-frequency
Hello group, I tried a lot to enlarge the frequency (i.e. more announces, low wait between). according to config, every 30 seconds the announcement should take place. In fact, the first periodic announce is done after 2 minutes? What is my fault? Thank you Regards Paul # zypper if asterisk Loading repository data... Reading installed packages... Information for package asterisk:
2017 Jun 05
1
RPC Server is unavailable
On Thu, 01 Jun 2017 14:55:40 +0200 Supporter via samba <samba at lists.samba.org> wrote: >> Hello All, >> >> I have big problem. I don't know how can i resolve it. >> >> Design: >> >> |server Samba AD 4.6.2| <---------- | Samba File Server >> v4.6.2/v4.6.4 | <--------- | Windows 7 client | >> >> >>
2004 Apr 22
0
Çaêàç 6uëåòîâ...
...o??? ?.??u? 19,20 ??u?? u ?up ?.?. ???c??? 22,23 ????? ?o?u ?.?.?o??o?????? 25,26 C?????o? c?a??ue 29,30 ?????????o? ???a?u?????? 814 ??p??u ?????u???a 23,24,25,27 ?ea?? ???? ?... c?p???? C.??o???o? 1,22 ???c c?????? C.?pox??o? 12,19 ??p?? ?a ?.???????? 14,28 ??a???????? ??e??c??o Ap?-?ap??ep XXI ?c?y?e?ue ?.?e?p????,?.???u??? 7,18 ?eg??? C.????????,?.?e??e??? 11,16 ????????u? ??a?p ??ap??? ? ???? ??????? 1,7,8,15,21,22 ???? ?ag?o ?.?ap?? 14,25 ?e?a??????? ?ea?pa????? ?poe?? Ladies'night. ?o???? ??? ?e??u? 5,19,26,27 ??6??? ? ????????o? ???e 20 ????pa???o-????????oe ?????c???...
2014 Oct 31
0
[PATCH 1/3] fish: rl.{c, h} - escaping functions for readline
From: Maros Zatko <mzatko@redhat.com> --- fish/rl.c | 158 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ fish/rl.h | 32 +++++++++++++ 2 files changed, 190 insertions(+) create mode 100644 fish/rl.c create mode 100644 fish/rl.h diff --git a/fish/rl.c b/fish/rl.c new file mode 100644 index 0000000..bb8fd62 --- /dev/null +++ b/fish/rl.c @@ -0,0 +1,158 @@ +/* guestfish -