search for: fox

Displaying 20 results from an estimated 2019 matches for "fox".

Did you mean: for
2008 Apr 13
3
fxruby gem install problem
Lyle, Following up on your suggestion... "You might want to follow-up on the fxruby-users mailing list at some point; sometimes FXRuby questions can get lost in the shuffle here due to the high volume of messages on ruby-talk!'' I''ve installed libfox-1.6-dev, and after that attempted install of fxruby, with this result: $ sudo gem install fxruby [sudo] password for tom: Need to update 31 gems from http://gems.rubyforge.org ............................... complete Select which gem to install for your platform (i486-linux) 1. fxruby 1.6.14 (un...
2006 Oct 14
4
Build error: Debian testing, libfox1.4, FXRuby-1.4.7
I''m getting compile errors when attempting to build FXRuby 1.4.7. This happens when installing using gems, or when installing from source: g++ -I. -I. -I/usr/lib/ruby/1.8/i486-linux -I/home/wayne/lab/fox/FXRuby-1.4.7/ext/fox14 -DHAVE_SYS_TIME_H -DHAVE_SIGNAL_H -I/usr/local/include/fxscintilla -I/usr/local/include/fox-1.4 -I/usr/include/fox-1.4 -fPIC -Wall -g -fno-strict-aliasing -O2 -fPIC -O0 -Iinclude -c fx3d_wrap.cpp fx3d_wrap.cpp: In function ''FX::FXVec3f FXVec3f_normal(const FX::FX...
2013 Feb 03
1
SaMBa 4 - homedir mapping
...ar.gz tar zxvf samba-4.0.2.tar.gz cd samba-4.0.2 ./configure && make && make install cd /usr/local/samba bin/samba-tool domain provision --realm=box.blurr --domain=BOX --server-role=dc --adminpass='@Tullip500' --use-xattrs=yes --use-rfc2307 sbin/samba bin/samba-tool user add fox '@Pipe120' --home-directory='\\samba\fox' --home-drive=M --given-name="User Test" wbinfo -i fox BOX\fox:*:3000017:20::/home/BOX/fox:/bin/false smbclient //localhost/fox -Ufox Enter fox's password: Domain=[BOX] OS=[Unix] Server=[Samba 4.0.2] tree connect failed: NT_ST...
2005 Jul 31
1
Re: FXRuby on OpenBSD
On Aug 1, 2005, at 4:21 AM, brett s hallett wrote: > I''m having some problems installing FXRuby on OpenBSD 3.7 > > -- Note : OpenBSD supplied Ruby 1.8.1 and fox > version /mnt/cdrom/3.7/packages/i386/fox-1.1.41.tgz > > If I try to install any FXRuby against these I get the error message > " fox version is expiremental" ( something like that !) , so > I removed the above and installed. Right. Currently, FXRuby is only sup...
2005 Dec 29
3
Why do plugins use class_eval?
I''m writing my own plugin and all the plugins I''ve seen use class_eval in the method that is called in the including module. For example: http://wiki.rubyonrails.com/rails/pages/HowToWriteAnActsAsFoxPlugin module Foo module Acts #:nodoc: module Fox #:nodoc: def self.included(base) base.extend(ClassMethods) end # declare the class level helper methods which # will load the relevant instance methods # defined below when invoked module...
2010 Apr 09
2
Run Fox 2.0 (DOS) on ubuntu 9.10
Hi, I have developed a comercial solution for my company that use Fox 2.0 Lan, it run over DOS. I want to change my office operative system to use UBUNTU instead of linux, does anybody know if I can use run FOX on Ubuntu? Thanks in advance.
2002 Dec 17
1
FOX PRO 2.6 on SMB
Hello list We have some Fox Pro apps shared on Samba server (I know FOX sucks) and sometimes we need to recreate indexes, and we have to call all the users and ask them to close their programs. If we kill the user's smb process we got corrupted indexes... here's the question : is there any way to force the used fil...
2008 Apr 14
3
Copy-paste between FXTable and FXTextfield
...-------------------------------------- I think there is a good chance the "copy" command has got a bug with the object FXTable. Is that correct? Here is my test code: ---------------------------------------------- #!/usr/bin/ruby require ''rubygems'' require ''fox16'' include Fox class MyWindow < FXMainWindow def initialize(app) super(app, "Window", nil, nil, DECOR_ALL, 0, 0, 600, 350) # Menu bar stretched along the top of the main window menubar = FXMenuBar.new(self, LAYOUT_SIDE_TOP|LAYOUT_FILL_X) # File me...
2023 Mar 23
1
loess plotting problem
Thanks, John. However, loess.smooth() is producing a very different curve compared to the one that results from applying predict() on a loess(). I am guessing they are using different defaults. Correct? On Thu, 23 Mar 2023 at 20:20, John Fox <jfox at mcmaster.ca> wrote: > Dear Anupam Tyagi, > > You didn't include your data, so it's not possible to see exactly what > happened, but I think that you misunderstand the object that loess() > returns. It returns a "loess" object with several components,...
2006 Apr 27
4
FXRuby installation
I have fox 1.4.33 installed. All installation steps of FXRuby (config,setup,install) passed successfully, but when I try to load fox14 (require ''fox14'') it gives me an error: LoadError: /usr/local/lib/ruby/site_ruby/1.8/i686-linux/fox14.so: undefined symbol: removeTimeout__Q22FX5FXAppPQ...
2007 Oct 05
1
problem with building package in R 2.6.0
Hello, I can nolonger build R packages in R 2.6.0 (win xp). I get the error message 'sh' is not recognized as an internal or external command. In earlier versions of R I had no problems. Maybe that someone can help me with this. Jean-Paul Fox. C:\PROGRA~1\R\R-2.6.0\bin>Rcmd build --force --binary C:\Temp\R260\mlirt * checking for file 'C:\Temp\R260\mlirt/DESCRIPTION' ... OK * preparing 'C:\Temp\R260\mlirt': * checking DESCRIPTION meta-information ...'sh' is not recognized as an internal or extern...
2009 Apr 15
0
RE: Fox Pro DBF open problems Solved.....FOLLOW UP
...this problem. On this particular server I observed we had consumed all memory resources and were using a decent sized swap file. After installing more RAM the problem & symptoms have disappeared. FINALLY I have happy users. L. Kipp From: wikked1@hotmail.com To: samba@lists.samba.org Subject: Fox Pro DBF open problems Date: Thu, 5 Mar 2009 15:01:26 +0000 Hi List, Second attempt to get this issue diagnosed and solved. Samba Version 3.0.28el4 CentOS 4.7 The behavior is as follows when accessing Fox Pro dbf files. Users can access the files through the Fox Pro command i...
2009 Feb 17
2
install.rb:655:in `command'': system("make") failed (RuntimeError) (GatoLinux)
...To: fxruby-users at rubyforge.org > Message-ID: > <a77c2c700902131053w77c7ac11o639db9f8841dbc55 at mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hello! > > > I used this command: > > > ruby install.rb config -- \ --with-fox-include=/opt/fox-1.6.35/include/ > --with-fox-lib=/opt/fox-1.6.35/lib/ > > to configure FXRuby; then, I ran: > > ruby install.rb setup followed by ruby install.rb install > > but I got this installation error: > > > In file included from include/FXRuby.h:825, >...
2005 Sep 03
3
Re: FXRuby issues
On Sep 3, 2005, at 3:58 AM, Gonzalo Garramuno wrote: > Sorry to bother you personally, but after working with FXRuby for the > first time on a relatively medium-sized project, I collected a list of > things that seem to be broken in fxruby (or fox), and I thought it > would be good for you guys to be aware of. > Some of these things I consider them somewhat serious in term of > recommending fxruby for larger projects, which is unfortunate, cause I > overally really liked how the API is designed. > ? > Unless specified, p...
2015 Jan 26
4
problem with update.packages() in R-Devel (3.2.0) on Windows
...;http://cran.utstat.utoronto.ca/bin/windows/contrib/3.2/zoo_1.7-11.zip' Content type 'application/zip' length 878614 bytes (858 KB) opened URL downloaded 858 KB package 'zoo' successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\John Fox\AppData\Local\Temp\RtmpuKqvB0\downloaded_packages ---------------- snip ---------------- Session info: ---------------- snip ---------------- > sessionInfo() R Under development (unstable) (2015-01-25 r67615) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 7 x64 (build 7601)...
2009 Mar 05
2
Fox Pro DBF open problems
Hi List, Second attempt to get this issue diagnosed and solved. Samba Version 3.0.28el4 CentOS 4.7 The behavior is as follows when accessing Fox Pro dbf files. Users can access the files through the Fox Pro command interface without issues,when they choose a graphical environment (windows explore of the windows file open gui) the system returns an access denied message on the first attempt,on subsequent attempts on the same file it opens w...
2005 Apr 15
5
Pearson corelation and p-value for matrix
Hi, I was trying to evaluate the pearson correlation and the p-values for an nxm matrix, where each row represents a vector. One way to do it would be to iterate through each row, and find its correlation value( and the p-value) with respect to the other rows. Is there some function by which I can use the matrix as input? Ideally, the output would be an nxn matrix, containing the p-values
2008 Sep 18
4
Strange ! characters inserted into emails
...some boilerplate text and HTML that is pulled from a database. When the emails are received there are random instances of " !" (that's a space and a bang symbol) inserted into the email in various locations. For example a sentence that is supposed to read like this: The quick brown fox jumped over the lazy dog. ends up looking like this: The quick b !rown fox jumped over the laz !y dog. We combed through the source text and didn't find any unusual characters in the body of the text. Somehow these bang symbols are being inserted after the mail is handed off to sendmail. D...
2007 Mar 23
4
Effect display of proportional odds model
Dear useRs, I very much like the effect display of the proportional odds model on page 29 (Figure 8) of the following paper by John Fox: http://socserv.mcmaster.ca/jfox/Papers/logit-effect-displays.pdf It really gives a very concise overview of the model. I would like to use it to illustrate the proportional odds mixed models we fit here for a project on Diabetes but I can't seem to reproduce the plot. Does anyone have code fo...
2004 Jul 19
1
My fox build segfaults on Solaris 9 gcc.
On Wed, 7 Jul 2004, Hugh Sasse Staff Elec Eng wrote: > On Tue, 6 Jul 2004, jeroen wrote: > >> On Tuesday 06 July 2004 10:26 am, Hugh Sasse Staff Elec Eng wrote: >>> The last thing I get on building the Fox library is >>> >>> g++ -shared FX4Splitter.lo FXAccelTable.lo FXApp.lo >>> FXArrowButton.lo FXBMPIcon.lo FXBMPImage.lo FXBitmap.lo > [....] >>> -ldl -lpthread -ljpeg -lpng -lz -lbz2 -lm -lGL -lGLU -lc >>> -Wl,-soname -Wl,libFOX-1.2.so.0 -o .l...