search for: explian

Displaying 6 results from an estimated 6 matches for "explian".

Did you mean: explain
2005 Nov 02
2
margins too large
Dear all, How can I explian and solve the error message: "margins too large" which appears when I do something like: KK <- alltypes(SpatData, "K") plot.fasp(KK) Hope someone can please help me on this. Regards, Sara Mouro [[alternative HTML version deleted]]
2006 Aug 31
0
Data Download Probelm from Yahoo
...TRUE, download = TRUE, origin = "1970-01-01", compression = "d") closing <-cbind.ts(closing ,s) } ## This will downlaod all data ## write.csv(closing,"Z:/BETA PROJECT/AUGUST/YEARLY WORK/yahoooutput1_2000.csv") But i'm getting the following error. Can anyone explian why? trying URL 'http://chart.yahoo.com/table.csv?s=A &a=0&b=01&c=1996&d=7&e=28&f=2006&g=d&q=q&y=0&z=A &x=.csv' Error in download.file(url, destfile) : cannot open URL 'http://chart.yahoo.com/table.csv?s=A...
2005 Jul 12
2
Mount logon Home dir on Linux (CTM)
I will try to explian it better this time. I have a Windows NT 4.0 Server, that is the PDC on my network. I also have a FC3 Samba 3 server that is the file server, where most of logon home dirs are stored. In the NT PDC i set up most users to map Z: drive to \\MY_SAMBA_SERVER\username In the Win XP workstations e...
2006 Jun 07
1
ogg encoding
I was wondering. When doing ogg only encoding, how do you mark end of stream? I am setting ogg_packet.e_o_s and then submitting it via ogg_stream_packetin() and then, because its the last potential page ogg_stream_flush()ing it. But when I walk through the file, EOS is not set on that logical bitstream. I have been using oggenc.c/encoder.c and oggdec.c/decoder.c for examples, but because the
2004 Jan 13
1
ingress policing
Hi, I''m trying to police the incoming traffic by using ingress qdisc,this is what I have in my script tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 4 \ handle 1: u32 divisor 1 tc filter add dev eth0 parent ffff: protocol ip prio 4 u32 \ match ip dport 4001 0xffff \ police rate 2000kbit burst 50k drop \ flowid
2006 Aug 14
6
RADRails how to created the configuration file
Hi all I created a project in eclipse of type radrails, and the project is empty, it did not generate the Rails application skeleton. When I try to run it its ask for a configuration file. What is missing? thanks -- Posted via http://www.ruby-forum.com/.