-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfile-examples.json
More file actions
1 lines (1 loc) · 28.4 KB
/
file-examples.json
File metadata and controls
1 lines (1 loc) · 28.4 KB
1
{"Archive File Format": [{"filetype": "7Z", "description": "7z is a compressed archive file format that supports several different data compression, encryption and pre-processing algorithms. The 7z format initially appeared as implemented by the 7-Zip archiver. The 7-Zip program is publicly available under the terms of the GNU Lesser General Public License. See more at [7z](https://en.wikipedia.org/wiki/7z)", "file_examples": [{"version": "", "name": "WikipediaHomePage.7z", "size": "52.47 KB", "description": "A ```7z``` archive of the Wikipedia.org homepage HTML file", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/7Z/WikipediaHomePage.7z"}]}, {"filetype": "GZ", "description": "gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler as a free software replacement for the compress program used in early Unix systems. See more at [gzip](https://en.wikipedia.org/wiki/Gzip)", "file_examples": [{"version": "", "name": "Wikipedia.html.gz", "size": "56.4 KB", "description": "A gzip archive of the HTML version of the page Wikipedia.org", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/GZ/Wikipedia.html.gz"}]}, {"filetype": "ISO", "description": "An optical disc image (or ISO image, from the ISO 9660 file system used with CD-ROM media) is a disk image that contains everything that would be written to an optical disc, disk sector by disc sector, including the optical disc file system. See more at [ISO](https://en.wikipedia.org/wiki/Optical_disc_image)", "file_examples": [{"version": "", "name": "wikipedia-org-one-page.iso", "size": "216.0 KB", "description": "An iso image of a CD-ROM containing a copy of wikipedi.org HTML page inside one folder", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/ISO/wikipedia-org-one-page.iso"}]}, {"filetype": "TAR", "description": "In computing, tar is a computer software utility for collecting many files into one archive file, often referred to as a tarball, for distribution or backup purposes A tar archive consists of a series of file objects, each file object includes any file data, and is preceded by a 512-byte header record. The file data is written unaltered except that its length is rounded up to a multiple of 512 bytes. See more at [tar](https://en.wikipedia.org/wiki/Tar_(computing))", "file_examples": [{"version": "", "name": "Wikipedia.tar", "size": "168.0 KB", "description": "A tar archive containing two files: the HTML versions of the Wikipedia.org and the page www.isitchristmas.com", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/TAR/Wikipedia.tar"}]}, {"filetype": "WARC", "description": "This format is used especifically for archiving ```web-crawls```, and is a revision of the [Internet Archives ARC File Format](https://www.loc.gov/preservation/digital/formats/fdd/fdd000235.shtml), specifying a method for combining multiple digital resources into an aggregate archive file together with related information.", "file_examples": [{"version": "", "name": "WikipediaOrg-20201212031238412.warc", "size": "421.33 KB", "description": "One page WARC archive of the Wikipedia.org homepage", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/WARC/WikipediaOrg-20201212031238412.warc"}]}, {"filetype": "ZIM", "description": "The ZIM file format is an open file format that stores wiki content for offline usage. Its primary focus is the contents of Wikipedia and other Wikimedia projects. The format allows for the compression of articles, features a full-text search index and native category and image handling similar to MediaWiki, and the entire file is easily indexable and readable using a program like Kiwix \u00e2\u20ac\u201c unlike native Wikipedia XML database dumps. ([source](https://en.wikipedia.org/wiki/ZIM_(file_format))) the Kwix open source project offer a collection of ZIM archive [here](https://download.kiwix.org/zim/)", "file_examples": [{"version": "2020-12", "name": "gutenberg_en_all_2020-12.zim.url", "size": "61GB", "description": "A zim archive containing every book from the english Open Source Collection of the Gutenberg Project (hosted by Kiwix)", "link": "https://download.kiwix.org/zim/gutenberg/gutenberg_en_all_2020-12.zim"}, {"version": "2020-10", "name": "wikipedia_en_100_2020-10.zim.url", "size": "304M", "description": "TOP 100 Articles from Wikipedia EN-US zim file, hosted by Kiwix", "link": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_100_2020-10.zim"}, {"version": "2020-11", "name": "wikipedia_en_all_maxi_2020-11.zim.url", "size": "94GB", "description": "Every page and picture from Wikipedia EN-US hosted by Kiwix", "link": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_maxi_2020-11.zim"}, {"version": "2020-10", "name": "wikipedia_en_all_nopic_2020-10.zim.url", "size": "39GB", "description": "A zim archive containing every page from Wikipedia EN-US without pictures (hosted by Kiwix)", "link": "https://download.kiwix.org/zim/wikipedia/wikipedia_en_all_nopic_2020-10.zim"}]}, {"filetype": "ZIP", "description": "ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed.", "file_examples": [{"version": "ZIP", "name": "WikipediaOrg.zip", "size": "56.52 KB", "description": "A zip archive of the HTML version of the page Wikipedia.org", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/ZIP/WikipediaOrg.zip"}]}], "Programming Languages": [{"filetype": "MAKEFILE | AM", "description": "```Makefile.am``` is a programmer-defined file and is used by ```automake``` to generate the Makefile.in file (the .am stands for automake). ```GNU Automake``` is a tool for automatically generating Makefile.in files compliant with the GNU Coding Standards ([See more](https://www.gnu.org/software/automake/)). This software is part of [Autoconf](https://www.gnu.org/software/autoconf/autoconf.html) wich is an extensible package of M4 macros that produce shell scripts to automatically configure software source code packages. These scripts can adapt the packages to many kinds of UNIX-like systems without manual user intervention. Autoconf creates a configuration script for a package from a template file that lists the operating system features that the package can use, in the form of M4 macro calls.", "file_examples": [{"version": "", "name": "Makefile.am", "size": "196.0 B", "description": "Makefile for HTTrack", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/AM/Makefile.am"}]}, {"filetype": "C", "description": "```C``` is the default extension for the [C Programming Language](https://en.wikipedia.org/wiki/C_(programming_language). These are text files, that later are compiled into machine code by the C compiler.", "file_examples": [{"version": "", "name": "example.c", "size": "7.65 KB", "description": "[HTTrack](https://www.httrack.com/) library example .c file, distributed under the GNU General Public License, Copyright (C) Xavier Roche and other contributors ", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/C/example.c"}]}, {"filetype": "PHP", "description": "", "file_examples": [{"version": "", "name": "PHP-OptionSelect.php", "size": "327.0 B", "description": "A simple PHP file that outputs a option box", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PHP/PHP-OptionSelect.php"}]}], "Video": [{"filetype": "BIK | BINK", "description": "Bink Video is a proprietary file format (extensions .bik and .bk2) for video developed by RAD Game Tools. It has been primarily used for full-motion video sequences in video games, and has been used in games for Windows, Mac OS, Xbox 360, Xbox, GameCube, Wii, PlayStation 3, PlayStation 2, Dreamcast, Nintendo DS, and PSP. See more at [Bink Video](https://en.wikipedia.org/wiki/Bink_Video)", "file_examples": [{"version": "", "name": "Sierra_Logo.bik", "size": "3.91 MB", "description": "The Sierra Trademark presentation from a classic 2000's CD-ROM", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/BIK/Sierra_Logo.bik"}]}, {"filetype": "MP4", "description": "MPEG-4 Part 14 or MP4 is a digital multimedia container format most commonly used to store video and audio, but it can also be used to store other data such as subtitles and still images. See more [here](https://en.wikipedia.org/wiki/MPEG-4_Part_14)", "file_examples": [{"version": "", "name": "Nextcloud intro.mp4", "size": "3.78 MB", "description": "The sample introduction video from the [Nextcloud](https://nextcloud.com/) opensource platform]", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/MP4/Nextcloud intro.mp4"}]}], "3D Modeling": [{"filetype": "BLEND | Blender", "description": "```.blend``` is the dafult file system for [Blender](https://www.blender.org/) and can pack multiple scenes into a single file. The best place to find blender sample files is at [blender.org/download/demo-files/](https://www.blender.org/download/demo-files/) though they are offered in ```.zip``` containers. Below some independent samples are listed.", "file_examples": [{"version": "2.82", "name": "cube.blend", "size": "135.0 B", "description": "A simple 535kb file containing the default blender objet, _the cube_", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/BLEND/cube.blend copy.backup"}, {"version": "2.82", "name": "cube.blend", "size": "544.47 KB", "description": "A simple 535kb file containing the default blender objet, _the cube_", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/BLEND/cube.blend"}]}, {"filetype": "FBX", "description": "```.fbx``` (Filmbox) is a proprietary file format owned by Autodesk since 2006. It is currently one of the main 3D exchange formats as used by many 3D tools[\u00c2\u00b9](https://code.blender.org/2013/08/fbx-binary-file-format-specification/) [\u00c2\u00b2](https://en.wikipedia.org/wiki/FBX). FBX has a text based (ascii) and a binary version. There's no known public documentation avaliable, notes on the innerworkings of the format are provided in the following links:\n- Blender Foundation, FBX Text-Based and Binary File Structure: [Original post](https://code.blender.org/2013/08/fbx-binary-file-format-specification/) | [Archive.org](http://web.archive.org/web/20200927125238/https://code.blender.org/2013/08/fbx-binary-file-format-specification/)", "file_examples": [{"version": "Kaydara FBX Binary", "name": "cube.fbx", "size": "25.7 KB", "description": "A simple 3D cube exported as FBX by Blender 2.82", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/FBX/cube.fbx"}]}, {"filetype": "X3D", "description": "X3D is a royalty-free ISO/IEC standard for declaratively representing 3D computer graphics. File format support includes XML, ClassicVRML, Compressed Binary Encoding (CBE) and a draft JSON encoding. See more at [x3d](https://en.wikipedia.org/wiki/X3D)", "file_examples": [{"version": "", "name": "cube.x3d", "size": "3.59 KB", "description": "A simple file containing the default blender objet, _the cube_, exported on Blender 2.92", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/X3D/cube.x3d"}]}], "Documents": [{"filetype": "DOC", "description": "```.doc``` and ```.docx``` are the formats of files created by [Microsoft Word](https://en.wikipedia.org/wiki/Microsoft_Word)\n``` Mime Types: application/doc application/ms-doc application/msword ``` ", "file_examples": [{"version": "", "name": "DOC_LoremIpsum_OnePage.docx", "size": "8.81 KB", "description": " One Page Document of [Lorem Ipsum](https://en.wikipedia.org/wiki/Lorem_ipsum)", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/DOC/DOC_LoremIpsum_OnePage.docx"}]}, {"filetype": "GEDCOM", "description": " A plain text file containing genealogical information about individuals, and metadata linking these records together. This data model is based on the nuclear family and the individual. This contrasts with evidence-based models, where data is structured to reflect the supporting evidence. In the GEDCOM lineage-linked data model, all data is structured to reflect the believed reality, that is, actual (or hypothesized) nuclear families and individuals. [Source](https://en.wikipedia.org/wiki/GEDCOM)", "file_examples": [{"version": "5.5", "name": "Surname Family Tree.ged", "size": "979.0 B", "description": "A Sample file generated on Ancestry.com containing a simple family structure.", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/GEDCOM/Surname Family Tree.ged"}]}, {"filetype": "HTML", "description": "```.html``` is the extension for Hypertext Markup Language files, wich are the standard markup language for documents designed to be displayed in a web browser. Every web page on the web build based on html", "file_examples": [{"version": "", "name": "HTMLLoremIpsumOnePage.html", "size": "10.72 KB", "description": "A simple HTML page listing some Lorem Ipsum paragraphs", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/HTML/HTMLLoremIpsumOnePage.html"}, {"version": "", "name": "HTMLLoremIpsumOnePage.min.html", "size": "6.83 KB", "description": "A slimmed version of the sample Lorem Ipsum HTML page.", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/HTML/HTMLLoremIpsumOnePage.min.html"}]}, {"filetype": "PDF", "description": "The Portable Document Format (PDF) is a file format [developed](https://en.wikipedia.org/wiki/PDF) to present documents independent of hardware, software and operating system. This format is widely used and has several versions (as of Oct. 2020, 7 revisions in total). See the [ISO 32000-1:2008](https://www.iso.org/standard/51502.html) for PDF especification.", "file_examples": [{"version": "1.5", "name": "Declara\u00e7\u00e3o_Universal_Direitos_Humanos.pdf", "size": "48.89 KB", "description": "Human Rights Declaration PT-BR version", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PDF/Declara\u00e7\u00e3o_Universal_Direitos_Humanos.pdf"}, {"version": "1.5", "name": "PDF_HelloWorld_OneLine_1.5.pdf", "size": "10.39 KB", "description": "One line PDF", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PDF/PDF_HelloWorld_OneLine_1.5.pdf"}, {"version": "1.5", "name": "PDF_LoremIpsum_OnePage_1.5.pdf", "size": "36.64 KB", "description": "One Page [Lorem Ipsum](https://en.wikipedia.org/wiki/Lorem_ipsum) formated article", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PDF/PDF_LoremIpsum_OnePage_1.5.pdf"}, {"version": "1.4", "name": "PDF_LoremIpsum_TwoPages_1.4.pdf", "size": "44.55 KB", "description": " Two page [Lorem Ipsum](https://en.wikipedia.org/wiki/Lorem_ipsum) document", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PDF/PDF_LoremIpsum_TwoPages_1.4.pdf"}, {"version": "1.5", "name": "PDF_LoremIpsum_TwoPages_1.5.pdf", "size": "41.93 KB", "description": "Two page [Lorem Ipsum](https://en.wikipedia.org/wiki/Lorem_ipsum) document", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PDF/PDF_LoremIpsum_TwoPages_1.5.pdf"}]}, {"filetype": "RTF", "description": "The Rich Text Format [RTF](https://en.wikipedia.org/wiki/Rich_Text_Format) is a proprietary document file format with published specification developed by Microsoft Corporation, and is used for word processing.", "file_examples": [{"version": "17", "name": "DavinceResolve17_ReadMe.rtf", "size": "21.51 KB", "description": "DaVinci Resolve 17 Readme File", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/RTF/DavinceResolve17_ReadMe.rtf"}]}, {"filetype": "TXT", "description": "A _text-file_ is one of the most simple file structures, is structured as a sequence of lines ", "file_examples": [{"version": "", "name": "TXT_DigitsofPi.txt", "size": "58.25 KB", "description": "59641 Digitis of Pi", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/TXT/TXT_DigitsofPi.txt"}, {"version": "Latin", "name": "TXT_LoremIpsum.txt", "size": "3.25 KB", "description": " 3330 characters of Lorem Ipsum", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/TXT/TXT_LoremIpsum.txt"}, {"version": "EN-US", "name": "TXT_wordlist_ENUS_10000.txt", "size": "74.1 KB", "description": "A Thousand Words List EN-US by [Eric Price](https://www.cs.utexas.edu/~ecprice/). Original source avaliable [here](http://www.mit.edu/~ecprice/wordlist.10000)", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/TXT/TXT_wordlist_ENUS_10000.txt"}]}], "": [{"filetype": "DRP", "description": "DRP stands for DaVinci Resolve Project and is the default project file when exporting projects from the software s database", "file_examples": [{"version": "17.1", "name": "Sample_Color_Bar_HLG.drp", "size": "27.2 KB", "description": "A Sample project file containing few seconds of Color Bar HLG", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/DRP/Sample_Color_Bar_HLG.drp"}]}], "Ebook": [{"filetype": "EPUB", "description": "```.epub``` is a container for digital publications. Widely used for e-book distribution.", "file_examples": [{"version": "", "name": "EPUB_LoremIpsum_OnePage.epub", "size": "3.75 KB", "description": "One page e-book document of the [Lorem Ipsum](https://en.wikipedia.org/wiki/Lorem_ipsum)", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/EPUB/EPUB_LoremIpsum_OnePage.epub"}]}, {"filetype": "MOBI", "description": "```.mobi``` is a container for digital publications on the [Kindle](https://en.wikipedia.org/wiki/Amazon_Kindle) electronicreader ecosystem", "file_examples": [{"version": "", "name": "Dracula by Bram Stoker(NoImages).url", "size": "Unavailable", "description": "Ebook Dracula by Bram Stoker hosted on Project Gutenberg, this version contains no images", "link": "http://www.gutenberg.org/ebooks/345.kindle.noimages"}, {"version": "", "name": "Dracula by Bram Stoker(WithImages) copy.url", "size": "Unavailable", "description": "Ebook Dracula by Bram Stoker hosted on Project Gutenberg", "link": "http://www.gutenberg.org/ebooks/345.kindle.images"}]}], "Configuration Files": [{"filetype": "INF", "description": "```.inf``` or Setup Information file is a plain-text file used by Microsoft Windows for the installation of software and drivers.", "file_examples": [{"version": "", "name": "autorun.inf", "size": "41.0 B", "description": "```autorun.inf``` is a common file found in CD-ROMs for describing the procedures to auto launch the CD contents ", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INF/autorun.inf"}]}, {"filetype": "INI", "description": "```.ini``` files are used by applications and the Windows operating system for storing initialization parameters. The information is stored in associative arrays, with a key and a value, as such: ``` [section] name=value ; comment text ```", "file_examples": [{"version": "", "name": "appinfo.ini", "size": "463.0 B", "description": "The application information file for the portable version of CPU-Z, [distributed by PortableApps.com](https://portableapps.com/apps/utilities/cpu-z-portable)", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INI/appinfo.ini"}, {"version": "", "name": "googlepicasa.picasa.ini", "size": "273.0 B", "description": "Google Picasa sample backup configuration file", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INI/googlepicasa.picasa.ini"}, {"version": "", "name": "license.ini", "size": "44.0 B", "description": "PortableApps Installer license.ini", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INI/license.ini"}, {"version": "", "name": "setup.ini", "size": "358.0 B", "description": "A [Install Shield](https://en.wikipedia.org/wiki/InstallShield) setup file from the LS-USBMX 1/2/3 Steering Wheel W/Vibration driver CD-ROM", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INI/setup.ini"}, {"version": "", "name": "windows-desktop.ini", "size": "249.0 B", "description": "A windows ```.ini``` file used by the OS to store information about the arrangement of a Windows folder.", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/INI/windows-desktop.ini"}]}, {"filetype": "MTA", "description": "```.mta``` files are index files created by Samsung Allshare and [Samsung Kies](https://en.wikipedia.org/wiki/Samsung_Kies) to enable navigation of video chapters. The file is XML based and contains thumbnails in base64 format", "file_examples": [{"version": "1.0", "name": "MOV03439.AVI.mta", "size": "17.57 KB", "description": "An ```.mta``` sample built from a ```.avi``` video file by Samsung Kies. Samsung video metadata file generated by SMVideoEngine (Samsung Metadata Video Engine) v1.0, June 2009", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/MTA/MOV03439.AVI.mta"}]}, {"filetype": "PP3 | RawTherapee", "description": "The ```.pp3```file is a text file of associative arrays used to store what edits you made to your photo on the [RawTherapee](https://rawtherapee.com/) photo editor", "file_examples": [{"version": "346", "name": "IMG_8181.CR2.pp3", "size": "12.17 KB", "description": "A Sample file generatd on [RawTherapee](https://rawtherapee.com/) version 5.8", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PP3/IMG_8181.CR2.pp3"}]}, {"filetype": "TORRENT", "description": "A torrent file or meta-info file is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms.[1] A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, folder structure, and sizes obtained via cryptographic hash values for verifying file integrity. The term torrent may refer either to the metadata file or to the files downloaded, depending on the context. [source](https://en.wikipedia.org/wiki/Torrent_file)", "file_examples": [{"version": "", "name": "draculabr00stokuoft_archive.torrent", "size": "30.72 KB", "description": "A Torrent File of the public domain book: Dracula by Stoker, Bram ; Obtained from the University of Toronto - Robarts Library [Archive.org](https://archive.org/details/draculabr00stokuoft/page/n11/mode/2up) website", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/TORRENT/draculabr00stokuoft_archive.torrent"}]}], "Images": [{"filetype": "JPG", "description": "JPG is the extension used in image files compressed using the [JPEG method](https://en.wikipedia.org/wiki/JPEG). The images produced with this method are [_lossy_](https://en.wikipedia.org/wiki/Lossy_compression), there are multiple possible levels of quality, below the list includes some quality options.", "file_examples": [{"version": "", "name": "JPG_Black_100_1920x1080.jpg", "size": "24.01 KB", "description": "Blank JPG Color Black, Quality 100%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_Black_100_1920x1080.jpg"}, {"version": "", "name": "JPG_Black_30_1920x1080.jpg", "size": "12.23 KB", "description": "Blank JPG Color Black, Quality 30%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_Black_30_1920x1080.jpg"}, {"version": "", "name": "JPG_Black_70_1920x1080.jpg", "size": "12.23 KB", "description": "Blank JPG Color Black, Quality 70%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_Black_70_1920x1080.jpg"}, {"version": "", "name": "JPG_BlankWhite_100_1920x1080.jpg", "size": "24.01 KB", "description": "Blank JPG Color White, Quality 100%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_BlankWhite_100_1920x1080.jpg"}, {"version": "", "name": "JPG_BlankWhite_30_1920x1080.jpg", "size": "12.23 KB", "description": "Blank JPG Color White, Quality 30%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_BlankWhite_30_1920x1080.jpg"}, {"version": "", "name": "JPG_BlankWhite_70_1920x1080.jpg", "size": "12.23 KB", "description": "Blank JPG Color White, Quality 70%, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/JPG/JPG_BlankWhite_70_1920x1080.jpg"}]}, {"filetype": "PNG", "description": "The Portable Network Graphics [PNG](https://en.wikipedia.org/wiki/Portable_Network_Graphics) is a raster-graphics file format that supports lossless data compression. ", "file_examples": [{"version": "", "name": "PNG_Black_1920x1080.png", "size": "381.0 B", "description": "Blank PNG Color Black, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PNG/PNG_Black_1920x1080.png"}, {"version": "", "name": "PNG_Blank_White_1920x1080.png", "size": "381.0 B", "description": "Blank PNG Color White, Size: 1920x1080", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/PNG/PNG_Blank_White_1920x1080.png"}]}], "Shortcut": [{"filetype": "URL", "description": "A URL file is a shortcut file referenced by web browsers. It contains a web URL and may also store a reference to the favicon.ico icon file, which is displayed as the icon for the shortcut file. Creting an ```.url``` file on Windows is quite simple, simply drag the URL address from your browser window onto your desktop. ( On a Mac, that action will create a ```webloc```file).", "file_examples": [{"version": "", "name": "google.url", "size": "55.0 B", "description": "A sample shortcut file poiting to www.google.com", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/URL/google.url"}]}], "WINDOWS": [{"filetype": "VersionInfo", "description": "```VersionInfo``` is a text file used by windows 32bit applications that contains version information. This information is language and code page independent. And mostly describes the product, author, release, copyright, iternal names, among many others attributes. The specification is avaliable [here](https://docs.microsoft.com/pt-br/windows/win32/api/verrsrc/ns-verrsrc-vs_fixedfileinfo?redirectedfrom=MSDN)", "file_examples": [{"version": "", "name": "VERSIONINFO_PYTHOUSBWEBSERVER", "size": "1.41 KB", "description": "[PythonUSBWebServer](https://github.com/thethales/PythonUSBWebServer) versioninfo file", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/VERSIONINFO/VERSIONINFO_PYTHOUSBWEBSERVER"}, {"version": "", "name": "VERSIONINFO_SVN", "size": "1.39 KB", "description": "[Apache Software Foundation SVN](https://subversion.apache.org/) version info file", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/VERSIONINFO/VERSIONINFO_SVN"}]}], "XML": [{"filetype": "XMP | Darktable", "description": "```.xmp``` the so-called _sidecars files_, are ```.xml``` files used by [DarkTable](https://www.darktable.org/) a non-destructive image editor, to store information about the images as well as the full editing history without touching the original raw files. For a given source image, multiple editing versions, called duplicates, can co-exist, sharing the same input (raw) data but each having their own metadata, tags and history stack. Each duplicate is represented by a separate XMP sidecar file with a filename constructed in the form _<basename>_nn.<extension>.xmp_, where nn represents the (minimum two-digit) version number of that edit. Information for the initial edit \u00e2\u20ac\u201c the _duplicate_ with version number zero \u00e2\u20ac\u201c is stored in the sidecar file _<basename>.<extension>.xmp_.", "file_examples": [{"version": "", "name": "IMG_8366.CR2.xmp", "size": "975.0 B", "description": "A Blank ```.xmp``` from a ```.cr2``` raw file containing Adobe Color Presets", "link": "https://raw.githubusercontent.com/thethales/File-Examples/main//file-examples/XMP/IMG_8366.CR2.xmp"}]}]}