Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
9a741d4
commit
vimori Sep 26, 2025
c79042d
task is done
vimori Sep 30, 2025
bc1ccaa
da
vimori Sep 30, 2025
344433e
delete folder
vimori Sep 30, 2025
726c1d6
Update trunk/ii02803/task01/src/CMakeLists.txt
vimori Oct 1, 2025
b47b9bd
Delete trunk/ii02803/task01/scr directory
vimori Oct 1, 2025
d8df46b
Внесены изменения
vimori Oct 8, 2025
5cea95a
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
9bbc02f
изменения
vimori Oct 8, 2025
fbbe8ea
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
ab07ddf
сделал 7 параметров
vimori Oct 8, 2025
bc8eebc
7 параметров
vimori Oct 8, 2025
a1ee39f
Define each identifier in a dedicated statement
vimori Oct 8, 2025
498cd15
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
64c7541
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
26d47db
7 пар
vimori Oct 8, 2025
d9b975c
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
624eb5b
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
cef19fa
Merge branch 'main' into task1
idzm Oct 8, 2025
5761841
из
vimori Oct 8, 2025
da503d8
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
bb4b82e
изм
vimori Oct 8, 2025
a171bb9
измен
vimori Oct 8, 2025
e254c98
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
fab543d
ком
vimori Oct 8, 2025
91e649c
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
c69a0b5
Update trunk/ii02803/task01/src/task1.cpp
vimori Oct 8, 2025
7439ea8
Update trunk/ii02803/task01/doc/Readme.md
vimori Oct 8, 2025
72c04fa
конец
vimori Oct 8, 2025
0ad64ec
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
9d293ae
Merge branch 'main' into task1
vimori Oct 8, 2025
456c963
Полное переписывание кода
vimori Oct 8, 2025
d911825
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 8, 2025
be728ee
e
vimori Oct 8, 2025
6444d8c
NewVersionCode
vimori Oct 22, 2025
261a626
Merge branch 'main' into task1
vimori Oct 29, 2025
516da5c
task1.cpp update
vimori Oct 29, 2025
e085d25
Merge remote-tracking branch 'origin/task1' into task1
vimori Oct 29, 2025
c625688
task2 added
vimori Oct 29, 2025
d6a8cc7
CMakeLists update
vimori Oct 29, 2025
0d9841a
com
vimori Oct 29, 2025
ee2ea25
com2
vimori Oct 29, 2025
3729a2b
Удалены файлы первого задания
vimori Dec 6, 2025
1d5cd7d
удалён .gitignore
vimori Dec 7, 2025
331262f
Удалён .gitignore
vimori Dec 7, 2025
e4f388d
add files
vimori Dec 11, 2025
714e648
update
vimori Dec 24, 2025
0d981e2
update2
vimori Dec 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 0 additions & 39 deletions .gitignore

This file was deleted.

44 changes: 44 additions & 0 deletions trunk/ii02803/task_03/.github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
name: Deploy Jekyll with GitHub Pages

on:
push:
branches: ["task03"]
workflow_dispatch:

concurrency:
group: "pages"
cancel-in-progress: false

Check notice on line 11 in trunk/ii02803/task_03/.github/workflows/pages.yml

View check run for this annotation

GitHub Advanced Security / SonarCloud

Read permissions should be defined at the job level

<!--SONAR_ISSUE_KEY:AZtPV02-x_iFBArHMTPb-->Move this read permission from workflow level to job level. <p>See more on <a href="https://sonarcloud.io/project/issues?id=brstu_OTIS-2025&issues=AZtPV02-x_iFBArHMTPb&open=AZtPV02-x_iFBArHMTPb&pullRequest=373">SonarQube Cloud</a></p>
jobs:

Check notice on line 12 in trunk/ii02803/task_03/.github/workflows/pages.yml

View check run for this annotation

GitHub Advanced Security / SonarCloud

Write permissions should be defined at the job level

<!--SONAR_ISSUE_KEY:AZtPV02-x_iFBArHMTPc-->Move this write permission from workflow level to job level. <p>See more on <a href="https://sonarcloud.io/project/issues?id=brstu_OTIS-2025&issues=AZtPV02-x_iFBArHMTPc&open=AZtPV02-x_iFBArHMTPc&pullRequest=373">SonarQube Cloud</a></p>
build:

Check notice on line 13 in trunk/ii02803/task_03/.github/workflows/pages.yml

View check run for this annotation

GitHub Advanced Security / SonarCloud

Write permissions should be defined at the job level

<!--SONAR_ISSUE_KEY:AZtPV02-x_iFBArHMTPd-->Move this write permission from workflow level to job level. <p>See more on <a href="https://sonarcloud.io/project/issues?id=brstu_OTIS-2025&issues=AZtPV02-x_iFBArHMTPd&open=AZtPV02-x_iFBArHMTPd&pullRequest=373">SonarQube Cloud</a></p>
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./trunk/ii02812/task_03/doc/report
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

deploy:
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions trunk/ii02803/task_03/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
doc/xml
18 changes: 18 additions & 0 deletions trunk/ii02803/task_03/.vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "C:/msys64/ucrt64/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}
24 changes: 24 additions & 0 deletions trunk/ii02803/task_03/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "C/C++ Runner: Debug Session",
"type": "cppdbg",
"request": "launch",
"args": [],
"stopAtEntry": false,
"externalConsole": true,
"cwd": "d:/OTIS-2025/trunk/ii02812/task_03/src",
"program": "d:/OTIS-2025/trunk/ii02812/task_03/src/build/Debug/outDebug",
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}
59 changes: 59 additions & 0 deletions trunk/ii02803/task_03/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"C_Cpp_Runner.cCompilerPath": "gcc",
"C_Cpp_Runner.cppCompilerPath": "g++",
"C_Cpp_Runner.debuggerPath": "gdb",
"C_Cpp_Runner.cStandard": "",
"C_Cpp_Runner.cppStandard": "",
"C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat",
"C_Cpp_Runner.useMsvc": false,
"C_Cpp_Runner.warnings": [
"-Wall",
"-Wextra",
"-Wpedantic",
"-Wshadow",
"-Wformat=2",
"-Wcast-align",
"-Wconversion",
"-Wsign-conversion",
"-Wnull-dereference"
],
"C_Cpp_Runner.msvcWarnings": [
"/W4",
"/permissive-",
"/w14242",
"/w14287",
"/w14296",
"/w14311",
"/w14826",
"/w44062",
"/w44242",
"/w14905",
"/w14906",
"/w14263",
"/w44265",
"/w14928"
],
"C_Cpp_Runner.enableWarnings": true,
"C_Cpp_Runner.warningsAsError": false,
"C_Cpp_Runner.compilerArgs": [],
"C_Cpp_Runner.linkerArgs": [],
"C_Cpp_Runner.includePaths": [],
"C_Cpp_Runner.includeSearch": [
"*",
"**/*"
],
"C_Cpp_Runner.excludeSearch": [
"**/build",
"**/build/**",
"**/.*",
"**/.*/**",
"**/.vscode",
"**/.vscode/**"
],
"C_Cpp_Runner.useAddressSanitizer": false,
"C_Cpp_Runner.useUndefinedSanitizer": false,
"C_Cpp_Runner.useLeakSanitizer": false,
"C_Cpp_Runner.showCompilationTime": false,
"C_Cpp_Runner.useLinkTimeOptimization": false,
"C_Cpp_Runner.msvcSecureNoWarnings": false
}
Loading
Loading