A
AnonymousNov. 16, 2023, 2:38 p.m.

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.

storage/emulated/0/Кристина
и лера/Лера и Кристина.zip
A
AnonymousNov. 9, 2023, 8:40 a.m.

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.

cout << "Hello world!" << endl;
A
AnonymousSept. 11, 2023, 10:54 a.m.

#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.

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.

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

$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.

{
    "code": "registry_group_new_6",
    //"parentID": "62e550bd-aed8-404e-8811-05faab690485",
    "translation": [
        {
            "locale": "c",
            "value": "Образование15",
 
A
AnonymousJune 21, 2023, 7:21 a.m.

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.

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.

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.

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.

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.

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.

{
    "uuid": "58787bd0-4f6d-497b-8661-b9ca262a4338",
    "version": 2,
    "typeform": "0",
    "name": "фпва",
    "nameru": "фпва",
    "namekz": "фпва",
    "code": "fpva",
    "descriptio
A
AnonymousFeb. 7, 2023, 9:37 a.m.

"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.

{
    "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

C++ - Test 002. Constants

  • Result:41points,
  • Rating points-8
E

C++ - Test 001. The first program and data types

  • Result:80points,
  • Rating points4
E

C++ - Test 001. The first program and data types

  • Result:53points,
  • Rating points-4
Last comments
Evgenii Legotckoi
Evgenii LegotckoiDec. 3, 2023, 7:39 p.m.
Django - Lesson 059. Saving the selected language in user settings It is redirect from untranslated url to translated url. It is normal behavior for mutlilanguage web site based on the Django.
c
coder55Dec. 2, 2023, 4:34 a.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/…
g
gr1047Nov. 12, 2023, 9:35 p.m.
Qt/C++ - Lesson 035. Downloading files via HTTP with QNetworkAccessManager Добрый день. Изучаю Qt на ваших уроках. Всё нормально работает на Linux. А под Win один раз запустилось, а сейчас вместо данных сайта получается ошибк "Unable to write". Куда копать, ума не…
D
DamirNov. 2, 2023, 1:41 p.m.
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.
Как написать свой QTableView Итак начинаем писать свои виджеты на основе QAbstractItemView. А что так можно было?
Now discuss on the forum
BlinCT
BlinCTNov. 30, 2023, 8:18 p.m.
Сборка проекта Qt6 из под винды на удаленой машине Всем привет. Сталкнулся с такой странностью: надо собирать проект из под 10 винды на удаленой линуксовой машине, проект строится на QT6, но вот когда cmake генерит свой кеш то вылитает…
Evgenii Legotckoi
Evgenii LegotckoiNov. 19, 2023, 7:14 p.m.
CKEditor 5 и подсветка синтаксиса. Добрый день. Я устал разбираться с CKEditor и просто перешёл на использование самописного markdown редактора...
Виктор Калесников
Виктор КалесниковOct. 20, 2023, 2:29 p.m.
Контакты Android делал в далеком 2017г поэтому особенно ничего не подскажу. Это основные методы получения данных с андроида используя Qt. Там еще какоето колдунство с манифестом. Андроидом давно не занимаюс…
m
mihamuzOct. 19, 2023, 12:03 a.m.
Скачать Qt 6 Сработал следующий алгоритм. Инстолятор скачал используя это https://freevpnplanet.com/ru/ как расширение браузера. Потом установил это https://freevpnplanet.com/ru/ же на ПК и через инстолятор …

Follow us in social networks