]> lifelog.hopto.org Git - PerlCNF.git/commit
Initial Commit
authorwill <redacted>
Fri, 17 Nov 2023 09:22:25 +0000 (03:22 -0600)
committerwill <redacted>
Fri, 17 Nov 2023 09:22:25 +0000 (03:22 -0600)
commit83dc56c1f190c2b5c37fff982bd4b7905cf82a39
tree37f7a51db2e810d3b6b7fbdb33a6aa69223f776e
Initial Commit
119 files changed:
.gitignore [new file with mode: 0644]
AdoptedPerlProgrammingPractices.md [new file with mode: 0644]
EContactHash.md [new file with mode: 0644]
ISC_License.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
Specifications_For_CNF_ReadMe.md [new file with mode: 0644]
install_cpan_a_first.sh [new file with mode: 0755]
install_cpan_modules_required.pl [new file with mode: 0755]
old/20210720- COVID-19 case locations and alerts in NSW - COVID-19 (Coronavirus) .csv [new file with mode: 0644]
old/CNF2HTML.cnf [new file with mode: 0644]
old/CNF_2HTML.pl [new file with mode: 0755]
old/CNF_AAA_Data_Tests.pl [new file with mode: 0755]
old/CNF_AAA_Dynamic_Tests.pl [new file with mode: 0755]
old/CNF_CSV_TO_CNF.pl [new file with mode: 0755]
old/CNF_ConfigurationDirectUseWithoutSystemSettings.pl [new file with mode: 0644]
old/CNF_DBDev.pl [new file with mode: 0644]
old/CNF_DBProgressTest.pl [new file with mode: 0644]
old/CNF_GD_PLOT.pl [new file with mode: 0755]
old/CNF_SnippetsTesting.pl [new file with mode: 0644]
old/CNF_TestProperties.pl [new file with mode: 0644]
old/CNF_test_anons.pl [new file with mode: 0644]
old/CNF_test_listings.pl [new file with mode: 0644]
old/CNF_tester.pl [new file with mode: 0644]
old/Test_Specs.md [new file with mode: 0644]
old/anonsTest.cnf [new file with mode: 0644]
old/crawler.pl [new file with mode: 0644]
old/database.cnf [new file with mode: 0644]
old/databaseAnonsTest.cnf [new file with mode: 0644]
old/databaseBitcoinPlot.cnf [new file with mode: 0644]
old/databaseInventory.cnf [new file with mode: 0644]
old/databaseInventoryDATA.cnf [new file with mode: 0644]
old/databaseProgresSQL.cnf [new file with mode: 0644]
old/lotto_picker copy.pl [new file with mode: 0644]
old/lotto_picker.pl [new file with mode: 0644]
old/lotto_tool.pl [new file with mode: 0644]
old/pluginTest.cnf [new file with mode: 0644]
old/testPVPackage.pl [new file with mode: 0644]
old/test_listings.cnf [new file with mode: 0644]
old/test_properties.cnf [new file with mode: 0644]
system/Tester.pm [new file with mode: 0644]
system/modules/CNFDateTime.pm [new file with mode: 0644]
system/modules/CNFJSON.pm [new file with mode: 0644]
system/modules/CNFMeta.pm [new file with mode: 0644]
system/modules/CNFNode.pm [new file with mode: 0644]
system/modules/CNFParser copy.pm [new file with mode: 0644]
system/modules/CNFParser.2.2.pm [new file with mode: 0644]
system/modules/CNFParser.2.4.pm [new file with mode: 0644]
system/modules/CNFParser.pm [new file with mode: 0644]
system/modules/CNFSQL.pm [new file with mode: 0644]
system/modules/CNFtoJSON.pm [new file with mode: 0644]
system/modules/DataProcessorPlugin.pm [new file with mode: 0644]
system/modules/DataProcessorWorldCitiesPlugin.pm [new file with mode: 0644]
system/modules/HTMLIndexProcessorPlugin.pm [new file with mode: 0644]
system/modules/HTMLProcessorPlugin.pm [new file with mode: 0644]
system/modules/MarkdownPlugin.pm [new file with mode: 0644]
system/modules/PerlKeywords.pm [new file with mode: 0644]
system/modules/RSSFeedsPlugin.pm [new file with mode: 0644]
system/modules/Settings.pm [new file with mode: 0644]
system/modules/ShortLink.pm [new file with mode: 0644]
system/modules/TestInstructor.pm [new file with mode: 0644]
system/modules/TestManagerOld.pm [new file with mode: 0644]
tests/DataProcessorPlugin.pm [new file with mode: 0644]
tests/DatabaseCentralPlugin.pm [new file with mode: 0644]
tests/ExtensionSamplePlugin.pm [new file with mode: 0644]
tests/TestManager.pm [new file with mode: 0644]
tests/artifacts/PerlCNF.png [new file with mode: 0644]
tests/dbSQLSetup.cnf [new file with mode: 0644]
tests/example.cnf [new file with mode: 0644]
tests/extensions.cnf [new file with mode: 0644]
tests/include.cnf [new file with mode: 0644]
tests/libs/LoadTestPackage.pm [new file with mode: 0644]
tests/property_sample.cnf [new file with mode: 0644]
tests/template_for_new_test.pl [new file with mode: 0644]
tests/testAll.pl [new file with mode: 0644]
tests/testCNF2JSON.pl [new file with mode: 0644]
tests/testCNFAnons.pl [new file with mode: 0644]
tests/testCNFConstances.pl [new file with mode: 0644]
tests/testCNFMeta.pl [new file with mode: 0644]
tests/testCNFNode.pl [new file with mode: 0644]
tests/testCNFParserLogging.pl [new file with mode: 0644]
tests/testCartesianProduct.pl [new file with mode: 0644]
tests/testCollections.pl [new file with mode: 0644]
tests/testData.pl [new file with mode: 0644]
tests/testDateInstruction.pl [new file with mode: 0644]
tests/testDoAndLIb.pl [new file with mode: 0644]
tests/testExtensions.pl [new file with mode: 0644]
tests/testHTMLConversion.pl [new file with mode: 0644]
tests/testHTMLMarkdown.pl [new file with mode: 0644]
tests/testHTMLPossibleTagged.pl [new file with mode: 0644]
tests/testInclude.pl [new file with mode: 0644]
tests/testInstructor.pl [new file with mode: 0644]
tests/testMarkDownPlugin_MD2HTMLConversion.pl [new file with mode: 0644]
tests/testNewTagParsingForVersion2.8.pl [new file with mode: 0644]
tests/testPerlKeywords.pl [new file with mode: 0644]
tests/testPlugin.pl [new file with mode: 0644]
tests/testProcessor.pl [new file with mode: 0644]
tests/testSQL.pl [new file with mode: 0644]
tests/testSQLPostgres.pl [new file with mode: 0644]
tests/testSQL_TaskList.pl [new file with mode: 0644]
tests/testShortLinks.pl [new file with mode: 0644]
tests/testTree.pl [new file with mode: 0644]
tests/testTreeToHTML.pl [new file with mode: 0644]
tests/testWorldCitiesDataHandling.pl [new file with mode: 0644]
tests/test_DATA_Instruction.pl [new file with mode: 0644]
tests/world_cities.data [new file with mode: 0644]
tests/world_cities_tmp.cnf [new file with mode: 0644]
vscode_local_extensions/extensions.json [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/.gitattributes [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/.gitignore [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/.vscodeignore [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/CHANGELOG.md [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/README.md [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/language-configuration.json [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/orig.language-configuration.json [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/package.json [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/sample_CNF_tags.cnf [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/syntaxes/cnf.tmLanguage.json [new file with mode: 0644]
vscode_local_extensions/wbudic.perlcnf-0.0.2/syntaxes/origcnf.tmLanguage.json [new file with mode: 0644]