<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sam.alloing</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Sam.alloing"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Sam.alloing"/>
		<updated>2026-05-07T01:52:46Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SAV</id>
		<title>SAV</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SAV"/>
				<updated>2014-03-08T09:32:06Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|sav}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-spss-sav}}&lt;br /&gt;
|pronom={{PRONOM|fmt/638}}&lt;br /&gt;
}}&lt;br /&gt;
The '''[[SAV]]''' file format is the default file format for the [[SPSS]] statistical program. [http://www.gnu.org/software/pspp/ PSPP] also uses the SAV file format as its default file format. PSPP is an open source alternative to SPSS and is maintained by GNU foundation.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The header of the binary format starts with $FL2 (24 46 4C 32).  After that the product code starts with @(#), after a space (or in hex: 20) the version of SPSS is show. Some exaples of versions are: SPSS DATA FILE MS Windows 17.0.0, IBM SPSS STATISTICS DATA FILE MS Windows 19.0.1 or GNU pspp 0.1.4 - sparc-sun-solaris2.5.2. The version numbers have different forms, but the version number has a fixed length field of 55 bytes (it is filled up with hex value 20 till the 55 bytes is met). The total length is 60 bytes. The next section contains different kinds of information about the file for example number of data elements per case or compression. &lt;br /&gt;
&lt;br /&gt;
The section that start with Y@ (hex: 59 40) is the creation date and time. It is 17 bytes long. If the date and time is not available it is set to 01 Jan 7000:00:00. The date is in dd mmm yy format and the time is in hh:mm:ss format. After this information only a user-defined file label is added and the remaining part is filed with padding.&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/SPSS~Data~Document/sav.html Open file extension sav: SPSS Data Document ]&lt;br /&gt;
* [http://filext.com/file-extension/SAV Notes about the SAV file extension]&lt;br /&gt;
* [http://www.gnu.org/software/pspp/pspp-dev/html_node/System-File-Format.html#System-File-Format System File Format (PSPP)]&lt;br /&gt;
* [http://pspp.benpfaff.org/conversion.html Conversion service for SPSS sav and sys files to plain text (with source)]&lt;br /&gt;
&lt;br /&gt;
[[Category:IBM]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SAV</id>
		<title>SAV</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SAV"/>
				<updated>2014-03-08T09:31:41Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: PRONOM signature added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|sav}}fmt/638&lt;br /&gt;
|mimetypes={{mimetype|application/x-spss-sav}}&lt;br /&gt;
|pronom={{PRONOM|fmt/638}}&lt;br /&gt;
}}&lt;br /&gt;
The '''[[SAV]]''' file format is the default file format for the [[SPSS]] statistical program. [http://www.gnu.org/software/pspp/ PSPP] also uses the SAV file format as its default file format. PSPP is an open source alternative to SPSS and is maintained by GNU foundation.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The header of the binary format starts with $FL2 (24 46 4C 32).  After that the product code starts with @(#), after a space (or in hex: 20) the version of SPSS is show. Some exaples of versions are: SPSS DATA FILE MS Windows 17.0.0, IBM SPSS STATISTICS DATA FILE MS Windows 19.0.1 or GNU pspp 0.1.4 - sparc-sun-solaris2.5.2. The version numbers have different forms, but the version number has a fixed length field of 55 bytes (it is filled up with hex value 20 till the 55 bytes is met). The total length is 60 bytes. The next section contains different kinds of information about the file for example number of data elements per case or compression. &lt;br /&gt;
&lt;br /&gt;
The section that start with Y@ (hex: 59 40) is the creation date and time. It is 17 bytes long. If the date and time is not available it is set to 01 Jan 7000:00:00. The date is in dd mmm yy format and the time is in hh:mm:ss format. After this information only a user-defined file label is added and the remaining part is filed with padding.&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/SPSS~Data~Document/sav.html Open file extension sav: SPSS Data Document ]&lt;br /&gt;
* [http://filext.com/file-extension/SAV Notes about the SAV file extension]&lt;br /&gt;
* [http://www.gnu.org/software/pspp/pspp-dev/html_node/System-File-Format.html#System-File-Format System File Format (PSPP)]&lt;br /&gt;
* [http://pspp.benpfaff.org/conversion.html Conversion service for SPSS sav and sys files to plain text (with source)]&lt;br /&gt;
&lt;br /&gt;
[[Category:IBM]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/M2k</id>
		<title>M2k</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/M2k"/>
				<updated>2013-11-11T10:35:15Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats‏‎&lt;br /&gt;
|extensions={{ext|m2k}}}}&lt;br /&gt;
&lt;br /&gt;
M2k file format is the file format for the qualitative data analysis software from [http://www.maxqda.com/ MAXQDA].&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
There is not much information about the file format, but it is a MS Access compatible format. If you open the file in a hex editor you see &amp;quot;Standard Jet DB&amp;quot;. You can also rename the .m2k file to .mdb then you can open it in MS Access. There is also a [http://www.maxqda.com/products/maxreader/ free reader application] that can export the data in different formats, for example XML.&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://www.maxqda.com/ MAXQDA]&lt;br /&gt;
* [http://www.maxqda.com/faq/are-the-maxqda-project-formats-from-the-various-program-versions-compatible-with-each-other FAQ MAXQDA regarding file formats]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/M2k</id>
		<title>M2k</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/M2k"/>
				<updated>2013-11-11T10:34:43Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Scientific Data formats‏‎ |extensions={{ext|m2k}}}  M2k file format is the file format for the qualitative data analysis softwa...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats‏‎&lt;br /&gt;
|extensions={{ext|m2k}}}&lt;br /&gt;
&lt;br /&gt;
M2k file format is the file format for the qualitative data analysis software from [http://www.maxqda.com/ MAXQDA].&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
There is not much information about the file format, but it is a MS Access compatible format. If you open the file in a hex editor you see &amp;quot;Standard Jet DB&amp;quot;. You can also rename the .m2k file to .mdb then you can open it in MS Access. There is also a [http://www.maxqda.com/products/maxreader/ free reader application] that can export the data in different formats, for example XML.&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://www.maxqda.com/ MAXQDA]&lt;br /&gt;
* [http://www.maxqda.com/faq/are-the-maxqda-project-formats-from-the-various-program-versions-compatible-with-each-other FAQ MAXQDA regarding file formats]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ggb</id>
		<title>Ggb</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ggb"/>
				<updated>2013-11-11T09:12:34Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Education&lt;br /&gt;
|extensions={{ext|ggb}}&lt;br /&gt;
|mimetypes=&lt;br /&gt;
{{mimetype|application/vnd.geogebra.file}}&lt;br /&gt;
{{mimetype|application-x/geogebra-file}} &amp;lt;ref&amp;gt;application/vnd.geogebra.file is the official mime type http://www.geogebra.org/en/wiki/index.php/Mime_info_file&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
GeoGebra Worksheet file format is the default file format for the [http://www.geogebra.org GeoGebra] educational software. It is an open source application for teaching and learning mathematics and science. It is used to visualize mathematics in the class room.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The GGB file format is a [[ZIP]] container with an [[XML]] file (called geogebra.xml) and a [[PNG]] for preview (geogebra_thumbnail.png). The container can also include a script file and other images used in the worksheet. The script file can be [[JavaScript]] (geogebra.js) or GGBScript&amp;lt;ref&amp;gt;http://wiki.geogebra.org/en/Scripting&amp;lt;/ref&amp;gt;. When the ZIP container is opened in an text/Hex editor you will see the geogebra.xml and geogebra_thumbnail.png in plain text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:XML File format overview]&lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:File_Format#.ggb_-_GeoGebra_Worksheet GeoGebra Worksheet]&lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/GeoGebra~File/ggb.html Mime type]&lt;br /&gt;
* [http://geogebra.org/ggb.xsd GGB XSD schema]&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:Education]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ggb</id>
		<title>Ggb</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ggb"/>
				<updated>2013-11-11T09:12:21Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Education&lt;br /&gt;
|extensions={{ext|ggb}}&lt;br /&gt;
|mimetypes=&lt;br /&gt;
{{mimetype|application/vnd.geogebra.file}}&lt;br /&gt;
{{mimetype|application-x/geogebra-file}} &amp;lt;ref&amp;gt;application/vnd.geogebra.file is the official mime type http://www.geogebra.org/en/wiki/index.php/Mime_info_file&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
GeoGebra Worksheet file format is the default file format for the [http://www.geogebra.org GeoGebra] educational software. It is an open source application for teaching and learning mathematics and science. It is used to visualize mathematics in the class room.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The GGB file format is a [[ZIP]] container with an [[XML]] file (called geogebra.xml) and a [[PNG]] for preview (geogebra_thumbnail.png). The container can also include a script file and other images used in the worksheet. The script file can be [[JavaScript]] (geogebra.js) or GGBScript&amp;lt;ref&amp;gt;http://wiki.geogebra.org/en/Scripting&amp;lt;/ref&amp;gt;. When the ZIP container is opened in an text/Hex editor you will see the geogebra.xml and geogebra_thumbnail.png in plain text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:XML File format overview]&lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:File_Format#.ggb_-_GeoGebra_Worksheet GeoGebra Worksheet]&lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/GeoGebra~File/ggb.html Mime type]&lt;br /&gt;
* [http://geogebra.org/ggb.xsd GGB XSD schema]&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:Education]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ggb</id>
		<title>Ggb</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ggb"/>
				<updated>2013-11-08T14:57:00Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Education&lt;br /&gt;
|extensions={{ext|ggb}}&lt;br /&gt;
|mimetypes=&lt;br /&gt;
{{mimetype|application/vnd.geogebra.file}}&lt;br /&gt;
{{mimetype|application-x/geogebra-file}} &amp;lt;ref&amp;gt;application/vnd.geogebra.file is the official mime type http://www.geogebra.org/en/wiki/index.php/Mime_info_file&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
GeoGebra Worksheet file format is the default file format for the [http://www.geogebra.org GeoGebra] educational software. It is an open source application for teaching and learning mathematics and science. It is used to visualize mathematics in the class room.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The GGB file format is a [[ZIP]] container with an [[XML]] file (called geogebra.xml) and a [[PNG]] for preview (geogebra_thumbnail.png). The container can also include a script file and other images used in the worksheet. The script file can be [[JavaScript]] (geogebra.js) or GGBScript&amp;lt;ref&amp;gt;http://wiki.geogebra.org/en/Scripting&amp;lt;/ref&amp;gt;. When the ZIP container is opened in an text/Hex editor you will see the geogebra.xml and geogebra_thumbnail.png in plain text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:XML File format overview]&lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:File_Format#.ggb_-_GeoGebra_Worksheet GeoGebra Worksheet]&lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/GeoGebra~File/ggb.html Mime type]&lt;br /&gt;
* [http://geogebra.org/ggb.xsd GGB XSD schema]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:Education]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Ggb</id>
		<title>Ggb</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Ggb"/>
				<updated>2013-11-08T14:56:23Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Education |extensions={{ext|ggb}} |mimetypes= {{mimetype|application/vnd.geogebra.file}} {{mimetype|application-x/geogebra-file}} &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Education&lt;br /&gt;
|extensions={{ext|ggb}}&lt;br /&gt;
|mimetypes=&lt;br /&gt;
{{mimetype|application/vnd.geogebra.file}}&lt;br /&gt;
{{mimetype|application-x/geogebra-file}} &amp;lt;ref&amp;gt;application/vnd.geogebra.file is the official mime type http://www.geogebra.org/en/wiki/index.php/Mime_info_file&amp;lt;/ref&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
GeoGebra Worksheet file format is the default file format for the [http://www.geogebra.org GeoGebra] educational software. It is an open source application for teaching and learning mathematics and science. It is used to visualize mathematics in the class room.&lt;br /&gt;
&lt;br /&gt;
{{mimetype|application/xml}}&amp;lt;br&amp;gt;&lt;br /&gt;
{{mimetype|text/xml}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The GGB file format is a [[ZIP]] container with an [[XML]] file (called geogebra.xml) and a [[PNG]] for preview (geogebra_thumbnail.png). The container can also include a script file and other images used in the worksheet. The script file can be [[JavaScript]] (geogebra.js) or GGBScript&amp;lt;ref&amp;gt;http://wiki.geogebra.org/en/Scripting&amp;lt;/ref&amp;gt;. When the ZIP container is opened in an text/Hex editor you will see the geogebra.xml and geogebra_thumbnail.png in plain text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:XML File format overview]&lt;br /&gt;
* [http://wiki.geogebra.org/en/Reference:File_Format#.ggb_-_GeoGebra_Worksheet GeoGebra Worksheet]&lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/GeoGebra~File/ggb.html Mime type]&lt;br /&gt;
* [http://geogebra.org/ggb.xsd GGB XSD schema]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:XML based file formats]]&lt;br /&gt;
[[Category:ZIP based file formats]]&lt;br /&gt;
[[Category:Education]]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/SAV</id>
		<title>SAV</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/SAV"/>
				<updated>2013-11-08T13:21:53Z</updated>
		
		<summary type="html">&lt;p&gt;Sam.alloing: Created page with &amp;quot;{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|sav}} |mimetypes={{mimetype|application/x-spss-sav}} }} The SAV file format is the defaul...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Scientific Data formats&lt;br /&gt;
|extensions={{ext|sav}}&lt;br /&gt;
|mimetypes={{mimetype|application/x-spss-sav}}&lt;br /&gt;
}}&lt;br /&gt;
The SAV file format is the default file format for [http://www.ibm.com/software/analytics/spss/ SPSS] statistical program. [http://www.gnu.org/software/pspp/ PSPP] also uses the SAV file format as its default file format. PSPP is an open source alternative to SPSS and is maintained by GNU foundation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
The header of the binary format starts with $FL2 (24 46 4C 32).  After that the product code starts with @(#), after a space (or in hex: 20) the version of SPSS is show. Some exaples of versions are: SPSS DATA FILE MS Windows 17.0.0, IBM SPSS STATISTICS DATA FILE MS Windows 19.0.1 or GNU pspp 0.1.4 - sparc-sun-solaris2.5.2. The version numbers have different forms, but the version number has a fixed length field of 55 bytes (it is filled up with hex value 20 till the 55 bytes is met). The total length is 60 bytes. The next section contains different kinds of information about the file for example number of data elements per case or compression. &lt;br /&gt;
&lt;br /&gt;
The section that start with Y@ (hex: 59 40) is the creation date and time. It is 17 bytes long. If the date and time is not available it is set to 01 Jan 7000:00:00. The date is in dd mmm yy format and the time is in hh:mm:ss format. After this information only a user-defined file label is added and the remaining part is filed with padding.&lt;br /&gt;
&lt;br /&gt;
== References == &lt;br /&gt;
* [https://www.pcpitstop.com/fileextension/extension/SPSS~Data~Document/sav.html Open file extension sav: SPSS Data Document ]&lt;br /&gt;
* [http://filext.com/file-extension/SAV Notes about the SAV file extension]&lt;br /&gt;
* [http://www.gnu.org/software/pspp/pspp-dev/html_node/System-File-Format.html#System-File-Format System File Format (PSPP)]&lt;br /&gt;
* [http://pspp.benpfaff.org/conversion.html Conversion service for SPSS sav and sys files to plain text (with source)]&lt;/div&gt;</summary>
		<author><name>Sam.alloing</name></author>	</entry>

	</feed>