Apg-DirDirectory of the APG ecosystem
Current version: 0.9.7 Last release: 2023/05/13 Since: 2022/10Lists the published libraries on Github and the published microservices on Deno deploy
Library
Entities for the identification and the description of libraries and microservices.
https://github.com/Pangeli70/apg-dirImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-dir/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Produces this website that presents the list as a browsable directory
https://apg-dir.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
edr,tng,https://apg-cdn.deno.dev,
Markdown
Apg-UtsUtility functions for the apg ecosystem
Current version: 0.9.7 Last release: 2023/05/13 Since: 2018/06
Library
Helper entities (usually static methods) used to automate common simple operations on strings, numbers, conversions etc.
https://github.com/Pangeli70/apg-utsImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-uts/master/mod.ts";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-EdrEnhanced Drash Resources
Current version: 0.9.7 Last release: 2023/05/13 Since: 2022/04
Library
Entities that extend the behaviours of basic Drash resources and services
https://github.com/Pangeli70/apg-edrImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-edr/master/mod.ts";The library has the following Apg dependencies:
uts,lgr,rst,
Microservice
Presents some pages to test the available features.The microservice has the following additional Apg dependencies ofr libraries and services:
dir,tng,
Markdown
Apg-CdnSimple content delivery network
Current version: 0.9.7 Last release: 2023/05/13 Since: 2022/10
Library
Exposes a service with a simple cache management to address and share common assets like style sheets, javascript, icons, images etc.
https://github.com/Pangeli70/apg-cdnImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-cdn/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Produces a website to browse the available shared assets to be used in other sites.
https://apg-cdn.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
dir,edr,tng,
Markdown
Apg-TngA template engine for SSR HTML
Current version: 0.9.6 Last release: 2023/02/.. Since: 2022/10Produces dynamic Server Side Rendered documents
Library
Exposes a configurable service with sophisticated caching strategies, that can use templates both from local and remote storages
https://github.com/Pangeli70/apg-tngImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-tng/master/mod.ts";The library has the following Apg dependencies:
Microservice
Produces a website for datailed help and usage pages, some diagnostic pages, and an API to deliver reusable and shared templates
https://apg-tng.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-TstBrowser of ApgUtsSpecable tests.
Current version: 0.9.7 Last release: 2023/05/13 Since: 2022/12
Library
Exposes a service that stores in memory the incoming data of the test results and helps to present this data
https://github.com/Pangeli70/apg-tngImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-tst/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Produces a website to browse and analyze the results of the tests
https://apg-tst.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-SvgServer side rendered SVG
Current version: 0.9.6 Last release: 2023/04/.. Since: 2022/12
Library
Exposes entities useful to create and manipulate SVG documents
https://github.com/Pangeli70/apg-svgImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-svg/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Not available
Markdown
Apg-CadHeadless Svg 2D cad engine
Current version: 0.9.6 Last release: 2023/04/.. Since: 2022/12
Library
A series of entities focused on 2D drawings with all the common features of a CAD
https://github.com/Pangeli70/apg-tngImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-cad/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Presents a series of pages of the results of the tests of the SVG engine
https://apg-cad.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-CiiA Cad Instructions Interpreter
Current version: 0.9.6 Last release: 2023/04/.. Since: 2023/01Uses a headless 2D cad engine to produce SVG and DXF drawings.
Library
A series of entities that can...
https://github.com/Pangeli70/apg-ciiImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-cii/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Presents a series of pages of the results of the tests of the instructions interpreter
https://apg-cii.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-LgrLogging and performance operations
Current version: 0.9.6 Last release: 2023/04/.. Since:
Library
A series of entities to manage logging and profiling of code
https://github.com/Pangeli70/apg-lgrImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-lgr/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Presents a series of pages to browse the stored logs, and an API to perform remote storage
https://apg-lgr.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-MngMongo DB connections and operations
Current version: 0.9.7 Last release: 2023/05/27 Since: 2022/10
Library
A series of entities to use MongoDb on a local machine or MongoDB Atlas
https://github.com/Pangeli70/apg-lgrImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-lgr/master/mod.ts";The library has the following Apg dependencies:
uts,rst,
Microservice
Not available
Markdown
Apg-MaaMongo Api A...
Current version: 0.9.7 Last release: 2023/../.. Since: A series of tools to manage Mongo DB web operations.
Library
Import the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
uts,
Microservice
Not available
Markdown
Apg-RstComposite results management
Current version: 0.9.7 Last release: 2023/05/13 Since: 2018/06
Library
Entities useful to manage composite returns from method results that can carry additional informations and payloads about processing or errors.
https://github.com/Pangeli70/apg-rstImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-rst/master/mod.ts";The library has the following Apg dependencies:
uts,
Microservice
Not available
Markdown
Apg-A2DBidimensional operations helpers
Current version: 0.9.6 Last release: 2023/04/.. Since:
Library
Entities like points and lines that can be used for 2D operations
https://github.com/Pangeli70/apg-a2dImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-a2d/master/mod.ts";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-AthAuthentication and Authorization
Current version: 0.9.7 Last release: 2023/05/.. Since: 2019/..
Library
Entities that allows to manage authentication through JWT API, and authorization to resources via users and roles management
https://github.com/Pangeli70/apg-athImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-ath/master/mod.ts";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-JsvJson schema validation through AJV.
Current version: 0.9.6 Last release: 2023/04/.. Since: 2020/..
Library
A series of entities for creation and storage of AJV validation functions
https://github.com/Pangeli70/apg-jsvImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-jsv/master/mod.ts";The library has the following Apg dependencies:
Microservice
Presents a series of pages to browse the stored schemas, and an API to perform remote validation
https://apg-cii.deno.jsv/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-SelSuperenalotto
Current version: 0.9.6 Last release: 2022/11/.. Since: 2022/..
Library
Entities to collect statistics about Sisal-Superenalotto gambling
https://github.com/Pangeli70/apg-selImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-sel/master/mod.ts";The library has the following Apg dependencies:
Microservice
Present a series of pages to browse the statistics collected from the official site
https://apg-sel.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-RpnReverse Polish Notation calculator
Current version: 0.9.6 Last release: 2022/04/.. Since: 2022/..
Library
A parser and interpreter of methematic operations and complex calculations
https://github.com/Pangeli70/apg-rpnImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-rpn/master/mod.ts";The library has the following Apg dependencies:
Microservice
Presents a series of pages to explain how the calculator works
https://apg-rpn.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-WglServer side Web GL builder
Current version: 0.9.6 Last release: 2023/04/.. Since: 2022/12
Library
Entities to produce programmatically GLTF files on the server and deliver them to a browser
https://github.com/Pangeli70/apg-wglImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-wgl/master/mod.ts";The library has the following Apg dependencies:
Microservice
https://apg-wgl.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-BomBill of materials processor
Current version: 0.9.6 Last release: 2023/04/.. Since: 2022/12
Library
Entities that allow to manage the explosion of a parametric multilevel bill of materials
https://github.com/Pangeli70/apg-bomImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-bom/master/mod.ts";The library has the following Apg dependencies:
Microservice
Not yet available
https://apg-bom.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-RgrRegrassion calculator
Current version: 0.9.5 Last release: 2022/04/.. Since: 2022/12
Library
Entities that allow to perform various types of regression analysis of series of data
https://github.com/Pangeli70/apg-rgrImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-rgr/master/mod.ts";The library has the following Apg dependencies:
Microservice
https://apg-rgr.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-DocDocx conversion
Current version: 0.9.6 Last release: 2023/06/.. Since: 2022/12Convert properly formatted documents into fully structured websites useful for technical documentation
Library
Entitities that allows to convert docx files using vba into json data
https://github.com/Pangeli70/apg-docImport the library in your deps.ts file using:
export * from "https://raw.githubusercontent.com/Pangeli70/apg-doc/master/mod.ts";The library has the following Apg dependencies:
Microservice
A series of pages that use the json data obtained from the conversion of docx file into a fully structured website
https://apg-doc.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
Markdown
Apg-DheA component style HTML engine
Current version: ... Last release: ... Since: ...
Library
Exposes entities useful to produce static Server Side Rendered Html.
Import the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-MusValues with measure units
Current version: ... Last release: ... Since: ...
Library
Exposes entities useful to manage values with measure units and their conversions.
Import the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-RprRapier Physics engine tests
Current version: 0.9.8 Last release: 20230815 Since: 20230915Avery simple testbed to experiment with the WASM version of the Rapier.rs physics engine.
Library
This is not a library for Deno, instead is a collection of entities to manage Rapier.rs in the browser.
https://github.com/Pangeli70/apg-rprImport the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
uts,
Microservice
Produces a minimal website to serve the pages and assets of the tests
https://apg-rpr.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
edr,tng,
Markdown
Apg-TadText adventure engine
Current version: 0.9.8 Last release: 20230815 Since: 20230915
Library
Manage text adventures in the browser.
Import the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
Microservice
Not available
Markdown
Apg-VarVariations Games
Current version: 0.9.8 Last release: 20230815 Since: 20230915
Library
Variations Games in the browser.
Import the library in your deps.ts file using:
export * from "";The library has the following Apg dependencies:
uts,
Microservice
Produces a minimal website to serve the pages and assets of the game
https://apg-var.deno.dev/The microservice has the following additional Apg dependencies ofr libraries and services:
edr,tng,