-
Updated
Jun 27, 2020 - JavaScript
magic-numbers
Here are 36 public repositories matching this topic...
-
Updated
Apr 24, 2020 - Swift
-
Updated
Nov 16, 2019 - JavaScript
Especially if this tools becomes bigger and gets more features, it would benefit from having a complete documentation.
This documentation should not live in the README.md, as it would bloat it over time.
Such a documentation could live in an informational website (#17), on an external host such as Read the Docs or simply as a collection of linked Markdo
Currently there are several matching functions not implemented, ex: doc, xls, flac, [wav](https://github.com/gabriel-vasile/mimetype/blob/master/matcher
The mime type for Microsoft word looks wrong:
fleep\data.json: line 70
{"type": "document", "extension": "doc", "mime": "application/vnd.ms-excel", "offset": 0, "signature": ["D0 CF 11 E0 A1 B1 1A E1", "50 4B 03 04 14 00 06 00"]},
Should be:
application/msword
Stabilise API
Release 1.0.7 broke the specialised matchers that are still documented here https://h2non.github.io/filetype.py/v1.0.0/match.m.html
One could make the argument that these functions are internal API since they're not officially documented in the examples, so it's ok to break them without even a minor version bump.
However, given the usefulness of these functions (e.g. for scenarios in which o
-
Updated
Dec 13, 2018 - Go
-
Updated
May 23, 2020 - Haxe
-
Updated
Jun 10, 2019 - C#
-
Updated
Jan 23, 2019 - Go
-
Updated
Dec 17, 2018 - JavaScript
-
Updated
Jun 8, 2017 - Shell
Documentation
Help in writing better documentation/use of existing wrapper functions in filecheck.v
Add more file types
-
Updated
Nov 13, 2017 - JavaScript
-
Updated
Jun 18, 2017 - C#
-
Updated
May 31, 2018 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Jun 1, 2020 - Java
-
Updated
Dec 4, 2019 - PowerShell
-
Updated
Mar 4, 2020 - Go
-
Updated
Mar 8, 2019 - C
Improve this page
Add a description, image, and links to the magic-numbers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the magic-numbers topic, visit your repo's landing page and select "manage topics."
I am trying to detect the MIME type of a .doc file, and the result I get is of type
File type: xls. MIME: application/vnd.ms-excel
or
ile type: ppt. MIME: application/vnd.ms-powerpoint