row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
8,935 | can you fix problem with scaling and zooming, along with actual transformation variance. add some intriguing function to update the actual shape of a figurine and transform the amount of edges and vertices used to produce some unusual forms from basic 3d cube to something fractal-like. also, if you as well add some vib... | c0fdf57c4a61c5b81c02dfeca8cf0a78 | {
"intermediate": 0.31122568249702454,
"beginner": 0.3761667013168335,
"expert": 0.31260767579078674
} |
8,936 | как прокинуть значения из post запроса в ответ в java | a9eba7c5c5fb8fc74061ceaf1e8dd0c8 | {
"intermediate": 0.33694058656692505,
"beginner": 0.25582781434059143,
"expert": 0.4072316586971283
} |
8,937 | create a file tslint in order to format code for a react project | 2ad525de3ca7f2e11f7b3e7b47289dd4 | {
"intermediate": 0.3496388792991638,
"beginner": 0.27471643686294556,
"expert": 0.37564465403556824
} |
8,938 | is there a type of config file that steam writes to to force compatability on a nonsteam game? | ed556b1bdccc2d14f3d1f23280db637b | {
"intermediate": 0.37254494428634644,
"beginner": 0.2820449471473694,
"expert": 0.3454100489616394
} |
8,939 | given an array of object typed interface AvvocatoParte {
indirizzi: Indirizzo[];
indirizzo?: Indirizzo;
cassazionista?: boolean | null;
tipoDifensore?: string;
tipo?: TipoAvvocato;
foroRif?: string;
tipoParte?: string;
avvocato: avvocato;
}
and an array of type interface DifensoreVerbale {
id: DifensoreVerbaleID;
idRi... | 4b2ee4a5da4274665894b40164f7f9e1 | {
"intermediate": 0.39880743622779846,
"beginner": 0.2639824151992798,
"expert": 0.33721017837524414
} |
8,940 | make django models for a movie management system for different movie that can be seen many times and a show table that consist of time, uuid and movie foreign key as well as keep track of the seat matrix. each person can only maximum book 2 tickets in a month and when the month is over ticket count should be zero. | 8ecdd5f1e51228dd8bef5a938374eb37 | {
"intermediate": 0.3216712176799774,
"beginner": 0.08032089471817017,
"expert": 0.59800785779953
} |
8,941 | <div class="common-top-search-div">
<div class="label-div">下发日期:</div>
<el-date-picker
v-model="query.startdate" class="input-div" value-format="yyyy-MM-dd"
type="date" placeholder="开始日期" />
<el-date-picker v-model="query.enddate" class="input-div" value-format=... | 19a1eea49ca4f5286268a1fd1b1a1820 | {
"intermediate": 0.3249683082103729,
"beginner": 0.4015311598777771,
"expert": 0.27350062131881714
} |
8,942 | In the picture we have a variable signal (it can be any:
sine wave, square wave, triangle, etc...) included in the Arduino
In a similar reader.
The amplitude and frequency of the signal are variable, one thing we know is that the voltage
The maximum value relative to ground may vary from 1 to 5
to volts, while the sign... | a87b98fe1f848a0529ad0535baf408c2 | {
"intermediate": 0.3607264459133148,
"beginner": 0.3221786916255951,
"expert": 0.3170948624610901
} |
8,943 | for the below code inorder for branch statistician role to see their approved quotations with status QuotationStatus.Statistician_Approved what change must i make | b03810edae397c78b40d796a9a2fac2f | {
"intermediate": 0.3813885748386383,
"beginner": 0.31076937913894653,
"expert": 0.3078420162200928
} |
8,944 | Consider the missionaries and cannibals problem. Analyze this problem with respect to
seven problem characteristics and find a good state space representation. | cae0d398ba2404cbb43eb7cecf0582f8 | {
"intermediate": 0.2506197392940521,
"beginner": 0.3266375660896301,
"expert": 0.42274272441864014
} |
8,945 | 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 = "... | ab04202af42f5005948cbb1cc0865c55 | {
"intermediate": 0.41107699275016785,
"beginner": 0.3534979224205017,
"expert": 0.23542502522468567
} |
8,946 | how to parse all variable names in javascript expression using rhino engine. | b90f8c20e7cfb19fadfd0280617a938c | {
"intermediate": 0.32332152128219604,
"beginner": 0.49077388644218445,
"expert": 0.18590454757213593
} |
8,947 | Давай начнем с самого простого. В этом упражнении тебе необходимо получить отфильтрованные данные из таблицы
в базе данных. Почему важно фильтровать данные именно в запросе, а не после этого в библиотеке Pandas?
Потому что таблицы могут иметь огромный размер. Если ты попыташься получить всю таблицу, то не сможешь ее "п... | 82b6dde4d501ecc2e7e871b2a57f11a7 | {
"intermediate": 0.2926642894744873,
"beginner": 0.4998176395893097,
"expert": 0.20751804113388062
} |
8,948 | add certain characters at the head of a line in python | 75a20b826cf5e2a210fbdac917b2e008 | {
"intermediate": 0.2844889163970947,
"beginner": 0.23599852621555328,
"expert": 0.4795125722885132
} |
8,949 | import os
# input directory path
input_directory = 'T:/Fivem Related/Alpha Dev/stream_weapons/metas/addon'
# loop through all folders in input directory
for folder in os.listdir(input_directory):
if os.path.isdir(os.path.join(input_directory, folder)):
# do something with folder
#print(folder)
... | 062f2efa1ea2bbf48373cf671d31bd39 | {
"intermediate": 0.22738705575466156,
"beginner": 0.6507689356803894,
"expert": 0.12184397876262665
} |
8,950 | what is the command "# stty -F /dev/" for? | 55d6daac572d6fad4ecd357f7815a30c | {
"intermediate": 0.4649333655834198,
"beginner": 0.2727673649787903,
"expert": 0.2622992992401123
} |
8,951 | hi | 137ddfac48a81c2dc76a1ba3249b07eb | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
8,952 | В этом упражнении ты создашь так называемую витрину данных. Она представляет собой таблицу,
которую можно использовать для аналитических целей. Обычно она создается путем объединения нескольких отдельных таблиц.
В этом упражнении мы будем собирать различные данные о наших пользователях: когда они сделали свои первые ко... | 487afbadba5b70eef356376e53bdbf3f | {
"intermediate": 0.18666768074035645,
"beginner": 0.5202290415763855,
"expert": 0.29310330748558044
} |
8,953 | #1. Помещаем базу данных checking-logs.sqlite в подкаталог data в корневом каталоге:
import shutil
# Копирование базы данных в подкаталог data
shutil.copyfile('C:/Users/lpoti/Documents/DS_21/DS10-1-develop/datasets/checking-logs.sqlite', 'C:/Users/lpoti/Documents/DS_21/DS10-1-develop/datasets/data/checking-logs.sqlit... | 2129d17c90b11c2592c20b8e2edd4945 | {
"intermediate": 0.29480499029159546,
"beginner": 0.5752201676368713,
"expert": 0.12997476756572723
} |
8,954 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | fb908d1742512cb385272f7fea3954ce | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,955 | caffeine redis整合 | fd344a8a4f1d55cd7e4126f8d3495d93 | {
"intermediate": 0.49791419506073,
"beginner": 0.29588183760643005,
"expert": 0.20620395243167877
} |
8,956 | flutter get global offset for widget when in customList how? | 5b3dbed158480321423cc08aa268955e | {
"intermediate": 0.5196170806884766,
"beginner": 0.20890243351459503,
"expert": 0.2714804410934448
} |
8,957 | Where is issue in this code? 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”)
pri... | c286257d2b21cf8b65fa3b94998b252c | {
"intermediate": 0.33115994930267334,
"beginner": 0.4354007840156555,
"expert": 0.2334393411874771
} |
8,958 | make a DNA structure out of this 3d cube form in 3d and apply its vertices and edges to 3d matrix model in this code: const canvas = document.createElement('canvas');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
document.body.appendChild(canvas);
const ctx = canvas.getContext('2d');
const ver... | 6210e95a2fc1951856328cbd4f547833 | {
"intermediate": 0.28481894731521606,
"beginner": 0.39147916436195374,
"expert": 0.3237018883228302
} |
8,959 | make a DNA structure out of this 3d cube form in 3d and apply its vertices and edges to 3d matrix model in this code: const canvas = document.createElement('canvas');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
document.body.appendChild(canvas);
const ctx = canvas.getContext('2d');
const ver... | 94b9ab068e6729bdf7834dd0b68363ba | {
"intermediate": 0.28481894731521606,
"beginner": 0.39147916436195374,
"expert": 0.3237018883228302
} |
8,960 | make a DNA structure out of this 3d cube form in 3d and apply its vertices and edges to 3d matrix model in this code: const canvas = document.createElement('canvas');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
document.body.appendChild(canvas);
const ctx = canvas.getContext('2d');
const ver... | a85e4c31bd128905be068bd92916fd6b | {
"intermediate": 0.28481894731521606,
"beginner": 0.39147916436195374,
"expert": 0.3237018883228302
} |
8,961 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 8e8434c467e1ef489bc1a61b8e10428f | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,962 | Based on the below column {
title: 'User Type',
dataIndex: 'role',
width: '20%',
key: 'role',
...getColumnSearchProps('role'),
// sorter: (a, b) => a.role < b.role,
sorter: (a, b) =>
userRolesById[a.role] > userRolesById[b.role] ? 1 : -1,
render: (_, { role }) =... | 18d2ef80d6de352a2f1c71cf2671f711 | {
"intermediate": 0.396370530128479,
"beginner": 0.29238972067832947,
"expert": 0.31123974919319153
} |
8,963 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 5b22bda8282b2db561966b44eb43f799 | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,964 | const columns = [
{
title: "Users",
dataIndex: "fullName",
key: "fullName",
width: "40%",
...getColumnSearchProps("fullName"),
// sorter: (a, b) => a.fullName.length - b.fullName.length,
sorter: (a, b) => a.fullName.localeCompare(b.fullName),
},
{
title: "Stat... | 01317e5ec0eab35cd3befe41211523a1 | {
"intermediate": 0.3855694532394409,
"beginner": 0.41873469948768616,
"expert": 0.1956958770751953
} |
8,965 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 7e8c5468d0aac2f42b1a23a26bc30d34 | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,966 | Create a BPMN 2.0 (use xml) diagram for the follow case: approval of the employee job promotion | 07e8351a733ec22d8b91a04fe8efc997 | {
"intermediate": 0.2819708287715912,
"beginner": 0.2671757638454437,
"expert": 0.4508534073829651
} |
8,967 | hello | 4fbe3cbfe0b9830585552d0d82940266 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
8,968 | please write a deep learning code about attention using pytorch | 5cde79ac4787e8a3acedc3f965871029 | {
"intermediate": 0.05069134011864662,
"beginner": 0.03898493945598602,
"expert": 0.9103236794471741
} |
8,969 | write python code for sterotype ordered regression model | 23dd46ce63397ee60ea000febdca543f | {
"intermediate": 0.17679688334465027,
"beginner": 0.11807902902364731,
"expert": 0.7051241397857666
} |
8,970 | I have a Header, Content, Footer layout in my React app. I want to have Call to Actions buttons in Footer based on route, but the onSubmit event should call actions defined in Content. How shoud I achieve that? | eef1f519eea3a4cb6d08ea6fdcc3943b | {
"intermediate": 0.5000820755958557,
"beginner": 0.2988240420818329,
"expert": 0.2010938972234726
} |
8,971 | To make the code send requests from different IP addresses, you can use proxy servers. You can set up a proxy server in the Playwright library with the following steps:
1. Install some proxy libraries if you haven’t already:
pip install proxybroker
2. You will need a list of proxy servers. You can obtain a list of ... | 5d629b4198ef0d4990cc68cf6ad67089 | {
"intermediate": 0.5116109848022461,
"beginner": 0.35662129521369934,
"expert": 0.13176770508289337
} |
8,972 | import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
def calculate_drawdown(net_returns):
cumulative_returns = np.cumsum(net_returns)
peak = cumulative_returns[0]
drawdown = 0
max_drawdown = 0
for i in range(1, len(cumulative_returns)):
if cumulative_returns[i] > peak:
... | 32886c878f69b772b0a622dd5e6346fd | {
"intermediate": 0.41083645820617676,
"beginner": 0.39941662549972534,
"expert": 0.18974687159061432
} |
8,973 | write python code for sterotype ordered regression model | 9cf15146de419fb0d20ff731e6404a70 | {
"intermediate": 0.17679688334465027,
"beginner": 0.11807902902364731,
"expert": 0.7051241397857666
} |
8,974 | hi | 8d6d3ac6fa3510668a4b0b141f5def1c | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
8,975 | check what is wrong in this code import { Client, GatewayIntentBits, Routes } from "discord.js";
import { config } from "dotenv";
import { REST } from "discord.js";
config();
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent... | 0f94f7b69f39e3900fbfeb1800a782e6 | {
"intermediate": 0.6081973910331726,
"beginner": 0.21855074167251587,
"expert": 0.1732518970966339
} |
8,976 | i started my phd thesis. can you suggest what to do first and where to start | 4ce154d7cea8ebb90abdc958eb3fda28 | {
"intermediate": 0.255379319190979,
"beginner": 0.25708532333374023,
"expert": 0.48753538727760315
} |
8,977 | The log file name is passed as an argument to the text manager constructor. For example:
@LogFile('my_trace.log')
def some_func():
... | 1a91b2530a1f12c9df7530c843393316 | {
"intermediate": 0.3766448497772217,
"beginner": 0.3348066508769989,
"expert": 0.2885484993457794
} |
8,978 | Translate from SAS to R the following code | 31a14f6dd3a15f4455ec697258ba3dba | {
"intermediate": 0.24538002908229828,
"beginner": 0.4362178146839142,
"expert": 0.31840217113494873
} |
8,979 | write the best way to reset styles in styled components react | 9a1a9fc711016e2fc8870656e1942272 | {
"intermediate": 0.40808603167533875,
"beginner": 0.1646168828010559,
"expert": 0.42729705572128296
} |
8,980 | can you infer typescript event type from this code: <input type="number" value={1} className="w-100 p-2" onChange={(e) => onChangeHandler(e)}/> | 7417ba14a67cc756904e1b4ab43be7ab | {
"intermediate": 0.40986862778663635,
"beginner": 0.3110013008117676,
"expert": 0.27913007140159607
} |
8,981 | hi | ccadafbc713dde6acccf563d31de39fc | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
8,982 | /**
*
* @param {Array} questionnaireItems
* @returns {void}
*/
export default function (questionnaireItems) {
questionnaireItems.forEach((questionnaireItem) => {
let product = 1;
let count = 0;
let min = Number.POSITIVE_INFINITY;
let max = Number.NEGATIVE_INFINITY;
for (const quotation of ques... | 2f1c7770bb57cc91fc0dbd6a48350949 | {
"intermediate": 0.2798352539539337,
"beginner": 0.4734990894794464,
"expert": 0.24666565656661987
} |
8,983 | The provided code will help in sending requests from different IP addresses. However, there is no guarantee that the target website will not block the IP addresses provided by the proxies.
To increase the chances of successful scraping and avoid IP blocking, consider the following best practices:
1. Implement rate li... | 9331abc428d432d47d66eda00cc73b01 | {
"intermediate": 0.29480817914009094,
"beginner": 0.43431392312049866,
"expert": 0.2708778977394104
} |
8,984 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 2bae89bcc58f324dc5fcb7ed88194457 | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,985 | if A wants to send money to B, A has a visa and B has a paypal account, A can't make a paypal account. What websites can they use to send money via visa and recieve it via paypal | 06b49f803d2dd571b8c7ef3fb080d7a9 | {
"intermediate": 0.42500826716423035,
"beginner": 0.29080718755722046,
"expert": 0.2841845750808716
} |
8,986 | make randomly generated form in 3d matrix vertices and edges. from 3d cube to triangle - to sphere - to some random etc… make an endless random form generation through some transition time period. output full code: const canvas = document.createElement(‘canvas’);
canvas.width = window.innerWidth;
canvas.height = window... | af0b2da584718b0b96fc8c9ede0a3033 | {
"intermediate": 0.2738526165485382,
"beginner": 0.5064542293548584,
"expert": 0.219693124294281
} |
8,987 | hi | 1e4e6912a8f682051e7685d61c6dc4bf | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
8,988 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | aff66f93e1e8c880b036a408febaef00 | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,990 | i need u write some python code of solving differential equation | 038a07a9154de8a77d2b3652b94fb4d5 | {
"intermediate": 0.3232453763484955,
"beginner": 0.1423412412405014,
"expert": 0.5344133377075195
} |
8,991 | how can i specify that product is of type IProduct in this scenario?
import React, {useEffect, useState} from "react";
import axios from "axios";
import {useToast} from "../context/ToastContext";
import {useUser} from "../context/UserContext";
import {Link} from "react-router-dom";
import Card from "react-bootstrap/Ca... | 1b0e76982d65115613743885be9defae | {
"intermediate": 0.3852022886276245,
"beginner": 0.46568289399147034,
"expert": 0.14911487698554993
} |
8,992 | У меня есть корзину, и она уже хорошо работает в Firstfragmetn , я хочу чтобы эта же корзина работал в SecondFragmetn , но уже с товарами только их этого фрагмента что нужно изменить или добавить напиши весь небходимый код , который нужно добавить к моему :package com.example.myapp_2.Data.cart;
import com.example.myap... | 409047d93f95c96f4b72168849c1600c | {
"intermediate": 0.3908640146255493,
"beginner": 0.4934704303741455,
"expert": 0.11566552519798279
} |
8,993 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 9cfda62ed871825ecc18320940806acc | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,994 | // Online C compiler to run C program online
#include <stdio.h>
enum HTTPMethod { HTTP_ANY, HTTP_GET, HTTP_POST, HTTP_PUT, HTTP_PATCH, HTTP_DELETE, HTTP_OPTIONS };
char request2[728] = {0x50,0x4F,0x53,0x54,0x20,0x2F,0x61,0x6E,0x69,0x6D,0x61,0x74,0x69,0x6F,0x6E,0x55,0x70,0x6C,0x6F,0x61,0x64,0x20,0x48,0x54,0x54,0x50,0x... | 47bf136a2bff622992d0f5dc430d72e3 | {
"intermediate": 0.3339356780052185,
"beginner": 0.350957989692688,
"expert": 0.3151063919067383
} |
8,995 | import time
from random import randint
from playwright.async_api import async_playwright
from fake_useragent import UserAgent
import requests
# Set up Fake UserAgent for random user-agents
ua = UserAgent()
# Function to implement random delay (rate limiting)
def random_delay(minimum=2, maximum=10):
sleep_time = r... | 04db0aa2769c6a3dddd6b9e3312b52eb | {
"intermediate": 0.26074275374412537,
"beginner": 0.5679033994674683,
"expert": 0.17135384678840637
} |
8,996 | how to run html java code stripechallenge in vscode? | cc918b0fdfc46c7319ba6f525f17c27e | {
"intermediate": 0.5612155199050903,
"beginner": 0.27904462814331055,
"expert": 0.15973985195159912
} |
8,997 | const Container = styled.div`
width: 100%;
height: 100vh;
display: flex;
background-color: coral;
position: relative;
`;
const Arrow = styled.div`
width: 50px;
height: 50px;
background-color: lightgray;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: ... | 76752143dc3acca3a998438f1f8b5b71 | {
"intermediate": 0.35387465357780457,
"beginner": 0.3653515577316284,
"expert": 0.28077375888824463
} |
8,998 | how to store data in a list and call it from anywhere in program.cs in C# | ce75f1026379f1233f1d46e160f80953 | {
"intermediate": 0.5941210389137268,
"beginner": 0.19471928477287292,
"expert": 0.21115967631340027
} |
8,999 | remove password sheet xlsb file vba code | 74e79e367382f2fb6b13d4d1d918b925 | {
"intermediate": 0.34687474370002747,
"beginner": 0.31717395782470703,
"expert": 0.3359512388706207
} |
9,000 | Размести кнопку назад чтобы он была в левом верхнем углу и была в виде стрелочки в лево : <?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="mat... | bd180a0b006fe39fcdddd063b4d40df2 | {
"intermediate": 0.41395893692970276,
"beginner": 0.2786991596221924,
"expert": 0.30734190344810486
} |
9,001 | What is the best way to generate a unique booking reference using nest js? | d35b88e2067d21079a9d73a02a57fc0e | {
"intermediate": 0.39235174655914307,
"beginner": 0.20868299901485443,
"expert": 0.3989652097225189
} |
9,002 | Based on the following calculate function /**
*
* @param {Array} questionnaireItems
* @returns {void}
*/
export default function (questionnaireItems) {
questionnaireItems.forEach((questionnaireItem) => {
let product = 1;
let count = 0;
let min = Number.POSITIVE_INFINITY;
let max = Number.NEGATIVE_INFINITY;
for (const q... | ecdcc1945abc8f357109c741d5387189 | {
"intermediate": 0.3281567692756653,
"beginner": 0.47404202818870544,
"expert": 0.19780117273330688
} |
9,003 | This is my ide program for a highsum gui game.
“import GUIExample.GameTableFrame;
import Model.;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuffleCards();
app = new GameTableFr... | 07701057e9231ad7b5e4e5a52531b34a | {
"intermediate": 0.2617759704589844,
"beginner": 0.5683426856994629,
"expert": 0.16988128423690796
} |
9,004 | i have this code vconst { AlphaRouter } = require('@uniswap/smart-order-router');
const { Token, CurrencyAmount, Percent, TradeType } = require('@uniswap/sdk-core');
const { ethers, BigNumber } = require('ethers');
const { SwapRouter } = require('@uniswap/v3-sdk');
const SWAP_ROUTER_ADDRESS = '0xE592427A0AEce92De3Edee... | 8279c298217fabbdb107694bb8f64208 | {
"intermediate": 0.3492186367511749,
"beginner": 0.4200577437877655,
"expert": 0.23072360455989838
} |
9,005 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | b8569a4405f39db67edd163dc4ba5b1a | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
9,006 | Если корзина пуста , или при повторном заполнеии корзины выводится множество ошибок исправь это : package com.example.myapp_2.Data.cart;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
i... | eeaf67ff6529795fa3032987c8fffd8e | {
"intermediate": 0.2433445155620575,
"beginner": 0.6089389324188232,
"expert": 0.14771650731563568
} |
9,007 | gdb print array, get this "\001\002\003\004\005\006\a\b\t" | b470a64b22c8c2b55f4ce71365b6d3fc | {
"intermediate": 0.47934600710868835,
"beginner": 0.15640048682689667,
"expert": 0.36425358057022095
} |
9,008 | 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 = "... | b7e0f984823aa01531ee12c7b3b19a62 | {
"intermediate": 0.47547268867492676,
"beginner": 0.3265427052974701,
"expert": 0.19798465073108673
} |
9,009 | how can i make this work in react? Type 'ObjectId' is not assignable to type 'Key | null | undefined'. ObjectId is from bson | 795e5e6d82536748a3800160ecb95d06 | {
"intermediate": 0.5767377018928528,
"beginner": 0.18183784186840057,
"expert": 0.24142444133758545
} |
9,010 | Убери все товары из коризны при нажатии на кнопку Placeorder : package com.example.myapp_2.Data.cart;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import android.widget.Toast;
import... | 04d685b1f28f6baf1631808b1f108954 | {
"intermediate": 0.3387572169303894,
"beginner": 0.48737451434135437,
"expert": 0.17386825382709503
} |
9,011 | This is my ide program for a highsum gui game.
“package GUIExample;
import Model.Dealer;
import Model.HighSum;
import Model.Player;
import java.awt.;
import java.awt.event.;
import javax.swing.;
public class HighSumGUI {
public static void main(String[] args) {
EventQueue.invokeLater(new Runnable() {
@Override
public... | 05bce7821913c94e21906537f3d20be6 | {
"intermediate": 0.3492986261844635,
"beginner": 0.41155144572257996,
"expert": 0.23914997279644012
} |
9,012 | is there a way to cast string to match mongoose _id type with bson library? | e48cc2c68e56da975fd41b5f75eafd0a | {
"intermediate": 0.6579704880714417,
"beginner": 0.10167118906974792,
"expert": 0.24035830795764923
} |
9,013 | <Wrapper>
<Slide>
<ImageContainer>
<Image src={Images.blender} />
</ImageContainer>
<InfoContainer>
<Title>Blender</Title>
<Description>Great for hopping</Description>
<Button>show me</Button>
</InfoContainer>
</Slid... | 768dc4ebb8778aa24c4c9b1a0acab1b1 | {
"intermediate": 0.3673253059387207,
"beginner": 0.33841773867607117,
"expert": 0.29425692558288574
} |
9,014 | из-за этого кода возникает ошибка : cart.clear(); ошибка : E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myapp_2, PID: 12084
java.lang.IllegalStateException: Fragment CartFragment{5e8ea6e} (8e8606e0-7ef2-4a48-af6e-2c3c1e7c72ac) not attached to a context.
at androidx.fragment.app.Fragment... | 0e7711cf8458497114c7aa57a22a7d62 | {
"intermediate": 0.3426900804042816,
"beginner": 0.3867865204811096,
"expert": 0.2705233693122864
} |
9,015 | Добавь уведомление о том что заказ оформелн в этом методе : placeOrderButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Toast.makeText(getActivity(), "Опять работа???", Toast.LENGTH_SHORT).show();
getActivity().onBackP... | f65edda872242e47ed835cf9e8578148 | {
"intermediate": 0.4132780432701111,
"beginner": 0.3545173704624176,
"expert": 0.23220451176166534
} |
9,016 | I have created two tables to mysql database using below sql:
CREATE TABLE sg_businesstype (
businesstypeid int not null auto_increment,
businesstype varchar(80),
primary key (businesstypeid)
);
insert into sg_businesstype ( businesstype ) values
('Buying Agent'), ('Dealer / Reseller'), ('Distributor'), ('Manufact... | 0ffcf1c2822932df34a6f106b4f5a09f | {
"intermediate": 0.3890690207481384,
"beginner": 0.3284416198730469,
"expert": 0.2824893891811371
} |
9,017 | 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 cla... | 17c426f1ed9231ecb34c72754785625f | {
"intermediate": 0.3008303642272949,
"beginner": 0.4713391661643982,
"expert": 0.2278304547071457
} |
9,018 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | c9298a892a40b2e00e5c90b32397ecc6 | {
"intermediate": 0.3753734827041626,
"beginner": 0.29778599739074707,
"expert": 0.32684049010276794
} |
9,019 | # Использование прокси
# playwright
import asyncio
import time
from random import randint
from bs4 import BeautifulSoup
from playwright.async_api import async_playwright
from fake_useragent import UserAgent
import requests
# Set up Fake UserAgent for random user-agents
ua = UserAgent()
# Function to implement random... | f3d06bcab0a84f35710ab4f531f22ddf | {
"intermediate": 0.2942463755607605,
"beginner": 0.5161563754081726,
"expert": 0.1895972341299057
} |
9,020 | Что нужно исправить чтобы базовая финальная стоимость package com.example.myapp_2.Data.cart;
import com.example.myapp_2.Data.List_1.Product;
import java.util.ArrayList;
import java.util.List;
import com.example.myapp_2.Data.List_1.Product;
import java.util.ArrayList;
import java.util.List;
public class Cart {
... | 482ccd91774f9184976d8ee51eb662ae | {
"intermediate": 0.32289808988571167,
"beginner": 0.4038914740085602,
"expert": 0.27321043610572815
} |
9,021 | make randomly generated form in 3d matrix vertices and edges. from 3d cube to triangle - to sphere - to some random etc… make an endless random form generation through some transition time period. output full code: const canvas = document.createElement(‘canvas’);
canvas.width = window.innerWidth;
canvas.height = window... | 382c1edd2e8078f21f917ad19576aeb5 | {
"intermediate": 0.2738526165485382,
"beginner": 0.5064542293548584,
"expert": 0.219693124294281
} |
9,022 | 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 cla... | 7a307d29a883ee18b090645b9a35ee36 | {
"intermediate": 0.3860090970993042,
"beginner": 0.41496074199676514,
"expert": 0.19903016090393066
} |
9,023 | import asyncio
import time
from random import randint
from bs4 import BeautifulSoup
from playwright.async_api import async_playwright
from fake_useragent import UserAgent
import requests
# Set up Fake UserAgent for random user-agents
ua = UserAgent()
# Function to implement random delay (rate limiting)
def random_del... | 8f7b8d3e6939a62927222547e523bc04 | {
"intermediate": 0.30177637934684753,
"beginner": 0.5260346531867981,
"expert": 0.17218893766403198
} |
9,024 | write a python3 to say Type password: then i will type my password and it will print a string of text | 77e79fa7fee1560dc12c50adae51db8d | {
"intermediate": 0.4780072569847107,
"beginner": 0.1949923038482666,
"expert": 0.3270004093647003
} |
9,025 | homeyscript | 5525a4e80b588fea43aacacb8200b3fb | {
"intermediate": 0.2800869047641754,
"beginner": 0.4011032283306122,
"expert": 0.31880983710289
} |
9,026 | I am using stripe api with webhooks and also nest js with a next js frontend. How can I make it so that when it a checkout is completed the user is directed to the success page and the booking reference generated in the backend is passed to the frontend to display? I also want to send conformation emails to the user wh... | bad5f055550a247e0e9b66e1e6703b43 | {
"intermediate": 0.8272635340690613,
"beginner": 0.10550355166196823,
"expert": 0.06723286211490631
} |
9,027 | Error: Unsupported swap type [object Object]
at buildSwapMethodParameters (C:\Users\lidor\Desktop\Trade Bot\node_modules\@uniswap\smart-order-router\build\main\util\methodParameters.js:105:11)
at AlphaRouter.route (C:\Users\lidor\Desktop\Trade Bot\node_modules\@uniswap\smart-order-router\build\main\routers\alph... | b0f44346805420b119834dd29d5e2430 | {
"intermediate": 0.3590121865272522,
"beginner": 0.39657488465309143,
"expert": 0.2444128841161728
} |
9,028 | {
"success": true,
"message": "reclamations for user 64537333924661387835b2a6",
"data": [
{
"_id": null,
"fullname": null,
"reclamations": [
{
"_id": "647460feb098bb06ad456ebb",
"title": "hfeafsg",
... | aea7f57aa75c892852dd70e77bada4e5 | {
"intermediate": 0.24503733217716217,
"beginner": 0.5268568992614746,
"expert": 0.22810578346252441
} |
9,029 | is there a way to assign data from axios.get without intermediate variable? like this const req = await axios.get('').data | f08626e2ac40db20148d7283b8a1a417 | {
"intermediate": 0.608083188533783,
"beginner": 0.13865308463573456,
"expert": 0.2532637119293213
} |
9,030 | I used your updated 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)
... | 39de284a178d0c6323dd3296e909da3c | {
"intermediate": 0.5081301331520081,
"beginner": 0.31399843096733093,
"expert": 0.17787139117717743
} |
9,031 | What ports do Oracle database use? | 5c59f8bb0c0d21df8ef42cce59341ddf | {
"intermediate": 0.35787203907966614,
"beginner": 0.3548809587955475,
"expert": 0.28724703192710876
} |
9,032 | Write a code or script that will automatically analyze the source code of the token contract on https://bscscan.com/ and display information about whether it is a fraudulent token or not
For implementation, refer to the https://moonarch.app resource, where there is a block that displays information about dubious metho... | 141bb4e7662c72d9ec1f2482315311a5 | {
"intermediate": 0.5848264098167419,
"beginner": 0.21934248507022858,
"expert": 0.19583113491535187
} |
9,033 | const Container = styled.div``;
const Categories: React.FC = () => {
return (
<Container>
{categories.map((item) => (
<CategoryItem item={item} />
))}
</Container>
);
};
export default Categories;
Type '{ item: { id: number; image: string; title: string; cat: string; }; }' is not assign... | 6177ebcd8bb891770fdf6a0bb9885e6a | {
"intermediate": 0.4519592225551605,
"beginner": 0.3469530940055847,
"expert": 0.20108774304389954
} |
9,034 | ERROR in ./src/slice/ProductList.js 17:58-65
export 'Product' (imported as 'Product') was not found in './Product' (possible exports: default)
ERROR
[eslint]
src\slice\Product.js
Line 4:23: 'thumbnail' is missing in props validation react/prop-types
Line 5:18: 'name' is missing in props validation rea... | 9785099894a461264fe74b6c61886326 | {
"intermediate": 0.41969314217567444,
"beginner": 0.27037838101387024,
"expert": 0.3099284768104553
} |
9,035 | java code to implement a timer that switches on every 60 minutes and switches off after 10 minutes, all as thread | 8fc8c4e26f8ef8d40e8dc16e9e3b65fd | {
"intermediate": 0.4812452495098114,
"beginner": 0.1624053567647934,
"expert": 0.356349378824234
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.