mafulechka
mafulechkaJune 7, 2019, 4:34 a.m.

AlgorithmsGraph. Data structure.

Tree, Алгоритм, Дерево

The graph data structure is a set of nodes that have data and are connected to other nodes.


Let's try to understand this with an example. On facebook, everything is a node. This includes user, photo, album, event, group, page, …

Read
mafulechka
mafulechkaJune 5, 2019, 4:04 a.m.

AlgorithmsBinary Search Tree (BST)

Дерево, Tree, Алгоритм

Binary search tree is a data structure that allows you to maintain a sorted list of numbers.

  • A binary (binary) tree is called because each tree node has a maximum of two child elements.
  • A search tree because it can …
Read
mafulechka
mafulechkaJune 3, 2019, 4:31 a.m.

AlgorithmsTree traversal - inorder, preorder, and postorder (the three main traversals)

Алгоритм, Tree, Дерево

Tree traversal means visiting every node in the tree. For example, you can add all values to the tree or find the largest one. For all these operations, you will need to visit each node of the tree.


Linear data …

Read
Andrei Yankovich
Andrei YankovichMay 27, 2019, 12:57 a.m.

QtDeploying Qt and QML Applications on Linux and Windows

Переносимость приложений, QML, cqtdeployer, deployment, переносимость qt, windows, Развертывание, Run Linux Application, Qt, linux, deploy

Introduction

In this article we will look at how to properly collect all qt dependencies for your application, which was collected dynamically.


For a start, a little theory.

Why is this needed?

There are several ways to build applications, the …

Read
Evgenii Legotckoi
Evgenii LegotckoiMay 24, 2019, 3:12 a.m.

EVILEGCompanies and Jobs at EVILEG

Jobs, EVILEG, Company

Good day! For a long time I was going to add a new functionality on the site and finally this time has come.

Launched alpha version of modules companies and vacancies on EVILEG. Now users can add their companies to …

Read
mafulechka
mafulechkaMay 23, 2019, 2:49 a.m.

AlgorithmsTree data structure

Алгоритм, Tree, Дерево

A Linked List is a chain of nodes connected via "next" pointers. A tree is similar to a linked list, but each node can be linked to multiple nodes.

When we talk about a tree, we basically mean a binary …

Read
Дмитрий
ДмитрийMay 18, 2019, 3:29 p.m.

QtFb3 file reader on Qt Creator

fb3-читака, fb2-читалка, reader, читалка fb3, fb3-reader, формат fb3

Some time ago, I published a fb2 reader project, in the process of working on which I found out that this format is obsolete. Therefore, I began to master new formats and settled on fb3, the fb2 receiver format. In …

Read
Evgenii Legotckoi
Evgenii LegotckoiMay 11, 2019, 11:37 a.m.

EVILEGRelease EVILEG-CORE 0.0.3

ESNF-C, EVILEG

Good day! I am happy to present the first release of the EVILEG Social Network Framework - Core (ESNF-C).

The release is version 0.0.3. I successfully spent the first two versions on setting up the release in PyPi so that …

Read
Evgenii Legotckoi
Evgenii LegotckoiApril 28, 2019, 9:36 a.m.

DjangoDjango - Tutorial 046. Reset migrations in the project

Model, Reset, Django

In the process of developing a project on Django, we may encounter an unpleasant situation when some packages and modules were removed and, accordingly, models from these packages were no longer used. But at the same time, squash of application …

Read
Michael Kelley
Michael KelleyApril 25, 2019, 11:27 p.m.

Graphics and Design6 Elements to Keep in Mind for iOS App Development

app, design, iOS

“Design is not just what it looks like and feels like. Design is how it works.”
Steve Jobs

Today, there are over a million apps and counting in the Apple iOS store. Each one of these apps is customized; there …

Read
Evgenii Legotckoi
Evgenii LegotckoiApril 24, 2019, 3:42 a.m.

DjangoDjango - Tutorial 045. How to move model from one application to another

Application, Model, Django

I would like to share one of the possible way for moving the data model from one application to another.

Immediately, I note that this version of the data model transfer is not 100% working and you may need additional …

Read
Evgenii Legotckoi
Evgenii LegotckoiApril 23, 2019, 4:10 a.m.

DjangoDjango - Tutorial 044. How to Install and Configure Django on Mac OS

Mac, Django, Python, MacOS, Nginx, Apple, Homebrew

I propose to consider the process of installing and configuring a Django project on Mac OS X based on an existing project.

Some steps will be similar to those already performed in the Django setup article for Ubuntu .


Setting …

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