Displaying 20 results from an estimated 1243 matches for "ccc".
Did you mean:
cc
2004 May 05
3
sip.conf and SIP client host= not recognized in some cases
...don't work is that devices that send packets
with an Initial Via header of themselves appears to work and pick the
context correctly but those that don't have the Via just get dropped in the
context of the [General] context in sip.conf. Anyone have any similar
experiences?
Call comes from ccc.ccc.ccc.ccc to Asterisk from Invite in Example A in ends
up in [inbound] context but in Example B it ends up in [default]. The only
difference I can find btw these two examples is the fact that A has a VIA
record and B doesn't. Can anyone confirm this behavior or at least explain
it? (Used toda...
2006 Jan 22
1
setting up vpn client on a freebsd workstation
I have the following network:
External Interface External Interface
ccc.ccc.ccc.ccc aaa.aaa.aaa.aaa
| |
--> VPN <--> Internet <--> FreeBSD Client (NATed extip: bbb.bbb.bbb.bbb)
|
FW-1 Protected Net
ddd.ddd.ddd.ddd/24
VPN: ipsec freeswan (UDP encapsulated tunnel)
ccc.ccc.ccc.ccc has p...
2012 Apr 17
3
Can a matrix have 'list' as rows/columns?
...as many columns as there are dimensions
in the array—so two columns for a matrix. The result is a vector (not an
array)
containing the selected items."
My version of R:
version.string R version 2.12.1 (2010-12-16)
Here is an example...
> Qm <- c("aaa", "bbb", "ccc")
> DF <- data.frame(Name=sample(Qm, replace=TRUE, size=22), Value=runif(22),
stringsAsFactors=FALSE)
> M <- sapply(Qm, function(nm, DF){last(DF[DF[, "Name"]==nm,])}, DF)
> class(M)
[1] "matrix"
> class(M[,1])
[1] "list"
> class(M[1,])
[1] &qu...
2006 Apr 04
5
Not routing for 1 host?
Hi,
I want to stop routing for 1 particular host in my network. I thought that this would do it:
iptables -D INPUT -d aaa.bbb.ccc.ddd -j DROP
iptables -D INPUT -s aaa.bbb.ccc.ddd -j DROP
But that still shows traffic. What is the corract way to do that?
Groeten,
Joost Kraaijeveld
Askesis B.V.
Molukkenstraat 14
6524NB Nijmegen
tel: 024-3888063 / 06-51855277
fax: 024-3608416
e-mail: J.Kraaijeveld@Askesis.nl
web: www.askesis.n...
2012 Jan 15
2
determining the difference between 2 character strings
...eed to determine the difference between them.
They are character strings, and to use setdiff(), or unique() I need
vectors. I don't know how to force these character strings into a form
where you can use functions like setdiff(). Any help would be greatly
appreciated.
> head(R1)
[1] "ccc-5-96078266-C-T" "ccc-5-96127578-C-T" "ccc-5-96133900-A-G"
"ccc-5-96145958-C-T" "ccc-5-96147966-C-T" "ccc-5-96150086-T-C"
> head(R2)
[1] "imm_5_96030100" "imm_5_96377451" "imm_5_96334858"
"imm_5_96318074&qu...
2020 Jul 14
6
internal DNS not forwarding
Hello,
I am trying to setup a samba4 AD dc in my network using smb-tool.
Everything seems to work except DNS forwarding.
If I query for the dc
root at dc:~# nslookup dc.local.domain.it
I get the correct answer:
root at dc:~# nslookup dc
Server:???????? aaa.bbb.ccc.ddd
Address:??????? aaa.bbb.ccc.ddd#53
Name:?? dc.xxxx.yyyy.it
Address: aaa.bbb.ccc.ddd
but if I query for an external domain:
root at dc:~# nslookup www.nasa.gov
Server:???????? aaa.bbb.ccc.ddd
Address:????? aaa.bbb.ccc.ddd#53
Non-authoritative answer:
*** Can't find www.nasa.gov: No answer...
2012 Oct 02
3
PROBLEM : Cannot require an Exec
...e code.
exec { "exec-AAA":
command => "/bin/true",
returns => 0,
notify => Exec["exec-BBB"],
}
exec { "exec-BBB":
refreshonly => true,
command => "/bin/false",
returns => 0,
notify => Exec["exec-CCC"],
}
exec { "exec-CCC":
refreshonly => true,
command => "/bin/touch /tmp/CCC",
returns => 0,
}
exec { "exec-DDD":
require => Exec["exec-CCC"],
command => "/bin/true",
returns => 0,
notify => Exec[&qu...
2005 Dec 12
2
Extremely slow Samba3 performance with ArcView/WinXP
...took a IP traffic dump with tcpdump and also samba logs
with loglevel 10 and found that there are a _lot_ of small
packets going between the WinXP client and the Samba3 server.
Example:
No. Time Source Destination Protocol Info
[...]
75260 81.686777 aaa.bb.ccc.110 aaa.bb.ccc.1 SMB Read AndX Request, FID: 0x272f, 512 bytes at offset 720896
75261 81.687706 aaa.bb.ccc.1 aaa.bb.ccc.110 SMB Read AndX Response, FID: 0x272f, 512 bytes
75262 81.687873 aaa.bb.ccc.110 aaa.bb.ccc.1 SMB Read AndX...
2012 Jul 28
3
Appending the Column names
Hi Freinds,
I have two data frames X,Y. I want to append both the data frames into one,
along with the columns names from both the data frames (it should look like
Z).
X:
Summary G Y R
Acc 12 12 13
Bcc 11 14 15
Ccc 13 15 16
Y:
Summary G Y R
Acc 10 11 12
Bcc 13 12 11
Ccc 11 16 20
Result
----------
Z:
Summary G Y R
Acc 12 12 13
Bcc 11...
2005 Oct 10
2
possible bug in image() ??
...ryone.
The function image() seems not to be correctly plotting some
matrices that I give it. (I佲檓 using R 2.1.1)
The following code creates a matrix (denoted x) with 1500
rows and 3 columns, with all entries 0 or 1, and then plots
the image of this matrix.
cc=runif(n=1500,min=0.1,max=1.2)
ccc=ceiling(cc-1)
dd=runif(n=1500,min=0.1,max=1.2)
ddd=ceiling(dd-1)
ee=runif(n=1500,min=0.1,max=1.2)
eee=ceiling(ee-1)
x=matrix(data=c(ccc,ddd,eee),nrow=1500)
image(x)
..where the first column in x (vector ccc) is depicted
horizontally along the bottom of the image. However, when I
overplot...
2003 May 01
4
var[i]
Dear all,
How could I use variables in a loop that their names are in a vector?
For example:
aaa <- 1:10
bbb <- aaa*2
ccc <- aaa+bbb
varn <- c("aaa", "bbb", "ccc")
m <- rep(NA, 3)
for (i in 1:length(varn)) m[i] <- mean(varn[i]) # wrong
thanks in advance
Juli
--
"Wars do not solve problems, wars generate even more problems"
2005 Jul 22
3
Question regarding subsetting
I run R 2.1.1 in a Linux environment (RedHat 9) although my question
is not platform-specific.
Consider the following:
> A <- c("Prefix-aaa", "Prefix-bbb", "Prefix-ccc")
> B <- strsplit(A, "-")
> B
[[1]]
[1] "Prefix" "aaa"
[[2]]
[1] "Prefix" "bbb"
[[3]]
[1] "Prefix" "ccc"
How do I extract the elements "aaa", "bbb", "ccc" from B?
Thanks in advanc...
2005 Dec 01
3
Saving files with MS Word to samba3 server is very slow!
...ndows Explorer takes less than
a second!
Also, from Windows XP clients it takes less than a second when saving
files to the Samba server with Word!
I took various dumps with ethereal and found the following:
Time Source Destination Protocol Info
9.906172 aaa.bb.ccc.130 aaa.bb.ccc.14 SMB Write AndX
Request, FID: 0x2ed3, 162 bytes at offset 0
9.907359 aaa.bb.ccc.14 aaa.bb.ccc.130 SMB Write AndX
Response, FID: 0x2ed3, 162 bytes
9.907734 aaa.bb.ccc.130 aaa.bb.ccc.14 SMB NT Create AndX
Request, Path...
2012 Jul 18
3
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 18 July 2012 15:46, salvatore benedetto
<salvatore.benedetto at gmail.com> wrote:
> $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c
> --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/
Try -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple
thumbv7m-none-linux-gnueabi
Sometimes it's better than sysroot, as it finds it all by itsel...
2004 Apr 01
2
Samba 3.0.2a printing to Laserjet5 from access 2002 or higher
...printers with jetdirect interfaces setup as raw
print queues using printconf
relevant printer entires are marketing, accounting
smb.config as follows:
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2004/02/27 10:20:13
# Global parameters
[global]
workgroup = CCCDISTRICT
server string = Freelog
interfaces = 172.16.1.16/24
update encrypted = Yes
null passwords = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *password* %n\n *password* %n\n *
unix password sync = Yes
log level = 1...
2012 Jul 28
2
[LLVMdev] Cross-compiling for cortex-m3: how do I get ride of -ccc-gcc-name ?
Hi there,
I'm using clang to cross compile for cortex-m3. I eventually managed to
do so with
clang++ -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple
thumbv7m-none-gnueabi source.cpp -c -mcpu=cortex-m3
I would like to understand what -ccc-gcc-name does exactly and how
can I get ride of it?
>From what I understand, it's needed by the driver in order to find the binutils
for calling the...
2010 Oct 27
4
One silly question about "tapply output"
... rate
January AAA 9.04
February AAA 9.07
..........................................
..........................................
Decemeber AAA 8.97
January BBB 11.15
February BBB 11.13
January CCC 17.13
.............................................
............................................
December CCC 17.56
and so on.
My objective is to calculate Rating-wise mean rate, for which I have used
rating_mean = tapply(rate, rating, mean)
and I am getting followi...
2005 Feb 07
1
rpcclient error / printer driver issue
...came across this problem when trying to delete a driver
none of the printers are listed in the smb.conf - it is all being
generated from the cups and the printcap that cups makes on load
First enumprinters works:
rpcclient $> enumprinters
flags:[0x800000]
name:[\\prupref-print\ccc-tosh35]
description:[\\prupref-print\ccc-tosh35,TOSHIBA e-STUDIO28-45
GL-PSL3,Call Center Toshiba 35]
comment:[Call Center Toshiba 35]
flags:[0x800000]
name:[\\prupref-print\hin-magi2300]
description:[\\prupref-print\hin-magi2300,magicolor 2300
DL,Hinsdale M...
2012 Jul 18
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Wed, Jul 18, 2012 at 5:45 PM, Renato Golin <rengolin at systemcall.org> wrote:
> On 18 July 2012 15:46, salvatore benedetto
> <salvatore.benedetto at gmail.com> wrote:
>> $ clang++ -ccc-host-triple thumbv7m-none-gnueabi noInclude.cpp -c
>> --sysroot=/home/emitrax/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/
>
> Try -ccc-gcc-name arm-none-linux-gnueabi-g++ -ccc-host-triple
> thumbv7m-none-linux-gnueabi
>
> Sometimes it's better than sysroot,...
2007 Jun 21
4
"if" within a function
...iends.
I found a puzzling phenomenon in R when you use 'if' within a function:
# defining a function aaa
aaa=function(a)
{if (a==1) {aaa=1};
if (a!=1) {aaa=2}
}
# using the function:
> b=20
> bbb=aaa(b)
> bbb
[1] 2
> typeof(bbb)
[1] "double"
>
>
> c=1
> ccc=aaa(c)
> ccc
NULL
> typeof(ccc)
[1] "NULL"
It seems that only the last 'if' phrase works. Is it an instrinsic weakness
of R? Is there a way to get around it? ( I use 'elseif' to get around this
when there are only two cases to choose from, but what if there are more...