A
AnonymousMay 6, 2020, 5 a.m.
Untitled
<!DOCTYPE html> <html> <head> <title>Испытание 1: красивая форма</title> <meta charset="utf-8"> </head> <body> <form class="login-form" action="/auth" method
Evgenii LegotckoiMay 5, 2020, 2:28 a.m.
123456
componentDidMount(){ this.startTimer() } startTimer = () => { let inter_new = setInterval(this.check, 10); this.check(inter_new) } check = (inte
A
AnonymousMay 4, 2020, 5:45 p.m.
Переход между бранчами, vkbottle
from tortoise import Tortoise from vkbottle import Bot, Message from vkbottle.branch import ClsBranch, rule_disposal from vkbottle.framework.framework.branch.database_branch import DatabaseBranch
A
AnonymousMay 2, 2020, 1:43 a.m.
ывпывпывп
using System; using System.Linq; using System.Threading.Tasks; namespace rocket_bot { public partial class Bot { public Rocket GetNextMove(Rocket rocket) {
BlinCTApril 30, 2020, 2:27 p.m.
Untitled
import QtQuick 2.12 Item { id: ctextItem property string textItem property color color: "#ffffff" // property string fontName: "Frutiger57" property int
A
AnonymousApril 14, 2020, 1:32 p.m.
Untitled
import React, {useState} from 'react'; import clsx from 'clsx'; import { makeStyles } from '@material-ui/core/styles'; import TextField from '@material-ui/core/TextField'; import FormControlLabel
A
AnonymousApril 12, 2020, 12:47 p.m.
Untitled
import React, {useState} from 'react'; import clsx from 'clsx'; import { makeStyles } from '@material-ui/core/styles'; import TextField from '@material-ui/core/TextField'; import FormControlLabel
A
AnonymousApril 12, 2020, 11:09 a.m.
3
x = input() m = True if x[0] == '0': m = False else: for i in x: if i < '0' or i > '7': m = False if m: print('Yes') else: print('No')
ChristoFApril 10, 2020, 9:11 a.m.
#2 gSoap-клиент Qt
/* В продолжение https://wiki.qt.io/How_to_use_gSOAP_with_Qt_for_Web_Service_Client. #wsdl2h.exe Создание header-файла из wsdl .\wsdl2h.exe -o ws.h -ipath http://ссылка на wsdl #soapcpp2
A
AnonymousApril 3, 2020, 10:10 a.m.
Проверка безопасности
<?php header("Access-Control-Allow-Origin: *"); $config = array( 'host' => '123', 'user' => '123', 'pass' => '123', 'base' => '123' ); $db = new mysqli($config['host'], $config['user']
A
AnonymousMarch 25, 2020, 4:46 p.m.
Untitled
n = 5 na, nb = 99, 99 c = na * 5 d = nb * 5 if d >= 100: c += d // 100 d -= (d // 100) * 100 print('Цена за кг. картофеля:', na, 'грн.', nb, 'копеек.') print('Для покупи', n, 'кг. к
A
AnonymousMarch 25, 2020, 6:38 a.m.
Untitled
import turtle turtle.shape("turtle") x = 1 y = 20 z = 4 turtle.forward(y) turtle.left(90) turtle.forward(y) turtle.left(90) turtle.forward(y) turtle.left(90) turtle.forward(y) turtle.p
A
AnonymousMarch 20, 2020, 4:02 p.m.
A
AnonymousMarch 19, 2020, 7:52 a.m.
Код макроса
function Add5() { var spreadsheet = SpreadsheetApp.getActive(); spreadsheet.getRange('A2:F2').activate(); spreadsheet.setActiveSheet(spreadsheet.getSheetByName('Все операции'), true); spre
A
AnonymousMarch 13, 2020, 1:31 p.m.
A
AnonymousMarch 5, 2020, 3:48 p.m.
Untitled
# deb cdrom:[Ubuntu 18.04.4 LTS _Bionic Beaver_ - Release amd64 (20200203.1)]/ bionic main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of
A
AnonymousFeb. 14, 2020, 6:51 a.m.
Untitled
import tkinter as tki import tkinter.font as font from tkinter import Toplevel, PhotoImage, Label root = tk.TK() root.geometry('1280x800') x = 300 y = 350 def button_hover(e): root.after(0
A
AnonymousJan. 30, 2020, 9:44 a.m.
A
AnonymousDec. 4, 2019, 8:52 a.m.
Untitled
public class MainActivity extends AppCompatActivity { private Button mAddButton; private Button mConnectButton; TCPWorker UniTimer; @Override protected void onCreate(Bundle
AD
- Akiv Doros
- Nov. 11, 2024, 10:58 p.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
m
- molni99
- Oct. 26, 2024, 8:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
m
- molni99
- Oct. 26, 2024, 8:29 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:20points,
- Rating points-10
Last comments
ИМ
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Игорь МаксимовNov. 22, 2024, 7:51 p.m.
Evgenii LegotckoiOct. 31, 2024, 9:37 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
Игорь МаксимовOct. 5, 2024, 2:51 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
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 LegotckoiJune 24, 2024, 10:11 p.m.
t
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
tonypeachey1Nov. 15, 2024, 2:04 p.m.
NSProjectJune 4, 2022, 10:49 a.m.
IscanderCheOct. 31, 2024, 10:43 p.m.