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 pushed to devel at PlexSheep/numf 2024-05-13 16:34:10 +02:00
378e3d7fd2 chore: bump to v0.3.0
PlexSheep commented on pull request PlexSheep/numf#14 2024-05-13 16:33:23 +02:00
v0.3.0

ok

PlexSheep pushed to devel at PlexSheep/numf 2024-05-13 16:32:39 +02:00
706c06ce6f Merge pull request 'read numbers from stdin' (#15) from feat/numbers-from-stdin into devel
585bb41a9d refactor: split at whitespace #1 #15
00c6b35ef3 feat: allow reading numbers from stdin #1
Compare 3 commits »
PlexSheep deleted branch feat/numbers-from-stdin from PlexSheep/numf 2024-05-13 16:32:39 +02:00
PlexSheep merged pull request PlexSheep/numf#15 2024-05-13 16:32:37 +02:00
read numbers from stdin
PlexSheep closed issue PlexSheep/numf#1 2024-05-13 16:32:31 +02:00
Allow reading numbers from stdin
PlexSheep pushed to feat/numbers-from-stdin at PlexSheep/numf 2024-05-13 16:29:27 +02:00
585bb41a9d refactor: split at whitespace #1 #15
PlexSheep pushed to feat/numbers-from-stdin at PlexSheep/numf 2024-05-13 16:29:20 +02:00
b0a4ec1c11 refactor: split at whitespace #1
PlexSheep commented on pull request PlexSheep/numf#15 2024-05-13 16:27:56 +02:00
read numbers from stdin

split here instead of removing newlines

PlexSheep created pull request PlexSheep/numf#15 2024-05-13 16:27:01 +02:00
WIP: read numbers from stdin
PlexSheep pushed to feat/numbers-from-stdin at PlexSheep/numf 2024-05-13 16:26:37 +02:00
00c6b35ef3 feat: allow reading numbers from stdin #1
PlexSheep created branch feat/numbers-from-stdin in PlexSheep/numf 2024-05-13 15:58:19 +02:00
PlexSheep pushed to feat/numbers-from-stdin at PlexSheep/numf 2024-05-13 15:58:19 +02:00
PlexSheep commented on pull request PlexSheep/numf#14 2024-05-13 15:56:35 +02:00
v0.3.0

ok so far, bump to v0.3 and check docs.

PlexSheep pushed to devel at PlexSheep/numf 2024-05-13 15:55:06 +02:00
1f4818ff98 Merge branch 'master' into devel
97608840b9 chore: bump version to v0.2.0
Compare 2 commits »
PlexSheep created pull request PlexSheep/numf#14 2024-05-13 15:54:58 +02:00
WIP: v0.3.0
PlexSheep deleted branch feat/parse-formats from PlexSheep/numf 2024-05-13 15:54:25 +02:00
PlexSheep pushed to devel at PlexSheep/numf 2024-05-13 15:54:25 +02:00
abb8ed4f2e Merge pull request 'add parser for all formats' (#13) from feat/parse-formats into devel
6f50918f27 automatic cargo CI changes
7eb00e0f56 refactor: use libpt for joining the base64 parser vec #5 #13
1bb0ffd6f8 refactor: use libpt to join the fast32 vecs into the integer type #13 #5
2f14d672f4 chore: bump libpt to v0.5.1
Compare 12 commits »
PlexSheep merged pull request PlexSheep/numf#13 2024-05-13 15:54:23 +02:00
add parser for all formats
PlexSheep commented on issue PlexSheep/numf#1 2024-05-13 15:53:55 +02:00
Allow reading numbers from stdin

should become much easier, now that #5 is covered and we have a parser