Displaying 4 results from an estimated 4 matches for "cogit".
Did you mean:
cgit
2005 Apr 20
4
Assign factor and levels inside function
R-help,
After cogitating for a while, I finally figured out how to define a
data.frame column as factor and assign the levels within a function...
BUT I still need to pass the data.frame and its name separately. I can't
seem to find any other way to pass the name of the data.frame, rather
than the data.frame itsel...
2010 Jul 22
1
[PATCH] Revert "add_drive_ro adds readonly=on option if available." (RHBZ#617200).
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
-------------- next part --------------
>From 004c0345d6fd9f141978f5163e053a67dba31cd0 Mon Sep 17 00:00:00 2001
From: Richard Jones
2010 Sep 16
6
Can anyone suggest a decent backup system?
Hi all,
We have a bit of a problem with backups. We've been using bacula to tape
and now trying to disk but it's a complete nightmare as regards tape
management. The backup to file storage went ok for ages and now is stuck
'waiting for max storage jobs' which is odd as that's set to 20 and it's
the only backup running. That's totally typical of bacula.
Can anyone
2006 Jul 17
18
Inserting datetime value into SQL Server
I have a SQL Server column named StartTime of (SQL Server) type datetime
If I attempt to set the attribute using
public
def StartTime=(time)
write_attribute(:StartTime, "{ts ''1899-12-30
#{time.hour}:#{time.min}:#{time.sec}''}")
end
it''s inserting a NULL value.
Anyone else able to successfully insert a date time value into a SQL
Server table using