A
Anonymous
Oct. 9, 2020, 2:22 p.m.Untitled
def moveZeroes(self, nums): """ :type nums: List[int] :rtype: None Do not return anything, modify nums in-place instead. """ if len(nums) < 2: return count_ite
M
Oct. 8, 2020, 11:46 p.m.
Untitled
#include <iostream> #include <cmath> using namespace std; int main() { setlocale(LC_ALL, "ukr"); double r, u, x, y; cout << "Введiть координати:\nX="; cin >> x; cout << "\nY="; cin >> y;
ач
Sept. 16, 2020, 10:12 p.m.
Untitled
export function openingStoryEditorBridge (dataStory, idContest=false) { console.log(dataStory.buttonStory) return bridge.send("VKWebAppShowStoryBox", { "background_type": `${dataSto
ач
Sept. 16, 2020, 1:08 p.m.
Запрос к апи ВК
public static function getDataUsers($idsUsers) { global $config; // получаем данные узеров $request_params = array( 'user_ids' => implode(',', $idsUsers), 'lang' => "ru", 'field
ач
Sept. 10, 2020, 2:17 p.m.
bitrix
async function addDeal (data) { const { name, email, telephone, title } = data async function queryBitrix ({ method, dataQuery }) { const url = `https://mentorama.bitrix24.com.br/rest/3/8
Untitled
Item { id: root anchors.fill: parent StackLayout { width: parent.width currentIndex: coreApp.getCurrentObject().isAttributesFull ? 0 : 1 anchors.fil
A
Anonymous
Aug. 28, 2020, 5:22 p.m.Не рабочий
public class Game2 extends ApplicationAdapter { private Skin skin; private Stage stage; private SpriteBatch batch; private WidgetFactory widgetFactory; private TextButton move
A
Anonymous
Aug. 28, 2020, 5:20 p.m.Рабочий
public class Game extends ApplicationAdapter { Skin skin; Stage stage; SpriteBatch batch; @Override public void create () { batch = new SpriteBatch(); stag
A
Anonymous
Aug. 27, 2020, 1:24 a.m.Untitled
def maxProfit(self, prices): """ :type prices: List[int] :rtype: int """ max_profit = 0 buy_day = None for num, price in enumerate(prices, start=0): if num + 1
A
Anonymous
Aug. 24, 2020, 5:21 p.m.A
Anonymous
Aug. 18, 2020, 3:35 a.m.Untitled
import bla-bla import bla-bla import bla-bla import bla-bla def __init__(self): set_timezone() def index(request): kjnlknlk
A
Anonymous
Aug. 16, 2020, 5:43 p.m.Untitled
mport os title = "Готово" message = "Файл скачан" command = f''' osascript -e 'display notification "{message}" with title "{title}"' ''' os.system(command)
A
Anonymous
Aug. 16, 2020, 5:16 a.m.A
Anonymous
Aug. 16, 2020, 3:30 a.m.Untitled
A B C D E F G H I J 1 Host Country Winner Runner up Average attendance Teams Matches Goals scored Average goals 2 1930 World Cup Uruguay 1930 Uruguay Uruguay Argentina 32,808 13 18 70 3.9 3
ач
Aug. 14, 2020, 8:19 a.m.
Root
const App = () => { return ( <Root activeView={ID_VIEW}> <View id={ID_VIEW} activePanel={ID_PANEL}> <Panel id={ID_PANEL}> <Content/>
ач
Aug. 11, 2020, 9:03 p.m.
animation
.open_container { display: flex; animation-name: openContainer; animation-duration: 200ms; animation-timing-function: linear; } .close_container { display: none; animation-name:
ач
Aug. 11, 2020, 7:35 p.m.
PopUpForm
import React, { useState, useEffect } from 'react' import css from './ApplicationForCourseDesktop.module.scss' import PhoneInput from 'react-phone-input-2' import 'react-phone-input-2/lib/style.css
- Last comments
- VPMarch 9, 2025, 4:14 p.m.Здравствуйте! Я устанавливал Qt6 из исходников а также Qt Creator по отдельности. Все компоненты, связанные с разработкой для Android, установлены. Кроме одного... Когда пытаюсь скомпилиров…
- ИМNov. 22, 2024, 9:51 p.m.Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
- Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
- Now discuss on the forum
- fFeb. 15, 2025, 1:46 p.m.Подскажите, пожалуйста! Как данный класс можно дополнить, чтобы созданные объекты можно было перемещать мышкой по сцене?
- Не запускается компьютер (точнее работает блок , но сам монитор вообще жесть)В общем я ничего с интернета не скачивала в последнее время. На компе никаких левых пр…
- Вопрос решен. Узнать QModelIndex элемента на который мы перетаскиваем другой элемент, можно с помощью функции indexAt(event->position().toPoint()) представления QTreeViev вызываемой в переопр…
- Спасибо большое за помощь и простите за то что отнял время своей невнимательностью.