Christoph J. Scherr PlexSheep
  • Deutschland
  • https://www.cscherr.de
  • I study cybersecurity focused computer science at DHBW Mannheim, while working at NewTec.

  • Joined on 2023-04-16
PlexSheep created pull request PlexSheep/numf#7 2024-05-12 02:00:03 +02:00
feat/other-formats
PlexSheep commented on issue PlexSheep/numf#4 2024-05-12 01:58:11 +02:00
add additional formats

Finding the right prefix for base64 and base32 isn't so easy actually. 0s seems somewhat common for base54 but base32 is too niche, so I invented 032s.

PlexSheep closed issue PlexSheep/numf#4 2024-05-12 01:58:11 +02:00
add additional formats
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 01:56:17 +02:00
cb0c56107a feat: add base32 and use fast32 as dep #4
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 01:55:59 +02:00
6f917e1d90 feat: add base32 and use fast32 as dep
PlexSheep created branch feat/other-formats in PlexSheep/numf 2024-05-12 01:49:16 +02:00
PlexSheep pushed to feat/other-formats at PlexSheep/numf 2024-05-12 01:49:16 +02:00
00304ddff0 feat: add base64 format #4
PlexSheep closed issue PlexSheep/numf#2 2024-05-12 01:06:08 +02:00
usage is not printed when invoked without any args or stdin
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 01:06:04 +02:00
5a780f83e8 fix: print usage when no arguments are passed #2
Compare 2 commits »
PlexSheep pushed to master at PlexSheep/numf 2024-05-12 01:02:58 +02:00
3fd52c19dd refactor: move Format enum to a new module
PlexSheep pushed to master at PlexSheep/numf 2024-05-10 19:58:05 +02:00
8f49160f4f docs: add usage example
PlexSheep opened issue PlexSheep/numf#6 2024-05-10 19:46:02 +02:00
create mirrors
PlexSheep opened issue PlexSheep/numf#5 2024-05-10 19:43:51 +02:00
allow input with formats other than hex and decimal
PlexSheep opened issue PlexSheep/numf#4 2024-05-10 19:42:40 +02:00
add additional formats
PlexSheep pushed to master at PlexSheep/numf 2024-05-10 19:30:24 +02:00
380968a5d7 docs: Add supported formats to the readme
PlexSheep closed issue PlexSheep/numf#3 2024-05-10 19:26:43 +02:00
Use a larger integer type
PlexSheep pushed to master at PlexSheep/numf 2024-05-10 19:26:39 +02:00
d9c921ef9c refactor: use a larger integer type #3
df621fdb6d fix: fix cli interface to not need a format flag
6c66c285a0 feat: first working version
Compare 3 commits »
PlexSheep opened issue PlexSheep/numf#3 2024-05-10 19:21:33 +02:00
Use a larger integer type
PlexSheep opened issue PlexSheep/numf#2 2024-05-10 19:09:53 +02:00
usage is not printed when invoked without any args or stdin
PlexSheep opened issue PlexSheep/numf#1 2024-05-10 19:08:53 +02:00
Allow reading numbers from stdin