search for: pfe

Displaying 20 results from an estimated 23 matches for "pfe".

Did you mean: fe
2001 Sep 27
4
using the pfe editor with R 1.1.3 under windows 2000
I am in the process of setting up R1.3.1 on a new computer running windows 2000. I am having problems running the PFE text editor simultaneously within R for editing functions and outside R for editing ordinary text files. The PFE editor behaves as I expected, if it is opened in R AND but no other PFE window is open outside R. Similarly, it also works fine if I am editing a text file outside R and no edit win...
1999 May 13
0
dos to unix file conversion...
...be to not use Notepad (it's a worthless piece of c**p IMHO). Text file conversion on the unix side can be handled in a number of different ways (AWK, sed, printer escape codes, etc). The easiest way on the windoze side is to let your editor handle it. A great freeware editor for win32 is PFE: http://www.lancs.ac.uk/people/cpaap/pfe One of the first things I do when I set up a new windoze box is put PFE on it (it doesn't even need a setup program, just copy it to a local directory). There are also versions of gvim and emacs for win9x/NT. All the commercial editors I know of h...
1999 Jan 08
0
text file conventions (was: Samba 1.9.18 DOS to UNIX and back with ASCII)
...g problem with Windows Notepad and then > in vi for UNIX. Other than the ux2dos and dos2ux commands does anyone > know of another solution or if this has been fixed in a more current > release of Samba? One option would be not to use notepad ;-} There are much better alternatives: Get PFE and set unix mode when you save the file (or you could use ntemacs or gvim for win32 - all are free). http://www.lancs.ac.uk/people/cpaap/pfe/ http://www.cs.washington.edu/homes/voelker/ntemacs.html http://www.vim.org/ Most commercial editors should handle multiple EOL conventions as well (ie,...
1999 May 17
2
DOS to UNIX Conversion
...rt using StarOffice myself (but not for text files). And why on earth would you want to use Word for working with text files? Not to mention the bloat (and other problems), there are tools specifically designed for that (with much more appropriate features). Everything from small and simple (PFE) to medium with more features (gvim), included color-coded syntax highlighting, to something that does more than I'll ever need, like emacs, or if you must spend money, SlickEdit. > Why buying or downloading additional software if it is not really > necessary. Getting the right tool...
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
2001 Sep 21
2
new versions of grid and lattice
Hi There are new versions of the grid and lattice packages on CRAN: grid 0.2 and lattice 0.3-0 These packages are still _under development_ (they are in CRAN/src/contrib/Devel) There have been some bug fixes and, especially in lattice, there are lots of new features. Descriptions of the changes are included below. If you have any grid code, it may break under the new version because of a
1999 Jul 16
3
Carriage Returns in files after copying
I apologize in advance if I'm wasting bandwidth with a simple question, but I was unable to find a solution for this problem in the documentation... I've got a set of shares set up on a SUN Enterprise 5500 using Samba 2.0.4. In Windows NT, I map a drive to the share. When I copy a text file from Windows NT to the SUN, editing the file in UNIX shows that ^M has been added to the end of
2011 Oct 19
2
xi.rename-it.nl down?
Hello, is http://xi.rename-it.nl down? Apticron shows me permanently errors. -- Mit freundlichen Gr??en, with kind regards, Jim Knuth --------- Wenn ein wirklich gro?er Geist in der Welt erscheint, kann man ihn untr?glich daran erkennen, da? sich alle Dummk?pfe gegen ihn verb?nden. (Jonathan Swift)
2001 May 31
0
Re: R-WinEdt (PR#959)
...files. That line is no longer in the sources. > file.show(file, delete.file = TRUE) also doesn't delete the file. Right. That's because there is no way to know when e.g. notepad has finished with the file. Actually, one maybe could with notepad, but not with multi-file editors like pfe (or winedt?) -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK...
2006 Oct 08
1
Multisceen Support WAS : Re: [Fwd: Re: compiz coding style]
...r. A randr++ plugin for compiz would be very welcome ! I may have a look at it, I need to refresh my C skills ! [1] : http://lists.freedesktop.org/archives/xorg/2006-September/018058.html Cordially, -- Alexandre Mazari Eleve Ing?nieur 5eme Ann?e Epitech Responsable Technique poly/son (poly-son.pfe.epitech.net)
1999 Nov 05
4
Purely numeric service name
Hi I have a problem accessing NT boxes which have a service (host) name which is purely numeric, smbclient insists on treating it as an ip number. For example:- /opt/samba/bin/smbclient \\\\06842\\BACKUP xxxxx -U xxxxx returns :- Connecting to 0.0.14.34 at port 139 Connection to 06842 failed I am using HPUX 10.2 and samba version 2.0.4b. Surely it should be possible to connect to NT
2001 Jan 04
0
running Rcmd INSTALL (creating help files revisited)
...to work. I'm using R1.2.0 under Windows NT4.0, and what I do is open a commands window (cmd.exe) in directory "D:\", and then try the following: ----- REM this is how my PATH is set: D:\>set path = %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\nls\DEUTSC H;d:\PROGRA~1\pfe; d:\PROGRA~1\perl\bin;D:\Programme\PGPNT;D:\Programme\R\rw1020 \bin;D:\Programme\R\rw1020\tools;D:\Programme\R\rw1020\share\perl\R REM "rgui" is found and launched correctly, so I suppose my path is ok: D:\>rgui REM when typing "rcmd", no error message is given, so I suppos...
2002 Jun 27
1
Building from a source-code library under windows
...ows) ############ # COMPILE # ############ set R_HOME=C:\progra~1\R\rw1051 path; PATH=%SystemRoot%\system32;%SystemRoot%;C:\PROGRA~1\R\rw1051\tools;C:\PROGRA ~1\R\rw1051\MinGW\bin PATH=%path%;C:\PROGRA~1\perl\bin;C:\PROGRA~1\R\rw1051\bin;C:\PROGRA~1\R\rw10 51\share\perl\R PATH=%path%;C:\PROGRA~1\pfe;C:\Progra~1\DevStu~1\VC\bin;C:\Progra~1\DevStu~1 \Shared~1\bin PATH=%path%;C:\Progra~1\DevStu~1\VC\include ## go to the directory that you want to make the outputs cd C:\Rtest lib /def:%R_HOME%\src\gnuwin32\R.exp /out:Rdll.lib /machine:IX86 set INCLUDE=C:\Progra~1\DevStu~1\VC\include cl /MT /Ox /...
2006 Oct 06
2
solving plugin dependency issues
The dependency checking currently provided is clearly not good enough. There's currently two issues with the plugins that exist in the compiz repository. plane plugin conflicts with cube and rotate plugin, zoom plugin should probably work with either cube or plane but currently only loads when cube plugin is used. Adding a { CompPluginRuleBefore, "cube" } to the plane plugin and a
2015 Sep 13
3
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
...TLT- 64bA+ UIDRD- Link Frequency 1: 200MHz Link Error 1: <Prot- <Ovfl- <EOC- CTLTm- Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend- Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE- Prefetchable memory behind bridge Upper: 00-00 Bus Number: 00 Capabilities: [f0] HyperTransport: Interrupt Discovery and Configuration Capabilities: [5c] HyperTranspor...
2002 Nov 20
3
FW: using R under windows
I am used to using R under unix. I have a problem with R under Windows-2000: Suppose I have a plain text file code.r full of R code that I want to source into R. My problem is that Windows invisibly tacks ".txt" onto the end of the filename (the name looks like code.r but it is really code.r.txt). How to get windows to both allow me to call it code.r (for real! Not
1999 Nov 10
1
read.table problems
Yesterday I asked for help about read.table with a CSV file. I received the following help. As always many thanks for the prompt responses. Now I load my csv file in a text editor ( pfe) and delete all spaces. My original mail is at the end. From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> Do you have spaces before the commas in your file? > Yes, number , space, comma, new number > 1 ,98.53 ,98.33 ,99.82 > don't tell me that the space bef...
1999 Nov 10
1
read.table problems
Yesterday I asked for help about read.table with a CSV file. I received the following help. As always many thanks for the prompt responses. Now I load my csv file in a text editor ( pfe) and delete all spaces. My original mail is at the end. From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk> Do you have spaces before the commas in your file? > Yes, number , space, comma, new number > 1 ,98.53 ,98.33 ,99.82 > don't tell me that the space bef...
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser". Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel support with no success, just a kernel oops and constant reboots. I followed Fedora''s wiki on building a custom kernel, even used F16''s .config which also was a
2012 Feb 04
9
XEN 4.1.2+Centos 6.2+Kernel 3.X
Hey hope this opne is a "make senser". Has anyone tried the "Subject line" combo?, I''ve compiled a dozen src.rpm kernel 3.0 and 3.1 packages with no luck to try native upstream Dom0 kernel support with no success, just a kernel oops and constant reboots. I followed Fedora''s wiki on building a custom kernel, even used F16''s .config which also was a