search for: xx5

Displaying 10 results from an estimated 10 matches for "xx5".

Did you mean: 0x5
2013 Jan 10
2
transparency in segments()
...uot;http://www.scandinavia.sk/data/R/0_10.csv", sep=";", header=T) segments(xx3$MEAN_PERI, 120,xx3$MEAN_PERI, 160, tcl=-.2) xx4 <-read.table("http://www.scandinavia.sk/data/R/0_15.csv", sep=";", header=T) segments(xx4$MEAN_PERI, 180,xx4$MEAN_PERI, 220, tcl=-.2) xx5 <-read.table("http://www.scandinavia.sk/data/R/0_20.csv", sep=";", header=T) segments(xx5$MEAN_PERI, 240,xx5$MEAN_PERI, 280, tcl=-.2) xx6 <-read.table("http://www.scandinavia.sk/data/R/0_25.csv", sep=";", header=T) segments(xx6$MEAN_PERI, 300,xx6$MEAN_P...
2006 Feb 02
0
Sip - no peer or user found on incoming call
...MyUserName> fromuser=<MyUserName> fromdomain=<MyFromDomainName> secret=<MySecret> context=incoming-GW ;deny=0.0.0.0/0.0.0.0 ;permit=xxx.xxx.xxx.xx0/32 ;permit=xxx.xxx.xxx.xx1/32 ;permit=xxx.xxx.xxx.xx2/32 ;permit=xxx.xxx.xxx.xx3/32 ;permit=xxx.xxx.xxx.xx4/32 ;permit=xxx.xxx.xxx.xx5/32 host=sip.mydomain.com ;insecure=invite,port ;very ;nat=yes ;canreinvite=no ;qualify=1000 disallow=all allow=g726 Thanks for any clue. -- Daniel
1999 Jun 21
1
Force group on create of a file.
Howdy, Is it psoible to use a force group on creation of a file or directory only? I want to use this to make a more efficient use of unic permissions. If I use 'Force Group' then I cannot use the 'other' permission rights anymore in unix. I use a debian distribution (2.1) with Samba version 1.9.18p10-7 Any ideas? Grezzz Ries van Twisk
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
...IAVLQBcr uxG4/kk5pHcQpzen1pyBTXhZhmfv4K9LsAIu/9ziaIeMKSiQvF5eZqa/Gm6MNQ1c HvEwxAjXUG9FmWq3JL8vWpU/9uYOu5Y7++4pg6dygMvfgctJdXur0KBzlVYpMVZ1 RKqOevWsVXWQAFY3F/qKlxYz0aq6zrfj2ZsNBdrM4XAQ0X239X3W2cvDCDqE5fNX kuZGl0rULAn9bIOkUXycz3FWyiouHKtspMbo5wTB2o4eGzRt1vbqhgmniFl0EesG V5m8kKZy0TfkBsXhD9twcDr8nkzDdH+xx5/Km8YIoJ3iL4YDPpunr0XuDDWUeVnV Xz5YyoG/5SH7+aQ/tDj98P7p2VEOZUPkQGsM773S4m2yNO4U6GEoG0TC8XZmsXx5 6c2cwRrsdBn6SAqeJ8BWFn4kS7rPeIEo2d6cY41bJTojoTxgfae5FP8h47yveIom GerKaPb1tBtv8PquEIZC =jGzd -----END PGP SIGNATURE-----
2009 Oct 05
1
gsub - replace multiple occurences with different strings
Hi, I search a way to replace multiple occurrences of a string with different strings depending on the place where it occurs. I tried the following; x <- c("xx y e d xx e t f xx e f xx") x <- gsub("xx", c("x1", "x2", "x3", "x4"), x) what I want to get is; x = x1 y y e d x2 e t f x3 e f x4 but what I get is; x = x1 y y e
2002 Jun 13
2
Samba versus Dreamweaver
...XXXX netbios name = xxxxxx server string = xxxxxxxxxx encrypt passwords = Yes map to guest = Bad User announce version = 5.0 keepalive = 30 os level = 2 dos filetimes = Yes [ShareName] path = /xxx/xxx/xxx writable = yes force group = users comment = xxxxx valid users = xx1,xx2,xx3,xx4,xx5 create mask = 0740 directory mask = 0750 force directory mode = 020 force create mode = 020
2003 Feb 25
6
token ring for pxelinux
is token ring supported by pxelinux or only ethernet?
2020 Feb 09
2
[RFC PATCH] Add SHA1 support
...* X0, X1, etc. See the function body below... + */ +# define X(i) XX##i + +static void HASH_BLOCK_DATA_ORDER(SHA_CTX *c, const void *p, size_t num) +{ + const unsigned char *data = p; + register unsigned MD32_REG_T A, B, C, D, E, T, l; + unsigned MD32_REG_T XX0, XX1, XX2, XX3, XX4, XX5, XX6, XX7, + XX8, XX9, XX10, XX11, XX12, XX13, XX14, XX15; + + A = c->h0; + B = c->h1; + C = c->h2; + D = c->h3; + E = c->h4; + + for (;;) { + const union { + long one; + char little; + } is_endian = { + 1 +...
2013 Aug 31
23
ERROR: Log level INFO requires LOG Target in your kernel and iptables
Hi, I have 2 Debian testing boxes running a very similar setup (both running the latest aptosid kernel); on one of them, since the iptables/libxtables10 packages have been upgraded from 1.4.19.1-1 to 1.4.20-2, shorewall-init can''t start shorewall anymore and for this reason ifupdown also fails triggering firewall up. Shorewall can be successfully started later on, and ifupdown starts
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking