https://github.com/clashsoft/bmpcode
A C program for encoding and decoding data in BMP images.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.7%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A C program for encoding and decoding data in BMP images.
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created over 7 years ago
· Last pushed over 7 years ago
Metadata Files
Readme
README.md
bmpcode
bmpcode is a small C program that allows storing and retrieving file contents to and from bmp files.
Usage:
Encoding:
bmpcode -e input.txt output.bmp
bmpcode -e input.txt # output to input.txt.bmp
bmpcode -e # encode from stdin to stdout
Decoding:
bmpcode -d input.bmp output.txt
bmpcode -d input.txt.bmp # output to input.txt
bmpcode -d # decode from stdin to stdout
Owner
- Name: Adrian Kunz
- Login: Clashsoft
- Kind: user
- Location: Kassel, Germany
- Company: University of Kassel
- Website: https://www.clashsoft.de/
- Twitter: Clashsoft
- Repositories: 43
- Profile: https://github.com/Clashsoft
Hi there, I'm Adrian and currently a PhD Student of Computer Science.
GitHub Events
Total
Last Year
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Adrian Kunz | c****t@h****m | 17 |
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0