Lila25mila
Lila25milaMarch 1, 2019, 3:55 a.m.

AlgorithmsHeap sorting algorithm

Heap Sort, сортировка, алгоритмы

Heap sort is a popular and efficient sorting algorithm in computer programming. Learning how to write a heap sort algorithm requires knowledge of two types of data structures - arrays and trees.


For example, the initial set of numbers that …

Read
Дмитрий
ДмитрийFeb. 28, 2019, 10:14 a.m.

C++Opening mp3 files using the audiere library

как открыть mp3-файл, звук, audiere, обработка звука, аудио

The audiere library allows you to work with audio files of various formats (wav, mp3, etc.). To work, we need the files audiere.h, audiere.lib, audiere.dll. h-file is included in the program code

#include "audiere.h"

lib-file is linked to .pro

LIBS …
Read
Lila25mila
Lila25milaFeb. 27, 2019, 6:24 a.m.

AlgorithmsSelection sorting algorithm

алгоритм, сортировка методом выбора, Selection sort algorithm, сортировка

The selection sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and if the first element is …

Read
Evgenii Legotckoi
Evgenii LegotckoiFeb. 26, 2019, 5:22 a.m.

C++Using SFINAE to specialize template methods, depending on the type of container std::map or std::vector, passed as an argument

SFINAE, C++17, template

There was a problem: "write the second implementation of the template function", in which the same arguments are passed. That is, the signature of both functions completely coincides. The difference is that, as an argument, the std::vector containers and the …

Read
Lila25mila
Lila25milaFeb. 26, 2019, 3:30 a.m.

AlgorithmsInsertion sorting algorithm

алгоритм, сортировка, Sort Algorithm

This description is intended to help you understand what the insertion sort algorithm is and how to implement it in programming.


Technical details, properties, and comparison with other sorting algorithms are out of the question here. If you know what …

Read
Lila25mila
Lila25milaFeb. 25, 2019, 3:29 a.m.

AlgorithmsBubble sort algorithm

алгоритм, сортировка, bubble

The bubble sort algorithm starts by comparing the first two elements of an array and replacing them if necessary. For example, if you want to sort the elements of an array in ascending order and the first element is greater …

Read
Lila25mila
Lila25milaJan. 31, 2019, 6:43 a.m.

WEBREST API development

API, REST, WEB

The article presents a set of tools required to create a REST API. The tools are platform independent, meaning they are applicable to REST APIs built using any technology stack. The purpose of this article is to introduce beginner API …

Read
Lila25mila
Lila25milaJan. 29, 2019, 2:53 a.m.

DjangoHow to use Coverage in Django

Django, Python

When you are developing a large project, it is possible to accidentally forget some parts of the code that need to be tested. Coverage.py is a python tool to help you with this.


Installation

Use pip or easy_install as you …

Read
Lila25mila
Lila25milaJan. 28, 2019, 1:19 a.m.

DjangoUsing Jinja2 with Django (since 1.8)

Django, jinja, Python, template

On the Medium Corporation resource, a user named Samu shares his experience using Jinja2.
According to him, he previously used Jinja2 in his projects built with Flask. But then I decided to use Jinja2 with Django for potential performance gains …

Read
Lila25mila
Lila25milaJan. 25, 2019, 3:28 a.m.

DjangoHow to use nested forms in Django

Django, python, formsets

Django Formsets manage complex repeating form fields in a view. Using the forms, you can find out how many forms were originally there, which ones have been changed, and which ones need to be deleted.
Like forms and form models, …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 23, 2019, 4:27 a.m.

Qtqsslint - Static parser for Qt stylesheets

Qt, QSS, Styles, Stylesheet

Enter the wonderful world of instruments for which the announcement takes more time than the instrument itself.


qsslint is a small command line utility for checking the syntax of your Qt stylesheet (*.qss). This is very similar to the previous …

Read
Evgenii Legotckoi
Evgenii LegotckoiJan. 23, 2019, 3:32 a.m.

LinuxWine 4.0 release with Vulkan support, Initial Direct 3D 12 and improved HiDPI

Wine, Linux

Wine 4.0 is now officially available as a new annual stable release of Wine for running Windows programs and games on Linux and other operating systems.


After seven weekly releases, Wine 4.0 was ready for release today, according to Wine …

Read
AD

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 11:51 a.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiOct. 31, 2024, 2:37 p.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 8:19 a.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 7:51 a.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 11:02 a.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
m
moogoNov. 22, 2024, 7:17 a.m.
Mosquito Spray System Effective Mosquito Systems for Backyard | Eco-Friendly Misting Control Device & Repellent Spray - Moogo ; Upgrade your backyard with our mosquito-repellent device! Our misters conce…
Evgenii Legotckoi
Evgenii LegotckoiJune 24, 2024, 3:11 p.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 6:04 a.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 3:49 a.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks