Displaying 17 results from an estimated 17 matches for "123123".
Did you mean:
12123
2012 Dec 25
2
Vxml record voice parameter
Hi, I am working on vxml to record voice. I have trouble with getting url
of recorded voice. I want to save and I am using java to get record
parameter from url and it returns a string which is
audio/basic:len(123123):p0x5a6e6241, but I want to get file object or
base64 string with parameter or to relate returning string with path in
asterisk server, are there any way to do this?
--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-us...
2020 Aug 30
2
ID mapping with SFU not setting shell
...realm = BEGER.COM.AU
server role = active directory domain controller
workgroup = BEGER
server services = -dns
time server = yes
winbind nss info = sfu
winbind use default domain = yes
root at gateway2:~ # getent passwd testuser
BEGER\testuser:*:123123:20::/home/BEGER/testuser:/bin/false
Whereas the shell should be /bin/sh and the home directory /home/testuser
# record 26
dn: CN=test user,CN=Users,DC=beger,DC=com,DC=au
objectClass: top
objectClass: person
objectClass: organizationalPerson
objectClass: user
cn: test user
...
uidNumber: 123123
lo...
2004 Jul 19
1
isdn cli
...for my outgoing ISDN PRI call from * box.
here's the ISDN protocol debug.
Q.931
> Calling Number (len=10) [ Ext: 0 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0)
> Presentation: Presentation permitted, user
number passed network screening (1) '123123' ]
> Called Number (len=12) [ Ext: 1 TON: Unknown Number Type (0) NPI:
Unknown Number Plan (0) '818818' ]
Sending Complete (len= 0)
But the CLI is not seen at the end mobile. Instead a fix number is seen. Is this a problem with * ISDN driivers ?
but123
-------------- next part...
2012 Apr 27
0
[LLVMdev] RE : Detect if a basicblock is part of a loop
> Just as I said to Hal, nothing else than:
> $ clang -emit-llvm -S -o main.ll main.c
> $ ../build/Release/bin/opt -load ../build/Release/lib/LLVMobfuscationTest.so -flattening -S main.ll -o main.opt.ll
Then you might need to past your main.c. Besides, is LLVMobfuscationTest.so
your own pass? What does it do?
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of
2006 Dec 11
3
javascript_include_tag -- time stamp
Using, for example,
<%= javascript_include_tag ''prototype'' %>
results in
<script src="/javascripts/prototype.js?1164912447"
type="text/javascript"></script>
I take it the number 1164912447 is the timestamp of the file (in seconds
since the epoch)
Isn''t it redundant to include this information? Isn''t part of the HTTP
2012 Apr 27
2
[LLVMdev] RE : RE : Detect if a basicblock is part of a loop
...y test file):
#include <stdlib.h>
void foo() {
foo();
}
int main(int argc,char** argv) {
int a = 1;
int b = 3;
int c = a+b;
int k;
for(k=0;k<10;++k) { // The loop I'm trying to detect
int sdf = 123123;
c++;
}
if(c - atoi(argv[1]) < 4)
c = 0;
else
c = 1;
return c;
}
The ir code corresponding to the loop:
; <label>:7 ; preds = %13, %0
%8 = load i32* %k, align 4
%9...
2009 Dec 30
1
lm() and factors appending
How for the love of god can I prevent the lm() function from padding on to
my factor variables?
I start out with 2 tables:
Table1
123123
124351
...
626773
Table2
Count,IS_DEAD,IS_BURNING
1231,T,F
4521,F,T
...
3321,T,T
Everything looks fine when I import the data.
then we get a
oh_crap <- lm(table1 ~ Count + IS_DEAD + IS_BURNING, table2)
Magically when I look at my oh_crap coefficents they get turned into
Count, IS_DEADTRUE,...
2008 Oct 10
1
Correlation among correlation matrices cor() - Interpretation
...I would interpret that the treatments are 0.28
correlated. Is this correct?
> var1<- c(.000000000008, .09, .1234, .5670008, .00110011002200, 8, 9,
12.34, 56.7, 1015245698745859)
> var2<- c(11, 222, 333, 4444, 55555, 1.1, 2.2, 3.3, 4.4, .55)
> var3 <-c(22.2, 66.7, 99.9, 1000008, 123123, .1, .2, .3, .4, .5)
> var4<- c(.000001,.00001,.0001, .001, .1, .12345, .56789, .67890, .78901,
.89012)
> dat <- cbind(var1,var2,var3,var4)
> dat.d <- data.frame(dat)
> treatment1 <- dat.d[1:5,]
> treatment2 <-dat.d[6:10,]
> t1.d.cor <- cor(treatment1)
> t2.d....
2006 Feb 08
5
Regular Expression Question
I have looked through the Ruby Pickaxe book as well as done a search
but can''t figure out how to validate the format of a field. The field
I want to validate is a credit card expiration date field. Based on
our user study (going around the office and asking everyone the way
they like to fill out that particular field type) everyone prefers
the following format in one field:
2012 Apr 27
4
[LLVMdev] RE : Detect if a basicblock is part of a loop
Thx all for the quick answers...
> De : llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] de la part de Arnaud ALLARD DE GRANDMAISON [arnaud.allarddegrandmaison at parrot.com]
>
> Hi,
>
> Depending on what have run before your pass, the loop may have been unrolled or simplified if the computation inside the loop is too simple.
>
> Cheers,
> --
> Arnaud de
2020 Aug 30
0
ID mapping with SFU not setting shell
...e = active directory domain controller
> workgroup = BEGER
> server services = -dns
> time server = yes
> winbind nss info = sfu
> winbind use default domain = yes
>
> root at gateway2:~ # getent passwd testuser
> BEGER\testuser:*:123123:20::/home/BEGER/testuser:/bin/false
>
> Whereas the shell should be /bin/sh and the home directory /home/testuser
No, you would like the shell to be /bin/sh and the home directory
/home/testuser, but you have a big problem, it doesn't work like that on
a DC :-(
Winbind only pulls ID...
2007 Mar 07
0
Help with Dell PE2950 and RAID5 setup
...the kernel.
Red Hat nash version 4.2.1.8 starting
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: asking for cache data failed
sda: assumint drive cache: write through
EXT3-fs error (device sda3): ext3_get_inode_loc: unable to read inode
block - inode=2132343, block=1231234
mount: error 5 mounting none
EXT3-fs error (device sda3): ext3_get_inode_loc: unable to read inode
block - inode=123123, block=124324123
EXT3-fs error (device sda3): ext3_get_inode_loc: unable to read inode
block - inode=6353565, block=34634635
WARNING: can't access (null)
exec of init ((nul...
2020 Apr 22
0
Recommendations on intrusion prevention/detection?
...rute forcing in incredible numbers, using the loosest
1012 passwords.. (or smaller subset of about 64 patterns) if you have a
user with a <username|domain>NNNN password, a < 8 char numeric, or the
one of the following, it is only a matter of time before it is compromised.
000000
111111
123123
123456
12345678
222222
333333
444444
555555
666666
696969
777777
888888
999999
abc123456
admin
asdfgh
asshole
batman
cheese
fuckme
fuckyou
iloveu
iloveyou
letmein
love
master
password
princess
P at ssw0rd
qwerty
secret
sunshine
superman
trustno1
And of course, implement STRICT outbound rate limit...
2020 Aug 30
2
ID mapping with SFU not setting shell
> On 30 Aug 2020, at 19:01, Rowland penny via samba <samba at lists.samba.org> wrote:
>> root at gateway2:~ # getent passwd testuser
>> BEGER\testuser:*:123123:20::/home/BEGER/testuser:/bin/false
>>
>> Whereas the shell should be /bin/sh and the home directory /home/testuser
>
> No, you would like the shell to be /bin/sh and the home directory /home/testuser, but you have a big problem, it doesn't work like that on a DC :-(
>
&...
2020 Apr 22
6
Recommendations on intrusion prevention/detection?
Dear all,
what are the key strategies for intrusion prevention and detection with
dovecot, apart from installing fail2ban?
It is a pity that the IMAP protocol does not support 2 factor
authentication, which seems to stop 90% of intrusion attempts in their
tracks. Without it, if someone has obtained your password and reads your
mail without modifying it, you will hardly ever notice.
Is there a
2011 Apr 10
0
network problem in domU
...dge=eth1,ip=67.x.x.38,mac=00:30:48:9a:a8:71" ]
#vif = [ "bridge=eth1" ]
#device_model = "/usr/" + arch_libdir + "/xen/bin/qemu-dm"
device_model = "/usr/lib/xen-3.2-1/bin/qemu-dm"
sdl=1
vnc=1
vnclisten="0.0.0.0"
vncconsole=1
vncpasswd=''123123''
stdvga=0
serial=''pty''
usbdevice=''tablet''
boot=''d''
gportserver:~# xm info
host : gportserver
release : 2.6.26-1-xen-amd64
version : #1 SMP Fri Mar 13 21:39:38 UTC 2009
machine...
2007 Dec 09
8
zpool kernel panics.
Hi Folks,
I''ve got a 3.9 Tb zpool, and it is casing kernel panics on my Solaris
10 280r (SPARC) server.
The message I get on panic is this:
panic[cpu1]/thread=2a100a95cc0: zfs: freeing free segment
(offset=423713792 size=1024)
This seems to come about when the zpool is being used or being
scrubbed - about twice a day at the moment. After the reboot, the
scrub seems to have