search for: froms

Displaying 11 results from an estimated 11 matches for "froms".

Did you mean: from
2009 May 21
3
Behavior of seq with vector from
Hello, I want to use seq with multiple from values and am getting unexpected (to me) behavior. I'm wondering if this behavior is intentional or not. > seq(2, by=3, length.out=4) [1] 2 5 8 11 > seq(3, by=3, length.out=4) [1] 3 6 9 12 Now if I want the combined sequence, I thought I could pass in c(2,3), and I get: > seq(c(2,3), by=3, length.out=8) [1] 2 6 8 12 14 18 20 24
2006 Jun 23
2
rsync and mysql with users connected
...c ? Sorry if my question is stupid but I haven't already finish the reading of all the documents treating rsync. Thanks in advance to your answers and comprehension. Oh yes, I forgot an important fact : The Backup is done between SUSE 10.0 and Mandrake 10.0 so Linux envirronement. Some datas froms Windows will be Backuped too. I think we will use a ntfs partition. Some advises about that or all is OK and though that don't cause any problems ? Micka?l. -------------- next part -------------- HTML attachment scrubbed and removed
2007 Jul 03
4
problems with acts_as_ferret
Hi, I have i am trying to add a search feature to a ruby on rails blog, so ive decided to use ferret. So far i have had quite a few problems with it, from following a few tutorials i didnt really understand... i am at the point where i can make a search and it returns the score of the result. I want it to also show the title of the post and i think i have implemented it correctly but it
2018 Feb 02
1
R-gui sessions end when executing C-code
...or_c = asReal(err); double lowest_double = 1e-15; double tmp_c; double denom; double error_temp; double error_i_c; /* Make ready vector froms input */ PROTECT(q); n_prot++; PROTECT(v); n_prot++; PROTECT(psi); n_prot++; double *v_c; v_c = REAL(v); double *psi_c; psi_c = REAL(psi);...
2007 Oct 09
0
Thomson ST2030 firmware upgrade
Hello, I'm trying to upgrade a Thomson ST2030 phone froms its default 1.42 firmware to the latest version (1.56) through tftp. The phone loads the .inf file, then the correct firmware file (as stated in the ST2030S.inf), then it reboots and loops doing these same things again and again. The firmware version on the phone stays at 1.42. Is there a spe...
2011 Apr 10
1
Merging Install DVDs on a PXE server
Hi all, Probably a simple question, but, I'd like to merge both install DVDs into one directory on my PXE server. Obviously I will need to copy all of the files, but do I need to cast a magical incantation to recreate .discinfo, .treeinfo, etc? Thanks! -- Digimer E-Mail: digimer at alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org
2001 Feb 27
2
Wine & openGL
I have Codeweavers-wine installed and working. I'm able to run Lotus Notes 5.0.2 and a couple of other win applications. I've installed Half-Life and it does run, but only with software rendering. I have an nVidia Gforce GTX(?) and my openGL works for linux games. How do I get wine to use openGL. I modified the codeweavers source rpm to enable openGL but something still seems to be
2001 Mar 01
2
Vorbis Encoding Problems
I downloaded all the Beta 4 libraries/tools yesterday and compiled them - everything went fine. ogg123 works fine - it plays files off the website. So does the XMMS plugin (I just built XMMS and had it build the vorbis plugin that it came with) oggenc seems to work fine, in that all of its output looks normal: [ttyp3@dalek:tear-require-0.2.0/CDDB_get-1.4 @00:39] oggenc track03.cdda.wav
2003 Aug 25
1
help again
Hello freebsd-stable, pls anyone help with this probs.. i always failed to cvsup my box.. in the make buildworld (stage 4:: populating /usr/obj/usr/src/i386/usr/include),session always shown these error msgs: cd /usr/src/share/info; /usr/obj/usr/src/make.i386/make buildincludes; /usr/obj/usr/src/make.i386/make installincludes ===> include cd /usr/src/include;
2007 Jul 27
3
(PR#9811) sequence(c(2, 0, 3)) produces surprising results,
This is as doumented, and I think you could say the same thing of seq(). BTW, sequence() allows negative inputs, and I don't think you want sum(input) in that case. I've never seen the point of sequence(), but it has been around in R for a long time. It is used in packages eRm, extRemes, hydrosanity, klaR, seas. Who knows what people have in private code, so I don't see any
2006 Jan 04
9
Resizeable
Has anyone done any work on a "Resizeable" class they''d be willing to share? I''m looking to do some stuff that''ll need resizable divs, but I didn''t want to re-invent the wheel if I can avoid it. -Jerod _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org