search for: 23456

Displaying 20 results from an estimated 30 matches for "23456".

Did you mean: 2345
2004 Apr 20
3
IAX clients are Unmonitored / UNREACHABLE
We have a problem with our iaxclients. Our asterisk runs on a public host with debian and many of our IAX2 clients are natted. The iax.conf looks like: [23456] accountcode=123 type=friend context=user auth=md5 secret=xxxx username=23456 callerid=Testuser 1 <23456> notransfer=yes host=dynamic The cli command IAX2 show peers shows all clients as unmonitored CLI> IAX2 show peers Name/Username Host Mask...
2014 Mar 07
2
Identificar pares de valores en distintas filas
...s con FECHA y VALOR comun (aqui el maximo es 3): d <- data.frame(ID = 1:8, FECHA = c("01/04/1965", "01/09/1988", "01/04/2004", "01/04/1965", "01/05/1992", "01/04/1965", "01/09/1988", "01/09/1988"), VALOR = c(25578, 23456, 76578, 25578, 33724, 65789, 23456, 23456)) d$comb <- with(d, paste0(FECHA, "_", VALOR)) s <- with(d, split(d, comb)) s <- s[sapply(s, function(l) NROW(l) > 1)] # mas de un ID ids <- sapply(s, "[", 1) k <- max(sapply(ids, length)) # maximo numero de IDs co...
2014 Mar 06
5
Identificar pares de valores en distintas filas
...o por 3 columnas: ID: Identificador individuo FECHA: Fecha de actuación, en formato dd/mm/yy VALOR: Score numérico ¿Hay algún paquete para obtener aquellos grupos ID del data frame que tengan igual par (FECHA, VALOR)? Ejemplo: ID FECHA VALOR 1 01/04/1965 25578 2 01/09/1988 23456 3 01/04/2004 76578 4 01/04/1965 25578 5 01/05/1992 33724 6 01/04/1965 65789 7 01/09/1988 23456 El resultado en este caso sería el data frame (ó la matriz): 1 4 2 7 Muchas gracias por vuestra ayuda. [[alternative HTML version deleted]]
2006 Jan 10
1
Find last row (observation) for each combination of variables
Let's say I have a data.frame like A B C TS other columns 1 1 1 12345 1 1 1 56789 1 2 1 23456 1 2 2 23457 2 4 7 23458 2 4 7 34567 2 4 7 45678 and I want the last row for each unique combination of A/B/C, where by "last" I mean greatest TS. A B C TS other columns 1 1 1 56789 1 2 1 23456 1 2 2 23457 2 4 7 45678 I did this simply in SAS: proc sort data=DF; by A B C descending T...
2013 Jun 07
4
matched samples, dataframe, panel data
...1<-rep(2000:2004,10) industry1<-rep(20,50) dummy1<-c(0,0,1,1,0,0,1,1,0,1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,0,0,1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,0,0,1,1,1) dimension1<-c(2120,345,2341,5678,10900,4890,2789,3412,9500,8765,4532,6593,12900,123,2345,3178,2678,6666,647,23789, 2189,4289,8543,637,23456,781,35489,2345,5754,8976,3245,1234,25,1200,2345,2765,389,23456,2367,3892,5438,37824, 23,2897,3456,7690,6022,3678,9431,2890) data1<-data.frame(firm1,year1,industry1,dummy1,dimension1) data1 colnames(data1)<-c("firm","year","industry","dummy","dimens...
2014 Mar 07
2
Identificar pares de valores en distintas filas
Muchas gracias a todos por vuestras respuestas! Me han sido de gran ayuda. Carlos, tienes toda la razón con el tema de que podría haber casos triplicados (de hecho los hay). Se me ocurre como solución "para salir del apuro" aplicar un intersect. Muchas gracias. Fco. Javier [[alternative HTML version deleted]]
2018 Nov 02
2
[Bug 1285] New: ipset sorting does not work
...Component: default Assignee: netfilter-buglog at lists.netfilter.org Reporter: ratness at gmail.com $ cat /etc/centos-release CentOS Linux release 7.5.1804 (Core) $ ipset --version ipset v6.29, protocol version: 6 $ ipset list && echo 'nada' nada $ ipset create 23456 hash:net $ ipset create 12345 hash:net $ ipset -n list 23456 12345 $ ipset -n -s list 23456 12345 I know, 6.29 is coming up on 3 years old. So I pulled the 7.0 from git. I see where IPSET_ENV_SORTED is being gathered up/set in lib/ipset.c and src/ui.c, but I don't see anywhere it's actua...
2015 Dec 07
2
userid shows 4294967295
...only go upto 9999, > this was chosen as the end number. Makes sense. Stupid me thought: what a waste of (non-existent, non-material) space: # idmap config *:range = 1000-1999 # idmap config domain:range = 2000-99999 > > Rowland > Can I ask something related? Once I had used '23456' as uid for some test account, ADUC always wants to go that high, although I have plenty of space below that. Is there a way to get rid of this behavior? Ole
2010 Aug 11
2
Sweeping a zoo series
Given a long zoo matrix, the goal is to "sweep" out a statistic from the entire length of the sequences. longzoomatrix<-zoo(matrix(rnorm(720),ncol=6),as.yearmon(outer(1900,seq(0,length=120)/12,"+"))) cnames<-c(12345,23456,34567,45678,56789,67890) colnames(longzoomatrix)<-cnames longzoomatrix[1:24,] 12345 23456 34567 45678 56789 67890 Jan 1900 -0.17123165 1.02087086 0.79514870 -0.54519494 -0.13025459 -0.009980402 Feb 1900 1.21729926 -0.74541038 -0.08138406 -2.01180775...
2003 Nov 10
1
High Availability with Samba and Heartbeat
...h1 10.0.0.1 Machine B eth0 192.168.0.41 Machine B eth1 10.0.0.2 Connect redundant NICs with a crossover Cat-5 cable Connect Serial ports with a Null Modem cable Edit HA config files in /etc/ha.d: ha.cf haresources authkeys Disable HA services from running at boot time: chkconfig --level smb 23456 off chkconfig --level httpd 23456 off chkconfig --level named 23456 off Duplicate Apache's documentroot (Rsync) Duplicate Samba's domain stuff (Copy smbpasswd to both machines) Duplicate DNS files Start the HA service or reboot both machines: /etc/init.d/heartbeat start Regards Doug P
2015 Dec 08
1
userid shows 4294967295
Hi, On 8 December 2015 at 08:53, Nico De Ranter <nico.deranter at esaturnus.com> wrote: > On Mon, Dec 7, 2015 at 8:39 PM, Ole Traupe <ole.traupe at tu-berlin.de> > wrote: > > Can I ask something related? Once I had used '23456' as uid for some test > > account, ADUC always wants to go that high, although I have plenty of > space > > below that. Is there a way to get rid of this behavior? > This is stored in AD & documented here. You can use adsiedit or similar to change these values: https://w...
2008 Dec 23
1
aggregate / tranpose data
Dear R-Users, Suppose I have data in the following format: CODE_NAME ZIP_CODE John 12345 John 23456 John 34567 Jane 13242 Jane 22123 I want to transpose / convert it into: CODE_NAME ZIP_CODE John 12345,23456,34567 Jane 13242,22123 Any idea/pointer is appreciated. Thanks a bunch, Ferry [[alternative H...
2007 Apr 24
1
Logging enhancement
I would like to suggest a logging enhancement that would contribute greatly to access auditing. Currently nothing is logged when a user connects to another server as a different user. The auditing trail is broken for tracing access. userA> ssh userB at hostB A simple syslog addition (for example) to ssh.c closes that gap. /* Log into the remote system. This never
2010 Mar 03
0
[osol-help] ZFS two way replication
...to the remote side. That means these two filesystems are now in sync at that snapshot. If you can, make the local filesystem read-only as long as you''re making modifications on the remote side. Then you can send an incremental snap from remote "tank at 12345" to "tank at 23456" back to the local side. Make the remote side read-only while you''re allowing modifications to the local side, and vice-versa. The complication that could arise, is when you want to send an incremental snap to a filesystem which has been modified after the "baseline" snap...
2010 Dec 17
1
help with function
...48? ? AAK1? ? 9606? ? hsa-miR-183? ? 2? ? 1546? ? 1552? ? -0.026? ? -0.047? ? 0.099? ? -0.135? ? 47 19? ? ABCA1? ? 9606? ? hsa-miR-183? ? 2? ? 1366? ? 1372? ? -0.011? ? -0.048? ? 0.087? ? -0.133? ? 46 20? ? ABCA2? ? 9606? ? hsa-miR-495? ? 2? ? 666? ? 672? ? -0.042? ? -0.092? ? -0.035? ? -0.33? ? 93 23456? ? ABCB10? ? 9606? ? hsa-miR-183? ? 3? ? 1475? ? 1481? ? 0.003? ? -0.109? ? -0.05? ? -0.466? ? 98 6059? ? ABCE1? ? 9606? ? hsa-miR-495? ? 2? ? 1474? ? 1480? ? 0.005? ? -0.046? ? 0.006? ? -0.196? ? 58 55324? ? ABCF3? ? 9606? ? hsa-miR-1275? ? 3? ? 90? ? 96? ? 0.007? ? 0.042? ? -0.055? ? -0.316? ? 94...
2016 Jul 04
4
[cfe-dev] [lldb-dev] Sequential ID Git hook
On 4 July 2016 at 06:01, NAKAMURA Takumi via llvm-dev <llvm-dev at lists.llvm.org> wrote: > "git-describe -t" works also for lw tags. But it doesn't work if there are no tags, I just tested on LLVM and I get: $ git describe fatal: No names found, cannot describe anything. Should be easy enough to create the tags on each branching point, though. "describe" also
2003 Oct 29
3
Am I missing somthing?
Should the following setup work? SIP UA---NAT---Internet---NAT---SIP UA If both UA's support STUN and report the external IP address in the SIP packet.. I am trying to get away from using canreinvite=no so that traffic can go directly between the UA's and not via the central server but I can't seem to get it to work.. Has anyone set this up and can give me some pointers??
2006 Feb 18
3
Easy Newb Question
OK, so I have a link_to_remote. I am too dumb to figure out where I can set a css class or id attribute. <%= link_to_remote("X", :url => { :action => :destroy, :id => message }, :confirm => "Delete ''" + message.title + "''?", :complete => "item_removed(''item_" + message.id.to_s + "'')") %>
2008 Jan 17
1
Zaptel timing on TE405P
...Span togglable E1/T1/J1 card 5.0v (rev 02) #lsmod | grep -P "(zap|zt|wc)" zttranscode 17808 0 wcusb 25088 0 wctdm 46272 0 wcfxo 21536 0 wctdm24xxp 121024 0 wcte11xp 34848 0 wct1xxp 23456 0 wct4xxp 323904 96 zaptel 202984 215 zttranscode,wcusb,wctdm,wcfxo,wctdm24xxp,wcte11xp,wct1xxp,wct4xxp,tor2 crc_ccitt 10817 1 zaptel -- Atis Lezdins VoIP Developer, IQ Labs Inc. atis at iq-labs.net Skype: atis.lezdins Cell Phone: +371 28806004 Work...
2009 Apr 21
0
Validate order lines on order creation (ActiveResource)
Hello, I have order model that has many lines. I would like to create order only when all order lines will be created: require ''rubygems'' require ''activeresource'' class PurchaseOrder < ActiveResource::Base self.site = "http://admin:secret@localhost:23456" end o = PurchaseOrder.create(:account_ref => ''123'', :lines => [{ :code => "111" }, {:code => "222"}]) puts o.inspect If I add validation that code has to be <200, then the PurchaseOrder should never be created. The problem is, I am not aw...