search for: walker

Displaying 20 results from an estimated 954 matches for "walker".

2006 Oct 10
5
oddness when adding to index -
...on_owner=nil, @id_field=:id, @reader=nil, @mon_waiting_queue=[], @writer=nil, @default_input_field=:id, @dir=#<Ferret::Store::RAMDirectory:0xb77dc1b8>> *** Now let''s add 3 strings to the index *** irb(main):005:0> ["While you were out pet care", "Eastside dog walker", "Top daw g dog walker"].each {|text| i << text } => ["While you were out pet care", "Eastside dog walker", "Top dawg dog walker"] *** Now let''s do some searches *** irb(main):006:0> puts i.search(''pet'') TopDoc...
2018 Feb 08
2
[PATCH] syslinux/com32: Fix the printing of left zero padded hexadecimals with a leading '0x'.
From: Brett Walker <brett.walker at geometry.com.au> When printing hexadecimal numbers to a fixed width, padded with leading zeros, and also having a leading '0x'; the resultant string can be shortened by up to two characters if any leading zero padding character required is. int hexnum = 0x000012...
2003 Oct 14
3
use of SIP SHOW CHANNELS question
...LS SIP/200 and I've even tried to do this when a call is connected such as: -- Zap/15-1 is ringing -- Zap/15-1 answered SIP/206-4299 asterisk*CLI> sip show channel SIP/206-4299 No such SIP Call ID 'SIP/206-4299' I always get the "No such SIP Call ID ..." Thanks, Walker -- ******** DataCrest, Inc. -- Technically Superior ****************** Walker Haddock http://www.datacrest.com DataCrest, Inc. e-mail: wh@datacrest.com 1634A Montgomery Hwy. phone: 1-888-941-3282, 1-205-335-8589 Birmingham, AL 35216...
2012 Mar 14
2
QA builds for 3.2.6 and 3.3 beta3
...xes some bugs. 2. GlusterFS 3.3 beta 3 - the next iteration of the exciting new hotness that will be 3.3 You can find both of these in the "QA builds" server: http://bits.gluster.com/pub/gluster/glusterfs/ There are source tarballs and binary RPMs at the moment. Thanks, John Mark Walker Gluster Community Guy
2006 Aug 02
4
ggplot facet label font size
How do I change the font size in the facet labels along the edges of the plot? For example (from the ggplot help file): p<-ggplot(tips, sex ~ smoker, aesthetics=list(x=tip/total_bill)) gghistogram(p) In this plot, the facet labels are "smoker: No", "smoker: Yes", "sex: Female", "sex: Male". What command can I use to reduce the font size of
2009 Nov 13
2
AR(2) modelling
...e as the 'ar' function. Here is my example: myserie <- c(212, 205, 210, 213, 217, 222, 216, 218, 220, 212, 215, 236) #plot(myserie, type="l") myserieminus0 <- tail(myserie, -2) myserieminus1 <- tail(head(myserie, -1), -1) myserieminus2 <- head(myserie, -2) ###Yule Walker equations r1 <- cor(myserieminus0, myserieminus1) r2 <- cor(myserieminus0, myserieminus2) #method 1 phihat1 <- r1*(1-r2)/(1-r1^2) phihat2 <- (r2-r1^2)/(1-r1^2) #method 2 bigR <- cbind(c(1, r1), c(r1, 1)) smallr <- c(r1, r2) ressolve <- solve(bigR, smallr) resaryw <- ar(m...
2009 Nov 13
2
AR(2) modelling
...e as the 'ar' function. Here is my example: myserie <- c(212, 205, 210, 213, 217, 222, 216, 218, 220, 212, 215, 236) #plot(myserie, type="l") myserieminus0 <- tail(myserie, -2) myserieminus1 <- tail(head(myserie, -1), -1) myserieminus2 <- head(myserie, -2) ###Yule Walker equations r1 <- cor(myserieminus0, myserieminus1) r2 <- cor(myserieminus0, myserieminus2) #method 1 phihat1 <- r1*(1-r2)/(1-r1^2) phihat2 <- (r2-r1^2)/(1-r1^2) #method 2 bigR <- cbind(c(1, r1), c(r1, 1)) smallr <- c(r1, r2) ressolve <- solve(bigR, smallr) resaryw <- ar(m...
2005 Jan 01
2
Dependency Walker
I wonder if this would be of use. I'm too much of a newbie to Linux/Wine to understand what I need to do, but I think this might help. http://www.dependencywalker.com/ Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. For each module found, it lists all the functions that are exported by that module, and which of those functions are...
2007 Aug 10
3
Cannot Boot XServer
...not boot to init 5. Anyone seen this before and can offer any assistance? TIA, Rab. =========================================================== Robert Jackson Phone: +44 (0) 141 332 7999 Software Engineer Fax: +44 (0) 141 331 2820 Walker Martyn Ltd 1 Park Circus Place Email: rab at walkermartyn.co.uk Glasgow G3 6AH, Scotland Web: http://www.walkermartyn.co.uk =========================================================== *******************************************************************...
2006 Mar 29
2
POWER WALKER LINE-INTERACTIVE VI1000
...wrote: > it works (except of the temperature) > > thanks a million!! > > > > Sorry to bother you, > > > 'nut' is great (it was the only thing that worked on by belkin usv), > > but > > > I have problems with this thing: > > > "POWER WALKER LINE-INTERACTIVE VI1000" > > > > > > I tried all generic drivers, do you have any experiences with this > > model? > > > > > > ( http://www.conrad.de/script/power_walker_usv-39.sap ) > > > there was just a report for that kind of unit: > &g...
2005 Aug 21
3
Data binding
Hi, Is there any interest in data binding functions? I''ve got several functions that enable you to populate tables, select lists and forms etc using js arrays and objects. It could be useful to anyone using Ajax, computed javascript or any other mechanism to read data from a server separately from the HTML. Any interest? Joe.
2006 Feb 02
2
R training courses
...didn't? What do you recommend? Also, if there any groups or individuals that have and can offer R training courses, please contact me directly. I would like to learn about your services. Thanks for your input and help. Please feel free to contact me directly. Russ Russell Walker, Ph.D. Senior Strategist CapitalOne Financial, Inc. 1500 Capital One Drive Richmond, VA 23238 USA Internal Zip 12074-0340 External +1 804 855-3512 russell.walker@capitalone.com The information contained in this e-mail is confidential and...{{dropped}}
2013 Jul 05
7
how to use single login page for users in four models
how to use single login page for users in four models -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group,
2010 Apr 07
3
D-Channel Span Up without Down
I am getting a bunch of Primary D-Channel on span 1 up but there was not a down message before that. Is this normal? Confidentiality Statement & Notice: This email is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521 and intended only for the use of the individual or entity to whom it is addressed. Any review, retransmission, dissemination to unauthorized
2010 Aug 21
8
ZFS with Equallogic storage
I''m planning on setting up an NFS server for our ESXi hosts and plan on using a virtualized Solaris or Nexenta host to serve ZFS over NFS. The storage I have available is provided by Equallogic boxes over 10Gbe iSCSI. I am trying to figure out the best way to provide both performance and resiliency given the Equallogic provides the redundancy. Since I am hoping to provide a 2TB
2007 Apr 18
8
Phone meeting about kernel virtualization hooks
...it. If anyone believes others should attend, please let them know. Please let me know if you are going to call in (no doubt some limit on the bridge). Date/time: Thursday Oct 29 9am pacific, noon eastern, etc. Call in number: 1-800-826-6074 Or 1-702-387-3409 Pin: 387833427# Thanks, bruce walker Hewlett Packard 310-955-3002
2007 Apr 18
8
Phone meeting about kernel virtualization hooks
...it. If anyone believes others should attend, please let them know. Please let me know if you are going to call in (no doubt some limit on the bridge). Date/time: Thursday Oct 29 9am pacific, noon eastern, etc. Call in number: 1-800-826-6074 Or 1-702-387-3409 Pin: 387833427# Thanks, bruce walker Hewlett Packard 310-955-3002
2000 Jun 20
1
pacf
Dear list, according to the documentation of acf{ts} "the partial correlation coefficient is estimated by fitting autoregressive models of successively higher orders up to lag.max. " However, R seems to return the Yule-Walker estimates of the PACF by default. You can check this using c(1:10) as the series: the YW estimates are 0.7000000 and -0.1527035 for lags 1 and 2 . If the PACF really was estimated from running autoregressions, the first coefficient should be 1 and one would expect an error message for higher-order...
2012 Feb 21
6
Ways To Practice Breaking My System?
Hi All I've been looking into some ways to break a CentOS system so I can perform some simulated disaster recovery and get some hands-on practice with rescue mode and other system recovery tools. I'm thinking to start off with things like corrupting the password file with random characters, breaking grub.conf. I've been doing some research on the net, but would welcome any input
2010 Dec 20
1
Power Walker VI 2000 LCD
Hello, there's a recent thread about this or very similar model but without much info: http://lists.alioth.debian.org/pipermail/nut-upsdev/2010-October/004968.html I have this UPS and I'm trying to use it with nut-2.4.3 and megatec_usb driver: The ups id iin ups.conf is powewalker. /var/log/messages says: Dec 20 22:22:16 kvm-dom0 upsd[1666]: listening on 127.0.0.1 port 3493 Dec 20 22:22:16 kvm-dom0 upsd[1666]: listening on ::1 port 3493 Dec 20 22:22:16 kvm-dom0 upsd[1666]: Can't connect to UPS [powerwalker] (megatec_usb-powerwalker): No such file or directory Dec 20 22...