Extend Your Knowledge: a Tipsheet on File Formats

Total Page:16

File Type:pdf, Size:1020Kb

Extend Your Knowledge: a Tipsheet on File Formats J-Files: Tipsheeton file formats PageL of 4 Extendyour knowledge:A tipsheeton file formats *ByJeffSouthffiSchoolofMasscommunications&VcU Whenyou get a file on a disk or downloadit from the Internet,how do you knowwhat program to use to openit and view or workwith its contents? The key is to lookat the file extension- the "dot-something-something-something"at the end of thefile name. For example, if thefile nameends in ".XLS",it standsfor an Excel spreadsheet;if the extensionis'.DBF", it's a dBASEfile; if it's".HTM" or ".HTML',the file is in hypertextmarkup language, formatted as a Web page. Thereare hundredsof extensionsthese days, and they can get prettyconfusing. Even the wordextension is confusing:lt comesfrom the PCworld, but in Maclingo, an extensionis a pieceof softwarethat goes in your SystemFolder. It's importantto knowwhat differentextensions stand for, so you'llknow what kindof file you're dealingwith. That way, you'll know whether you havea programthat can open a particulaifile. lf you don'thave the rightprogram, you may haveto get the file convertedto a differentformat. (Youcan converta file by openingit with its "native"program and savingit in an alternative format.Or youcan use conversion software like Data Junction, Conversions Plus or MacLink to turna filefrom, say, Excel to dBASE.) lf you'reworking with Excel, you usuallydon't have to do a lotof dataconversion. That's becauseExcel can open many spreadsheet formats, like Lotus 1-2-3 files. Still, Excel chokes on a few file types(like the QuattroPro spreadsheetformat). lf you'reusing Visual FoxPro, you needyour data in a dBASEformat. Fortunately, FoxPro has a way to take otherfile typesand changethem intodBASE. BeforeI startlisting extensions and whatthey standfor, you shouldknow one otherthing: the differencebetween ASCII and binary files. ASC|l,which stands for AmericanStandard Code for lnformationExchange and is pronounced ASS-key,is plain-vanillatext: no formatting, no specialcharacters. You canopen ASCII files on a Macwith TeachText,SimpleText or Word(but when you go to savethe file in Word,be sureto saveit as "textonly" - anothersynonym for ASCII). You canopen the sameASCII file on a PC with Notepad,WordPad, Write, Word, XyWrite, WordPerfect or any otherword- processingprogram. Binaryfiles, on the otherhand, have special coding that tells a computerhow the file was createdand formatted. An Excelspreadbheet, for example,is a binaryfile: lf youtry to openit witha wordprocessor, you'll get garbage -- becauseit chokeson the initialcoding, which explains,among other things, about the numberand widths of columns.lf youwrite a storyand saveit in Word,that's also a binaryfile. You can open it in Word,and it looksgreat. But becauseof the invisiblecoding, it willlook like junk if youtry to openit witha differentword processor. 2L -) hfip://w,ww.peof&.vcu.edg/-igsoutlr/lihtarv/analvsislfogn?ts.lrtnl'r 07n112002 J-Files:Tipsheet on file formats Page2 of 4 Hereare some extensions you're likely to encounterwhen you get data to crunchor you're surfingthe Internet. All of these are binary files and, unless otherwise noted, can be opened withExcel: Spreadsheetfiles . .DlF- DataInterchange Format, the format for VisiCalc, the first spreadsheet. .WRK,.WR1 - Symphony,another older spreadsheet. .SLK- Multiplan,yet another older spreadsheet. ,RXD,.R2D -- Reflex,a ratherobscure spreadsheet. .WKS,.WK1, .WK3, .WKE - Variousversion of Lotus'l-2-3, a popularspreadsheet. .WQl, .WQ2- TheDOS version of QuattroPro, a solidspreadsheet (but for PCsonly, Macfans). .W81,.WB2 -- TheWindows version of QuaftroPro. Many joumalists say this spreadsheetis as goodas Excel(and much cheaper). Maybe that's why Excel wont ooen.WB* files! . .XLS- Well,duh. Databasefiles . .DB2,.DBF,.DB4 -- dBASEfile. dBASE is probablythe most popular format for a databasetable: You can open a dBASEfile with almost any spreadsheet program (Excel, Lotus,Quatto Pro) or databasemanager (FoxPro, Paradox, Microsoft Access). .MDB- An MSAccess file. .DB- A Paradoxfile. Paradox and Quattro Pro are owned by the same company; Excel won'tooen .DB or.WB" files. FoxPro,especially the new versions, has spawned a bunchof newextensions. They mostly haveto dowith the way FoxPro "sees" and organizes dBASE tables. These extensions include: . .DBC- A databasefile, which indicates that two or moredBASE tables are related and makeuo a database. .lDX,.GDX -lndex files, which help FoxPro put data in order. .QPR,.PRG - Queryand program files, instructions to FoxProto do somethingwith a dBASEtable. .PJX,.FPC, .CAT - Projectfiles. In FoxPro, a projectcan consist of databases,dBASE tables,queries and other things; a ".PJX"file tells FoxPro all these things are related. Because.DlF, .WKS, .DBF and similar files are binary, when you open them in Excel,Excel knowsexactly how to putthe data into columns and rows. But not all datafiles are binary. Often,you'll get data, on diskor fromthe Internet,as a textfile - somethingyou could open (butcouldn't sort or manipulate)with a wordprocessor. When you open a textfile with Excel, youhave to guideExcel through the process of puttingthe data into columns. This is called "parsing"the data. And you do it withExcel's lmport Wizard: You tell the Wizard what kind of textfile you're dealing with, and the Wizard walks you through the parsing process. (Visual FoxProalso has an lmportWizard for opening text files and turning them into dBASE tables. MicrosoftAccess, another popular database manager, also has a wizardfor importingtext files.) z7 http://www.p eople. vcu. edu/-j csouth/library/analysisiformats.html 07nU2002 J-Files: Tipsheeton file formats Page3 of 4 Hereare some extensionsyou'll see associatedwith text files containing data: . .TXT- This oftenmeans there are tabs betweeneach column, and there may be quotes aroundeach piece of data.For example, the datamight look like: Name <tab> City <tab> Amount uDallasn "George Bush" <tsab> <tab> "$5,000" uAusti-nn '$7,000n "Bob Bullock" <tab> <tab> r'Hale n$2,000'r "Pete Laneyrr <tab> Center" <tab> That'scalled a tab-delimitedfile. Occasionally,you mightsee such a file with a .TAB extension. .GSV-- For "comma-separatedvalues." Instead of a tab betweeneach column,there's a comma. o .PRN,.DAT, .ASC, .SDF - lnsteadof a delimiter,there is spacebetween each column. Whenyou open such a file,you'll see that each column lines up: GeorgeBush Dallas $6,000 BobBullock Austin M.000 PeteLaney HaleCenter $2,000 Somepeople call this formata "space-delimitedfile' or "standarddata format' (hence, the .SDFextension). There'snot a lot of consistencyin applyingextensions to text files.You'll frequently find .TXT on space-delimitedfiles, and .ASC (for ASCII) on tab-or comma-delimitedfiles. lf you'renot sureof the format,use trial and enor in importingthe file into Excel.Or openthe file in a word processorand examineit. Whenyou do this, be sureto use a font like Courier,in whicheach character is thesame width - so the columnswill line up. (ln otherwords, use a monospacedfont. lf you usea proportionalfont, in whichan M is muchwider than an l, the columnsin a space-delimitedfile won't align.) You also should tell your word processor to showinvisible characters, like tabs, so you'llbe ableto seeif thefile is tab-delimited.When examininga datafile with a wordprocessor, be carefulnot to savethe file as binary,like in the Wordformat. Save it as text .- or just closeit withoutsaving it. Fromtime to time,you'll need a robustword processorto massagetext files of data.For instance,you may get a filein whichsomeone has used a semicolonas the delimiter.lt could looklike this: "GeorgeBush" ; "Dallas"; "$5,000' "BobBullock" ; "Austin"; "$7,000" "PeteLaney" ; "HaleCenter'' ; "$2,000" In suchcases, you maywant to replacethe semicolonwith a tab, so that your spreadsheetor databaseprogram will recognizethe file formatand let you importit. 7g http: //www .p e op I e. v cu.e du/-j cs o uth/libr ary I analysi s/ form ats .html 071ru2002 J-Files: Tipsheeton file formats Page4 of 4 Besidesknowing the extensionsfor datafiles, you should learn other kinds of extensions.For instance,if you get a lot of informationon disksor downloada lot from the Intemet,you'll probablysee: . .ZlP - A "zipped"file. This meansit containscompressed information: All the air, so to speak,has beensucked out of the originalfile, so ifs only a fractionof its full size.This hasbeen done using a PC programcalled PKZIP. To inflatea .ZlPfile, you usually use a PC programcalled - ta-da- PKUNZIP.But thereare also programsthat let you inflate a .ZlPfile on a Mac. .ARC- Anotherkind of compressedfile from a PC. ,EXE- Thiscan indicate a self-extractingcompressed file from a PC,meaning PKUNZIP is insidethe file. In Windows,all you haveto do is double-clickon an .EXEfile and it will inflate. .SlT, .SEA- Filesthat havebeen eompressed on a Macwith the programStufflt. lf you havean .SlTfile, you'llneed Stufflt to inflateit. An .SEAfile standsfor "self-extracting archive":lt will unstuffitself. .GZ -- A compressedfile from a Unixsystem. To inflateit, you needa programcalled GUNZIP. lf you spendmuch time on the Net,you'll encounterseveral other extensions: . .HTM,.HTML - Webpages coded in hypertextmarkup language. These are ASCII files, but they havecodes you can'tsee in Netscape.These codes tell Netscapethe colorof the page,the sizeof the type and howto linkcertain phrases or imagesto other information. .GlF,.JPG, .JPEG - Theformat for mostimages you'll find on theWeb. .BMP,.BMF, .PlC, .PICT, .TIFF - Otherimage formats. .AU,.WAV -- Audiofiles. .MPG,.MPEG, .AVl, .MOV - Videofiles. .PDF- Theformat for AdobeAcrobat. A .PDFdocument can contain text, graphics and photos,laid out pageby page.You needAcrobat, which is free,to opensuch a file. z7 htto ://www. p eop I e. vcu. edr/-i c so uth/l lbr arvI analy si s/form ats. htnll- 07nU2002.
Recommended publications
  • The LAS File Format Contains a Header Block, Variable Length
    LAS Specification Version 1.2 Approved by ASPRS Board 09/02/2008 LAS 1.2 1 LAS FORMAT VERSION 1.2: This document reflects the second revision of the LAS format specification since its initial version 1.0 release. Version 1.2 retains the same structure as version 1.1 including identical field alignment. LAS 1.1 file Input/Output (I/O) libraries will require slight modifications in order to be compliant with this revision. A LAS 1.1 Reader will read LAS 1.2 (without the new enhancements) with no modifications. A detailed change document that provides both an overview of the changes in the specification as well as the motivation behind each change is available from the ASPRS website in the LIDAR committee section. The additions of LAS 1.2 include: • GPS Absolute Time (as well as GPS Week Time) – LAS 1.0 and LAS 1.1 specified GPS “Week Time” only. This meant that GPS time stamps “rolled over” at midnight on Saturday. This makes processing of LIDAR flight lines that span the time reset difficult. LAS 1.2 allows both GPS Week Time and Absolute GPS Time (POSIX) stamps to be used. • Support for ancillary image data on a per point basis. You can now specify Red, Green, Blue image data on a point by point basis. This is encapsulated in two new point record types (type 2 and type 3). LAS FORMAT DEFINITION: The LAS file is intended to contain LIDAR point data records. The data will generally be put into this format from software (e.g.
    [Show full text]
  • Xbase++ Language Concepts for Newbies Geek Gatherings Roger Donnay
    Xbase++ Language Concepts for Newbies Geek Gatherings Roger Donnay Introduction Xbase++ has extended the capabilities of the language beyond what is available in FoxPro and Clipper. For FoxPro developers and Clipper developers who are new to Xbase++, there are new variable types and language concepts that can enhance the programmer's ability to create more powerful and more supportable applications. The flexibility of the Xbase++ language is what makes it possible to create libraries of functions that can be used dynamically across multiple applications. The preprocessor, code blocks, ragged arrays and objects combine to give the programmer the ability to create their own language of commands and functions and all the advantages of a 4th generation language. This session will also show how these language concepts can be employed to create 3rd party add-on products to Xbase++ that will integrate seamlessly into Xbase++ applications. The Xbase++ language in incredibly robust and it could take years to understand most of its capabilities, however when migrating Clipper and FoxPro applications, it is not necessary to know all of this. I have aided many Clipper and FoxPro developers with the migration process over the years and I have found that only a basic introduction to the following concepts are necessary to get off to a great start: * The Xbase++ Project. Creation of EXEs and DLLs. * The compiler, linker and project builder . * Console mode for quick migration of Clipper and Fox 2.6 apps. * INIT and EXIT procedures, DBESYS, APPSYS and MAIN. * The DBE (Database engine) * LOCALS, STATICS, PRIVATE and PUBLIC variables. * STATIC functions.
    [Show full text]
  • Dbase Plus 1 Table Designer Behavior
    User’s Guide VERSION 7.5 release 2.61 for Windows® 98, 2000, NT ME and XP dataBased Intelligence, Inc. Vestal, NY http://www.dbase.com news://news.dbase.com dataBased Intelligence, Inc. or Borland International may have patents and/or pending patent applications covering subject matter in this document. The furnishing of this document does not give you any license to these patents. COPYRIGHT © 2006 dataBased Intelligence, Inc. All rights reserved. All dBASE product names are trademarks or registered trademarks of dataBased Intelligence, Inc. All Borland product names are trademarks or registered trademarks of Borland International, Inc. Other brand and product names are trademarks or registered trademarks of their respective holders. Printed in the U.S.A. Contents Chapter 1 Source Editor behavior . .10 Introduction to dBASE Plus 1 Table Designer behavior . .11 Optimized ReportViewer . .11 Welcome to dBASE Plus !. 1 Overview of dBASE Plus version 2.5. .11 What is dBASE Plus? . 1 Mouse events . .11 dBASE Newsgroups . 2 Grid Class . .11 The dBASE Plus Knowledgebase: . 2 Project Explorer . .11 Changes from earlier versions . 2 TreeView. .12 Visual dBase 5.x through Visual dBase 7.0 . 2 Array Class . .12 Report objects and the integrated Report designer . 3 Report . .12 Project Explorer . 3 Inspector . .12 Data objects. 3 _app Object . .12 Visual designers . 3 _app.frameWin . .12 ActiveX integration. 4 Procedure files . .12 The Inspector . 4 Report Designer . .12 Full-featured Source editor . 4 Error Handling. .12 SQL designer . 4 CHOOSEPRINTER( ) and choosePrinter( ) . .13 BDE Administrator and database support . 4 Overview of dBASE Plus version 2.6 . .13 DBF7 file format features .
    [Show full text]
  • Key Aspects in 3D File Format Conversions
    Key Aspects in 3D File Format Conversions Kenton McHenry and Peter Bajcsy Image Spatial Data Analysis Group, NCSA Presented by: Peter Bajcsy National Center for Supercomputing Applications University of Illinois at Urbana-Champaign Outline • Introduction • What do we know about 3D file formats? • Basic Archival Questions • Is there an optimal format to convert to? • Can we quantify 3D noise introduced during conversions? • NCSA Polyglot to Support Archival Processes • Automation of File Format Conversions • Quality of File Format Conversions • Scalability with Volume • Conclusions • Live demonstration Introduction Introduction to 3D File Format Reality *.k3d *.pdf (*.prc, *.u3d) *.ma, *.mb, *.mp *.w3d *.lwo *.c4d *.dwg *.blend *.iam *.max, *.3ds Introduction: Our Survey about 3D Content • Q: How Many 3D File Formats Exist? • A: We have found more than 140 3D file formats. Many are proprietary file formats. Many are extremely complex (1,200 and more pages of specifications). • Q: How Many Software Packages Support 3D File Format Import, Export and Display? • A: We have documented about 16 software packages. There are many more. Most of them are proprietary/closed source code. Many contain incomplete support of file specifications. Examples of Formats and Stored Content Format Geometry Appearance Scene Animation Faceted Parametric CSG B-Rep Color Material Texture Bump Lights Views Trans. Groups 3ds √ √ √ √ √ √ √ √ √ igs √ √ √ √ √ √ √ lwo √ √ √ √ √ √ obj √ √ √ √ √ √ √ ply √ √ √ √ √ stp √ √ √ √ √ √ wrl √ √ √ √ √ √ √ √ √ √ √ u3d √ √ √ √ √
    [Show full text]
  • Installing Visual Flagship for MS-Windows
    First Steps with Visual FlagShip 8 for MS-Windows 1. Requirements This instruction applies for FlagShip port using Microsoft Visual Studio 2017 (any edition, also the free Community), or the Visual Studio 2015. The minimal requirements are: • Microsoft Windows 32bit or 64bit operating system like Windows-10 • 2 GB RAM (more is recommended for performance) • 300 MB free hard disk space • Installed Microsoft MS-Visual Studio 2017 or 2015 (see step 2). It is re- quired for compiling .c sources and to link with corresponding FlagShip library. This FlagShip version will create 32bit or 64bit objects and native executables (.exe files) applicable for MS-Windows 10 and newer. 2. Install Microsoft Visual Studio 2017 or 2015 If not available yet, download and install Microsoft Visual Studio, see this link for details FlagShip will use only the C/C++ (MS-VC) compiler and linker from Visual Studio 2017 (or 2015) to create 64-bit and/or 32- bit objects and executables from your sources. Optionally, check the availability and the correct version of MS-VC compiler in CMD window (StartRuncmd) by invoking C:\> cd "C:\Program Files (x86)\Microsoft Visual Studio\ 2017\Community\VC\Tools\MSVC\14.10.25017\bin\HostX64\x64" C:\> CL.exe should display: Microsoft (R) C/C++ Optimizing Compiler Version 19.10.25019 for x64 Don’t worry if you can invoke CL.EXE only directly with the path, FlagShip’s Setup will set the proper path for you. Page 1 3. Download FlagShip In your preferred Web-Browser, open http://www.fship.com/windows.html and download the Visual FlagShip setup media using MS-VisualStudio and save it to any folder of your choice.
    [Show full text]
  • Quick Recovery for Dbase
    QUICK RECOVERY FOR DBASE QUICK RECOVERY FOR DBASE Operation steps Who Suffers most Features 100% data recovery is possible if Recovery Modes Frequently asked Questions © Unistal Systems Pvt. Ltd., New Delhi Quick Recovery for Dbase Quick Recovery for Dbase recovers corrupted Dbase (Database) files which get corrupted due to unexpected software crash, unexpected system shutdown, virus attacks or error reading media where documents are stored. It is a professional file repair tool to repair corrupt FoxPro databases, dBase database file. During repairing process a complete scan of the damaged database is performed to locate and extract the recoverable information from the database. After complete scanning, the database contents which are recoverable are shown in the preview window. You can then easily save the recovered results as a working dbf database file. Its unique Guided File Excavation Technology (GFETch) helps in locating files and folders lost behind overwritten partitions too. FEATURES Quick and Automated Analysis with Simple & Well guided steps to recover & repair DBF files Recovers deleted DBF files from crashed & formatted HDD Repairs Corrupt DBF table Repair .DBF files with memo or binary data fields stored in DBT files. Support for batch repairing of DBF files All recovery cases possible that have been experienced by Unistal have been incorporated All recovery cases possible that have been experienced by Unistal have been incorporated Unique Guided File Excavation Technology (GFETch) used 100% data recovery and repair is possible if; Files are accidentally deleted. Header or footer is corrupted File summary, user or track information is corrupted internal links are Intact © Unistal Systems Pvt.
    [Show full text]
  • Getting Started with Libreoffice 3.4 Copyright
    Getting Started with LibreOffice 3.4 Copyright This document is Copyright © 2010–2012 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), version 3.0 or later. Contributors Jean Hollis Weber Jeremy Cartwright Ron Faile Jr. Martin Fox Dan Lewis David Michel Andrew Pitonyak Hazel Russman Peter Schofield John A Smith Laurent Balland-Poirier Cover art: Drew Jensen Christoph Noack Klaus-Jürgen Weghorn Jean Hollis Weber Acknowledgements This book is adapted and updated from Getting Started with OpenOffice.org 3.3. The contributors to that book are listed on page 13. Feedback Please direct any comments or suggestions about this document to: [email protected] Publication date and software version Published 10 September 2012. Based on LibreOffice 3.5.6. Documentation for LibreOffice is available at http://www.libreoffice.org/get-help/documentation Contents Copyright..................................................................................................................................... 2 Note for Mac users...................................................................................................................... 8 Preface.................................................................................................................................. 9 Who is this book for?................................................................................................................
    [Show full text]
  • Working with Work Areas
    * Display the orders for the first one. Author Profile Doug Hennig is a partner with Stonefield Systems Group Inc. loNode = loNodes.item(0) and Stonefield Software Inc. He is the author of the award-win- loOrders = loNode.selectNodes(‘order‘) lcOrders = ‘‘ ning Stonefield Database Toolkit (SDT); the award-winning for each loOrder in loOrders Stonefield Query; the MemberData Editor, Anchor Editor, and lcOrders = lcOrders + ; CursorAdapter and DataEnvironment builders that come with iif(empty(lcOrders), ‘‘, chr(13)) + ; Microsoft Visual FoxPro; and the My namespace and updated loOrder.getAttribute(‘orderid‘) Upsizing Wizard in Sedna. Doug is co-author of the “What’s next loOrder New in Visual FoxPro” series (the latest being “What’s New messagebox(loNode.getAttribute(‘company‘) + ; in Nine”) and “The Hacker’s Guide to Visual FoxPro 7.0.” ‘ has the following orders:‘ + ; He was the technical editor of “The Hacker’s Guide to Visual chr(13) + chr(13) + lcOrders) FoxPro 6.0” and “The Fundamentals.” All of these books are As with generating XML, you can create a from Hentzenwerke Publishing (http://www.hentzenwerke. wrapper class for parsing specific XML. For ex- com). Doug wrote over 100 articles in 10 years for FoxTalk ample, I’ve created a class called SFRSS that parses and has written numerous articles in FoxPro Advisor and Ad- visor Guide. He has spoken at every Microsoft FoxPro De- RSS-formatted XML. The SFXML class I discussed velopers Conference (DevCon) since 1997 and at user groups earlier can parse attribute-based XML without you and developer conferences all over the world. He is one of the having to know XPath syntax; see SFXMLParse.
    [Show full text]
  • Fileweaver: Flexible File Management with Automatic Dependency Tracking Julien Gori Han L
    FileWeaver: Flexible File Management with Automatic Dependency Tracking Julien Gori Han L. Han Michel Beaudouin-Lafon Université Paris-Saclay, CNRS, Inria, Laboratoire de Recherche en Informatique F-91400 Orsay, France {jgori, han.han, mbl}@lri.fr ABSTRACT Specialized tools typically load and save information in pro- Knowledge management and sharing involves a variety of spe- prietary and/or binary data formats, such as Matlab1 .mat cialized but isolated software tools, tied together by the files files or SPSS2 .sav files. Knowledge workers have to rely on that these tools use and produce. We interviewed 23 scientists standardized exchange file formats and file format converters and found that they all had difficulties using the file system to communicate information from one application to the other, to keep track of, re-find and maintain consistency among re- leading to a multiplication of files. lated but distributed information. We introduce FileWeaver, a system that automatically detects dependencies among files Moreover, as exemplified by Guo’s “typical” workflow of a without explicit user action, tracks their history, and lets users data scientist [8, Fig. 2.1], knowledge workers’ practices often interact directly with the graphs representing these dependen- consist of several iterations of exploratory, production and cies and version history. Changes to a file can trigger recipes, dissemination phases, in which workers create copies of files either automatically or under user control, to keep the file con- to save their work, file revisions, e.g. to revise the logic of sistent with its dependants. Users can merge variants of a file, their code, and file variants, e.g.
    [Show full text]
  • Common Object File Format (COFF)
    Application Report SPRAAO8–April 2009 Common Object File Format ..................................................................................................................................................... ABSTRACT The assembler and link step create object files in common object file format (COFF). COFF is an implementation of an object file format of the same name that was developed by AT&T for use on UNIX-based systems. This format encourages modular programming and provides powerful and flexible methods for managing code segments and target system memory. This appendix contains technical details about the Texas Instruments COFF object file structure. Much of this information pertains to the symbolic debugging information that is produced by the C compiler. The purpose of this application note is to provide supplementary information on the internal format of COFF object files. Topic .................................................................................................. Page 1 COFF File Structure .................................................................... 2 2 File Header Structure .................................................................. 4 3 Optional File Header Format ........................................................ 5 4 Section Header Structure............................................................. 5 5 Structuring Relocation Information ............................................... 7 6 Symbol Table Structure and Content........................................... 11 SPRAAO8–April 2009
    [Show full text]
  • Compatible with the World
    EN DE FR NL IT PsiWin 2 Supported Applications Windows compatibility? No need to worry. PsiWin 2 ensures that your Series 5 handheld computer integrates seamlessly with leading Windows programs. See the chart below, for details. compatible with the world Synchronizes with Psion Series 5 Agenda, and Data (for contacts) Office 97 Word 97 (8.0) SmartSuite Organizer 97 WordPerfect WordPerfect 8.0 Excel 97 (8.0) 97 Suite 8 Quattro Pro 8.0 Outlook 97 Office 95 / Word 95 (7.0) SmartSuite Organizer 2.1 Office WordPerfect 7.0 Pro Excel 95 (7.0) 96 / Professional 7 Quattro Pro 7.0 Schedule+ 7/7a NotesSuite / WordPerfect (.WB3) Access 95 (Pro 96 Suite 7 version) Office 4.2 / Word 6.0 SmartSuite Organizer 2.1 Office for WordPerfect 7.0 4.3 (Pro) Excel 5.0 4.0 Windows NT Quattro Pro 7.0 FoxPro 2.6 (Pro Server 4.0 (.WB3) version) Office 3.0 Word 2.0 SmartSuite Ami Pro 3.0 WordPerfect WordPerfect 6.1 Excel 4.0 3.0 / 3.1 Organizer 2.1 Suite / Office Quattro Pro 6.0 (3.1 version) Professional / (.WB2) Windows 3.1x Client Software Other Works 3.0 (word Other 1-2-3 WK1 Other WordPerfect 5.1 Applications processor) Applications 1-2-3 WK3 Applications WordPerfect 5.2 Works 4.0 (word 1-2-3 WK4 WordPerfect processor) 6.0a FoxPro 2.0, 2.5, 2.6 Quattro Pro 5.0 (.WB1) Text Rich Text Format(RTF) Database Borland Int. dBASE III, IV, 5.0 Text for Windows Comma Separated Values MS Text for MS DOS DOS Pictures Series 5 Sketch to/from Windows Sound Series 5 Record (uncompressed) BMP to/from Windows WAV Synchronizes with Psion Series 5 Agenda, and Data (for contacts) Two way exchange Word If you have Lotus SmartSuite 97 you can open and save previous Sheet versions of SmartSuite applications' files, which are Psion compatible.
    [Show full text]
  • Nucleic Acids Research
    Nucleic Acids Research Executive editors R.T.Walker, Birmingham, UK B.E.Griffin, London, UK P.Pearson, Baltimore, MD, USA R.J.Roberts, Cold Spring Harbor, R.B.Hallick, Tucson, AZ, USA J.M.Rosen, Houston, TX, USA NY, USA J.E.Hearst, Berkeley, CA, USA I.C .Eperon, Leicester, UK N.C.Martin, Louisville, KY, USA M.J.Gait, Cambridge, UK W.R.McClure, Pittsburgh, PA, USA Editorial board M.Beato, Marburg, FRG W.T.Garrard, Dallas, 7X, USA S.E.V.Phillips, Leeds, UK A.J.Berk, Los Angeles, CA, USA F.Giannelli, London, UK R.H.Reeder, Seattle, WA, USA A.P.Bird, Edinburgh, UK P.J.Hagerman, Denver, CO, USA C.W.Schmid, Davis, CA, USA J.L.Bos, Utrecht, The Netherlands C.Helene, Paris, France Y.Shimura, Kyoto, Japan H.Buc, Paris, France A.J.Jeffreys, Leicester, UK R.Simpson, Bethesda, MD, USA K.Calame, New York, NY, USA C.J.Leaver, Oxford, UK D.Soll, New Haven, CT, USA N.Chua, New York, NY, USA H.Lehrach, London, UK B. Sollner-Webb, Baltimore, MD, USA D.A.Clayton, Stanford, CA, USA D.M.J.Lilley, Dundee, UK S.Spadari, Pavia, Italy A.Das, Farmington, CT, USA T.Lindahl, London, UK R.H.Symons, Adelaide, Australia M.L. DePamphilis, Nutley, NJ, USA S.M.Linn, Berkeley, CA, USA H.F.Tabak, Amsterdam, The M.P.Deutscher, Farmington, CT, USA J.T.Lis, Ithaca, NY, USA Netherlands J.E.Donelson, Iowa City, IA, USA R.McMacken, Baltimore, MD, USA S.Tilghman, Princeton, NJ, USA F.Eckstein, Gottingen, FRG D.A.Melton, Cambridge, MA, USA I.Tinoco, Jr, Berkeley, CA, USA J.D.Engel, Evanston, IL, USA J.R.Nevins, Durham, NC, USA Y.Wang, Shanghai, China P.T.Englund, Baltimore, MD,
    [Show full text]