-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Вильданов Савелий #241
Open
Saveliy21
wants to merge
39
commits into
kontur-courses:master
Choose a base branch
from
Saveliy21:HomeWork
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Вильданов Савелий #241
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
dee9824
create interface
Saveliy21 a1d1e33
Add CircularCloudLayotherTest
Saveliy21 1fb56fb
add CircularCloudLayouter
Saveliy21 16fb3d6
Add SpiralTest
Saveliy21 42f7bf7
Add class Spiral
Saveliy21 f86d62f
add settings
Saveliy21 ef1be52
refactor CircularCloudLayouter.cs
Saveliy21 3415138
refactor Spiral.cs
Saveliy21 38ceb83
refactor CircularCloudLayotherTest.cs
Saveliy21 4de5007
refactor SpiralTest.cs
Saveliy21 d20083c
refactor project Tests
Saveliy21 198e49c
change Spiral settings
Saveliy21 069d48f
create CloudGenerator.cs
Saveliy21 492c16e
create Program.cs
Saveliy21 ec49a56
Add Images
Saveliy21 597425e
small refactor Program.cs
Saveliy21 4dc529e
change Images location
Saveliy21 a1aab21
create class for constants
Saveliy21 42d0b33
refactor CloudGenerator.cs
Saveliy21 bbb7ffa
Add TearDown
Saveliy21 27c162d
refactor SpiralTest.cs
Saveliy21 5e7cbd6
Add CloudGeneratorTest.cs
Saveliy21 fdc168c
Add new class SaveImages
Saveliy21 801bba9
change FluentAssertions version
Saveliy21 2ecfb96
refactor CircularCloudLayotherTest.cs
Saveliy21 0119e8d
replace CloudGenerator.cs to CloudDrawer.cs
Saveliy21 1a2d746
replace CloudGeneratorTest to CloudDrawerTest
Saveliy21 083d09f
refactor Program.cs
Saveliy21 0a052f3
add new method to CircularCloudLayouter.cs
Saveliy21 b4d4356
refactor CloudDrawer.cs
Saveliy21 71c304c
rename class
Saveliy21 a045a06
refactor Program.cs
Saveliy21 12d47d1
refactor TagsCloudVisualizationTests.csproj
Saveliy21 f16502f
refactor TagsCloudVisualization.csproj
Saveliy21 1097f79
rename CloudDrawerTest.cs
Saveliy21 0ac7a7c
refactor CircularCloudLayotherTest.cs
Saveliy21 fb56b45
unit SaveImage.cs with CloudDrawer.cs
Saveliy21 d625800
refactor
Saveliy21 3ce2afc
small refactor
Saveliy21 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
using System.Drawing; | ||
|
||
namespace TagsCloudVisualization; | ||
|
||
public class SaveImages | ||
{ | ||
public static void SaveImage(Bitmap bmp, string fileName) | ||
{ | ||
bmp.Save(fileName); | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Классы называем существительными, сейчас у тебя получился глагол "Сохрани изображения", а надо "Сохранятель изображений"))