I hereby claim:
- I am soulstorm50 on github.
- I am s0ulst0rm (https://keybase.io/s0ulst0rm) on keybase.
- I have a public key ASDb-rhqd4A2F8Z_y8CwQnREw0bvYTZxdtV12oKRGtxV1Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #include "circle.h" | |
| Circle::Circle(QObject *parent) : QObject(parent) | |
| ,x(rand() % 600) | |
| ,y(rand() % 600) | |
| { | |
| } |
| #include "widget.h" | |
| #include <QApplication> | |
| int main(int argc, char *argv[]) | |
| { | |
| QApplication app(argc, argv); | |
| Widget mw(0); | |
| mw.resize(500, 500); |
| using System; | |
| using System.IO; | |
| using System.Linq; | |
| public class FileLength | |
| { | |
| public static void Main() | |
| { | |
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Text.RegularExpressions; | |
| using System.Threading.Tasks; | |
| namespace ConsoleApplication4 | |
| { |
| // 1. указать путь к директории (например, "C:\\1\\"). указать текст для поиска по файлам (например, "test"). | |
| // программа показывает названия всех файлов, которые лежат в указанной директории и содержат указанный текст. | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; |
| //Описать структуру Check: https://ru.wikipedia.org/wiki/%D0%9A%D0%B0%D1%81%D1%81%D0%BE%D0%B2%D1%8B%D0%B9_%D1%87%D0%B5%D0%BA | |
| //Предусмотреть функцию добавления информации о товаре (наименование, количество, цена за единицу товара, скидка) в чек, функцию распечатки чека на экране консоли. | |
| using System; | |
| using System.Text.RegularExpressions; | |
| using System.Collections; | |
| using System.Text; |
| using System; | |
| using System.Text.RegularExpressions; | |
| using System.Collections; | |
| using System.Text; | |
| using System.Threading; | |
| namespace ConsoleApplication1 | |
| { | |
| class Program |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Collections; | |
| namespace ConsoleApplication10 | |
| { | |
| class Program |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using System.Collections; | |
| using System.Reflection; | |
| namespace ConsoleApplication17 | |
| { |