Celestino Amoroso camoroso
  • Joined on 2021-04-24
camoroso pushed to main at go-pkg/expr 2026-06-06 06:51:32 +02:00
d8dc2939b4 Expr.adoc: typos
camoroso opened issue go-pkg/expr#2 2026-06-04 06:00:16 +02:00
Conversione da Linked List a List
camoroso pushed to main at go-pkg/expr 2026-06-03 09:14:24 +02:00
6e868b568d Expr.adoc: $$() corrected a wrong sentences
camoroso pushed to main at go-pkg/expr 2026-06-03 09:11:57 +02:00
73e4ad7b87 Expr.adoc/groupby: group keys are strings
camoroso pushed to main at go-pkg/expr 2026-06-03 09:08:45 +02:00
b86ce6fe62 Expr.adoc: replaced dev-expr with ecli
camoroso created branch all-in-one in go-pkg/expr 2026-06-03 09:00:14 +02:00
camoroso pushed to all-in-one at go-pkg/expr 2026-06-03 09:00:14 +02:00
6a6c897268 first ecli commit
9eb3e2d072 Merge branch 'main' into all-in-one
b86ce6fe62 Expr.adoc: replaced dev-expr with ecli
Compare 3 commits »
camoroso pushed to main at go-pkg/expr 2026-06-03 06:08:53 +02:00
38316cec0b Expr.adoc: typo on $# var
camoroso pushed to main at go-pkg/expr 2026-06-02 11:35:52 +02:00
ee7f488ebb Expr.adoc: automatic variables in the interator infix operators"
camoroso pushed to main at go-pkg/expr 2026-06-02 11:02:17 +02:00
02ea20cdb5 Expr.adoc: $$() for iterator and better explanation of infix iterator operator
camoroso pushed to main at go-pkg/expr 2026-06-02 02:36:15 +02:00
20cffbddfa Expr.doc: new Linked list type and review of iterators' operators
camoroso pushed to main at howto/linux 2026-06-01 06:23:06 +02:00
4a259a70e9 Merge branch 'main' of ssh://git.portale-stac.it:3022/howto/linux
9ed8504804 vncserver.adoc: added TigerVNC logo
Compare 2 commits »
camoroso pushed to main at go-pkg/expr 2026-05-22 06:47:38 +02:00
4b2b573420 Linked-list: added support for operators '<<' and '>>'. Also fixed list insertion: ['x'] >> [1,2] must return [1,2,['x'], not [1,2,'x']; use $([]) to flat a list
camoroso pushed to main at go-pkg/expr 2026-05-21 03:55:09 +02:00
ac5c97bfd3 t_helpers_test.go: enhanced tests for the helpers module
e1c24daac4 rationalized context convertion to dict and string types
a62f27b104 increased test coverage (83.9%)
1055569dd6 Dict literal now accepts expressions as keys. Key values are computed at evalutetion time and still must be integer or string
1aea1c14d2 LinkedList: added support for index and range extraction
Compare 17 commits »
camoroso pushed to main at howto/linux 2026-05-20 06:05:47 +02:00
8265dee91b Update Desktop/xdg-open-mime.adoc
camoroso pushed to main at howto/linux 2026-05-20 05:27:19 +02:00
788a3cfe85 Update Desktop/xdg-open-mime.adoc
camoroso pushed to main at howto/linux 2026-05-20 05:26:08 +02:00
5909a08c5f Update Desktop/xdg-open-mime.adoc
camoroso pushed to main at go-pkg/expr 2026-05-16 17:24:08 +02:00
e6844ad1e8 alias operators: '<<' same as '<+', '>>' same as '+>'. Insert and append operation optimized with linked lists
3a4e217891 kern/fraction-type.go: changed some syntax
0f293fdbbc restructured some test files
45faea7620 map, filter and cat return an iterator
e5a61b5638 iter-ops raised above assign; 'cat' operator returns an iterator; $$ operator supports iterators producing a list of items
Compare 6 commits »
camoroso pushed to main at howto/linux 2026-05-14 18:28:20 +02:00
988316d45a Add System/fedora-java-headless-gui.adoc
camoroso pushed to main at howto/linux 2026-05-14 18:09:45 +02:00
fd0497e4e8 Update System/README.adoc