Displaying 8 results from an estimated 8 matches for "xx4".
Did you mean:
0x4
2013 Jan 10
2
transparency in segments()
...;,
yaxt='n',ylab="",xlab="mean", type = "n")
segments(xx2$MEAN_PERI, 60,xx2$MEAN_PERI, 100, tcl=-.2)
xx3 <-read.table("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_P...
2006 Feb 02
0
Sip - no peer or user found on incoming call
...me]
type=user
username=<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
2004 Jun 11
4
Cisco 7940
I want to buy a 7940 to use with Asterisk. Does all
the features (i.e. Transfer, Hold, call waiting, MWI,
etc)work?
How difficult it is to configure 7940?
Thanks
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
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
...XXXXXXX
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
2020 Feb 09
2
[RFC PATCH] Add SHA1 support
...of
+ * 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