DelphiFeeds.ru 2.0 http://delphifeeds2.ru Лучшие Delphi блоги Рунета Sat, 30 Apr 2022 18:56:22 +0000 ru-RU hourly 1 https://wordpress.org/?v=4.9.20 JS.EventLoop http://delphifeeds2.ru/2022/04/30/js-eventloop/ http://delphifeeds2.ru/2022/04/30/js-eventloop/#respond Sat, 30 Apr 2022 18:36:51 +0000 http://delphifeeds2.ru/2022/04/30/js-eventloop/ https://developer.mozilla.org/en-US/docs/Web/JavaScript/EventLoop

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/30/js-eventloop/feed/ 0
JS.Promise.AsyncAwaitChain http://delphifeeds2.ru/2022/04/30/js-promise-asyncawaitchain/ http://delphifeeds2.ru/2022/04/30/js-promise-asyncawaitchain/#respond Sat, 30 Apr 2022 18:04:48 +0000 http://delphifeeds2.ru/2022/04/30/js-promise-asyncawaitchain/ let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmth Fail’); }

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/30/js-promise-asyncawaitchain/feed/ 0
Js.Promise.AsyncAwait http://delphifeeds2.ru/2022/04/30/js-promise-asyncawait/ http://delphifeeds2.ru/2022/04/30/js-promise-asyncawait/#respond Sat, 30 Apr 2022 17:57:08 +0000 http://delphifeeds2.ru/2022/04/30/js-promise-asyncawait/ Sugar for promises

let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else {

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/30/js-promise-asyncawait/feed/ 0
Js. Chain of promises http://delphifeeds2.ru/2022/04/30/js-chain-of-promises/ http://delphifeeds2.ru/2022/04/30/js-chain-of-promises/#respond Sat, 30 Apr 2022 17:15:31 +0000 http://delphifeeds2.ru/2022/04/30/js-chain-of-promises/ let doSmth = () => { return new Promise((resolve, reject) => { if (Math.random() > 0.5) { resolve(‘doSmth success’); } else { reject(‘doSmthFail’); } })

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/30/js-chain-of-promises/feed/ 0
Выпущен RAD Studio 11.1 Alexandria Patch 1 http://delphifeeds2.ru/2022/04/27/%d0%b2%d1%8b%d0%bf%d1%83%d1%89%d0%b5%d0%bd-rad-studio-11-1-alexandria-patch-1/ http://delphifeeds2.ru/2022/04/27/%d0%b2%d1%8b%d0%bf%d1%83%d1%89%d0%b5%d0%bd-rad-studio-11-1-alexandria-patch-1/#respond Wed, 27 Apr 2022 16:22:00 +0000 http://delphifeeds2.ru/2022/04/27/%d0%b2%d1%8b%d0%bf%d1%83%d1%89%d0%b5%d0%bd-rad-studio-11-1-alexandria-patch-1/     Компания Embarcadero выпустила первое обновление для RAD Studio, Delphi и C++Builder 11.1 Alexandria. Это обновление устраняет несколько важных проблем с компилятором Delphi, отладкой под macOS

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/27/%d0%b2%d1%8b%d0%bf%d1%83%d1%89%d0%b5%d0%bd-rad-studio-11-1-alexandria-patch-1/feed/ 0
Algo.Leetcode.111. Minimum Depth of Binary Tree http://delphifeeds2.ru/2022/04/23/algo-leetcode-111-minimum-depth-of-binary-tree/ http://delphifeeds2.ru/2022/04/23/algo-leetcode-111-minimum-depth-of-binary-tree/#respond Sat, 23 Apr 2022 07:02:44 +0000 http://delphifeeds2.ru/2022/04/23/algo-leetcode-111-minimum-depth-of-binary-tree/ Task

Given a binary tree, find its minimum depth.

The minimum depth is the number of nodes along the shortest path from the root node

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/23/algo-leetcode-111-minimum-depth-of-binary-tree/feed/ 0
Algo. Leetcode. 104. Maximum Depth of Binary Tree http://delphifeeds2.ru/2022/04/22/algo-leetcode-104-maximum-depth-of-binary-tree/ http://delphifeeds2.ru/2022/04/22/algo-leetcode-104-maximum-depth-of-binary-tree/#respond Fri, 22 Apr 2022 08:33:03 +0000 http://delphifeeds2.ru/2022/04/22/algo-leetcode-104-maximum-depth-of-binary-tree/ Decision

/** * Definition for a binary tree node. * public class TreeNode { * public int val; * public TreeNode left; * public TreeNode

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/22/algo-leetcode-104-maximum-depth-of-binary-tree/feed/ 0
Algo. Leetcode. 100. Same Tree http://delphifeeds2.ru/2022/04/21/algo-leetcode-100-same-tree/ http://delphifeeds2.ru/2022/04/21/algo-leetcode-100-same-tree/#respond Thu, 21 Apr 2022 08:02:53 +0000 http://delphifeeds2.ru/2022/04/21/algo-leetcode-100-same-tree/ source

Given the roots of two binary trees p and q, write a function to check if they are the same or not.

Two binary trees are considered

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/21/algo-leetcode-100-same-tree/feed/ 0
IXMLDocument — пустые пространства имен xmlns http://delphifeeds2.ru/2022/04/07/ixmldocument-%d0%bf%d1%83%d1%81%d1%82%d1%8b%d0%b5-%d0%bf%d1%80%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%81%d1%82%d0%b2%d0%b0-%d0%b8%d0%bc%d0%b5%d0%bd-xmlns/ http://delphifeeds2.ru/2022/04/07/ixmldocument-%d0%bf%d1%83%d1%81%d1%82%d1%8b%d0%b5-%d0%bf%d1%80%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%81%d1%82%d0%b2%d0%b0-%d0%b8%d0%bc%d0%b5%d0%bd-xmlns/#respond Thu, 07 Apr 2022 12:22:29 +0000 http://delphifeeds2.ru/2022/04/07/ixmldocument-%d0%bf%d1%83%d1%81%d1%82%d1%8b%d0%b5-%d0%bf%d1%80%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%81%d1%82%d0%b2%d0%b0-%d0%b8%d0%bc%d0%b5%d0%bd-xmlns/

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/07/ixmldocument-%d0%bf%d1%83%d1%81%d1%82%d1%8b%d0%b5-%d0%bf%d1%80%d0%be%d1%81%d1%82%d1%80%d0%b0%d0%bd%d1%81%d1%82%d0%b2%d0%b0-%d0%b8%d0%bc%d0%b5%d0%bd-xmlns/feed/ 0
FastLinux – operating system must be fast http://delphifeeds2.ru/2022/04/01/fastlinux-operating-system-must-be-fast/ http://delphifeeds2.ru/2022/04/01/fastlinux-operating-system-must-be-fast/#respond Fri, 01 Apr 2022 09:23:00 +0000 http://delphifeeds2.ru/2022/04/01/fastlinux-operating-system-must-be-fast/     Сегодня, 1 апреля 2022 года, компания Fast Reports анонсировала выпуск FastLinux Server. FastLinux Server – это операционная система, которая отвечает всем требованиям современных предприятий, обладает

Читать на сайте автора.

]]>
http://delphifeeds2.ru/2022/04/01/fastlinux-operating-system-must-be-fast/feed/ 0