fix permissions
Some checks failed
Compress images / calibreapp/image-actions (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-04-02 14:15:07 +00:00
parent 95b57d1f70
commit 0a8a5c63c5
1970 changed files with 0 additions and 0 deletions

0
.gitattributes vendored Executable file → Normal file
View File

0
.github/dependabot.yml vendored Executable file → Normal file
View File

0
.github/workflows/greetings.yml vendored Executable file → Normal file
View File

0
.github/workflows/image.yml vendored Executable file → Normal file
View File

0
.github/workflows/main.yml vendored Executable file → Normal file
View File

0
.gitignore vendored Executable file → Normal file
View File

0
Account/Account.php Executable file → Normal file
View File

0
Account/AccountManager.php Executable file → Normal file
View File

0
Account/AccountStatus.php Executable file → Normal file
View File

0
Account/AccountType.php Executable file → Normal file
View File

0
Account/Group.php Executable file → Normal file
View File

0
Account/GroupStatus.php Executable file → Normal file
View File

0
Account/NullAccount.php Executable file → Normal file
View File

0
Account/NullGroup.php Executable file → Normal file
View File

0
Account/PermissionAbstract.php Executable file → Normal file
View File

0
Account/PermissionHandlingTrait.php Executable file → Normal file
View File

0
Account/PermissionOwner.php Executable file → Normal file
View File

0
Account/PermissionType.php Executable file → Normal file
View File

0
Ai/NeuralNetwork/Neuron.php Executable file → Normal file
View File

0
Ai/Ocr/BasicOcr.php Executable file → Normal file
View File

0
Ai/Ocr/Tesseract/TesseractOcr.php Executable file → Normal file
View File

0
Algorithm/Clustering/AffinityPropagation.php Executable file → Normal file
View File

0
Algorithm/Clustering/AgglomerativeClustering.php Executable file → Normal file
View File

0
Algorithm/Clustering/Birch.php Executable file → Normal file
View File

0
Algorithm/Clustering/ClusteringInterface.php Executable file → Normal file
View File

0
Algorithm/Clustering/DBSCAN.php Executable file → Normal file
View File

0
Algorithm/Clustering/DivisiveClustering.php Executable file → Normal file
View File

0
Algorithm/Clustering/Kmeans.php Executable file → Normal file
View File

0
Algorithm/Clustering/MeanShift.php Executable file → Normal file
View File

0
Algorithm/Clustering/Point.php Executable file → Normal file
View File

0
Algorithm/Clustering/PointInterface.php Executable file → Normal file
View File

0
Algorithm/Clustering/SpectralClustering.php Executable file → Normal file
View File

0
Algorithm/Clustering/clustering_overview.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 710 KiB

After

Width:  |  Height:  |  Size: 710 KiB

0
Algorithm/CoinMatching/MinimumCoinProblem.php Executable file → Normal file
View File

0
Algorithm/Frequency/Apriori.php Executable file → Normal file
View File

0
Algorithm/Graph/DependencyResolver.php Executable file → Normal file
View File

0
Algorithm/Graph/MarkovChain.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/Job.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/JobInterface.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/Weighted.php Executable file → Normal file
View File

View File

0
Algorithm/JobScheduling/v2/Dependency/IdleTime.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Dependency/JobStep.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Dependency/Machine.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Dependency/MachineType.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Dependency/Material.php Executable file → Normal file
View File

View File

0
Algorithm/JobScheduling/v2/Dependency/Worker.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Dependency/WorkerType.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Job.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/Notes.md Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/PriorityMode.php Executable file → Normal file
View File

0
Algorithm/JobScheduling/v2/ScheduleQueue.php Executable file → Normal file
View File

0
Algorithm/Knapsack/Backpack.php Executable file → Normal file
View File

0
Algorithm/Knapsack/BackpackInterface.php Executable file → Normal file
View File

0
Algorithm/Knapsack/Bounded.php Executable file → Normal file
View File

0
Algorithm/Knapsack/Continuous.php Executable file → Normal file
View File

0
Algorithm/Knapsack/Item.php Executable file → Normal file
View File

0
Algorithm/Knapsack/ItemInterface.php Executable file → Normal file
View File

0
Algorithm/Maze/MazeGenerator.php Executable file → Normal file
View File

0
Algorithm/Optimization/AntColonyOptimization.php Executable file → Normal file
View File

0
Algorithm/Optimization/BeesAlgorithm.php Executable file → Normal file
View File

0
Algorithm/Optimization/FireflyAlgorithm.php Executable file → Normal file
View File

0
Algorithm/Optimization/GeneticOptimization.php Executable file → Normal file
View File

0
Algorithm/Optimization/HarmonySearch.php Executable file → Normal file
View File

0
Algorithm/Optimization/IntelligentWaterDrops.php Executable file → Normal file
View File

0
Algorithm/Optimization/SimulatedAnnealing.php Executable file → Normal file
View File

0
Algorithm/Optimization/TabuSearch.php Executable file → Normal file
View File

0
Algorithm/PathFinding/AStar.php Executable file → Normal file
View File

0
Algorithm/PathFinding/AStarNode.php Executable file → Normal file
View File

0
Algorithm/PathFinding/Grid.php Executable file → Normal file
View File

0
Algorithm/PathFinding/Heuristic.php Executable file → Normal file
View File

0
Algorithm/PathFinding/HeuristicType.php Executable file → Normal file
View File

0
Algorithm/PathFinding/JumpPointNode.php Executable file → Normal file
View File

0
Algorithm/PathFinding/JumpPointSearch.php Executable file → Normal file
View File

0
Algorithm/PathFinding/MovementType.php Executable file → Normal file
View File

0
Algorithm/PathFinding/Node.php Executable file → Normal file
View File

0
Algorithm/PathFinding/NullJumpPointNode.php Executable file → Normal file
View File

0
Algorithm/PathFinding/NullNode.php Executable file → Normal file
View File

0
Algorithm/PathFinding/Path.php Executable file → Normal file
View File

0
Algorithm/PathFinding/PathFinderInterface.php Executable file → Normal file
View File

0
Algorithm/Rating/BradleyTerry.php Executable file → Normal file
View File

0
Algorithm/Rating/Elo.php Executable file → Normal file
View File

0
Algorithm/Rating/Glicko1.php Executable file → Normal file
View File

0
Algorithm/Rating/Glicko2.php Executable file → Normal file
View File

0
Algorithm/Rating/TrueSkill.php Executable file → Normal file
View File

0
Algorithm/Rating/TrueSkillFactoryGraph.php Executable file → Normal file
View File

0
Algorithm/Sort/BitonicSort.php Executable file → Normal file
View File

0
Algorithm/Sort/BubbleSort.php Executable file → Normal file
View File

0
Algorithm/Sort/BucketSort.php Executable file → Normal file
View File

0
Algorithm/Sort/CocktailShakerSort.php Executable file → Normal file
View File

0
Algorithm/Sort/CombSort.php Executable file → Normal file
View File

0
Algorithm/Sort/CycleSort.php Executable file → Normal file
View File

0
Algorithm/Sort/GnomeSort.php Executable file → Normal file
View File

0
Algorithm/Sort/HeapSort.php Executable file → Normal file
View File

0
Algorithm/Sort/InsertionSort.php Executable file → Normal file
View File

0
Algorithm/Sort/IntroSort.php Executable file → Normal file
View File

0
Algorithm/Sort/MergeSort.php Executable file → Normal file
View File

0
Algorithm/Sort/OddEvenSort.php Executable file → Normal file
View File

0
Algorithm/Sort/PancakeSort.php Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More