Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Владислав Будин
CardGen
Commits
b4f62c59
Unverified
Commit
b4f62c59
authored
1 year ago
by
Blackdeer1524
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #4 from Blackdeer1524/plugin_server
MLP plugin server
parents
30520e76
d29b05ed
main
1 merge request
!1
добавил исключения, функция in может работать без скобок, поправил внешний вид...
Changes
66
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+11
-0
.gitignore
.gitmodules
+3
-0
.gitmodules
CMakeLists.txt
+16
-0
CMakeLists.txt
plugins/audios/audios/__init__.py
+1
-0
plugins/audios/audios/__init__.py
plugins/audios/audios/audios_provider.py
+22
-0
plugins/audios/audios/audios_provider.py
plugins/definitions/definitions/__init__.py
+1
-0
plugins/definitions/definitions/__init__.py
plugins/definitions/definitions/definitions_provider.py
+101
-0
plugins/definitions/definitions/definitions_provider.py
plugins/definitions/definitions/utils.py
+674
-0
plugins/definitions/definitions/utils.py
plugins/format_processors/processor/__init__.py
+1
-0
plugins/format_processors/processor/__init__.py
plugins/format_processors/processor/format_processor.py
+22
-0
plugins/format_processors/processor/format_processor.py
plugins/images/images/__init__.py
+1
-0
plugins/images/images/__init__.py
plugins/images/images/images_provider.py
+22
-0
plugins/images/images/images_provider.py
plugins/sentences/sentences/__init__.py
+1
-0
plugins/sentences/sentences/__init__.py
plugins/sentences/sentences/sentences_provider.py
+22
-0
plugins/sentences/sentences/sentences_provider.py
python_tests/CMakeLists.txt
+19
-0
python_tests/CMakeLists.txt
server/CMakeLists.txt
+17
-0
server/CMakeLists.txt
server/lib/CMakeLists.txt
+2
-0
server/lib/CMakeLists.txt
server/lib/network/CMakeLists.txt
+3
-0
server/lib/network/CMakeLists.txt
server/lib/network/ResponseGenerators/CMakeLists.txt
+11
-0
server/lib/network/ResponseGenerators/CMakeLists.txt
server/lib/network/ResponseGenerators/ResponseGenerators.cpp
+326
-0
server/lib/network/ResponseGenerators/ResponseGenerators.cpp
with
1276 additions
and
0 deletions
+1276
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets