Displaying 3 results from an estimated 3 matches for "05a".
Did you mean:
05
2006 Feb 19
2
possible rails -> postgresql bug
...m(flashings.folds) AS folds
FROM flashings
GROUP BY flashings.code;
Here is a sample of the records.
select * from flashing_codes limit 10;
code | description | folds
----------+------------------------------------------+---------------------
SG.05A | ALUMINIUM FLASHING C/B GIRTH 520MM FOLDS | {1,0,2,3,4,5,6}
DN.03Z | .6MM FLASHING Z/A GIRTH 200MM FOLDS | {0,6,5,4,3,2,1}
SR.05G | .6MM FLASHING GAL GIRTH 300MM FOLDS | {5,4,3,2,1,0,6}
RR.06Z | .6MM FLASHING Z/A GIRTH 400MM FOLDS | {6,5,4,3,2,1,0}
RR.05G | .6MM FL...
2013 Apr 06
5
arrange data
...arrange data in another form. My initial data is like
this:
'data.frame': 421 obs. of 58 variables:
$ 01A: num NA NA NA NA NA NA NA NA NA NA ...
$ 01B: num NA NA NA NA NA NA NA NA NA NA ...
$ 03A: num NA NA NA NA NA NA NA NA NA NA ...
$ 03B: num NA NA NA NA NA NA NA NA NA NA ...
$ 05A: num NA NA NA NA NA NA NA NA NA NA ...
$ 05B: num NA NA NA NA NA NA NA 3.64 2.48 1.87 ...
$ 07A: num NA NA NA NA NA NA NA NA NA NA ...
$ 07B: num NA NA NA NA NA NA NA NA NA NA ...
$ 10A: num NA NA NA NA NA NA NA NA NA NA ...
$ 10B: num NA NA NA NA NA NA NA NA NA NA ...
$ 12A: num NA NA...
2005 Dec 21
9
question about changejournal
Hi,
I''ve got a newbie question--sorry if this is covered elsewhere, I parsed
through the archives for awhile and didn''t see it.
I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old)
and then magically change it back. This sounds odd, but I''m working with a
stubborn application and this will actually make things work nice.
So, if I do: