]> gitweb.hamatoma.de Git - snakeboxx.git/commit
Initial commit main
authorHamatoma <author@hamatoma.de>
Mon, 19 Feb 2024 21:15:47 +0000 (22:15 +0100)
committerHamatoma <author@hamatoma.de>
Mon, 19 Feb 2024 21:15:47 +0000 (22:15 +0100)
commitab7374f3d483a56c4757ef66153b13464edf6e6a
tree999d8e1f5546cd23ceb2d8530664f3814ab96639
Initial commit
87 files changed:
INSTALL.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
PyLint [new file with mode: 0755]
README.md [new file with mode: 0644]
app/BaseApp.py [new file with mode: 0644]
app/DbApp.py [new file with mode: 0755]
app/DirApp.py [new file with mode: 0755]
app/EMailApp.py [new file with mode: 0755]
app/OperatingSystemApp.py [new file with mode: 0755]
app/SatelliteApp.py [new file with mode: 0755]
app/SpecialApp.py [new file with mode: 0755]
app/SunMonitor.py [new file with mode: 0644]
app/TextApp.py [new file with mode: 0755]
app/__init__.py [new file with mode: 0644]
base/BaseLogger.py [new file with mode: 0644]
base/BaseRandom.py [new file with mode: 0644]
base/Const.py [new file with mode: 0644]
base/CryptoEngine.py [new file with mode: 0644]
base/CsvProcessor.py [new file with mode: 0644]
base/DirTraverser.py [new file with mode: 0644]
base/FileHelper.py [new file with mode: 0644]
base/JavaConfig.py [new file with mode: 0644]
base/JobController.py [new file with mode: 0644]
base/LinuxUtils.py [new file with mode: 0644]
base/Logger.py [new file with mode: 0644]
base/MemoryLogger.py [new file with mode: 0644]
base/PortableRandom.py [new file with mode: 0644]
base/ProcessHelper.py [new file with mode: 0644]
base/Scheduler.py [new file with mode: 0644]
base/SearchRule.py [new file with mode: 0644]
base/SearchRuleList.py [new file with mode: 0644]
base/StringUtils.py [new file with mode: 0644]
base/TextProcessor.py [new file with mode: 0644]
base/UsageInfo.py [new file with mode: 0644]
base/__init__.py [new file with mode: 0644]
data/.gitignore [new file with mode: 0644]
data/config/pylint3.conf [new file with mode: 0644]
data/private.template.conf [new file with mode: 0644]
db/DbDriver.py [new file with mode: 0644]
db/MySqlDriver.py [new file with mode: 0644]
db/PgDriver.py [new file with mode: 0644]
net/EMail.py [new file with mode: 0644]
net/HttpClient.py [new file with mode: 0644]
net/RestServer.py [new file with mode: 0644]
net/SimpleRestServer.py [new file with mode: 0644]
net/__init__.py [new file with mode: 0644]
snake_install.sh [new file with mode: 0755]
tools/PrepUTest.sh [new file with mode: 0755]
unittest/UnitTestCase.py [new file with mode: 0644]
unittest/UnitTestSuite.py [new file with mode: 0644]
unittest/__init__.py [new file with mode: 0644]
unittest/app/DbAppTest.py [new file with mode: 0644]
unittest/app/DirAppTest.py [new file with mode: 0644]
unittest/app/EMailAppTest.py [new file with mode: 0644]
unittest/app/OperatingsSystemAppTest.py [new file with mode: 0644]
unittest/app/SatelliteAppTest.py [new file with mode: 0644]
unittest/app/TextAppTest.py [new file with mode: 0644]
unittest/base/BaseRandomTest.py [new file with mode: 0644]
unittest/base/CryptoEngineTest.py [new file with mode: 0644]
unittest/base/CsvProcessorTest.py [new file with mode: 0644]
unittest/base/DirTraverserTest.py [new file with mode: 0644]
unittest/base/FileHelperTest.py [new file with mode: 0644]
unittest/base/JavaConfigTest.py [new file with mode: 0644]
unittest/base/JobControllerTest.py [new file with mode: 0644]
unittest/base/LinuxUtilsTest.py [new file with mode: 0644]
unittest/base/LoggerTest.py [new file with mode: 0644]
unittest/base/MemoryLoggerTest.py [new file with mode: 0644]
unittest/base/PortableRandomTest.py [new file with mode: 0644]
unittest/base/ProcessHelperTest.py [new file with mode: 0644]
unittest/base/SchedulerTest.py [new file with mode: 0644]
unittest/base/StringUtilsTest.py [new file with mode: 0644]
unittest/base/TextProcessorTest.py [new file with mode: 0644]
unittest/base/UsageInfoTest.py [new file with mode: 0644]
unittest/data/etc.tgz [new file with mode: 0644]
unittest/data/etc.work.tgz [new file with mode: 0644]
unittest/data/example.html [new file with mode: 0644]
unittest/data/example.sh [new file with mode: 0644]
unittest/data/example.tar [new file with mode: 0644]
unittest/data/example.tbz [new file with mode: 0644]
unittest/data/example.tgz [new file with mode: 0644]
unittest/data/example.txt [new file with mode: 0644]
unittest/data/example.zip [new file with mode: 0644]
unittest/data/examples2.tgz [new file with mode: 0644]
unittest/data/monitor/localhost.dump.txt [new file with mode: 0644]
unittest/net/EMailTest.py [new file with mode: 0644]
unittest/net/HttpClientTest.py [new file with mode: 0644]
wirnoi.sql [new file with mode: 0644]