Displaying 20 results from an estimated 507 matches for "sloane".
Did you mean:
sloan
2005 Sep 12
6
trouble with reading data from excel
I have been trying to open data that I have saved in an excel spread sheet. I saved it as a csv. Then I tried using the read.csv command. However, everytime I do this--
diseasedat<-read.csv("M:/sloan/R/disease/disease.csv", sep=, header = TRUE, fill= TRUE)--
I get an error message:
Error in file(file, "r") : unable to open connection
In addition: Warning message:
2006 Feb 11
7
A quick question on popup windows
How the hell do you close em off after the action is completed?
Ta,
Eric
2005 Dec 15
13
Fast Bulk Inserts?
I need to insert ~100k rows into the database, but using "Table.new(...).save"
is painfully slow (I notice in the logs that it''s wrapping each insert in a
transaction -- that can''t be fast).
Any suggestions on how I can improve the speed of bulk inserts like this?
Thanks ...
-- Steve
2015 Jun 26
3
[PATCH 0/1] Network UEFI PXE DHCP/proxyDHCP fix
from: Jeff Sloan <jeff_sloan at selinc.com>
Update UEFI PXE proxyDHCP handling updated.
This patch is based on commit ID 8a00e49
Updated pxe.c and udp.c to incorporate feedback.In addition to the
previous modifications:
pxe.c: Changed to use ProxyOffer Packet and added client ip from PxeReply
into temp packet for parsing. Left all existing cached packets untouched.
udp.c:
2003 Jun 05
2
Auto-away replies
Another thing that is rude is for list members to set a vacation
auto-reply to a mailing list...
--
Jerry Sloan <jerry@fptech.net>
fP Technologies, Inc
2003 Jun 05
4
Spam to the list, plus the Nigerian Scam
I have been getting spam through the samba list. Is anyone able to post
to the list without subscribing?
--
Jerry Sloan <jerry@fptech.net>
fP Technologies, Inc
2015 Jul 08
4
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
from: Jeff Sloan <jeff_sloan at selinc.com>
Based on commit: 9314e330
Setting UseDefaultAddress to TRUE uses invalid StationAddress and
SubnetMask values. This is in a network with a local TFTP/MTFTP server. If
the server is local, on the same subnet, UseDefaultAddress is set to false
and the client ip and subnetmask are loaded, otherwise set
UseDefaultAddress to TRUE. This is added to
2006 Jan 31
4
A dumb question on extracting a value from a hash
Hi,
I have the following code fragment;
@comm_type = Communication.find_by_sql(''select id from
communication_types where upper(description) = "EMAIL"'')
Which results in
>> @comm_type
=> [#<Communication:0x39a0f60 @attributes={"id"=>"4"}>]
But when I try to test an ActiveREcord against this it doesn''t work;
2015 Sep 12
3
[PATCH] Updated udp.c to use real client ip and subnetmask values if on local subnet
On Sat, Aug 15, 2015 at 9:50 AM, Gene Cumm <gene.cumm at gmail.com> wrote:
> On Jul 27, 2015 12:30 PM, "Patrick Masotta" <masottaus at yahoo.com> wrote:
>>
>> >>>
>> > I think these changes would solve the thing.
>> >
>> > ...
>> > -EFI_SERVICE_BINDING *sbp;
>> > +EFI_SERVICE_BINDING *sbp =NULL;
2005 Dec 16
4
Newbie Q: Controllers and lookup tables - when to initialise
Howdy Gang,
in a major controller that has many methods using the same lookup tables
for option choices and such, what is the life expectancy of the list
instances. Is it useful to set these up in the controller initialize
method - or is that utterly dumb?
Cheers,
Eric
2014 Oct 09
1
Speex on M3 for a device for a disabled person to use
Hi Tristan,
well... if speed is really his problem (and looking at those 72 MHz it
probably is), wouldn't Speek surpass Opus by far?
I agree that Opus is way better, but it's sadly also using more resources...
But yeah, Richard you should give Opus a try if possible ;) It's
generally easier to use then Speex and also more feature rich.
Yours sincerely,
Ren? Sch?mann
*From:*
2003 Apr 23
3
telnet and samba
I have posted this question twice without any response.
We are running samba on an OpenUnix 8 machine, then we are mapping the
samba share on a Windows 2000 machine. If we run our process from the
Windows command line..(copying files to the share) everything runs
great. The problem is if someone telnets to the Windows 2000 machine
and
runs the same process they get "The specific network
2005 Mar 10
11
Default Values
Where in the application would you suggest I set default values that are read
for every action and in some cases changed and somecases not.
Basically on some pages I am getting the <title> from the DB and if not I want
to put a default one up.
Any suggestions?
2005 Sep 22
1
problem with dates
I Have been trying to convert a vector of dates into julian dates using the following commands: as.date & as.numeric. I can convert a date no problem by doing the following:
as.numeric (as.date ("9/21/2004"))
but as soon as I try to do an entire vector I am given the following:
as.numeric (as.date(date1))
Error in as.date(date1) : Cannot coerce to date format
I have tried
2006 Dec 27
2
Help with histograms
I would like to make one histogram combining two value vectors. One vector has more than 50 entries and the other only has 16. Both vectors contain dates in the POSIXct format. I need to be able to highlight the 16 entries from the smaller data set.
Is it possible to do this with the hist function? Which function should I use?
Sloan
--
_______________________________________________
Surf the
2000 Dec 07
2
password validation
...will NOT negotiate encrypted passwords
when "security=server" is set. I have a box running Mandrake 7.0
and samba-2.0.6-1mdk.rpm that works exactly as I want it to, but I
can't seem to get the correct combination of compilation and
smb.conf options to get it working on TRU64.
--
Bob Sloane, University of Kansas Computer Center, Lawrence, KS, 66045
sloane@ukans.edu http://www.ukans.edu/home/sloane Phone:(785)864-0444
2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
Hi,
I know this has been asked a million times before - but I still don''t
really get it. CAn someone please tell me what''s up with the following;
In a view I have (apologies for the formatting);
<td>
<select id="job.job_phase_id" name="job[job_phase_id]"><p><label
for="job_job_phase_id">Job
2014 Oct 09
2
Speex on M3 for a device for a disabled person to use
I am trying to develop a device for a disabled person and need low bitrate
voice, speex looks good, however I need to find optimized M3 code and can
not, searched online all over, I use Keil also if that helps.
My M3 is 128kbps/64kram 72mhz, i only need to do a encode in one part and
decode in another.....
Please let me know if you can help this project with a link to optimized
code
Thanks!
2011 Sep 05
2
Need more information about VGLM
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?...
Nom : non disponible
URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20110905/43ff838a/attachment.pl>
2002 Jun 17
2
Method to verify existance of trust account?
I'm still fighting with getting a Samba server (RH Linux 7.2, kernel
2.4.9-21, samba 2.2.4) to join an NT domain (NT 4.0, SP6). Everything I've
read in the documentation indicates that this works well and readily, but I
cannot get it to work.
The error message received when attempting to join a domain is:
./smbpasswd -j TESTDOMAIN -r SMBTEST
cli_net_auth2: Error