Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/splincode/codework

Задачки, которые встречались мне на пути обучения в университете или на собеседованиях
https://github.com/splincode/codework

angular cpp html javascript php typescript visual

Last synced: 5 days ago
JSON representation

Задачки, которые встречались мне на пути обучения в университете или на собеседованиях

Awesome Lists containing this project

README

        

# Мои упражнения
#### Список задач, которые являются типовыми задачами в программировании, встречающиеся мне на пути обучения в университете и различных компаниях (на собеседовании или во время трудоустройства):

--------------

#### Java
- [2022. Java Kanban Board (springframework)](https://github.com/splincode/java-filmorate)

--------------

#### JavaScript
- [2018. Визуализация Change Detection в Angular](https://github.com/Angular-RU/change-detection-tree)

--------------

#### JavaScript
- [2017. Библиотека по логгированию web-приложения](https://github.com/splincodewd/client-logger)

--------------

#### Публикации
- [2017. Перевод Chromium архитектуры](https://github.com/splincode/chromium-architecture)

--------------

#### Typescript
- [2017. Динамическая загрузка компонентов в Angular 4](https://github.com/splincodewd/collection-codework/tree/master/typescript/angular/dynamic.ts)
- [2017. Написание обработчика КриптоПро ЭЦП Browser plug-in для веб-компонентов на Angular](https://github.com/splincode/cryptopro-browser-plugin)

--------------

#### Shell
- [2016. Системный монитор](https://github.com/splincode/system-monitor)

#### JavaScript
- [2017. Сетевой анализ рендеринга страницы](https://github.com/splincode/recursive-phantomjs)
- [2017. Заполнения сущностей в базе по цепочке связей (async/await)](https://github.com/splincodewd/collection-codework/tree/master/javascript/async-await)
- [2016. Интеграция с устройствами и управление через веб-интерфейс](https://github.com/splincode/ihardware/tree/master/omron)
- [2017. Парсинг динамического сайта для получения модели данных](https://github.com/splincode/parse-site-example)

--------------

#### JavaScript
- [2016. Проверка теоретических знаний](https://github.com/splincodewd/collection-codework/tree/master/javascript/theory)

--------------

#### PHP
- [2015. Теория](https://github.com/splincodewd/collection-codework/tree/master/php/theory)
- [2015. Отсортировать все слова по количеству вхождений](https://github.com/splincodewd/collection-codework/tree/master/php/sort)
- [2015. Пример производительной SQL-выборки](https://github.com/splincodewd/collection-codework/tree/master/php/sql)

--------------

#### C++
- [2016. Тест на простоту числа](https://github.com/splincodewd/collection-codework/tree/master/cpp/prime)
- [2016. Библиотека для работы с памятью](https://github.com/splincodewd/collection-codework/tree/master/cpp/memory)
- [2016. Ссылка возврата](https://github.com/splincodewd/collection-codework/tree/master/cpp/link)

--------------

#### JavaScript

- [2017. Собеседование и подготовка](https://github.com/splincodewd/collection-codework/tree/master/javascript/interview-dev)
- [2016. Сортировщик карточек путешественника](https://github.com/splincodewd/collection-codework/tree/master/javascript/travels)
- [2016. JS-фреймворк для работы с css классами dom элементов](https://github.com/splincodewd/collection-codework/tree/master/javascript/framework)
- [2016. Cверстать расписание лекций проекта «Мобилизация»](https://github.com/splincodewd/collection-codework/tree/master/javascript/mobilization)
- [2016. Напишите библиотеку, предоставляющую API для работы с расписанием лекций](https://github.com/splincodewd/collection-codework/tree/master/javascript/mobilization-api)
- [2016. Исправить неработающий код](https://github.com/splincodewd/collection-codework/tree/master/javascript/fetch-error)

--------------

#### Технические материалы
- [Страница кафедры с лекциями, семинарами и вебинарами](https://github.com/stankin/uits-labs)

--------------

#### C++
- [2015. Функции для работы с файлами](https://github.com/splincodewd/collection-codework/tree/master/cpp/fs)
- [2015. Статичный ассоциативный массив](https://github.com/splincodewd/collection-codework/tree/master/cpp/associative)
- [2015. Электронные часы (GUI)](https://github.com/splincodewd/collection-codework/tree/master/cpp/gui)
- [2015. Библиотеки (dll, so)](https://github.com/splincodewd/collection-codework/tree/master/cpp/dll)
- [2014. Структура данных - вектор](https://github.com/splincodewd/collection-codework/tree/master/cpp/vector)
- [2014. Структура данных - матрица](https://github.com/splincodewd/collection-codework/tree/master/cpp/matrix)
- [2014. Структура данных - граф](https://github.com/splincodewd/collection-codework/tree/master/cpp/graph)
- [2014. Структура данных - дерево](https://github.com/splincodewd/collection-codework/tree/master/cpp/tree)
- [2014. Универсальный скалярный тип](https://github.com/splincodewd/collection-codework/tree/master/cpp/var)
- [2014. Игра «Жизнь» на WebView](https://github.com/splincodewd/collection-codework/tree/master/cpp/gamelife)
- [2014. Компилятор](https://github.com/splincodewd/collection-codework/tree/master/cpp/compiler)
- [2014. Транслятор](https://github.com/splincodewd/collection-codework/tree/master/cpp/translater)
- [2014. Мультитранслятор](https://github.com/splincodewd/collection-codework/tree/master/cpp/multitranslater)
- [2014. Интерпретатор лямбда-исчислений](https://github.com/splincodewd/collection-codework/tree/master/cpp/lambda)
- [2014. Решатель судоку](https://github.com/splincodewd/collection-codework/tree/master/cpp/sudoku)
- [2014. Метод сопряженных градиентов](https://github.com/splincodewd/collection-codework/blob/master/cpp/nonlinear_conjugate_gradient_method/)

--------------

#### Visual C++
- [2015. Типичный каркас Win32 приложения](https://github.com/splincodewd/collection-codework/tree/master/vc/lab1/base.cpp)
- [2015. Отрисовка сетки](https://github.com/splincodewd/collection-codework/tree/master/vc/lab1/grid.cpp)
- [2015. Отрисовка Солнца](https://github.com/splincodewd/collection-codework/tree/master/vc/lab1/sun.cpp)
- [2015. Отображение синуса](https://github.com/splincodewd/collection-codework/tree/master/vc/lab2/sin.cpp)
- [2015. Отображение параболы](https://github.com/splincodewd/collection-codework/tree/master/vc/lab2/parabola.cpp)
- [2015. Отображение плоскости поверхности](https://github.com/splincodewd/collection-codework/tree/master/vc/lab2/surface.cpp)
- [2015. Линия в 3ей четверти](https://github.com/splincodewd/collection-codework/blob/master/vc/lab2/graphs3th.cpp)

--------------

#### Java
- [2017. Перевод из одной системы счисления в другую](https://github.com/splincodewd/collection-codework/tree/master/java/notation)
- [2017. Фабричный метод](https://github.com/splincodewd/collection-codework/tree/master/java/garden)

--------------

#### JavaScript
- [2016. Уравнение теплопроводности](https://github.com/splincodewd/collection-codework/tree/master/javascript/transcalency)
- [2016. Волновое уравнение](https://github.com/splincodewd/collection-codework/tree/master/javascript/transcalency)
- [2016. Метод золотого сечения](https://github.com/splincodewd/collection-codework/tree/master/javascript/golden_section_method)
- [2016. Метод дихотомии](https://github.com/splincodewd/collection-codework/tree/master/javascript/dichotomy_method)
- [2016. Метод Хука-Дживса (прямой поиск)](https://github.com/splincodewd/collection-codework/blob/master/javascript/pattern_search/)
- [2016. Продукционная модель](https://github.com/splincodewd/collection-codework/blob/master/javascript/production_system/)
- [2016. Система решения задач теоретической механики методом сил](https://github.com/splincodewd/collection-codework/blob/master/javascript/cad/)
- [2016. Графический редактор](https://github.com/splincodewd/collection-codework/tree/master/javascript/grapheditor/)
- [2017. Разработка программы разграничения полномочий пользователей на основе парольной аутентификации](https://github.com/splincode/simple-authorize-service)