Marco Cetica marco
  • Italy
  • InfoSec, System Administration, etc.

  • Joined on 2025-11-20
marco pushed to master at marco/datum 2026-03-16 09:55:29 +01:00
78b5ff5955 Merge pull request 'string_impl' (#2) from string_impl into master
de22c706af Added String benchmark function
f8a77a6056 Added String type documentation
6110fc963c Fixed a bug and added unit tests for String type
1871035cd6 Added string_{trim,split,destroy,split_destroy}
Compare 9 commits »
marco merged pull request marco/datum#2 2026-03-16 09:55:28 +01:00
string_impl
marco created pull request marco/datum#2 2026-03-16 09:55:19 +01:00
string_impl
marco pushed to string_impl at marco/datum 2026-03-16 09:53:12 +01:00
de22c706af Added String benchmark function
marco pushed to string_impl at marco/datum 2026-03-16 09:42:21 +01:00
f8a77a6056 Added String type documentation
marco pushed to string_impl at marco/datum 2026-03-16 09:39:06 +01:00
11670db24d Added String type documentation
marco pushed to string_impl at marco/datum 2026-03-13 18:27:05 +01:00
6110fc963c Fixed a bug and added unit tests for String type
marco pushed to string_impl at marco/datum 2026-03-13 17:37:27 +01:00
1871035cd6 Added string_{trim,split,destroy,split_destroy}
marco pushed to string_impl at marco/datum 2026-03-13 17:16:49 +01:00
b4a704f1b4 Added `string_{get_at,set_at,to_lower,to_upper,reverse}
marco pushed to string_impl at marco/datum 2026-03-13 11:48:45 +01:00
086446039b Fixed a bug about string comparison
marco pushed to string_impl at marco/datum 2026-03-13 11:40:38 +01:00
55b14ee949 Added string_{new,clone,concat,contains,slice,eq}
marco pushed to string_impl at marco/datum 2026-03-13 10:43:50 +01:00
110ccae8b9 Added UTF-8 helper functions
marco created branch string_impl in marco/datum 2026-03-13 10:43:50 +01:00
marco pushed to master at marco/backup.py 2026-03-02 16:17:26 +01:00
ebb4547dff Fixed bug related to progress bar
marco pushed to master at marco/datum 2026-02-26 09:56:52 +01:00
c7f6ed82c9 Merge pull request 'fast_div_proto' (#1) from fast_div_proto into master
40d343c02b Updated documentation
eb670e26a5 Improved bigint_printf method
a02f2dff40 Added Knuth's "Algorithm D" from TAOCP "Seminumerical algorithms"
Compare 4 commits »
marco merged pull request marco/datum#1 2026-02-26 09:56:51 +01:00
fast_div_proto
marco created pull request marco/datum#1 2026-02-26 09:55:41 +01:00
fast_div_proto
marco pushed to fast_div_proto at marco/datum 2026-02-26 09:46:57 +01:00
40d343c02b Updated documentation
marco pushed to fast_div_proto at marco/datum 2026-02-26 09:37:13 +01:00
eb670e26a5 Improved bigint_printf method
marco pushed to fast_div_proto at marco/datum 2026-02-25 17:16:16 +01:00
a02f2dff40 Added Knuth's "Algorithm D" from TAOCP "Seminumerical algorithms"