search for: from

Displaying 11 results from an estimated 11 matches for "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(...
2006 Jun 23
2
rsync and mysql with users connected
Hi, I want to apologise for my bad english (I'm french). So I need to Back-up a lot of datas from a place to an another by the way of rsync with ssh naturally. A good question from my boss was : What happened when the mysql database is used by a user during the Backup ? Is the system stop the Backup or is it transparency for rsync ? Sorry if my question is stupid but I haven't already f...
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 doesn''t. This is the code in my search.rhtml: <% @...
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 sp...
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
...Rate: 3.4704 Average bitrate: 133.3 kb/s But when I try to play the resulting file, I get silence. When I try it in XMMS, the seek bar jumps eratically, as does the track time and the bit rate. I have tried this with the default bit rate, and with 256. The wav file is straight from cdparanoia - it works fine with Lame. Any advice you can give to get this working would be great... I've added Ogg Vorbis support to T.E.A.R (CD ripper/encoder), and once I get oggenc working I can finish testing and soon another program will have Vorbis support. Thanks, Dan --- >8 ---- L...
2003 Aug 25
1
help again
...ys 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; /usr/obj/usr/src/make.i386/make buildincludes; /usr/obj/usr/src/make.i386/make installincludes creating osreldate.h from newvers.sh make: no target to make. *** Error code 2 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- Best regards, misael mailto:zen@c...
2007 Jul 27
3
(PR#9811) sequence(c(2, 0, 3)) produces surprising results,
...hat does sequence0 <- function (nvec) { s <- integer(0) for (i in nvec) s <- c(s, seq_len(i)) s } not do that is more than a very rare need? On Thu, 26 Jul 2007, bill at insightful.com wrote: > Full_Name: Bill Dunlap > Version: 2.5.0 > OS: Linux > Submission from: (NULL) (70.98.76.47) > > > sequence(nvec) is documented to return > the concatenation of seq(nvec[i]), for > i in seq(along=nvec). This produces inconvenient > (for me) results for 0 inputs. > > sequence(c(2,0,3)) # would like 1 2 1 2 3, ignore 0 > [1] 1 2 1 0 1 2...
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