Displaying 20 results from an estimated 291 matches for "clints".
Did you mean:
clients
2006 May 04
7
windows / migration issues
Running latest rails, etc on windows xp.
I can''t use "rake migrate" to migrate to latest version. I NEED to
specify, i.e. "rake migrate VERSION=11" for things to work
consistently.
plain ''ol "rake migrate" never makes it to the latest version. no
errors, she just stops short of the latest version.
hasn''t been a problem until now --
2013 Jun 26
3
XYZ data
I have x, y, z data. The x, y fields dont change but Z does. How do I add a
very small number onto the end of each x, y data point.
For example:
Original (X) Original (Y) Original (Z)
15 20 30
15 20 40
New (X) New (Y)
2010 Oct 15
1
Dealing with Non-Standard Hours
A data set I obtained has the hours running from 01 through 24
rather than the conventional 00 through 23. My favorite, strptime,
balks at hour 24.
I thought it would be easy to correct but it must be too late on
Friday for my brain and caffeine isn't helping.
TIA for a hint,
Clint
--
Clint Bowman INTERNET: clint at ecy.wa.gov
Air Quality Modeler INTERNET: clint at math.utah.edu
2011 Dec 11
2
ToDo List Notation
I just joined this mail-list, so I apologize if this has been discussed
before, but:
Has anyone suggested adding a "todo list notation" to Markdown?
Specifically, I'd like to see an open paren, brace or bracket, at the start
of a line, followed by a space, a "/", or a "X", followed by a matching
closing paren, brace, or bracket, followed by a space and more text
2004 Jun 16
3
Aggregating on Water Year Rather Than Calendar Year
The US water year extends from 01 October yyyy-1 through 30 September yyyy
and is referenced by the year starting on the included 01 January yyyy.
I'd like to be able to find the annual means for the water year. To do so
I've taken the input date-time, which is in the usual format
"1991-10-07 10:35:00"
changed it by:
w$d<-as.POSIXct(w$date.time)
Now I can add an
2006 Mar 01
2
GXP-2000 Volume Issue
Is anyone else having an issue with GXP-2000s and transmit gain? All my
other phones are fine on my TDM400P with txgain set at 0, but the GXP-2000
caps at about a third of the scale in ztmonitor. I'm getting people
complaining they can't hear me on my GXP-2000s, whereas my Snom 320 and
Polycom 301 are great, and my Budgetones are overmodulating. Is there any
conceivable fix on the
2015 Jan 11
2
Link-dest thinks file is newly created, but it isn't
On Sat Jan 10 2015 at 5:21:33 AM Kevin Korb <kmk at sanitarium.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> What does --itemize-changes say about that file? Try using the stat
> command on the various copies of it to see what is different about them.
>
In my original message, I stated I used --itemize-changes, and I reported
the following:
>
2015 Oct 28
2
Disabling "quick check"
Ok, thank you for this extra info. I have experienced exactly what you
described. The rsync dry run is _still_ running after being started at
1:30am PST :)
But it is finding the right files to update. Most of the entries are:
>fc........
Which is what I want.
So, just because I see:
>f
at the beginning...
That doesn't necessarily mean that the file is going to get updated at the
2015 Jan 10
2
Link-dest thinks file is newly created, but it isn't
Hi:
I've been using rsync for a couple years now. Unfortunately, I've made some
changes on both ends, so it's unclear what could be the culprit. I make
extensive use of --link-dest to provide a cheap "Time Machine"-like backup
for a Windows machine.
Source: Windows 7 running Cygwin (CYGWIN_NT-6.1 sith 1.7.33-2(0.280/5/3)
2014-11-13 15:47 x86_64 Cygwin)
Destination: Synology
2015 Oct 28
2
Disabling "quick check"
What about -c? It seems I'm getting a lot of spurious file transfer
candidates when using:
-avvznIi --no-o --no-g --no-p
It's showing transfers (receive) for many files I know haven't been
tampered with.
Thanks,
-Clint
On Tue, Oct 27, 2015 at 7:53 PM, Kevin Korb <kmk at sanitarium.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> That is correct.
2006 Mar 09
5
link_to_remote id or class
Can anyone out there tell me how to add a class or id property to a
link using link_to_remote? I''ve been banging my head on this for far
too long.
Thanks
Clint
2017 Oct 04
4
systemd-networkd issue
Hi Clint,
systemd-networkd doesn't use those files at all.
On Wed, 4 Oct 2017 at 13:55 Clint Dilks <clintd at scms.waikato.ac.nz> wrote:
> On Wed, Oct 4, 2017 at 3:46 PM, Phil Manuel <phil at zomojo.com> wrote:
>
> > Hi,
> >
> > If I disable ipv6 via the kernel command line, ipv6.disable=1, then
> > systemd-networkd fails to bring up any
2006 Nov 14
16
memory issues -- mongrel part of the problem?
Hi. I''m a fairly new mongrel user and have a scenario that I wanted
to run by you all, see if anyone''s synapses connect -- mine def.
aren''t!
I''m running a fairly simple rails app through a mongrel cluster (2
mongrels). This site is consistently sloooow -- memory on the server
is regularly paging (and shouldn''t be). ssh-ing in and running top
shows
2006 Mar 22
4
hivelogic lighttpd install
Hey group,
I went through the Hivelogic install and it works great. Now I''d like
to run lighttpd as a daemon, but when I go into the /usr/local folder
where everything was installed, I don''t see a lighttpd directory where
the config files would be.
If I try "lighttpd start" from the command line, I get an error that
says "No configuration file available".
2004 Apr 06
2
Syntax Question
I have a large data structure that looks like:
> strsplit(st,",")[14395]
[1] "KGEG"
[2] "SA => KGEG"
[3] "72785"
[4] "47.62139"
[5] "-117.52778"
[6] "723"
[7] "WA"
[8] "US"
[9] "2"
[10] "SPOKANE SPOKANE INTERNATIONAL AIRPORT"
[11] "1"
I'd like to be able to
2004 Apr 02
1
Winding Number
I have shapefiles for the state climatic divisions for the United States
and read.shape brings them in wonderfully. Now I wish to run through a
list of several thousand observation sites to find out in which division
each is located. I figure that I can compute the winding number for each
site and be done. However a search doesn't find any references and I
can't find a winding number
2004 Mar 29
1
Interesting Behavior in plot()
I have a 2 by 226200 table, conveniently read in by read.table(), which
exhibits some strange behavior when plotted by plot(V1,V2). The general
pattern for the range of windspeeds, [0<V1<50] is as expected -- the wind
gust falls in the interval [V1<V2<65] except for certain values of V2.
For V2 == c(15,26,37,48,59), the V2 values are positioned at one-tenth of
the V1 (i.e., as if I
2003 Dec 29
5
Slow browsing through Windows Explorer
Hello,
I'm having a very strange problem with Samba version 2.2.7a. I have four
boxes, Two Linux Mandrake Boxes (Morpheus and Unreal both v. 9.2), One
RedHat (Link v. 8.0) and an XP Workstation (Kek XP Pro NO SP1).
When I bring up My computer (Explorer) and attempt to browse through the H:
drive (SMB Share mapped to Users Home dir on Morpheus), Y: drive (SMB Share
maped to /backup on
2015 Oct 28
0
Disabling "quick check"
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
if you see >f it is doing something to the file. At least a
delta-xfer. If it was just a metadata change it would show cf. If
you see an >fc without a t then that is an example where rsync found a
file that didn't match even though the timestamps did. That isn't
supposed to happen very often.
On 10/28/2015 01:19 PM, Clint Olsen
2003 Dec 29
1
Open Source W2k Policy Implementation (was Re: Windows2000 policies in a Samba PDC)
John,
What I've done so far is mostly a hack. I've implemented some custom
VBS scripts at login to install software (that only works part of the
time because my method for granting the users admin priviledges is a UI
based VBS hack which types the password in for them from an encrypted
VBS script) and I've yet to implement any Windows policies as I've not
been motivated enough to