Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_helper_file
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
fact_helper_file
Commits
c9e0723e
Unverified
Commit
c9e0723e
authored
Aug 16, 2021
by
Jörg Stucke
Committed by
GitHub
Aug 16, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16 from Caesurus/master
Updating ihex regex mime detection
parents
179360a5
2f3d5fa4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
custom_mime_encoding
fact_helper_file/mime/custom_mime_encoding
+1
-1
setup.py
setup.py
+1
-1
No files found.
fact_helper_file/mime/custom_mime_encoding
View file @
c9e0723e
# ====================== encoded file types ======================
# ====================== encoded file types ======================
# Intel HEX
# Intel HEX
0 regex \^:[A-F0-9]{8,}$ Intel HEX
0 regex \^:[A-F0-9
a-f
]{8,}$ Intel HEX
!:mime firmware/intel-hex
!:mime firmware/intel-hex
# Motorola S-Record
# Motorola S-Record
...
...
setup.py
View file @
c9e0723e
...
@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)):
...
@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup
(
setup
(
name
=
MODULE_NAME
,
name
=
MODULE_NAME
,
version
=
'0.2.
9
'
,
version
=
'0.2.
10
'
,
description
=
'Helper functions for file type generation'
,
description
=
'Helper functions for file type generation'
,
author
=
'Johannes vom Dorp'
,
author
=
'Johannes vom Dorp'
,
url
=
'https://github.com/fkie-cad/fact_helper_file'
,
url
=
'https://github.com/fkie-cad/fact_helper_file'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment