ач
Там. 5, 2020, 11:43 Т.Ж.

(asinc func () {
	let res = await getData () // в getData запрос к серваку
    return res 
}())
A
Anonymous
Шілде 28, 2020, 11:22 Т.Қ.

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Threading.Tasks
A
Anonymous
Шілде 24, 2020, 3:38 Т.Ж.

<table class="table table-striped table-sm">
          <thead>
            <tr>
              <th>#</th>
              <th>Название</th>
              <th>Статус</th>
              <th>Дата</th>
ач
Шілде 9, 2020, 1:45 Т.Қ.

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
ач
Шілде 4, 2020, 5:31 Т.Қ.

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

export function openingStoryEditor (dataStory) {
    console.log(dataStory);
    
    bridge.send("VKWebAppShowStoryBox", {
        "background_type":
A
Anonymous
Маусым 29, 2020, 1:33 Т.Ж.

std::cout << "Hello world" << std::endl;
A
Anonymous
Маусым 17, 2020, 6:05 Т.Қ.

from django.views.generic import  TemplateView

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

class HomeLogin(TemplateView):
    template_name = 'login.html'
Evgenii Legotckoi
Маусым 15, 2020, 2:21 Т.Ж.

{% with url_str='modules:'|add:module.machine_name|add:':index' %}
    <a href="{% url url_str %}">
{% endwith %}
МП
Маусым 4, 2020, 6:16 Т.Ж.

;
 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
МП
Маусым 4, 2020, 6:15 Т.Ж.

break;

case REQUEST_SELECT_FILE:
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
if (uploadMessage == null) return; uploadMessage.onReceiveValue(WebChromeClient.FileChooserParams.par
МП
Маусым 4, 2020, 6:14 Т.Ж.

+ 
public boolean onShowFileChooser(WebView mWebView, ValueCallback<Uri[]> filePathCallback, WebChromeClient.FileChooserParams fileChooserParams) {
if (uploadMessage != null) {
;
uploadMessage = n
МП
Мамыр 26, 2020, 1:37 Т.Ж.

url = currentfile;

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

try {
m.set
МП
Мамыр 26, 2020, 1:35 Т.Ж.

order.stop(); myAudioRecorder.release(); myAudioRecorder = null; } catch(Exception e) {}
A
Anonymous
Мамыр 26, 2020, 1:32 Т.Ж.

onLongClick(View v){

 = new MediaRecorder(); myAudioRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); myAudioRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); myAudioRecorder.se
A
Anonymous
Мамыр 19, 2020, 2:07 Т.Қ.

#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
Anonymous
Мамыр 19, 2020, 2:06 Т.Қ.

#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
Anonymous
Мамыр 15, 2020, 10:09 Т.Ж.

#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
Anonymous
Мамыр 14, 2020, 7:46 Т.Қ.

#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
Anonymous
Мамыр 14, 2020, 10:26 Т.Ж.

#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
Р
Мамыр 11, 2020, 2:10 Т.Қ.

from PyQt5.QtWidgets import QApplication, QMainWindow, QLabel, QGridLayout, QWidget, QCheckBox, QSystemTrayIcon, \
    QSpacerItem, QSizePolicy, QMenu, QAction, QStyle, qApp
from PyQt5.QtCore import