Skip to content

Commit

Permalink
Chord presentation, codebase visualisation, updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lmihaig committed Nov 28, 2023
1 parent 938be8e commit 0a05ad9
Show file tree
Hide file tree
Showing 6 changed files with 825 additions and 80 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/visualize-codebase.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- main
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
output_file: "codebase.svg"
excluded_paths: "ignore,.github"
376 changes: 376 additions & 0 deletions An4/Sem1/ProcSemn/lab/lab07/lab7.ipynb

Large diffs are not rendered by default.

320 changes: 320 additions & 0 deletions An4/Sem1/ProcSemn/lab/tema1/enunt.ipynb

Large diffs are not rendered by default.

Binary file added An4/Sem1/SistDistrib/tema1/prezentare/Chord.pptx
Binary file not shown.
1 change: 1 addition & 0 deletions An4/Sem1/SistDistrib/tema1/prezentare/chord.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package main
191 changes: 111 additions & 80 deletions README.md

Large diffs are not rendered by default.

0 comments on commit 0a05ad9

Please sign in to comment.