import React from 'react';
import { Root, View, Panel, PanelHeader } from '@vkontakte/vkui/';
import '@vkontakte/vkui/dist/vkui.css';
import './App.css';

const view1 = 'view1';
const view2 = 'v

import bridge from '@vkontakte/vk-bridge';

export function openingStoryEditor (dataStory) {
    console.log(dataStory);
    
    bridge.send("VKWebAppShowStoryBox", {
        "background_type":
A
AnonymousJune 28, 2020, 3:33 p.m.

std::cout << "Hello world" << std::endl;
A
AnonymousJune 17, 2020, 8:05 a.m.

from django.views.generic import  TemplateView

class HomeIndex(TemplateView):
    template_name = 'index.html'

class HomeLogin(TemplateView):
    template_name = 'login.html'
Evgenii Legotckoi
Evgenii LegotckoiJune 14, 2020, 4:21 p.m.

{% with url_str='modules:'|add:module.machine_name|add:':index' %}
    <a href="{% url url_str %}">
{% endwith %}

;
 ValueCallback<Uri[]> uploadMessage;
public static final int REQUEST_SELECT_FILE = 100;age;
public static final int REQUEST_SELECT_FILE = 100;





private final static int FILECHOOSER_RESU

break;

case REQUEST_SELECT_FILE:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
if (uploadMessage == null) return; uploadMessage.onReceiveValue(WebChromeClient.FileChooserParams.par

+ 
public boolean onShowFileChooser(WebView mWebView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams) {
if (uploadMessage != null) {
;
uploadMessage = n

url = currentfile;

try {
m.setDataSource(url);
}catch (IllegalArgumentException e){} 
catch (SecurityException e2) {}
catch (IllegalStateException e3) {String url = currentfile;

try {
m.set

order.stop(); myAudioRecorder.release(); myAudioRecorder = null; } catch(Exception e) {}
A
AnonymousMay 25, 2020, 3:32 p.m.

onLongClick(View v){

 = new MediaRecorder(); myAudioRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); myAudioRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); myAudioRecorder.se
A
AnonymousMay 19, 2020, 4:07 a.m.

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define LAST_MESSAGE 255 

int main() {
    int msqid; 
    char p
A
AnonymousMay 19, 2020, 4:06 a.m.

#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#define LAST_MESSAGE 255 

int main() {
    int msqid; 
    char p
A
AnonymousMay 15, 2020, 12:09 a.m.

#include <sys/types.h>
#include <sys/stat.h> 
#include <fcntl.h> 
#include <unistd.h> 
#include <stdlib.h> 
#include <stdio.h> 

int main() {
    int fd, result_fork;
    pid_t pid_fork, ppid
A
AnonymousMay 14, 2020, 9:46 a.m.

#include <sys/types.h>
#include <sys/stat.h> 
#include <fcntl.h> 
#include <unistd.h> 
#include <stdlib.h> 
#include <stdio.h> 

int main() {
    int fd, fork_res;
    ssize_t size;
    char
A
AnonymousMay 14, 2020, 12:26 a.m.

#include <sys/types.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>

int main() {
    int fd;
    ssize_t size;
    char str20bits[20];
    (void)umask(0);

    fd = open("file
Р
РомаMay 11, 2020, 4:10 a.m.

from PyQt5.QtWidgets import QApplication, QMainWindow, QLabel, QGridLayout, QWidget, QCheckBox, QSystemTrayIcon, \
    QSpacerItem, QSizePolicy, QMenu, QAction, QStyle, qApp
from PyQt5.QtCore import
A
AnonymousMay 9, 2020, 10:07 p.m.

from math import floor

def get_coubes_sum(number, result_array=None, starting_point=0):
    # основная рекурсивная функция, где starting_point отвечает за глубину рекурсси

    # первичная иници
A
AnonymousMay 9, 2020, 9:11 p.m.

def vec_move(tile, vec):
    '''Сдвигаемся по вектору'''
    next_tile = []
    for i in range(2):
        next_tile.append(tile[i]+vec[i])
    return tuple(next_tile)

def print_field(field):
BlinCT
BlinCTMay 8, 2020, 11:14 a.m.

if (!strcmp(optarg, "old"))
{
  ataopts.output_format &= ~ata_print_options::FMT_BRIEF;
}
else if (!strcmp(optarg, "brief"))
{
  ataopts.output_format |= ata_print_options::FMT_BRIEF;
}
else i
AD

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:50points,
  • Rating points-4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:80points,
  • Rating points4
m

C ++ - Test 004. Pointers, Arrays and Loops

  • Result:20points,
  • Rating points-10
Last comments
ИМ
Игорь МаксимовNov. 22, 2024, 10:51 p.m.
Django - Tutorial 017. Customize the login page to Django Добрый вечер Евгений! Я сделал себе авторизацию аналогичную вашей, все работает, кроме возврата к предидущей странице. Редеректит всегда на главную, хотя в логах сервера вижу запросы на правильн…
Evgenii Legotckoi
Evgenii LegotckoiNov. 1, 2024, 12:37 a.m.
Django - Lesson 064. How to write a Python Markdown extension Добрый день. Да, можно. Либо через такие же плагины, либо с постобработкой через python библиотеку Beautiful Soup
A
ALO1ZEOct. 19, 2024, 6:19 p.m.
Fb3 file reader on Qt Creator Подскажите как это запустить? Я не шарю в программировании и кодинге. Скачал и установаил Qt, но куча ошибок выдается и не запустить. А очень надо fb3 переконвертировать в html
ИМ
Игорь МаксимовOct. 5, 2024, 5:51 p.m.
Django - Lesson 064. How to write a Python Markdown extension Приветствую Евгений! У меня вопрос. Можно ли вставлять свои классы в разметку редактора markdown? Допустим имея стандартную разметку: <ul> <li></li> <li></l…
d
dblas5July 5, 2024, 9:02 p.m.
QML - Lesson 016. SQLite database and the working with it in QML Qt Здравствуйте, возникает такая проблема (я новичок): ApplicationWindow неизвестный элемент. (М300) для TextField и Button аналогично. Могу предположить, что из-за более новой верси…
Now discuss on the forum
m
moogoNov. 22, 2024, 6:17 p.m.
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 Legotckoi
Evgenii LegotckoiJune 25, 2024, 1:11 a.m.
добавить qlineseries в функции Я тут. Работы оень много. Отправил его в бан.
t
tonypeachey1Nov. 15, 2024, 5:04 p.m.
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
NSProject
NSProjectJune 4, 2022, 1:49 p.m.
Всё ещё разбираюсь с кешем. В следствии прочтения данной статьи. Я принял для себя решение сделать кеширование свойств менеджера модели LikeDislike. И так как установка evileg_core для меня не была возможна, ибо он писался…

Follow us in social networks