row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
9,339 | import sys
import json
import requests
from web3 import Web3
# Define your Binance Smart Chain node URL here
BSC_URL = 'https://bsc-dataseed1.binance.org'
# Connect to Binance Smart Chain node
w3 = Web3(Web3.HTTPProvider(BSC_URL))
# Check if connected to Binance Smart Chain node
if not w3.is_connected():
print("... | 06e0a6f10923a5878ae50356a1a09dde | {
"intermediate": 0.31544309854507446,
"beginner": 0.4674670100212097,
"expert": 0.2170899212360382
} |
9,340 | I have 3 divs in Flex div i want the position of the last be in the right of the parent div while the two other divs stays in left with small gap between them css | 30c4f549cbce0abb3d4085b05c9cfb19 | {
"intermediate": 0.4137279689311981,
"beginner": 0.2514611482620239,
"expert": 0.3348108232021332
} |
9,341 | Please give me an outline for a questionnaire relating to what monitor a participant is currently using. It should use questions that a general population can answer. | 81519b0990ad4de73e5b3510e6f8c568 | {
"intermediate": 0.3115285336971283,
"beginner": 0.4140678644180298,
"expert": 0.27440351247787476
} |
9,342 | this is a programm - import sys
from PyQt5.QtWidgets import QWidget, QApplication, QHBoxLayout, QVBoxLayout, QLabel, QLineEdit, QPushButton, QMessageBox, QFileDialog
from PyQt5.QtCore import QSize, Qt
class TextInputWidget(QWidget):
def __init__(self):
super().__init__()
self.initUI()
def size... | 71c5f8889eae59b3e8bff96eb3146c2b | {
"intermediate": 0.437534898519516,
"beginner": 0.4465979039669037,
"expert": 0.11586721986532211
} |
9,343 | import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
def get_data(m,k,pl_real,put_real):
df = pd.read_excel(r'C:/Users/陈赞/Desktop/data7.xls')
pl = 0 # 第pl列
window_size = m # 滑动窗口大小
threshold = 2 # 阈值
# 创建新列
df['count_exceed_threshold'] = 0
# 统计数量并添加到新列
for i in... | 6c87de384a32920e09b366c81f85da9b | {
"intermediate": 0.4813845455646515,
"beginner": 0.33849120140075684,
"expert": 0.18012425303459167
} |
9,344 | what is the connection string for opencensus.ext.azure.log_exporter AzureLogHandler in azure ml ? | b2ad19edcd94b62c566b463a79ffd69c | {
"intermediate": 0.6756136417388916,
"beginner": 0.182504341006279,
"expert": 0.1418820470571518
} |
9,345 | modify code add library pypdf2 to show and work with pdf. code - import sys
from PyQt5.QtWidgets import QWidget, QApplication, QHBoxLayout, QVBoxLayout, QLabel, QLineEdit, QPushButton, QMessageBox, QFileDialog
from PyQt5.QtCore import QSize, Qt, QUrl
from PyQt5.QtWebEngineWidgets import QWebEngineView
class TextInp... | 961b852b618feb6deba66ece31004b9c | {
"intermediate": 0.3350374400615692,
"beginner": 0.47279199957847595,
"expert": 0.19217056035995483
} |
9,346 | is there any way to visually draw a 3d matrix in some 2d canvas and then simply apply it on the fly to an array to represent and change current wireframe figure? because human cannot interact with an array of 3d matrix numbers, because it's inhuman.: const canvas = document.createElement('canvas');
canvas.width = windo... | 67f6f7a416af5ddd2245b3b4ddfc887a | {
"intermediate": 0.2762407064437866,
"beginner": 0.5047139525413513,
"expert": 0.21904537081718445
} |
9,347 | is there any way to visually draw a 3d matrix in some 2d canvas and then simply apply it on the fly to an array to represent and change current wireframe figure? because human cannot interact with an array of 3d matrix numbers, because it's inhuman.: const canvas = document.createElement('canvas');
canvas.width = windo... | a9e1cba712b49e4cb13787fe92e6c9bb | {
"intermediate": 0.2762407064437866,
"beginner": 0.5047139525413513,
"expert": 0.21904537081718445
} |
9,348 | <svg-icon
name=“cached”
width=“22px”
height=“16px”
class=“cashed”
@click=“reloadPage”
placeholder=“Обновить страницу”
/>
Как вывести текст “Обновить страницу”, при наведении на svg-icon? | ce9e7c445cb4f8e277465f047cb8486c | {
"intermediate": 0.3545531928539276,
"beginner": 0.23365716636180878,
"expert": 0.41178959608078003
} |
9,349 | app in qt5. we open pdf file by pypdf2. write code to show 1 or other page in qt | 43a9d4416eb4530cf3de0135b9d18761 | {
"intermediate": 0.47320184111595154,
"beginner": 0.25696274638175964,
"expert": 0.26983538269996643
} |
9,350 | write the code for this problem for matlab
I have a matrix called A which contains 3 columns and n rows. In the first column, the date of the day is from the first of June to the end of September. In the second column, there are 24 hours for each day. And the last column shows the amount of cooling load. I want the da... | f4fc8aa9770d3106e268a8aeadda0f31 | {
"intermediate": 0.4194542169570923,
"beginner": 0.22659488022327423,
"expert": 0.35395097732543945
} |
9,351 | This code:
liczba_rowerow_na_stacji = [10, 10, 10, 10, 10]
brak_roweru = [0, 0, 0, 0, 0]
overrun = [0, 0, 0, 0, 0]
czas = 0
popyt_stacji = [0.3, 0.3, 0.2, 0.1, 0.1]
prawdopodobienstwo_stacji = [
0.05 0.45 0.3 0.1 0.1;
0.43 0.07 0.1 0.2 0.2;
0.34 0.2 0.06 0.2 0.2;
0.2 0.2 0.2 0.05 0.35;
0.1 0.1 0.1 ... | 698149c3810a21b3c07786b1ff27cf29 | {
"intermediate": 0.275691956281662,
"beginner": 0.45887118577957153,
"expert": 0.26543691754341125
} |
9,352 | What is the command line to compile boost 1.80 in order to generate boost_zlib in 32 bit? | 88e31170d4214ec80ca8970030affbbd | {
"intermediate": 0.4246826767921448,
"beginner": 0.2038136124610901,
"expert": 0.37150371074676514
} |
9,353 | [
{
"old code": "0101010231",
"new": "0101010401",
"አማርኛ": "ፉርኖ ዱቄት የስንዴ አንደኛ ደረጃ",
"መለኪያ": "ኪ.ግ",
"ENGLISH NAMES": "Furno Duket (Local processed)",
"UoM": "KG"
},
{
"old code": "0101010233",
"new": "0101010402",
"አማርኛ": "ሴርፋም የታሸገ",
"መለኪያ": "ኪ.ግ",
"ENGLISH NAMES": "Se... | 0f8bf12475d3111ec11658a2d03c548b | {
"intermediate": 0.1764882355928421,
"beginner": 0.6372958421707153,
"expert": 0.1862158477306366
} |
9,354 | hi | b590b4d3bc5938da2afc48fb27116bc8 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
9,355 | Here is an example of Neo4j Java code for a time-varying graph with a parametrizable schema | 96cbfb87f61b4bead5baf46f4177ac81 | {
"intermediate": 0.5200809240341187,
"beginner": 0.13555489480495453,
"expert": 0.344364196062088
} |
9,356 | Please create me a detailed example, with comments, analysis and associativity rules for Market Basket Analysis with Orange Data Mining Tools | c736cd7e5a5c955ce79481e59262b567 | {
"intermediate": 0.36693716049194336,
"beginner": 0.15784092247486115,
"expert": 0.4752218723297119
} |
9,357 | Create matrix A which is contain 3 columns . at first column is date format from first of June to end of September , and in the second Column is 24 hours for each day and the third column is equal to zero for every hours of day. | b17464aa276fce8dc4e7cbd04b510203 | {
"intermediate": 0.3001796007156372,
"beginner": 0.2420627474784851,
"expert": 0.4577576816082001
} |
9,358 | How to draw multiple x-axes in Python | c38b11a940d94397fabb7d8f1272e89e | {
"intermediate": 0.4058174788951874,
"beginner": 0.2624707520008087,
"expert": 0.33171170949935913
} |
9,359 | Исправь ошибки в этом коде ;package com.example.myapp_2.UI.view.activities;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import android.graphic... | 74f36c55f69392e6bbf800db996d5cd1 | {
"intermediate": 0.3422791659832001,
"beginner": 0.3900359570980072,
"expert": 0.2676849365234375
} |
9,360 | How delete new untacked files from working tree in git? | 2ffbeb8f0769a3184dc4e70b746713ca | {
"intermediate": 0.54783695936203,
"beginner": 0.1437748223543167,
"expert": 0.3083881437778473
} |
9,361 | привет, помоги с рефакторингом
if (playerTransform != null)
{
transform.position = playerTransform.transform.TransformPoint(poseAction[inputSource].localPosition);
if (!isFireExtinguisherUse)
{
if (isFireExtinguisher)
... | 092cda3bfdeccf527870d95fd6e5dd43 | {
"intermediate": 0.3426941931247711,
"beginner": 0.36856961250305176,
"expert": 0.28873613476753235
} |
9,362 | Вот код , укажи как исправить этуи ошибки : package com.example.myapp_2.UI.view.activities;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent;
import android.graphics.Color;
import... | 41e7d6a7f0ec8dfbc090115a85cf1f06 | {
"intermediate": 0.34126317501068115,
"beginner": 0.48560962080955505,
"expert": 0.1731271743774414
} |
9,363 | create a python file that has a root folder input and then looks through all items in that folder
if the item is a .ydd then
check the name for
feet and add _r to the end
lowr and add _r to the end
teef and add _u to the end
every other .ydd add _u to the end
if the file is a .ytd
do the same renaming as above | 1603324587071d0f9d80ed0b37799454 | {
"intermediate": 0.4048272669315338,
"beginner": 0.15409985184669495,
"expert": 0.44107288122177124
} |
9,364 | Write me a Python function to compute the Kelly Criterion | a000d485af5973cf1effd17f67a7fc6a | {
"intermediate": 0.30392882227897644,
"beginner": 0.19332528114318848,
"expert": 0.5027458667755127
} |
9,365 | Что нужно исправить в коде , тут перестала работать финальна кнопка : package com.example.myapp_2.UI.view.activities;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent;
import andr... | 355a4a3a9e43a5df05039329ba41e2a3 | {
"intermediate": 0.3140650689601898,
"beginner": 0.5190132856369019,
"expert": 0.16692166030406952
} |
9,366 | Hello, You are an expert eclipse RCP developper. I need your help on using SWT CHart :
I have this class that is a zoom listener for my chart with the mouse :
public class MouseWheelZoomListener implements MouseWheelListener {
private boolean zoomXCentred;
private boolean zoomYCentred;
private Chart chart;
privat... | 8e0b854c29a3f9ee853a7c4f0ff5ea31 | {
"intermediate": 0.39526623487472534,
"beginner": 0.31477630138397217,
"expert": 0.2899574339389801
} |
9,367 | Как исправить эти ошибки : E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myapp_2, PID: 7077
java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Dialog.setContentView(int)' on a null object reference
at com.example.myapp_2.UI.view.activities.ReserveTableActiv... | bf5f01c9b9c7e9e08917148069ccf5e5 | {
"intermediate": 0.4057832956314087,
"beginner": 0.37554410099983215,
"expert": 0.21867258846759796
} |
9,368 | write a dockerfile to include R, windows server 2022 and install R packages | a80f2e863c6a35364d351245c7530e1e | {
"intermediate": 0.43316835165023804,
"beginner": 0.1515185534954071,
"expert": 0.41531306505203247
} |
9,369 | what is wrong with the following PUML
@startuml
title Sequence Diagram for Creating an Account
User->Client Application: Sends a request to create a new account
Client Application->Account Microservice: Sends a POST request to the account service endpoint
Account Microservice->Database: Saves the new account informa... | a770d89bd81f37f9c1d91bfc7ad42227 | {
"intermediate": 0.5986016392707825,
"beginner": 0.16695033013820648,
"expert": 0.23444803059101105
} |
9,370 | I used this code: `import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
import asyncio
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
prin... | 5062f125869e59fd1f42e8a4e26863a5 | {
"intermediate": 0.42794308066368103,
"beginner": 0.3935242295265198,
"expert": 0.1785327047109604
} |
9,371 | Gimme the full python code to simulate the following lab activity. (gimme the code not description)
The purpose of this lab is to simulate the operation of a portion of an Industrial Internet of
Things (IIoT), that is modeled as a queuing system, and investigate its performance under
variable configurations, to unders... | 46185204c5926a6b6d08c11fed55e0d1 | {
"intermediate": 0.4492933750152588,
"beginner": 0.29618364572525024,
"expert": 0.2545229196548462
} |
9,372 | def check_renounce_ownership_vulnerability(abi):
for item in abi:
if item['type'] == 'function' and item['name'] == 'transferOwnership':
if item.get('function_signature', '') == 'renounceOwnership()':
return True
return False
The piece of code above does not expose this func... | 78f18bf2187c9646e3bf3619296926cc | {
"intermediate": 0.3564804792404175,
"beginner": 0.48002126812934875,
"expert": 0.16349822282791138
} |
9,373 | Explain 5 sigma significance. I am beginner at statistics and physics | bcee62ac4b78322591f744bb10592eea | {
"intermediate": 0.4608910083770752,
"beginner": 0.3563525378704071,
"expert": 0.1827564686536789
} |
9,374 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
import asyncio
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print... | d2c0f010a0b5ac007d6b5d0d0883cd0e | {
"intermediate": 0.4229685664176941,
"beginner": 0.37308770418167114,
"expert": 0.20394371449947357
} |
9,375 | python floating number decimal accuracy | 992eb6505cecf1fb18a625a9650552b8 | {
"intermediate": 0.336276650428772,
"beginner": 0.3040754199028015,
"expert": 0.35964784026145935
} |
9,376 | multiple id in entity jpa spring boot | d7e351d91810b609ff4241784b013c56 | {
"intermediate": 0.44542649388313293,
"beginner": 0.23388688266277313,
"expert": 0.3206866383552551
} |
9,377 | build a flask app that allows a user to upload the file it randomizes the filename then allows the user to download the renamed file
after a file has been on the server for 2 minutes it will delete it
style the css a bit so it is a navy blue background
with a box in the middle that contains the upload and download bu... | e116e642df00b6c91e2d22cbc69e7334 | {
"intermediate": 0.5188859105110168,
"beginner": 0.2169342041015625,
"expert": 0.26417991518974304
} |
9,378 | from flask import Flask, render_template, request
import os
app = Flask(name)
@app.route('/')
def index():
return render_template('index.html')
@app.route('/upload', methods=['POST'])
def upload():
file = request.files['file']
filename = file.filename
file.save(os.path.join('uploads', filename))
... | 29f05e809c3c1d9f9aed836ad4d33a4c | {
"intermediate": 0.7381067872047424,
"beginner": 0.13602332770824432,
"expert": 0.12586991488933563
} |
9,379 | Write a program that detects white stickers on cardboard boxes | f7c4f5c1eb2a97e848487d1d1f129eba | {
"intermediate": 0.14379221200942993,
"beginner": 0.12329298257827759,
"expert": 0.7329148054122925
} |
9,380 | python extract rpf into folders | 25362aa9b7fbdd2b6ecc278d52058c5c | {
"intermediate": 0.33171311020851135,
"beginner": 0.21825340390205383,
"expert": 0.4500334858894348
} |
9,381 | You are given two 0-indexed integer arrays nums1 and nums2 of equal length n and a positive integer k. You must choose a subsequence of indices from nums1 of length k.
For chosen indices i0, i1, ..., ik - 1, your score is defined as:
The sum of the selected elements from nums1 multiplied with the minimum of the selecte... | 7d2812e8e82469500c62d9f31f2e061a | {
"intermediate": 0.3793116509914398,
"beginner": 0.39733192324638367,
"expert": 0.2233564555644989
} |
9,382 | Is there any partition size limitation in AWS Athena | f14295cc96cd111473b3c3cbb04f0b3d | {
"intermediate": 0.37839725613594055,
"beginner": 0.20860935747623444,
"expert": 0.4129934012889862
} |
9,383 | act like a teacher, and give me detailed step from zero to build a langchain app
consider me as no experience with python | 2260aaf335ed4c112d864bfc81227f94 | {
"intermediate": 0.6419079303741455,
"beginner": 0.20914670825004578,
"expert": 0.14894527196884155
} |
9,384 | Here is an example of Neo4j Java code for a time-varying graph with a parametrizable schema and varying property stored in the relationship and sharding to allow distributed processing | 81eae6ab96890f3c533a4633c0d10ef1 | {
"intermediate": 0.6927761435508728,
"beginner": 0.10763078927993774,
"expert": 0.19959311187267303
} |
9,385 | python how to zip a folder with an output path | 0334f7c29c87fa6895b221724ef4dbd7 | {
"intermediate": 0.3688008189201355,
"beginner": 0.3415394723415375,
"expert": 0.2896597385406494
} |
9,386 | arreglame esto: #include <iostream>
#include <vector>
#include <climits>
using namespace std;
vector<int> minCostTapas(vector<int>& calorias, int M) {
int n = calorias.size();
vector<vector<int>> dp(n + 1, vector<int>(M + 1, INT_MAX));
vector<vector<int>> chosen(n + 1, vector<int>(M + 1, 0));
dp[0][0... | a64d1d053f2f31d704c8d03ca49e70f0 | {
"intermediate": 0.35701048374176025,
"beginner": 0.42428216338157654,
"expert": 0.2187073826789856
} |
9,387 | Поправь код , а также сделай так что бы окно появлялось после нажатия на анопку : package com.example.myapp_2.UI.view.activities;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Intent... | 4f9663653ad7f3b554fbc406293b5910 | {
"intermediate": 0.2871388792991638,
"beginner": 0.5268358588218689,
"expert": 0.18602527678012848
} |
9,388 | есть код сервера
const express = require('express');
const { graphqlHTTP } = require('express-graphql');
const { buildSchema } = require('graphql');
const { PubSub } = require('graphql-subscriptions');
const { SubscriptionServer } = require('subscriptions-transport-ws');
const { execute, subscribe } = require('graphql'... | 2ef99be73e33c72b72a3ed1226627a8d | {
"intermediate": 0.47561463713645935,
"beginner": 0.19641228020191193,
"expert": 0.32797306776046753
} |
9,389 | где я ошибся : package com.example.myapp_2.UI.view.activities;
import static java.security.AccessController.getContext;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.content.Context;
import ... | 62b6b2312f547d0a935a421db802c5e3 | {
"intermediate": 0.3699720501899719,
"beginner": 0.44062620401382446,
"expert": 0.189401775598526
} |
9,390 | I used your code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | 7c7c38e516d462e65649664e36ee5bc8 | {
"intermediate": 0.4177858531475067,
"beginner": 0.443878710269928,
"expert": 0.1383354663848877
} |
9,391 | for this java code import java.util.*;
import javax.swing.JOptionPane;
public class Maze {
private final int rows;
private final int cols;
private final int[][] maze;
private final int startRow;
private final int startCol;
private final int endRow;
private final int endCol;
private fin... | 636fec9501f34ccf27e6ddbffc219222 | {
"intermediate": 0.31862887740135193,
"beginner": 0.39161190390586853,
"expert": 0.28975915908813477
} |
9,392 | this is my code: adv1_df[['tv_spent', 'radio_spent', 'newspaper_spent']] = adv1_df[['tv_spent', 'radio_spent', 'newspaper_spent']].apply(pd.to_numeric)
print(adv1_df.loc[8].mean()) but it is giving the following error : ---------------------------------------------------------------------------
KeyError ... | 83b746131fda4b39b6be79229c45559d | {
"intermediate": 0.5243028402328491,
"beginner": 0.2810209393501282,
"expert": 0.1946762204170227
} |
9,393 | java script for removing man clothes from body image | 5ada4aa37b7086509cc40820dc476619 | {
"intermediate": 0.43970438838005066,
"beginner": 0.3180563151836395,
"expert": 0.24223929643630981
} |
9,394 | submit срабатывает со второго раза : package com.example.myapp_2.UI.view.activities;
import static java.security.AccessController.getContext;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.co... | 63035f9b87c2e148193d817efa1a20bf | {
"intermediate": 0.2715274393558502,
"beginner": 0.3724639415740967,
"expert": 0.3560085892677307
} |
9,395 | make the following look more professional: "Get Smart on the Costs: Another way to reduce cost is to look at the cost of futures as an input of hurdle rate to investment decisions about overlay strategies. This would require us to develop a better process to estimate what the cost of futures will look like for a specif... | d63fb169acb5ff5f0fda82c364d8448c | {
"intermediate": 0.33026057481765747,
"beginner": 0.31528234481811523,
"expert": 0.3544570505619049
} |
9,396 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | ae34d41d752642603a03fe5b28b8ab8c | {
"intermediate": 0.45784154534339905,
"beginner": 0.3602979779243469,
"expert": 0.18186047673225403
} |
9,397 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | a1d9cf8fc6b8afff0e22f0418eaed3d7 | {
"intermediate": 0.4636877179145813,
"beginner": 0.35741952061653137,
"expert": 0.17889279127120972
} |
9,398 | python create a function that takes a folder as input and zips everything inside in rar format and saves it to output file | 1ad811c692d74dc7acf55f7fa70b5390 | {
"intermediate": 0.3997935950756073,
"beginner": 0.2892031967639923,
"expert": 0.3110032379627228
} |
9,399 | write a java script for removing man clothes from body image of this image : file:///C:/Users/Syed%20Sharfuddin/OneDrive/Desktop/New%20folder%20(4)/dream_TradingCard.jpg | aa71794822c23427d21e570cc6f44234 | {
"intermediate": 0.39864200353622437,
"beginner": 0.22184501588344574,
"expert": 0.3795129358768463
} |
9,400 | hi | 85b3a91fb414f4a991c66efe1e5f74ef | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
9,401 | Объясни ошибку: Objects are not valid as a React child (found: object with keys {title, image, product}). If you meant to render a collection of children, use an array instead.
at throwOnInvalidObjectType (http://localhost:3000/static/js/bundle.js:28206:13)
at reconcileChildFibers (http://localhost:3000/static/... | bfa0c6b1feac364163362ed4dda2a50c | {
"intermediate": 0.4413881301879883,
"beginner": 0.3987129330635071,
"expert": 0.15989887714385986
} |
9,402 | I am making a c# project and I separated the XAML and the CS files into Views and ViewModels folders, but when I click in a button in the XAML designer to generate an event it gives me the following error: “This document item has no code behind file. Add code behind file and a class definition before adding event handl... | 8e12798913380b65e9a902d44a6309d0 | {
"intermediate": 0.4408878982067108,
"beginner": 0.37375837564468384,
"expert": 0.18535366654396057
} |
9,403 | script for priviledge esalation windows 10 | fb0e7f3e4bac6063a1e15858add19071 | {
"intermediate": 0.31682389974594116,
"beginner": 0.4216171205043793,
"expert": 0.26155900955200195
} |
9,404 | clob size field | 1370925068131f34215c4bfa121c9bd8 | {
"intermediate": 0.38373926281929016,
"beginner": 0.3501512110233307,
"expert": 0.26610955595970154
} |
9,405 | Make a Multi-Dimensional Array in java that can store and add more values to itself | 24bd48664012690431fafe3c30902293 | {
"intermediate": 0.5088707208633423,
"beginner": 0.1138533279299736,
"expert": 0.37727591395378113
} |
9,406 | (() => {
const landingUrl = 'https://waimaieapp.meituan.com/ad/v1/rmobile#/activity/consume/100253?source=qw';
const target = `itakeawaybiz://waimaieapi.meituan.com/web?url=${encodeURIComponent(landingUrl)}`;
const middlePage = `https://waimaieapp.meituan.com/wmeactivity/wxOpenApp/index?targetUrl=${encodeUR... | 6d4a84f8fbdf0877beecd230daf5d4c8 | {
"intermediate": 0.4075683057308197,
"beginner": 0.35737138986587524,
"expert": 0.23506027460098267
} |
9,407 | Adjusting CSS in iFrame | 9724a6f63977b6bf78dd9df3d6c4579a | {
"intermediate": 0.4017803370952606,
"beginner": 0.2978987395763397,
"expert": 0.30032095313072205
} |
9,408 | dans ce code html je voudrait que la pub 160*600 soit a droite de limage png et non pas dessus mais sans sortir du conteneur : <!DOCTYPE html>
<html>
<head>
<style>#adblockbyspider{backdrop-filter: blur(5px);background:rgba(0,0,0,0.25);padding:20px 19px;border:1px solid #ebeced;border-radius:10px;color:#ebeced;overf... | 290fb55a27d5761ee7b5f4f6dfe543e6 | {
"intermediate": 0.3667888045310974,
"beginner": 0.34400057792663574,
"expert": 0.289210706949234
} |
9,409 | "close all;
clear all;
clc
% Define the start and end dates
startDate = datetime('06/01/2021','InputFormat','MM/dd/yyyy');
endDate = datetime('09/30/2021','InputFormat','MM/dd/yyyy');
% Create the date range and hours
dateRange = startDate:endDate;
hours = 1:24;
% Create the time vector
timeVec = [];
for d = 1:lengt... | 9a3fe5b0a9c424cd2128d500518d90c8 | {
"intermediate": 0.34272027015686035,
"beginner": 0.3413892686367035,
"expert": 0.31589046120643616
} |
9,410 | import React, { useEffect } from "react";
import { useDispatch, useSelector } from "react-redux";
import { addItemInCart, deleteItemFromCart } from "../slice/cartSlice";
import PropTypes from "prop-types";
const AddToCart = ({ product }) => {
const dispatch = useDispatch();
const items = useSelector((state) => sta... | 72bb0f028a51befd516bc672bbb9a799 | {
"intermediate": 0.5475530624389648,
"beginner": 0.32117390632629395,
"expert": 0.1312730610370636
} |
9,411 | has kotlin have function to break out of lambdas function when perform filter on list: | 9e75b07677190650a8e762f0addefaaf | {
"intermediate": 0.4092002809047699,
"beginner": 0.2530149519443512,
"expert": 0.3377847373485565
} |
9,412 | измени toast ,так чтобы там в конке добаввлялось время на которое столик забронирован : package com.example.myapp_2.UI.view.activities;
import static java.security.AccessController.getContext;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.DialogFragment;
import android.app.DatePickerD... | ed3d5c87690446c901b2cb32abe0cebe | {
"intermediate": 0.3267514705657959,
"beginner": 0.5052366256713867,
"expert": 0.16801194846630096
} |
9,413 | После того как пользователь выберет картинку она должны появиться во фрагменту , это уже сделано , твоя задача сделать так , чтобы края этой каринки обрезались и сама картинка была представлена во фрагменту круглой : package com.example.myapp_2.Data.Discount_Get_table;
import static android.app.Activity.RESULT_OK;
im... | 8aa6e7a3d1267b530dafbc5b5724dd07 | {
"intermediate": 0.2947254478931427,
"beginner": 0.539282500743866,
"expert": 0.16599202156066895
} |
9,414 | Hey there | c2efb8336afe807998ee41c3dd261456 | {
"intermediate": 0.3331121504306793,
"beginner": 0.2543407678604126,
"expert": 0.4125470519065857
} |
9,415 | Картинка не заполняет контейнер полностью,исправь это :package com.example.myapp_2.Data.Discount_Get_table;
import static android.app.Activity.RESULT_OK;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPre... | b3c341d911536d699172b56a153536bf | {
"intermediate": 0.30385419726371765,
"beginner": 0.42352181673049927,
"expert": 0.2726239264011383
} |
9,416 | python extract textures from a ytd | 71d30848154c92d7cb467291e9418fc1 | {
"intermediate": 0.4151764512062073,
"beginner": 0.22004814445972443,
"expert": 0.36477532982826233
} |
9,417 | This is my ide program for a highsum gui game.
“package GUIExample;
import Model.Dealer;
import Model.HighSum;
import Model.Player;
import javax.swing.;
import java.awt.;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import static javax.swing.WindowConstants.DISPOSE_ON_CLOSE;
public class... | 7ebb08b0b65e0c00c0764557286cd84c | {
"intermediate": 0.30466094613075256,
"beginner": 0.4602215886116028,
"expert": 0.23511749505996704
} |
9,418 | Explain step by step, in detail how I would host a movie streaming website from scratch, where Heroku hosts the APIs and Webflow is for the front end. How I want it to work is that whenever a new movie is added a new page is generated on the Webflow site with the movie, and the movie should also be added to the relevan... | d9303921f9809aa324c09919a9647c1f | {
"intermediate": 0.5774297118186951,
"beginner": 0.2472148835659027,
"expert": 0.17535540461540222
} |
9,419 | python I've got a file which I run in the command line how would I compile the py file into an exe and include the other exe within it | ed82ac906ca48e5384a4db65e5209602 | {
"intermediate": 0.5066483020782471,
"beginner": 0.27055880427360535,
"expert": 0.22279290854930878
} |
9,420 | после выбора картинки пользователем , убирается фон , твоя задача сделат так чтобы этот фон не появлялся после перезагрузки приложения : package com.example.myapp_2.Data.Discount_Get_table;
import static android.app.Activity.RESULT_OK;
import android.annotation.SuppressLint;
import android.app.Activity;
import androi... | c493b5704b5d9e5125592a09ffb7fb48 | {
"intermediate": 0.29744887351989746,
"beginner": 0.5295203328132629,
"expert": 0.1730308085680008
} |
9,421 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | 3fd6921f85cc05debf4d341b4b70cbc6 | {
"intermediate": 0.35041606426239014,
"beginner": 0.465026319026947,
"expert": 0.18455758690834045
} |
9,422 | Explain step by step, in detail how I would host a movie streaming website from scratch, where the backend and APIs are hosted in the cloud for free, and the movies are stored for free in the cloud ON A PLATFORM WITH IDEALLY NO STORAGE LIMITS/VERY HIGH STORAGE LIMITS and Webflow is for the front end. How I want it to w... | f29d2148cfae201fced9d3f2e409a3c2 | {
"intermediate": 0.5434261560440063,
"beginner": 0.27049198746681213,
"expert": 0.18608185648918152
} |
9,423 | Rewrite this code for the GCC compiler with the following modifications: Make the dynamic data structure into a static library - a header file and an implementation file.
Pass the contents of the dynamic structure elements as arguments to the program. Code: #include <iostream>
using namespace std;
class Element {
pub... | bfcafc4ad8b25e9ec3f5ead92f0aaded | {
"intermediate": 0.4089941680431366,
"beginner": 0.4562799036502838,
"expert": 0.13472586870193481
} |
9,424 | this is my code: success_adv_df = adv123_df[adv123_df['Clicked Ad'] == 'Yes']
print(success_adv_df.shape) but it gives this error: ---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
File ~\anaconda3\lib\site-packages\pa... | 60ec446b65a0837fda689c07016b8a50 | {
"intermediate": 0.38008272647857666,
"beginner": 0.3826042115688324,
"expert": 0.23731307685375214
} |
9,425 | create a html java code for adding numberswith from function | 6f03b123c019d245efe13e0d4406681c | {
"intermediate": 0.42238715291023254,
"beginner": 0.3304230570793152,
"expert": 0.2471897304058075
} |
9,426 | How to call an array from another class java | 06370a55c597a2c71fc24310f505cbb3 | {
"intermediate": 0.43991413712501526,
"beginner": 0.4601556062698364,
"expert": 0.09993022680282593
} |
9,427 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | e0172b367862e696e316090b8dcf65ce | {
"intermediate": 0.4049564003944397,
"beginner": 0.36885973811149597,
"expert": 0.22618386149406433
} |
9,428 | Consider the code:
import simpy
import random
# Parameters
num_edge_nodes = 3
buffer_size = 10
cloud_server_processing_time = 10
avg_priority_a_processing_time = 1
avg_priority_b_processing_time = 3
propagation_delay = 2
arrival_rate = 10
# Measurements
class Measure:
def __init__(self, N_arr_a, N_arr_b, drop):... | 05634b00368eb2e51ac220c6f10adda7 | {
"intermediate": 0.37070977687835693,
"beginner": 0.39754337072372437,
"expert": 0.2317468374967575
} |
9,429 | How to client.futures_create_order with python-binance 0.3.0 ? | bdbf05ec8e7b44aee6502b78ab313358 | {
"intermediate": 0.3288052976131439,
"beginner": 0.13636267185211182,
"expert": 0.5348320007324219
} |
9,430 | User
у меня есть код. Мне нужно, используя паттерн медиатор, разграничить доступ для двух ролей. Первая роль - метеозаинтересованный, он может пользоваться только командой /weather. Вторая роль - синоптик, он может пользоваться всеми командами.
package org.example.model;
import org.apache.http.client.methods.HttpGet;... | 53b766371f025df10cbb38be1e2c6a3b | {
"intermediate": 0.23020340502262115,
"beginner": 0.5950908064842224,
"expert": 0.17470583319664001
} |
9,431 | Is there a vba code that can drag a code down a column | ac38aa467ffb89a4091920f32d3e36ce | {
"intermediate": 0.3934454619884491,
"beginner": 0.2563997209072113,
"expert": 0.3501547873020172
} |
9,432 | Display a summary table of descriptive statistics for the adv2_df dataframe by calling the required method on the entire dataframe and add to code the function which displays column name does not contain blank values.
Hint: The PivotTable does not contain information about the number of rows in the entire dataframe... | a76b50d6e67eb37f85f803fe3b2d2259 | {
"intermediate": 0.4503970742225647,
"beginner": 0.16209927201271057,
"expert": 0.3875036835670471
} |
9,433 | Is there a vba code that can copy a formula in K1 down to K100 so that references to other cells change accordingly | 1528699940de5874bfd37725046ac811 | {
"intermediate": 0.42696717381477356,
"beginner": 0.09170021116733551,
"expert": 0.48133260011672974
} |
9,434 | can you refactor this c# code into smaller code:
switch (dia.ToLower())
{
case "domingo":
return Domingo;
case "lunes":
return Lunes;
case "martes":
return Martes;
case "miércoles":
... | 832ff3cc56790d9183c37da2df318774 | {
"intermediate": 0.3368850350379944,
"beginner": 0.4239276051521301,
"expert": 0.2391873151063919
} |
9,435 | write code of metatrader4 indicator, to for signal in ema 20 and ema 50 corsing sell and buy | ba796f16b80263fcfd4cdce0e56b786b | {
"intermediate": 0.3479733169078827,
"beginner": 0.16065330803394318,
"expert": 0.49137336015701294
} |
9,436 | ParseError at [row,col]:[6,32]
Message: http://www.w3.org/TR/1999/REC-xml-names-19990114#AttributePrefixUnbound?androidx.cardview.widget.CardView&app:cardCornerRadius&app | 203107f0baa336f3ce255c0313f7f2fc | {
"intermediate": 0.43077462911605835,
"beginner": 0.3319289982318878,
"expert": 0.23729640245437622
} |
9,437 | type MobileProps = { key: string; value: string };
export const mobile: React.FC<MobileProps> = (props) => {
return css`
@media only screen and (max-width: 380) {
${props}
}
`;
};
Type '(props: MobileProps) => FlattenSimpleInterpolation' is not assignable to type 'FC<MobileProps>'.
Type 'readonly Si... | 63a6aefb3cd6674e7311c1e57baf2e03 | {
"intermediate": 0.5058243870735168,
"beginner": 0.29952624440193176,
"expert": 0.1946493238210678
} |
9,438 | Сделай изображение на 100% ширины и 70% высоты , в оставшиеся 30%высоты добавь название и стоимость , так же в самом верху добавь надпись , на которой напиши что товар подешевел на сколько то процентов : <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_wid... | e8c7258ade90ad40c37759e73cc893b3 | {
"intermediate": 0.27519893646240234,
"beginner": 0.4284873306751251,
"expert": 0.29631373286247253
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.