ач
александр чепрасовJuly 9, 2020, 3:45 a.m.
Untitled
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
ач
александр чепрасовJuly 4, 2020, 7:31 a.m.
Story
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.
A
AnonymousJune 17, 2020, 8:05 a.m.
Untitled
from django.views.generic import TemplateView class HomeIndex(TemplateView): template_name = 'index.html' class HomeLogin(TemplateView): template_name = 'login.html'
Evgenii LegotckoiJune 14, 2020, 4:21 p.m.
Generate url string in django template
{% with url_str='modules:'|add:module.machine_name|add:':index' %} <a href="{% url url_str %}"> {% endwith %}
МП
Мол Программист SKETCHWAREJune 3, 2020, 8:16 p.m.
Moreblock extra
; 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
МП
Мол Программист SKETCHWAREJune 3, 2020, 8:15 p.m.
OnFilesPicked
break; case REQUEST_SELECT_FILE: if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { if (uploadMessage == null) return; uploadMessage.onReceiveValue(WebChromeClient.FileChooserParams.par
МП
Мол Программист SKETCHWAREJune 3, 2020, 8:14 p.m.
OnCreate
+ public boolean onShowFileChooser(WebView mWebView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams) { if (uploadMessage != null) { ; uploadMessage = n
МП
Мол Программист SKETCHWAREMay 25, 2020, 3:37 p.m.
OnItemClicked
url = currentfile; try { m.setDataSource(url); }catch (IllegalArgumentException e){} catch (SecurityException e2) {} catch (IllegalStateException e3) {String url = currentfile; try { m.set
МП
Мол Программист SKETCHWAREMay 25, 2020, 3:35 p.m.
Button1
order.stop(); myAudioRecorder.release(); myAudioRecorder = null; } catch(Exception e) {}
A
AnonymousMay 25, 2020, 3:32 p.m.
OnCreate
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.
program2
#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.
program1
#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.
FIFO
#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.
FIFO
#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.
20 bits
#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
python
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.
Untitled
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.
Untitled
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):
AD
- Akiv Doros
- Nov. 12, 2024, 1:58 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:50points,
- Rating points-4
m
- molni99
- Oct. 26, 2024, 11:37 a.m.
C ++ - Test 004. Pointers, Arrays and Loops
- Result:80points,
- Rating points4
m
- molni99
- Oct. 26, 2024, 11: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, 10:51 p.m.
Evgenii LegotckoiNov. 1, 2024, 12:37 a.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, 5: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 25, 2024, 1:11 a.m.
t
google domain [url=https://google.com/]domain[/url] domain [http://www.example.com link title]
tonypeachey1Nov. 15, 2024, 5:04 p.m.
NSProjectJune 4, 2022, 1:49 p.m.
IscanderCheNov. 1, 2024, 1:43 a.m.