row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
11,852 | transcription for "https://www.youtube.com/watch?v=_qDML_BCju8" | 6103dd33f30d78bd3c0e47ebc61abc29 | {
"intermediate": 0.29304972290992737,
"beginner": 0.27008432149887085,
"expert": 0.43686604499816895
} |
11,853 | write a code that do a gui and display photos that located in a folder called storage while using google colab | bb167fa730e00127f34a42158a2f154d | {
"intermediate": 0.5165177583694458,
"beginner": 0.14932577311992645,
"expert": 0.33415648341178894
} |
11,854 | Modify the antd tabs style to look like the antd card component in react | 7f145ba3b98a6adb4d73617f399d37cd | {
"intermediate": 0.41063350439071655,
"beginner": 0.2696385979652405,
"expert": 0.31972789764404297
} |
11,855 | import re
import requests
import difflib
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.5
def get_contract_source_code(address):
params = {
"module": "contract",
"action": "getsourcecode",
"address": address,
"apiKey": API_KEY
... | ef5c11849f0b2c837a44b445a268f5bf | {
"intermediate": 0.38675186038017273,
"beginner": 0.35349562764167786,
"expert": 0.2597525119781494
} |
11,856 | Hello | 2fa9d297f3efed6b8dadbef85c3a3646 | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
11,857 | Considere o tutorial em https://geth.ethereum.org/docs/getting-started para solucionar esse erro:
WARN [06-13|14:21:47.789] Failed to open wallet url=extapi://\\.\pipe\clef.ipc err="operation not supported on external signers" | 58b4e338242acb2f502a8464008b45e3 | {
"intermediate": 0.4203273057937622,
"beginner": 0.2015584260225296,
"expert": 0.378114253282547
} |
11,858 | I have 3 tables. I need atrr in Customer with Customer objects. Here my tables: class Customer(Base):
__tablename__ = 'customer'
name: Mapped[str] = mapped_column(String(32), unique=True, nullable=False)
noservice_date: Mapped[date | None] = mapped_column(Date, default=None)
class CustomerObject(Base):
... | b6c52e9952a897e2afd42fd596e5039a | {
"intermediate": 0.3959505259990692,
"beginner": 0.32286304235458374,
"expert": 0.28118643164634705
} |
11,859 | i wanna place button at the bottom of the imgui window, keep in mind that imgui window working separately from main window | f7bdcf17d8358d6763a3194cd14cc185 | {
"intermediate": 0.42980286478996277,
"beginner": 0.21107880771160126,
"expert": 0.35911837220191956
} |
11,860 | how to stream a response back from openai | d3bf9c87382e25b96356d28da6b59fe6 | {
"intermediate": 0.3666038513183594,
"beginner": 0.10473707318305969,
"expert": 0.5286590456962585
} |
11,861 | template <typename T>
void loadFromJson(const nlohmann::json& j, const std::string& key, T& var)
{
if ( j.contains(key) && j[key].is<T>())
{
var = j[key].get<T>();
}
}
this gives an error c2760
rewrite snippet to fix those error.
keep function as is. don't use try-catch blocks | d96b814c2f2e936464ae26ab5cb55c6d | {
"intermediate": 0.3256601095199585,
"beginner": 0.49034184217453003,
"expert": 0.18399804830551147
} |
11,862 | How to create a MLP ANN in matlab? | 75d9da895eb63cb051854bfc416f5a5e | {
"intermediate": 0.08364877104759216,
"beginner": 0.03771798312664032,
"expert": 0.8786332607269287
} |
11,863 | Is feed forward ANN different with Back progration ANN in matlab?? | a6efc2cce0d1d1d6f1fa6848c3a44614 | {
"intermediate": 0.10745852440595627,
"beginner": 0.05187680944800377,
"expert": 0.8406646251678467
} |
11,864 | How to extract data from nav_msgs/Odometry topic of ros package? | 7dad8510ee8fb989082b015fc03234cd | {
"intermediate": 0.531925618648529,
"beginner": 0.11366342753171921,
"expert": 0.35441091656684875
} |
11,865 | how to check if
There is a record in the database that simultaneously has the same fields "Object name", "City", "Street" python ans sqlalchemy | 6bda3726d7b9ec2e4ec3efdfa9d466f3 | {
"intermediate": 0.4845138192176819,
"beginner": 0.2212120145559311,
"expert": 0.2942741811275482
} |
11,866 | Оптимизируй код:
using DiplomWPFnetFramework.Classes;
using DiplomWPFnetFramework.DataBase;
using DiplomWPFnetFramework.Windows.BufferWindows;
using DiplomWPFnetFramework.Windows.DocumentTemplatesWindows;
using System;
using System.Collections.Generic;
using System.Data.Entity.Migrations;
using System.IO;
using System.... | e4ca7646d72946194b05801960247e27 | {
"intermediate": 0.4311530590057373,
"beginner": 0.46480709314346313,
"expert": 0.10403983294963837
} |
11,867 | I am doing a c# unit testing using MSTest
it doesn’t give me an error now but it doesn’t delete the element, I tried this inside the unit test method:
DataGrid dataGrid = new DataGrid();
dataGrid.SelectionUnit = DataGridSelectionUnit.CellOrRowHeader;
ObservableCollection<ItemDatagridItems> tes... | d55499fe2a08ba279d1e4720a071bd12 | {
"intermediate": 0.6994169354438782,
"beginner": 0.22398991882801056,
"expert": 0.07659316807985306
} |
11,868 | I am trying to plot a density contour in plotly and I want the values below a specific densitiy not to be colored, but the values above the threshold to be colored. How do I do that? | 9b81edc656084e8e5ba8ba37471b138d | {
"intermediate": 0.4004185199737549,
"beginner": 0.22767271101474762,
"expert": 0.3719088137149811
} |
11,869 | Hello could you make a driver in selenium python, then open google chrome | 58e1c96fe3260ff054b70880314e5215 | {
"intermediate": 0.43108469247817993,
"beginner": 0.12454675137996674,
"expert": 0.44436854124069214
} |
11,870 | can you make this somehow dispaly the curve once generated? maybe even a feature to generate new ones in the click of a button and display them? i want to find the perfect settings.
import numpy as np
import csv
# Configuration
start_point = np.array([1000, 201]) # Starting point (a)
end_point = np.array([1700, 700]... | ac3f0ad55467b0df4de0ee952138f49b | {
"intermediate": 0.22693876922130585,
"beginner": 0.6722306609153748,
"expert": 0.10083058476448059
} |
11,871 | import {
LineStyle,
Timeline,
TrendingUp,
PersonOutline,
Inventory,
Paid,
Assessment,
MailOutline,
Forum,
Message,
Work,
ReportGmailerrorred,
} from "@mui/icons-material";
import { Link } from "react-router-dom";
const Sidebar = () => {
const menuItems = [
{
title: "Dashboard",
... | 55833f71b6e22ab17bfd41941156e39c | {
"intermediate": 0.29868724942207336,
"beginner": 0.5078723430633545,
"expert": 0.19344034790992737
} |
11,872 | I would like to write a VBA code to comlplete this process:
I have two sheets named 'Reminders' and 'Events' within the same workbook.
In the 'Reminders' sheet the following columns are entered as follows with each row pertaining to a specific data entry.
Column D - contains text summaries of reminders
Column E - con... | d33cf34cae3a1b3bb1746aaa5557bbdb | {
"intermediate": 0.4294598698616028,
"beginner": 0.3124927878379822,
"expert": 0.2580473721027374
} |
11,873 | make unit testing using mstest in c# of this code
public static List<T> GetControls<T>(Window w, int count, string name)
{
List<T> controls = new List<T>();
for (int i = 1; i <= count; i++)
{
controls.Add((T)w.FindName($"{name}{i:D2}"));
}
... | 3c4993fe13ba080057a68e78f3483aef | {
"intermediate": 0.4763583242893219,
"beginner": 0.3179328143596649,
"expert": 0.20570887625217438
} |
11,874 | in dao.js
exports.pageContent = (pageid) => {
return new Promise((resolve, reject) => {
const sql = `
SELECT
title AS title,
authorId AS authorId,
publishDate AS publishDate
blocks AS blocks
FROM
pages
WHERE
id=?`;
db.get(sql, [pageid], (err, row) => { //db.get ... | 01536b09bbc763c9a02afe03807021f8 | {
"intermediate": 0.48708635568618774,
"beginner": 0.3396475911140442,
"expert": 0.17326605319976807
} |
11,875 | I wrote this unit test but it gave me the error actual value is 3 instead of 0, it should be 0 as I send name as "a". What could be the problem?
[TestMethod]
public void TestGetControls()
{
Window window = new Window();
int count = 3;
List<Button> expected = new List... | 534dd13e462112c708d695a4ce6e2341 | {
"intermediate": 0.43501293659210205,
"beginner": 0.35703277587890625,
"expert": 0.2079542577266693
} |
11,876 | import {
LineStyle,
Timeline,
TrendingUp,
PersonOutline,
Inventory,
Paid,
Assessment,
MailOutline,
Forum,
Message,
Work,
ReportGmailerrorred,
} from "@mui/icons-material";
import { Link } from "react-router-dom";
const Sidebar = () => {
const menuItems = [
{
title: "Dashboard",
... | 227fd03da763c4a6535a5d408ab0c430 | {
"intermediate": 0.31135737895965576,
"beginner": 0.5133899450302124,
"expert": 0.17525264620780945
} |
11,877 | I want you to create a text adventure game where you describe the scene and I am given options of what to do. I want this game to be programed in html CSS and JavaScript so that it can be played on a browser. Please give the entire code
This game will have 3 rooms for now
Writing notes for game
I will start at 18 yea... | 0613d811ab3841dd62f8cdc5f82dd0e7 | {
"intermediate": 0.36691245436668396,
"beginner": 0.36253443360328674,
"expert": 0.2705530822277069
} |
11,878 | create antd tabs in react that each tab has a gray check, if all the form items in the tab are filled the check will be green, the tabs are inside a form component | ab9e38468af0f12a9dc3e2dd98ba2105 | {
"intermediate": 0.3671697974205017,
"beginner": 0.15104487538337708,
"expert": 0.4817853271961212
} |
11,879 | in bash how would I add a password and If I typed it I want it to show like **** | be23b7829bc0e073b6a98e6ed716c862 | {
"intermediate": 0.43718940019607544,
"beginner": 0.22949449717998505,
"expert": 0.33331605792045593
} |
11,880 | I got this error :
System.InvalidOperationException: No NameScope found for register Name 'Button01'.
From this code:
Window window = new Window();
int count = 3;
List<Button> expected = new List<Button>();
for (int i = 1; i <= count; i++)
{
Button butto... | 653263d84ad081d2605c48029c62f969 | {
"intermediate": 0.3711680769920349,
"beginner": 0.3505263924598694,
"expert": 0.2783055305480957
} |
11,881 | Quiero saber como realizar una query bidireccional en neo4j usando match colocando un parametro de busqueda concreto ejemplo:
match match (a:Account {id: '70003448'})-[r:HAS_TRANSFERED]->(a2:Account) RETURN a,r,a2 | 3ff67dfc26f5f78a8b165fdacfc4b610 | {
"intermediate": 0.4913221299648285,
"beginner": 0.11479856073856354,
"expert": 0.39387935400009155
} |
11,882 | hi | 58941bf7ee99985b69ce49f5037e0f00 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
11,883 | Write code that will remove all commented lines in the code.
Comments in code begin with the following characters
//
this is a one line comment. A line starting with these characters must be removed from their code
/*
*/
this is a multi-line comment. The lines between these characters must be removed from the code.
... | 843817955a3505c718b13b928ab23373 | {
"intermediate": 0.373452365398407,
"beginner": 0.22577354311943054,
"expert": 0.40077415108680725
} |
11,884 | make unit testings in c# and MSTEST for the next code:
public static List<T> GetControls<T>(Window w, int count, string name)
{
List<T> controls = new List<T>();
for (int i = 1; i <= count; i++)
{
controls.Add((T)w.FindName($"{name}{i:D2}"));
... | 3444b2138b16d9e8da1a847032dd6401 | {
"intermediate": 0.5054234266281128,
"beginner": 0.3029111325740814,
"expert": 0.1916653960943222
} |
11,885 | create an antd button in react that moves me to the next antd tabl, I have 5 tabs and each one will have this button except the last one | efc025c6336a5f62b3ba569dec3d6ccf | {
"intermediate": 0.45781439542770386,
"beginner": 0.13065218925476074,
"expert": 0.4115334153175354
} |
11,886 | i wanna set a date in java and set in a class | 42ee56af7dd88f8747774148db9ec756 | {
"intermediate": 0.3699568510055542,
"beginner": 0.4881804287433624,
"expert": 0.14186275005340576
} |
11,887 | fix this error File "D:\Pfa\projet f_nf_flask\app.py", line 134, in gen
cv2.rectangle(frame, (startX, startY), (endX, endY), (0, 255, 255), 2)
cv2.error: OpenCV(4.7.0) :-1: error: (-5:Bad argument) in function 'rectangle'
> Overload resolution failed:
> - img is not a numpy array, neither a scalar
> - Expected ... | 61ee933ae5b90e4286e1b35de194048a | {
"intermediate": 0.4428677260875702,
"beginner": 0.36046484112739563,
"expert": 0.19666747748851776
} |
11,888 | I need to collect daily income twice , i need to open my metamask from my computer and then i need to click some buttons in order. I want to automate this task daily based on time . Security is also important for me , how can i do this on my computer ? I use macbook | a75545b5a6f3931a44840d7a56d73bac | {
"intermediate": 0.4337193965911865,
"beginner": 0.2852509319782257,
"expert": 0.28102967143058777
} |
11,889 | Create a python program that will graph in real time how many messages per minute in a Twitch chat | c2d04a1e40f4cb1fb38ee7c40ac78306 | {
"intermediate": 0.36672845482826233,
"beginner": 0.10851360857486725,
"expert": 0.5247579216957092
} |
11,890 | C:\Users\AshotxXx\PycharmProjects\ByteCodes\MatchBytesCodeSimilar\venv\Scripts\python.exe C:\Users\AshotxXx\PycharmProjects\ByteCodes\CodeDifferences\main.py
Traceback (most recent call last):
File "C:\Users\AshotxXx\PycharmProjects\ByteCodes\CodeDifferences\main.py", line 79, in <module>
similar_contracts = fin... | 75b6dc07cf8fd21873df42364bee5268 | {
"intermediate": 0.43359869718551636,
"beginner": 0.2956855297088623,
"expert": 0.27071577310562134
} |
11,891 | i'm trying to add an radar from my angular app hosted on http://localhost:4200 the backend is many microservices connected to a getaway on http://localhost:8888/ so i got the next error : Access to XMLHttpRequest at 'http://localhost:8888/RADAR-SERVER/radars' from origin 'http://localhost:4200' has been blocked by CORS... | e75919c0f998a17d4224f2ef59d994d7 | {
"intermediate": 0.4032634198665619,
"beginner": 0.37468379735946655,
"expert": 0.22205278277397156
} |
11,892 | type ChartProps = {
title: string;
data: { name: string; "Active User": number |'sales': number}[];
dataKey: string;
grid: boolean;
};
make data generic | bd814de920b32459d1bc31b7c522f128 | {
"intermediate": 0.4374147355556488,
"beginner": 0.26498866081237793,
"expert": 0.29759663343429565
} |
11,893 | import re
import requests
import difflib
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.5
def get_contract_source_code(address):
params = {
"module": "contract",
"action": "getsourcecode",
"address": address,
"apiKey": API_KEY
... | b329f4a717928a6532cf8090c62bc232 | {
"intermediate": 0.2991412878036499,
"beginner": 0.4512068033218384,
"expert": 0.24965187907218933
} |
11,894 | hi! | f51a5ba64827526fe451b543e844d308 | {
"intermediate": 0.32477712631225586,
"beginner": 0.26637697219848633,
"expert": 0.4088459014892578
} |
11,895 | can you take a look at this link https://drive.google.com/file/d/17m0rz0EhkpazFPeMvUi99Ea6En8kp1z3/view?usp=sharing | 0b6e822d5123432b63c796e94948f3a6 | {
"intermediate": 0.27230116724967957,
"beginner": 0.20516587793827057,
"expert": 0.5225329995155334
} |
11,896 | It is well known that the application of nitrogen (i.e., fertilizer) to corn increases crop yield. However, an optimization between the applied amount of fertilizer and the corn crop yield should be performed to increase the annual revenue. Accordingly, the below observations are collected from the field.
Nitrogen (ton... | a6eae8c4bdb22fdc7365aaff433da74c | {
"intermediate": 0.37854519486427307,
"beginner": 0.44633063673973083,
"expert": 0.1751241683959961
} |
11,897 | this is my angular header for my app how can i make it horizontal at the top instead of vertical : <nav class="navbar navbar-dark navbar-theme-primary px-4 col-12 d-lg-none">
<a class="navbar-brand me-lg-5" [routerLink]="['']"><img class="navbar-brand-dark" src="assets/img/logo.png" alt="logo"> <img class="navbar-bra... | bf9f40be909c1cf8dc0880155353d66d | {
"intermediate": 0.3086481988430023,
"beginner": 0.39397868514060974,
"expert": 0.29737308621406555
} |
11,898 | write a short email to get a quotation from a trading company X | 02cbe0b42d960f64669bac3e01fa7635 | {
"intermediate": 0.3425738215446472,
"beginner": 0.31055521965026855,
"expert": 0.34687095880508423
} |
11,899 | OOP C++: Chúng ta sẽ mô phỏng một thành phố bị zombie tấn công trên mặt phẳng hai chiều, mỗi đối tượng trong không gian có các thông tin: ID, type (1 – 3), toạ độ x, toạ độ y.
Quân lính (type = 1): có thêm thông tin là cấp, tương đương số lượng zombie có thể tiêu dượt / lượt và khoảng cách tấn công. Quân lính tự động ... | 58a1ff1ace9013c53470f7fa0ba3883d | {
"intermediate": 0.22884871065616608,
"beginner": 0.6107500791549683,
"expert": 0.16040119528770447
} |
11,900 | import os
def new_directory(directory, filename):
# Before creating a new directory, check to see if it already exists
if os.path.isdir(directory) == False:
___
# Create the new file inside of the new directory
os.chdir(___)
with open (___) as file:
pass
# Return the list of files in the new dire... | fa3a77b5f22a8b898714dca7a9547316 | {
"intermediate": 0.36265483498573303,
"beginner": 0.411594420671463,
"expert": 0.22575077414512634
} |
11,901 | mysql Incorrect datetime value: '6/13/2023 5:34:38 PM' for column 'createtime' at row 1 | 401e17055577106a024a8562f3b0fc8a | {
"intermediate": 0.36338576674461365,
"beginner": 0.27049189805984497,
"expert": 0.366122305393219
} |
11,902 | OOP C++: Chúng ta sẽ mô phỏng một thành phố bị zombie tấn công trên mặt phẳng hai chiều, mỗi đối tượng trong không gian có các thông tin: ID, type (1 – 3), toạ độ x, toạ độ y.
Quân lính (type = 1): có thêm thông tin là cấp, tương đương số lượng zombie có thể tiêu dượt / lượt và khoảng cách tấn công. Quân lính tự động ... | adb709c358df6524f313eecd795b77aa | {
"intermediate": 0.11469557136297226,
"beginner": 0.7338246703147888,
"expert": 0.1514797806739807
} |
11,903 | import os
import datetime
def file_date(filename):
# Create the file in the current directory
with open (filename,"w") asfile:
pass
timestamp = os.path.getmtime(filename)
# Convert the timestamp into a readable format, then into a string
___
# Return just the date portion
# Hint: how many characters... | dfdfa2e98d6ec0f942dc937170ff6fed | {
"intermediate": 0.42720428109169006,
"beginner": 0.34273892641067505,
"expert": 0.23005680739879608
} |
11,904 | how to get border line segments of multi polygon 's union by python | 08313a943915c463fd9fc06941a68c1a | {
"intermediate": 0.24598559737205505,
"beginner": 0.17960110306739807,
"expert": 0.5744132399559021
} |
11,905 | ensure only required ports must be open in linux server hardening | 8b5b973d43099eedb92e095bf7d4b68b | {
"intermediate": 0.312395304441452,
"beginner": 0.2810732126235962,
"expert": 0.4065314531326294
} |
11,906 | 使用down_interruptible实现单线程阻塞读取驱动 C代码 | 264387793ceb02ef2b6d2042aaf88817 | {
"intermediate": 0.27261117100715637,
"beginner": 0.3780859708786011,
"expert": 0.34930288791656494
} |
11,907 | Write a research paper on Machine Learning-Based Classification of Breast Cancer Subtypes using Open-Source Data: Enhancing Precision and Personalized Treatment Decisions , include the source of the data and also give the code to replicate the result in google colab | c0437a713485ac253e83edd58b3ee509 | {
"intermediate": 0.06730938702821732,
"beginner": 0.03690531477332115,
"expert": 0.8957852721214294
} |
11,908 | Write a method that can process each line of code | 89f31fbd00e79802127731e31e22fa4e | {
"intermediate": 0.3833833932876587,
"beginner": 0.19148172438144684,
"expert": 0.4251348376274109
} |
11,909 | Hi I'm getting this error : Exception has occurred: TypeError: globalObject.eval is not a function and the line of code is globalObject.eval("(async function* () {});").prototype BTW I'm using node.js | 1bf2668767f5643f2aace4e4d79a3c0b | {
"intermediate": 0.4697202742099762,
"beginner": 0.3405989408493042,
"expert": 0.18968074023723602
} |
11,910 | check if a string contrains certain sub string in the middle in python | fcc5e778ca0dbb5076ff5a71ba3c7c95 | {
"intermediate": 0.4820055365562439,
"beginner": 0.2002721130847931,
"expert": 0.31772229075431824
} |
11,911 | give me a String search python program | 92d70a53ac499b132b9bbca189639513 | {
"intermediate": 0.3963727653026581,
"beginner": 0.23580646514892578,
"expert": 0.36782076954841614
} |
11,912 | I will give you a code , you have to change one structure ....
in the code there was written vgg16 , you have use lstm insteed of vgg16 and all others things will be same
here is the code -
"
here is the code modify it -
"#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Created on Mon Mar 16 15:16:08 2020
@author... | 689dcc6f01e11fee33bbc6717cb25759 | {
"intermediate": 0.3407505452632904,
"beginner": 0.3561304807662964,
"expert": 0.3031189739704132
} |
11,913 | write me Bubble sort python program | 0542baf666672db4bb9931b002bd9541 | {
"intermediate": 0.2768382728099823,
"beginner": 0.28245529532432556,
"expert": 0.44070640206336975
} |
11,914 | hi\ | f64cc19b6dbb5df08ad90d644eeecbed | {
"intermediate": 0.3229372203350067,
"beginner": 0.28523269295692444,
"expert": 0.39183008670806885
} |
11,915 | write a good prompt for chat gpt for the task below. | de3b7a49a6606688cea7ccd1df228fae | {
"intermediate": 0.31139785051345825,
"beginner": 0.31245699524879456,
"expert": 0.3761451542377472
} |
11,916 | what is δ(f) the Dirac delta function? | 875a514049b427ebe3efe48a3246aa5b | {
"intermediate": 0.2883661687374115,
"beginner": 0.36258238554000854,
"expert": 0.34905147552490234
} |
11,917 | Could you create a jms consumer client with weblogic from rabbitmq c# | 2ceccf38d0a25c465671e46b0afa379c | {
"intermediate": 0.5376381278038025,
"beginner": 0.1785183548927307,
"expert": 0.2838435471057892
} |
11,918 | [eslint] Failed to load parser '@typescript-eslint/parser' declared in '.eslintrc.js': Cannot find module '@typescript-eslint/parser'
Require stack:
- D:\R-Vision\AT\rpoint-ui\.eslintrc.js
как решить | 57576eec1c655e4be0346194019334c8 | {
"intermediate": 0.567496120929718,
"beginner": 0.22341114282608032,
"expert": 0.20909270644187927
} |
11,919 | write me a Graphs python program | 7c62040bc744e0d5de74c1481b9f9c60 | {
"intermediate": 0.3102431893348694,
"beginner": 0.1337345540523529,
"expert": 0.5560221672058105
} |
11,920 | <vxe-column field="khxh__c" min-width="120" title="客户型号"></vxe-column>
<vxe-column field=“main_field” min-width=“100” title=“mzgcpck”></vxe-column> 我需要将mzgcpck改成可以修改的文本框 | b06d73313c9255ee39ae920f5e143f13 | {
"intermediate": 0.2651312053203583,
"beginner": 0.30320340394973755,
"expert": 0.43166548013687134
} |
11,921 | there is no uniform called: kernelSize | 7232a20cca50dedd7d2dc0bbe6564d16 | {
"intermediate": 0.46122702956199646,
"beginner": 0.32756203413009644,
"expert": 0.2112109363079071
} |
11,922 | intoresponse seaorm DbErr for axum Response | f8d97a7885015a0f57954e3a4367ce68 | {
"intermediate": 0.40311259031295776,
"beginner": 0.26682257652282715,
"expert": 0.3300648033618927
} |
11,923 | in python, how to translate chinese into english | 6fff24533b770e4f9db703bffec2d108 | {
"intermediate": 0.2972399592399597,
"beginner": 0.3435485363006592,
"expert": 0.3592114746570587
} |
11,924 | class Tasks(db.Model):
tablename = ‘tasks’
searchable = [‘task’, ‘id’] # these fields will be indexed by whoosh
id = db.Column(db.Integer, primary_key=True, autoincrement=True)
url = db.Column(db.String(120), comment=“ЧПУ задачи в адресе (транслитом)”)
task = db.Column(db.Text, comment=‘Условие задачи’)
answer = db.Co... | 98bbee81a9a9f2bc8df6127b6165f752 | {
"intermediate": 0.37885966897010803,
"beginner": 0.17954882979393005,
"expert": 0.4415914714336395
} |
11,925 | write me a Kruskal algorithm python program | ee421b14cc3306a7c414e593e8b12404 | {
"intermediate": 0.08075575530529022,
"beginner": 0.06949586421251297,
"expert": 0.849748432636261
} |
11,926 | write me Hash table python program | 5271cbe86467731e663bf80654e65f81 | {
"intermediate": 0.29556989669799805,
"beginner": 0.2111256867647171,
"expert": 0.49330446124076843
} |
11,927 | Максимально оптимизируй этот код, что бы он работал очень быстро, и перепеши мне готовый вариант | c2f62b711b640003880d70a22c5dcabc | {
"intermediate": 0.3073136508464813,
"beginner": 0.27829912304878235,
"expert": 0.4143872559070587
} |
11,928 | i want to make MEV bot | 350618d28c7d613ebeef7e86e9d6106a | {
"intermediate": 0.23844027519226074,
"beginner": 0.19017061591148376,
"expert": 0.5713890790939331
} |
11,929 | i have flutter project and i want to make the apk download silently with every update i tried some solutions but i faced the following error Execution failed for task ':app:processReleaseResources'.
A failure occurred while executing com.android.build.gradle.internal.res.LinkApplicationAndroidResourcesTask$TaskAction
... | 96db995f5c617585208b2997412e4f3a | {
"intermediate": 0.5229689478874207,
"beginner": 0.26457446813583374,
"expert": 0.212456613779068
} |
11,930 | write me Line chart data structure python program | 70b2b176077aac7a8ed4df51860231a4 | {
"intermediate": 0.4273437261581421,
"beginner": 0.23899208009243011,
"expert": 0.3336641490459442
} |
11,931 | Can you create an HTML website with a custom background image and a centered list of 4 items? | 512716128c1526edf7decb78f8c1a826 | {
"intermediate": 0.40366989374160767,
"beginner": 0.3264499306678772,
"expert": 0.2698802053928375
} |
11,932 | Мой сайт своего рода доска объявлений - социальная сеть для для музыкантов, которые ищут других музыкантов. Блок с недавно зарегистрированными пользователями выглядит лишним, либо я неправильно это реализовал. Мне нужно придумать, какой блок вставить, следующий после полей поиска
index:
<!DOCTYPE html>
<html lang="en... | d5980c3307749753e72d3277381d941e | {
"intermediate": 0.29628196358680725,
"beginner": 0.4901341497898102,
"expert": 0.21358387172222137
} |
11,933 | Lock down boot partition to Read only mode in linux | dce765c47c489d674756987777c8cf2e | {
"intermediate": 0.3799862265586853,
"beginner": 0.21598514914512634,
"expert": 0.40402859449386597
} |
11,934 | How to use AWS CLI to delete SiteWise Portal forcebly | ca4d5680ac31c45d735eb1509761026a | {
"intermediate": 0.357416570186615,
"beginner": 0.33641302585601807,
"expert": 0.30617040395736694
} |
11,935 | Can you create a bare minimum basic HTML website? | 3b2bb0be89d1d6f21165b613f4e40cea | {
"intermediate": 0.3910761773586273,
"beginner": 0.341968297958374,
"expert": 0.26695555448532104
} |
11,936 | tasks_topics = db.Table(‘tasks_topics’,
db.Column(‘task_id’, db.Integer, db.ForeignKey(‘tasks.id’)),
db.Column(‘topics_id’, db.Integer, db.ForeignKey(‘topics.id’))
)
class Tasks(db.Model):
tablename = ‘tasks’
searchable = [‘task’, ‘id’] # these fields will be indexed by whoosh
id = db.Column(db.Integer, primary_key... | 14dbd310a3f891ffdb584852a93494c4 | {
"intermediate": 0.32967305183410645,
"beginner": 0.5426135063171387,
"expert": 0.12771347165107727
} |
11,937 | Нужно добавить возможность заливать зарегистрированному пользователю свою фонотеку (музыку). Одним из условий должно быть прикрепление картинки 200x200 к любой из песен. Кроме того, должна быть возможность загружать и отображать песни целыми альбомами. Фонотека/дискография должна отображаться в профиле у музыканта в pr... | 8d26c4013c9bc3925e5f3e21749fde2c | {
"intermediate": 0.30458641052246094,
"beginner": 0.5436923503875732,
"expert": 0.15172120928764343
} |
11,938 | <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="16.0007" cy="16.0007" r="14" stroke="#40484F" stroke-width="1.33333"/>
<rect x="7.33268" y="11.3346" width="17.3333" height="9.33333" rx="0.666667" stroke="#40484F" stroke-width="1.33333"/>
<circle cx="11.9987" c... | 4c26cc86463b2a5cfa95a0d1a7e97b61 | {
"intermediate": 0.35320132970809937,
"beginner": 0.31113430857658386,
"expert": 0.335664302110672
} |
11,939 | const entities = require('@jetbrains/youtrack-scripting-api/entities');
exports.rule = entities.Issue.onChange({
title: 'Copy subsystem from parent task when issue is linked as a subtask',
guard: (ctx) => {
return
},
action: (ctx) => {
const issue = ctx.issue;
const safeSetSubsystem = f... | 3da0e2cce9225b81ebb7834201e8392d | {
"intermediate": 0.5769392251968384,
"beginner": 0.23986953496932983,
"expert": 0.1831912398338318
} |
11,940 | Give me some very complicated terraform code with using for_each, count, toset, lookup and few others functions | 8f5dd30f55c0f66a26df92069d685fdd | {
"intermediate": 0.37485820055007935,
"beginner": 0.40881797671318054,
"expert": 0.2163238525390625
} |
11,941 | ReferenceError: C:\Users\Ilya\Downloads\my-musician-network\views\profile.ejs:259
257| const cityInput = document.querySelector("#edit-profile-modal input[name='city']");
258|
>> 259| queryInput.value = "<%= query %>";
260| roleInput.value = "<%= role %>";
261| cityInput.value = cityInput.... | 909a87584a4ca5fa015378b3b112d168 | {
"intermediate": 0.3776165246963501,
"beginner": 0.5056113600730896,
"expert": 0.11677215993404388
} |
11,942 | import re
import requests
import difflib
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.01
def get_contract_source_code(address):
params = {
"module": "contract",
"action": "getsourcecode",
"address": address,
"apiK... | aca39e637da2304f9c0c795205e992c7 | {
"intermediate": 0.36535459756851196,
"beginner": 0.36562785506248474,
"expert": 0.26901760697364807
} |
11,943 | import React from 'react';
import { yupResolver } from '@hookform/resolvers/yup';
import { Grid } from '@material-ui/core';
import cx from 'classnames';
import { isAfter, isBefore, isEqual, isValid } from 'date-fns';
import { Controller, useForm } from 'react-hook-form';
import { useTranslation } from 'react-i18next';... | 09d9cde2a01c038195030c9d54e26218 | {
"intermediate": 0.4470211863517761,
"beginner": 0.3496851325035095,
"expert": 0.20329374074935913
} |
11,944 | schema = Schema(id=ID(stored=True),
task=TEXT(stored=True),
answer=TEXT(stored=True),
topics_name = TEXT(stored=True))
index_dir = ‘tasks_index’
if not os.path.exists(index_dir):
os.mkdir(index_dir)
ix = create_in(index_dir, schema)
else:
ix = open_dir(index_dir)
with ix.searcher() as searcher:
query = QueryParser(‘... | 334e9cc479a3b2731bda0f9b04734f7f | {
"intermediate": 0.49247121810913086,
"beginner": 0.29307976365089417,
"expert": 0.2144489735364914
} |
11,945 | Когда я загружаю .mp3 файл, изображение альбома, и жму upload track - ничего не происходит, происходит редирект на страницу профиля с модального окна, в базе данных трека нет. вот полный код:
profile.ejs:
<!DOCTYPE html>
<html>
<head>
<title><%= musician.name %> - Musician Profile</title>
<link rel="stylesheet"... | 286c0acd033ba42b90b8e9d2fa95b166 | {
"intermediate": 0.3055392801761627,
"beginner": 0.4503134787082672,
"expert": 0.24414725601673126
} |
11,946 | I have an arduino and im trying to implement stepper driver with interrupt. For that i code stepper motor class in stepper.h file and for running many stepper motor at the same time from interrupt routine i wanted to declare global volatile stepper array. What is the best practise to do that | 80c4c2b75180d16eaec4b09312f009c8 | {
"intermediate": 0.4730437994003296,
"beginner": 0.2618076801300049,
"expert": 0.26514849066734314
} |
11,947 | How to realize private and public routes in React applications? | 012891f80262fa435e7b5fe39809392f | {
"intermediate": 0.325651079416275,
"beginner": 0.22007356584072113,
"expert": 0.4542753994464874
} |
11,948 | what is the fastest way to find prime number in c++ i want input for length prime to find for example if i want 3 length will only find random prime number with 3 length
let's work this out in a step by step way to be sure we have the right answer let's work this out in a step by step way to be sure we have the right a... | 57a022a35530ab04f10f74e985728926 | {
"intermediate": 0.3883732855319977,
"beginner": 0.10686998069286346,
"expert": 0.5047567486763
} |
11,949 | what is the cmd command for viewing the AD groups I belong to | 9f8acdc70c7f5652cd963ac1c16b3a5a | {
"intermediate": 0.32553038001060486,
"beginner": 0.32942482829093933,
"expert": 0.3450447916984558
} |
11,950 | While the img is loading, showing the loading gif | d3b8a036da4b0fbf28b3c9a2db3e0136 | {
"intermediate": 0.36566248536109924,
"beginner": 0.2759069800376892,
"expert": 0.35843053460121155
} |
11,951 | let image1;
let image2;
let image3;
let image4;
let overlayImage;
let currentImageIndex = 0;
let falling = false;
let broken = false;
let overlayY = 0;
let oriPostionX=0;
let oriPostionY=0;
let px= 0;
let py =0;
function preload() {
// 加载图片
image1 = loadImage('loudao.jpg'); //楼道
image2 = loadImage('fangjian4.j... | fb86fd6187443807a763cdadb3583847 | {
"intermediate": 0.2892606556415558,
"beginner": 0.3916129469871521,
"expert": 0.3191264271736145
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.