- 👋 Hi, I’m @MrMurder
- 👀 I’m interested in Java, HTML, CSS, JavaScript, Software Testing, SQL
- 🌱 I’m currently learning SQL and Fundamentals of Software Testing
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me Telegram: @MrMurder, Email: karp.jaroslav@gmail.com
Pinned Loading
-
Повернуть матрицу на 90 (180, 270) г...
Повернуть матрицу на 90 (180, 270) градусов против часовой стрелки 1public class MatrixRotation {
2static void createMatrix(int[][] a) {
3for (int i = 0; i < a.length; i++) {
4for (int j = 0; j < a.length; j++) {
5System.out.print(a[i][j] + " ");
-
Book
Book 1/*
2Создать классы:
31 Book: id, Название, Автор (ы), Издательство, Год издания, Количество страниц, Цена, Тип переплета.
42 Books: ArrayList<Book> books. Позволяет выполнить поиск:
5a) список книг заданного автора;
-
ImmutablePoint
ImmutablePoint 1/*
2Создать классы:
31. Point (Immutable): double x, double y. Methods: getters .
42. Line (Immutable): Point start, Point end. Methods: double getLength( ).
53. Lines: ArrayList<Line> lines. Methods: void add(Line line), double sumLength( ), Line longestLine( )
-
encryption-decryption
encryption-decryption PublicForked from hyperskill/encryption-decryption
Project: Encryption-Decryption
Java
-
tic-tac-toe-with-ai
tic-tac-toe-with-ai PublicForked from hyperskill/tic-tac-toe-with-ai
Project: Tic-Tac-Toe with AI
Java
-
Case-Converter
Case-Converter PublicThe text case converter. Can convert to upper case, lower case, proper case and sentence case. The result is available for download in .txt
CSS
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.