Pinned Repositories
2022.adligo.org
This is a test to see if I can get gradle to work correctly at two levels like Fabricate does.
aap.kt.adligo.org
This will eventually contain base Kotlin-native code for native apps that want to embed a JVM in the native process.
aapi.kt.adligo.org
This will contain a Kotlin-native app to install the AAP (Adligo Application Platform)
artifactory_deploy.sh.adligo.org
This project contains a reusable bash shell script for deploying artifacts up to a Artifactory server through it's REST API.
ctx4jse.adligo.org
Context for Java Standard Edition.
ctx4jse_tests.adligo.org
ctx_tests.adligo.org
DataflowTemplates
Google-provided Cloud Dataflow template pipelines for solving simple in-Cloud data tasks
fabricate.adligo.org
tests4j.adligo.org
Tests4j is a concurrent testing framework inspired by JUnit with code coverage, reference / dependency graph assertions, and various scopes (SourceFileTrials, ApiTrials, DataTrials, UseCaseTrials and MetaTrials). It is the longterm goal of Tests4j to be a unified solution for testing all software with enhanced support for software that runs on JVMs (Java Virtual Machines [Java, EMCA/Javascript, Scala, Closure, etc]).
adligo's Repositories
adligo/i_ctx4jse.adligo.org
This is the root context for JSE / Native Complication and GWT but NOT JSweets Systems.
adligo/i_threads.adligo.org
adligo/i_threads4jse.adligo.org
This is an extension to i_threads which include Executors and other JSE stuff.
adligo/buildSrc.jse.core.kt.adligo.org
This is an extraction of the buildSrc for many jse*_core.adligo.org projects i.e. jse8_core.adligo.org
adligo/fab_core.ts.adligo.org
This will contain the Fabricate (fab.ts.adligo.org) core api which can be used with out the cli.
adligo/fab_dts_poc.ts.adligo.org
This will contain a POC (proof of concept) for dynamically importing typescript files at runtime from ts-node, it looks like this library facilitates this https://github.com/radarsu/ts-import
adligo/fab_group.ts.adligo.org
This is a simple wrapper project for building fabricate (fab.ts.adligo.org).
adligo/fr.ts.adligo.org
This will be a simple find replace utility to replace complex text in text files.
adligo/fr_group.ts.adligo.org
This is the project group for fr.ts.adligo.org.
adligo/fr_tests.ts.adligo.org
Tests for the fr.ts.adligo.org project.
adligo/i_cli.ts.adligo.org
This contains interface wrappers for the cli.ts.adligo.org command line interface project.
adligo/i_fab.ts.adligo.org
This project will contain the fabricate interfaces, that should be used in the fab-projects.ts and fab-project.ts files.
adligo/i_log2.adligo.org
This is the next generation of the Adligo I_Log stuff, based on interface mixins.
adligo/i_log2.ts.adligo.org
This project contains interfaces for the 2nd generation of the I_Log API, the first generation was in Java and transpiled to JS.
adligo/i_log2_tests.adligo.org
Tests for the i_log2 mixins.
adligo/i_math.adligo.org
Interfaces for the math project, mostly this provides downstream projects with the ability to stub these functions and methods.
adligo/i_obj.ts.adligo.org
Interfaces for Objects, equals, hashCode etc.
adligo/i_paths.ts.adligo.org
This project contains interfaces for the paths.ts.adligo.org (filesystem paths APIs for windows and unix).
adligo/i_strings.ts.adligo.org
Interfaces for strings, mostly toString(), a common Java Developer favorite.
adligo/jse_core.adligo.org
This is the repository for the most current version of java, currently Open JDK jse-20 / https://jdk.java.net/20/
adligo/log2.ts.adligo.org
This is the 2nd generation of Adligo's i_log module.
adligo/math.adligo.org
Some Java Van Embe Boas Binary search of bits in bytes
adligo/math_tests.adligo.org
Tests for the Math project.
adligo/paths.ts.adligo.org
This project contains some code to deal with and manage Unix vs Windows paths.
adligo/paths_tests.ts.adligo.org
This will contain some tests4j tests of the paths.ts.adligo.org project.
adligo/pics.adligo.com
Pictures
adligo/slink.ts.adligo.org
This is a simple Type Script Application that will create and store symbolic link data into your package.json file under the dependencySLinks or dependencySLinkGroups sections. This can help you improve the speed of changing upstream Javascript or Typescript in a multiple project dependency system.
adligo/tests4j.ts.adligo.org
A small portion of the Tests4j code implemented in Typescript directly.
adligo/threads_tests.adligo.org
Tests of the i_threads, i_threads4jse and threads projects
adligo/xml.tests4j.ts.adligo.org
This project will create junit xml files from tests4j's typescript project for Jenkins.