A
AnonymousNov. 16, 2023, 2:38 p.m.
Https://com.alphainventor.filemanager.fileprovider/guide/file/root.html
def average_of_sequence(): def recursive_average(count, total_sum): number = int(input()) if number == 0: return count, total_sum, 0 sub_count, sub_sum
A
AnonymousNov. 10, 2023, 8:31 a.m.
A
AnonymousNov. 9, 2023, 10:13 p.m.
A
AnonymousNov. 9, 2023, 8:40 a.m.
Untitled
let mapping = ['level', 'money']; let bucket = 'saves'; const db = /* <aws dynamodb> */; const s3 = /* <aws s3> */; async function SaveGame(data = {}) { console.log(`Save ${data.saveId}`);
A
AnonymousOct. 19, 2023, 9:25 a.m.
A
AnonymousSept. 11, 2023, 10:54 a.m.
Untitled
#include <iostream> #include <stack> #include <map> using namespace std; map<char, char> pr = { {')', '('}, {']', '['}, {'}', '{'} }; bool checkBrackets(string expression) {
A
AnonymousSept. 3, 2023, 2:40 p.m.
Untitled
import sys import time from PyQt5 import QtCore, QtWidgets from PyQt5.QtGui import QColor class Ui_Form(object): def setupUi(self, Form): Form.setObjectName("Form")
A
AnonymousJuly 18, 2023, 8:30 a.m.
sendAnswer()
function sendAnswer() { if (arguments.length === 1 && _.isObject(arguments[0])) { if (Object.keys(arguments[0]).length == 2) { if (!_.isUndefined(arguments[0].text) && !_.is
A
AnonymousJuly 13, 2023, 9:15 a.m.
php
<?php $data = ['Андрей 9', 'Василий 11', 'Роман 7', 'Андрей 6', 'Иванов Иван 3', 'Роман 11', 'Василий 6']; $users = []; $totals = []; foreach ($data as $item) { // list($name, $score) =
A
AnonymousJune 21, 2023, 7:23 a.m.
Untitled
{ "code": "registry_group_new_6", //"parentID": "62e550bd-aed8-404e-8811-05faab690485", "translation": [ { "locale": "c", "value": "Образование15",
A
AnonymousJune 21, 2023, 7:21 a.m.
Untitled
17:21:12,807 ERROR [com.arta.core.controllers.RegistryController] (default task-13) ERROR in saveRegistryGroup: java.sql.BatchUpdateException: Cannot add or update a child row: a foreign key constrain
A
AnonymousJune 8, 2023, 6:23 a.m.
Untitled
16:22:54,337 INFO [arta.synergy.ejb.sharepoint.SharePointChangesService] (EJB default - 10) syncing from sharepoint 16:23:02,762 INFO [kz.arta.information.bean.jcr.events.NotificationManager] (Time
A
AnonymousMay 30, 2023, 12:29 a.m.
Untitled
10:27:10,340 INFO [kz.arta.information.bean.jcr.events.NotificationManager] (Timer-7) ARTA Information: notifications thread started 10:27:19,998 ERROR [io.undertow.request] (default task-1) UT00502
A
AnonymousMay 29, 2023, 5:55 a.m.
Untitled
15:51:10,234 INFO [arta.synergy.ejb.sharepoint.SharePointChangesService] (EJB default - 1) syncing from sharepoint 15:52:04,611 ERROR [arta.bean.StartupManager] (default task-13) *** Information cou
A
AnonymousMay 16, 2023, 2:29 p.m.
Untitled
ERROR [com.arta.core.controllers.ApplicationController] (default task-4) **** : kz.arta.synergy.forms.common.object.translation.SynergyException at arta.synergy.ejb.apps.ApplicationManager.ch
A
AnonymousApril 25, 2023, 4:27 a.m.
Untitled
class Company(models.Model): owner = models.ForeignKey(User, on_delete=models.CASCADE) name = models.CharField(max_length=255) class Product(models.Model): company = models.Forei
A
AnonymousFeb. 7, 2023, 11:02 p.m.
Untitled
{ "uuid": "58787bd0-4f6d-497b-8661-b9ca262a4338", "version": 2, "typeform": "0", "name": "фпва", "nameru": "фпва", "namekz": "фпва", "code": "fpva", "descriptio
A
AnonymousFeb. 7, 2023, 9:37 a.m.
Untitled
"uuid":"adb2a84b-8ec8-4396-a02b-de7ca9c4a8a3", "name":"re", "nameru":"re", "namekz":"re", "code":"re", "description":"", "type":"form", "format":1, "version":1, "properties":[ { "i
A
AnonymousFeb. 7, 2023, 9:36 a.m.
Untitled
{ "format": 0, "version": 1, "properties": [ { "id": "label-qz2thp", "type": "label", "required": false, "links": [],
A
AnonymousNov. 15, 2022, 8:25 p.m.
Гн
<script type="text/javascript"> * FlashObject — это (c) 2006 Geoff Stearns, выпущенный под лицензией MIT: * http://www.opensource.org/licenses/mit-license.php * */deconcept == "undefined") com
E
- EvilTourist
- Dec. 4, 2023, 2:04 p.m.
C++ - Test 001. The first program and data types
- Result:80points,
- Rating points4
E
- EvilTourist
- Nov. 30, 2023, 7:48 p.m.
C++ - Test 001. The first program and data types
- Result:53points,
- Rating points-4
Last comments

Evgenii LegotckoiDec. 3, 2023, 7:39 p.m.
Django - Lesson 059. Saving the selected language in user settings It tries to do language translation in API views. That's why it sends or receives the same API request twice. Do you have any suggestions on this? Example: stripe webhook. "GET /warehouse/…
Qt/C++ - Lesson 035. Downloading files via HTTP with QNetworkAccessManager Добрый день. Изучаю Qt на ваших уроках. Всё нормально работает на Linux. А под Win один раз запустилось, а сейчас вместо данных сайта получается ошибк "Unable to write". Куда копать, ума не…
Qt/C++ - Lesson 056. Connecting the Boost library in Qt for MinGW and MSVC compilers С CMake всё на много проще: find_package(Boost)

Павел ДорофеевOct. 29, 2023, 12:48 a.m.
Now discuss on the forum

BlinCTNov. 30, 2023, 8:18 p.m.

Evgenii LegotckoiNov. 19, 2023, 7:14 p.m.
МЛ
Разные иконки в QTreeView для раскрытых и свернутых веток Решено. через setData в модели.
Михаил ЛебедевOct. 24, 2023, 1:51 p.m.

Виктор КалесниковOct. 20, 2023, 2:29 p.m.
Скачать Qt 6 Сработал следующий алгоритм. Инстолятор скачал используя это https://freevpnplanet.com/ru/ как расширение браузера. Потом установил это https://freevpnplanet.com/ru/ же на ПК и через инстолятор …