row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
15,773 | I have below html:
<div id="namecardcontent">
<div id="divcoupon">
<div id="namecard-body">
<div id="nc-contact-btn">
<button>test</button>
</div>
<div id="bottombtn">
<button>test2</button>
</div>
</div>
I want to use jquery to add "<div id='nc'><p>testing content</p></div>" after the div with id="nc_contact-btn". ... | 57c5240326ae7a94f96f2863b4574222 | {
"intermediate": 0.5731175541877747,
"beginner": 0.21304601430892944,
"expert": 0.2138364464044571
} |
15,774 | python
numpy.ndarray with shape (5,2) to dataframe with columns 'class_0' and 'class_1' | a452c296a6e321c4f40d5a3d9e78dcaf | {
"intermediate": 0.44104576110839844,
"beginner": 0.34558841586112976,
"expert": 0.2133658528327942
} |
15,775 | can you give me python code that access multiple layer dataframe data | 1176245c672d1c7c64ef232e943cecb1 | {
"intermediate": 0.5889719128608704,
"beginner": 0.06476815044879913,
"expert": 0.34625986218452454
} |
15,776 | Допиши код согласно этому плану:
1. Шифрование пароля: Я добавлю в программу функцию шифрования пароля для безопасного хранения. Будут использоваться сильные хэш-функции и соль для защиты паролей от несанкционированного доступа.
2. Блокировка доступа: Я добавлю механизм блокировки доступа после определенного количеств... | 720c5e493484bc036e9651f2f4ae0299 | {
"intermediate": 0.27561071515083313,
"beginner": 0.5168018937110901,
"expert": 0.20758743584156036
} |
15,777 | CAN i analys a reciver tube of a parabolic solar collector in the length of 1.4 m and diameter of 22 mm? | 575e1bdca784753be0da9d4aca8e5a14 | {
"intermediate": 0.3593682050704956,
"beginner": 0.2507686913013458,
"expert": 0.38986313343048096
} |
15,778 | CAN u give me a udf of a Non-uniform heat flux on this reciver based on jeters profile? | 79de489c1009c20eeee2acbdaa3dd952 | {
"intermediate": 0.3587961792945862,
"beginner": 0.21714329719543457,
"expert": 0.42406049370765686
} |
15,779 | python code for simulating Ornstein-Uhlenbeck processes with jumps | 09c4d711d3b9800601e6f84c4ce10753 | {
"intermediate": 0.3910070061683655,
"beginner": 0.32164886593818665,
"expert": 0.2873441278934479
} |
15,780 | Given a positive integer millis, write an asynchronous function that sleeps for millis milliseconds. It can resolve any value. in python | 1a7d22c3d5c0f472cf3c95ad86ba7a38 | {
"intermediate": 0.41761863231658936,
"beginner": 0.2681953012943268,
"expert": 0.3141860365867615
} |
15,781 | who is bubble from bfdi | 7403dd5025a209b04c85ac02bb784017 | {
"intermediate": 0.40148940682411194,
"beginner": 0.21818289160728455,
"expert": 0.3803277015686035
} |
15,782 | how to make this scriptconst counters = document.querySelectorAll(".counter"); counters.forEach((counter) => { counter.innerText = "0"; const updateCounter = () => { const target = +counter.getAttribute("data-target"); const count = +counter.innerText; const increment = target / 1000; if (count < t... | be062a931bcf431ad909afc079b1d3ba | {
"intermediate": 0.41413024067878723,
"beginner": 0.42352309823036194,
"expert": 0.1623467206954956
} |
15,783 | embed = Embed(title="Очередь на рыбу",
description="Расписание на 14 дней: ",
color=Color.blue())
# Добавляем данные очереди в embed сообщение
for index in range(14):
print("ewfwefewfe", index)
date_to_check = to... | c23d7666711f09ca989b2a275062ef8a | {
"intermediate": 0.2769278287887573,
"beginner": 0.5519567728042603,
"expert": 0.17111538350582123
} |
15,784 | ---------------------------------------------------------------------------
OSError Traceback (most recent call last)
Cell In[15], line 7
4 grqs_latam = grqs_latam.drop(['Policy Violation', 'Country', 'Region'], axis=1)
5 grqs_na = grqs[grqs.Region == 'NA']
----> 7 grqs_eme... | 080eff9c422ab30f09d8a37826516241 | {
"intermediate": 0.29490649700164795,
"beginner": 0.38594648241996765,
"expert": 0.3191470503807068
} |
15,785 | how to find the sql that corrensponding to a trx_id in mysql 5.7 | 65859b82cd4ea3a57a70661845a24dca | {
"intermediate": 0.4430980384349823,
"beginner": 0.2558349668979645,
"expert": 0.30106696486473083
} |
15,786 | you are a ai model now match video to text | 10fb34a46257aa5d57ef757a6df94410 | {
"intermediate": 0.2387591153383255,
"beginner": 0.2649100720882416,
"expert": 0.49633079767227173
} |
15,787 | HOW TO CODE in python to make text cyan | 26c615bd571d8911df29af7398a3924f | {
"intermediate": 0.19810527563095093,
"beginner": 0.5205547213554382,
"expert": 0.2813400626182556
} |
15,788 | javascript how to create canvas with background orange? | 9481155309d6d933394656a808ada949 | {
"intermediate": 0.39026954770088196,
"beginner": 0.2583713233470917,
"expert": 0.351359099149704
} |
15,789 | PROJECT = 'test'
VERSION = '1.0.0'
sys = require 'sys'
sys.taskInit(function()
local function readTemperature()
local gpio = require(gpio)
local temperature_pin = 18
gpio.setup(temperature_pin, gpio.INPUT)
while true do
-- log.info('test',array)
local function readTemperature()
local temperature = 0
... | 68af2c9777e78309ca82680a3003074e | {
"intermediate": 0.3423096537590027,
"beginner": 0.41000720858573914,
"expert": 0.2476831078529358
} |
15,790 | how to design flutter page that has 3 levels of groups with child parent relationship | e1f6470676554963f9875b3b2057ae1b | {
"intermediate": 0.2664886713027954,
"beginner": 0.2763371467590332,
"expert": 0.457174152135849
} |
15,791 | System.InvalidOperationException:“FFMpeg process is already started” | 187ec90b5d50ca4d73a0e4d232d36486 | {
"intermediate": 0.5154528617858887,
"beginner": 0.20310696959495544,
"expert": 0.2814401686191559
} |
15,792 | Can you write a code for the fireworks explosion effect in Python? | 8e6504c71fc1e2e39b0dc24f3d88023c | {
"intermediate": 0.4737396836280823,
"beginner": 0.1708892434835434,
"expert": 0.35537102818489075
} |
15,793 | create a unordered list in html for green, blue, red | 61b60d8f0e2487c8763f3385519c5192 | {
"intermediate": 0.4147396981716156,
"beginner": 0.23213790357112885,
"expert": 0.35312244296073914
} |
15,794 | how to design flutter page that has 3 levels of groups with child parent relationship ,and every group has two fields like arabic and english name | 54ec4668fbbe270f0de57a103707218f | {
"intermediate": 0.31029239296913147,
"beginner": 0.3292103707790375,
"expert": 0.36049726605415344
} |
15,795 | correct this paragraph of code for me:#include<iostream>
#include<string>
using namespace std;
int main()
{
struct Student
{
string name;
int age;
int score;
};
struct student s = { "张三",18,100 };
struct student *p=&s;
p->name = "Hellen";
cout << "name:" << p->name ... | 51a76e0e70faa007b330739bd97e6092 | {
"intermediate": 0.371761292219162,
"beginner": 0.4542907774448395,
"expert": 0.17394790053367615
} |
15,796 | Write a Python code that generates emails with each first three data from a exel file for all lines | 813637aac2fc4c8ef98f03a7cf31d0a4 | {
"intermediate": 0.5345876812934875,
"beginner": 0.12331343442201614,
"expert": 0.3420988917350769
} |
15,797 | Dataset:
https://mega.nz/file/zcdywLhI#fck4ufXy_o_Uiu0vGqh-cZiKHw5Xe_n4M2qWUWSheAI
Abstract/Introduction
Medical imaging to analyze and detect different diseases and problems now a day an emerging field.
In this project we will design automated techniques and methods to analyze and detect bone fracture
from X-ray im... | 0df67725e948af8971e234fcf31bdca4 | {
"intermediate": 0.18637315928936005,
"beginner": 0.18441557884216309,
"expert": 0.6292112469673157
} |
15,798 | how to maintain the state of chrome extension when it being closed in browser using javascript | 5925cf82aab21b00a71001bab8b941e7 | {
"intermediate": 0.5088278651237488,
"beginner": 0.267711877822876,
"expert": 0.22346022725105286
} |
15,799 | how to use java script in python selemium | 61d4d5219c0d4f53da74ddcaacf956be | {
"intermediate": 0.5394585728645325,
"beginner": 0.279722660779953,
"expert": 0.18081876635551453
} |
15,800 | --[[
1. Air101,Air103 模块上的ADC0脚-PA1, 0~2.4v,不要超过范围使用!!!
2. Air101,Air103模块上的ADC1脚-PA4, 0~2.4v,不要超过范围使用!!!
3. Air103 模块上的ADC2脚-PA2, 0~2.4v,不要超过范围使用!!!
4. Air103 模块上的ADC3脚-PA3, 0~2.4v,不要超过范围使用!!!
5. Air101,Air103 adc.CH_CPU 为内部温度 ,adc.CH_VBAT为VBAT
6. Air105 adc参考电压是1.88V,所有通道一致,
7. Air105内部分压没有隔离措施,在开启内部分压后,量程有所变化,具体看寄... | 279636753bb187e8aac729aab1317fdb | {
"intermediate": 0.1994762122631073,
"beginner": 0.6452057361602783,
"expert": 0.1553180068731308
} |
15,801 | i am using the tibco ems 10.2.1 depndency in my springboot project which uses jakarta. I have problems creating the ConnectionFactory which says that i have to cast my TibJmsConnectionFactory but i want to avoid it. The latest version should be compatible with jakarta but it isn't. How can i solve this problem?
this is... | 348b2163067e13196c3868f514f36856 | {
"intermediate": 0.5437250137329102,
"beginner": 0.24285988509655,
"expert": 0.21341507136821747
} |
15,802 | I have already created private Rest API in Amazon API Gateway service and configured VPC endpoint, how to get the new access URL? | 7d29cc341cd6b29c1a034cd4ec04ad28 | {
"intermediate": 0.7249429225921631,
"beginner": 0.13717104494571686,
"expert": 0.13788604736328125
} |
15,803 | Write a class named RetailItem that holds data about an item in a retail store. The class
should store the following data in attributes: item description, units in inventory, and price.
Once you have written the class, write a program that creates three RetailItem objects
and stores the following data in them | 2664476ba7f6a56e6eb2e1c19216252e | {
"intermediate": 0.4380478262901306,
"beginner": 0.37614089250564575,
"expert": 0.18581125140190125
} |
15,804 | What variable type / data structure do you think you should use to store the values of the Tic Tac Toe board? | 6863b9d9488a757f04b07f3c150ae924 | {
"intermediate": 0.4282025098800659,
"beginner": 0.3020312488079071,
"expert": 0.26976627111434937
} |
15,805 | all variations of translate 場ば立たちか ここは | a2ab8931477872c20c0dc2544fb97932 | {
"intermediate": 0.317984014749527,
"beginner": 0.46186739206314087,
"expert": 0.22014857828617096
} |
15,806 | Hi | 2d1bd1528335b47bfc2500eb33763c62 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
15,807 | # Example usage
df = pd.DataFrame({
"Title": ["Karnataka", "Madhya Pradesh", "Maharashtra", "Tamil Nadu", "Haryana", "Telangana", "Delhi", "Punjab", "Gujarat", "West Bengal"],
"Value": [17, 10, 9, 5, 5, 5, 3, 3, 2, 2]
})
i want llm model or api which can understand the data in this df and generate a paragraph ... | a6643b2419cf9481ce207e5881569b43 | {
"intermediate": 0.756412148475647,
"beginner": 0.11162898689508438,
"expert": 0.13195884227752686
} |
15,808 | hi you gave me this script but our dialog is bugged. i need to test it, how to trigger it?
import requests
import time
import json
WEBHOOK_URL = “https://discord.com/api/webhooks/1130786757609267241/I1Dv_QmHX_EwEVUHagrCWqfVmbXk3eqIGrDRhqCIBwaEjql-soQw88IJRMRUz1_amcZD”
CHECK_INTERVAL = 1 # Check for new chapters every... | e15d3764d468095baeee7dca2638ca85 | {
"intermediate": 0.4173699617385864,
"beginner": 0.43559107184410095,
"expert": 0.14703890681266785
} |
15,809 | import React from 'react';
import { Checkbox } from 'components/Checkbox';
import { Controller, useFormContext } from 'react-hook-form';
import styles from './styles.module.css';
export const CHECKBOXES = [
{
label: 'Automatisierte Einzelentscheidungen',
name: 'auto',
},
{
label: 'Systematische Über... | 1af75bd2014b7f13bf11e9fd7158df22 | {
"intermediate": 0.3651455342769623,
"beginner": 0.362001895904541,
"expert": 0.2728525400161743
} |
15,810 | how to design flutter page that has 3 levels of groups with child parent relationship ,and every group has two fields like arabic and english name, using tabcontroller to manage this | b292e6a6092f8d1e384607dab75e39d7 | {
"intermediate": 0.46676138043403625,
"beginner": 0.26025742292404175,
"expert": 0.2729811668395996
} |
15,811 | idk the script instantly closes and does nothing. check it please
import requests
import time
import json
WEBHOOK_URL = “https://discord.com/api/webhooks/1130786757609267241/I1Dv_QmHX_EwEVUHagrCWqfVmbXk3eqIGrDRhqCIBwaEjql-soQw88IJRMRUz1_amcZD”
CHECK_INTERVAL = 1 # Check for new chapters every hour
def send_notificati... | 07b702a234d2a7615c396a4d55a9a422 | {
"intermediate": 0.6619168519973755,
"beginner": 0.2335464358329773,
"expert": 0.1045367494225502
} |
15,812 | what do in source engine qc compile $declaresequence | 94a35b5c6471382fe1854cafbf5b5cba | {
"intermediate": 0.14867262542247772,
"beginner": 0.6027544140815735,
"expert": 0.2485729157924652
} |
15,813 | Массив в Java является классом? Например int nums[5]; ? | bd5b8d220d4a80eea5451c1eead9a130 | {
"intermediate": 0.487064003944397,
"beginner": 0.3038576543331146,
"expert": 0.20907829701900482
} |
15,814 | how do I replace image that I set on an input= button using javascript | 508cab72d0924df11f3c743e2a2473d3 | {
"intermediate": 0.4366103410720825,
"beginner": 0.24573078751564026,
"expert": 0.3176588714122772
} |
15,815 | как в typescript получить тип 1 элемента массива BonusesHistory?
type BonusesHistory = Array<{
bonus_id: number;
reason: string;
channel: string;
value: number;
date: string;
type: string;
}>; | 084bf1e9ee9bc0ae1dd202a0b9dc03cc | {
"intermediate": 0.2845500409603119,
"beginner": 0.4843098521232605,
"expert": 0.23114007711410522
} |
15,816 | I'm finding an errors in numeric columns in ".csv" files using PowerQuery. When i find an error i'm deleting rows with them. How to optimize this actions for multiple files? | d6545dfc2a210e9ff0328a5284eba4f6 | {
"intermediate": 0.5546477437019348,
"beginner": 0.10459361225366592,
"expert": 0.34075868129730225
} |
15,817 | Generate some C++ code for a socket server and client | 14153d2ec24a2a50b31588bcdec66129 | {
"intermediate": 0.30730563402175903,
"beginner": 0.3990211486816406,
"expert": 0.29367318749427795
} |
15,818 | How to convert a python script into an executable? | cdbc6376eabe4637526e862f93d3797f | {
"intermediate": 0.2595759630203247,
"beginner": 0.4219203591346741,
"expert": 0.3185036778450012
} |
15,819 | how to unite two postgresql tables in one table? Table have different amount of columns, but some of them have same names and types | a1526295c93aba683a39306ce9c5e91a | {
"intermediate": 0.3745121955871582,
"beginner": 0.4002974033355713,
"expert": 0.2251904457807541
} |
15,820 | Write a Python program that checks daily yjc.ir website news by date, tags and topics. | 09a0872ab8df72a1a92527f599dab7fc | {
"intermediate": 0.3725166618824005,
"beginner": 0.2365376204252243,
"expert": 0.390945702791214
} |
15,821 | Clearer image is used to detect fracture
• System detects fracture based on the type of fracture. 1.fracture 2. Non fracture | a6c64ec67038b3801cc8f264d4d79943 | {
"intermediate": 0.33376413583755493,
"beginner": 0.18888655304908752,
"expert": 0.4773493707180023
} |
15,822 | Исправь ошибку в коде undefind name "requests" в 21 строке
import ctypes
import os
import shutil
import time
import threading
import psutil
import keyboard
def block_mouse():
while True:
# Блокировка мыши
ctypes.windll.user32.BlockInput(True)
time.sleep(1)
ctypes.windll.user32.... | 99faf12bc977b309f06d96f742d6c507 | {
"intermediate": 0.34031105041503906,
"beginner": 0.49173375964164734,
"expert": 0.1679551750421524
} |
15,823 | how to use react usecontext and usereduction | bc0dfbb6c8947ea844b593b94f26a347 | {
"intermediate": 0.5219451189041138,
"beginner": 0.20305058360099792,
"expert": 0.2750042974948883
} |
15,824 | code to change language in c# | debff5a7a0e9a454bbe8509e666e4e82 | {
"intermediate": 0.34337934851646423,
"beginner": 0.42907166481018066,
"expert": 0.22754892706871033
} |
15,825 | i need to create a queuerequestor, but in order to do that i need to create a queuesession, how can i do it? provide me an example, this is my code:
public void receiveMessage(){
try {
Connection connection = tibJmsConnectionFactory.createConnection();
Session session = connection.creat... | c9e04b7415921468b1814cfbfdc14112 | {
"intermediate": 0.5792755484580994,
"beginner": 0.3036102056503296,
"expert": 0.11711423844099045
} |
15,826 | Write a program in C to find a pair with given sum in the array | c76b60db003b12cf2802f7d76bfd037d | {
"intermediate": 0.20986667275428772,
"beginner": 0.2116275578737259,
"expert": 0.5785057544708252
} |
15,827 | HRESULT CCompartment::_GetCompartmentBOOL(_Out_ BOOL &flag)
{
HRESULT hr = S_OK;
ITfCompartment* pCompartment = nullptr;
flag = FALSE;
if ((hr = _GetCompartment(&pCompartment)) == S_OK)
{
VARIANT var;
if ((hr = pCompartment->GetValue(&var)) == S_OK)
{
if (var.vt ... | 9405a8a79d465b29094de7c73f6e10c4 | {
"intermediate": 0.35915762186050415,
"beginner": 0.38791555166244507,
"expert": 0.252926766872406
} |
15,828 | write package manager console commands to install those: "using MailKit.Net.Smtp;
using MimeKit;" | ed009216cd765e7d6b78736bbd4d8a8d | {
"intermediate": 0.5697823166847229,
"beginner": 0.15888027846813202,
"expert": 0.2713373899459839
} |
15,829 | Hi help me with Java I want to display a string like "Input: " and have cursor be immediately after it, not after newline. how to do that? | eb1ae5573331476fde2e53dead00981e | {
"intermediate": 0.6561532616615295,
"beginner": 0.19001904129981995,
"expert": 0.15382766723632812
} |
15,830 | give me python code that run linear regression on dataframe | 9f0a1657aecf7a28b70f97b1fd5cc3b9 | {
"intermediate": 0.47072210907936096,
"beginner": 0.05666910856962204,
"expert": 0.472608745098114
} |
15,831 | populate a ComboBox using WPF Xaml with integers 0 through 8 without using data binding | c5b3325a6217f4e093d766840d5e9cd2 | {
"intermediate": 0.5724999308586121,
"beginner": 0.19987738132476807,
"expert": 0.22762270271778107
} |
15,832 | I've an asp.net core with reactjs project, write a command to install antd | 5c24b2ba15cc55997340b2d13c594d90 | {
"intermediate": 0.49393901228904724,
"beginner": 0.2014499455690384,
"expert": 0.3046109974384308
} |
15,833 | build a python script to export a pdf to csv file | 24fcc75531a0e2ff70fbeefc13fcb2e2 | {
"intermediate": 0.4537169337272644,
"beginner": 0.20265449583530426,
"expert": 0.34362855553627014
} |
15,834 | Гитхаб выдал конфликт "import os
from datetime import timedelta
from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent.parent
SECRET_KEY = os.getenv('SECRET_KEY', 'django-insecure')
DEBUG = True
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',')
INSTALLED_APPS = [
'django.contrib.admin',
... | d4a9f007d2352a675d374f2e761753cf | {
"intermediate": 0.49074339866638184,
"beginner": 0.4288189709186554,
"expert": 0.08043760806322098
} |
15,835 | can you give me an python code to read my text and summarize using the API for https://huggingface.co/spaces/yuntian-deng/ChatGPT | 44acb2c30db0b34260406c57f4e81468 | {
"intermediate": 0.7094851732254028,
"beginner": 0.11696191877126694,
"expert": 0.17355293035507202
} |
15,836 | import pandas as pd
import seaborn as sns
df_78 = pd.read_excel('work_with_protein.xlsx', dtype=str, index_col=None)
df_78['value'] = df_78['value'].astype(int)
ax = sns.barplot(data=df_78,
x="point",
y="value",
hue="protein",
errorbar=None)
sns.stripplot(data=df... | a17251b98073df1ea05c3d205a50911b | {
"intermediate": 0.3512691855430603,
"beginner": 0.32279878854751587,
"expert": 0.32593202590942383
} |
15,837 | what is the vba code to remove the lines after copy | b96cead54b3b7c3e127b5e7639f67fb6 | {
"intermediate": 0.4001753628253937,
"beginner": 0.2658536732196808,
"expert": 0.33397096395492554
} |
15,838 | i need codes of inventory for a game like rusty lake in unity 2d | 9848764027f9da3599bedb8af994a675 | {
"intermediate": 0.3971865773200989,
"beginner": 0.31250065565109253,
"expert": 0.2903127670288086
} |
15,839 | I have a problem below to optimize the PSO algorithm. Please write me the final Mintl code based on the code below to copy it and place it in MATLAB. The purpose of this goal is to optimize using the PSO algorithm by linear optimization method.
Cost=1.5PV+3.5WT+0.2DG
Subject to: PV+WT+DG=D
PV+WT+DG=29784 kwh/yr
PV /... | e0635b074a77a7320572379f67e41672 | {
"intermediate": 0.15995219349861145,
"beginner": 0.08972591161727905,
"expert": 0.7503218650817871
} |
15,840 | refactor this java code
if (srcRef == dstRef) return;
if (srcRef instanceof Incident srcInc) {
if (srcInc.getLevelOf() == dstRef) {
return;
}
if (dstRef instanceof Incident dstInc) {
if (dstInc.getLevelOf() == srcInc.getLevelOf() || dstInc.getLevelOf() == srcRef) {
return;
}
}
}
if... | 0b1519d09a857cec25757e8c246767c4 | {
"intermediate": 0.34139472246170044,
"beginner": 0.5270119309425354,
"expert": 0.13159331679344177
} |
15,841 | hai there | ebe1bb8313d62cc9a3544ef4e5f8d218 | {
"intermediate": 0.32910001277923584,
"beginner": 0.2904858887195587,
"expert": 0.38041406869888306
} |
15,842 | this is my model
class User_Profile(models.Model):
user = models.ForeignKey(User, on_delete=models.CASCADE)
phone_number = models.IntegerField(null=True, blank=True)
full_name = models.CharField(max_length=50, null=True, blank=True)
project_number = models.CharField(max_length=20, null=True, blank=True)... | 9fe2ace304ca7aaa8506b7ec4e52546c | {
"intermediate": 0.2973266839981079,
"beginner": 0.5218923687934875,
"expert": 0.18078094720840454
} |
15,843 | how to make this $('.box').each(function () {
$(this).prop('Counter',0).animate({
Counter: $(this).text()
}, {
duration: Number($(this).attr("data-duration")),
easing: 'swing',
step: function (now) {
$(this).text(Math.ceil(now));
}
});
}); work for this sh... | 0a7afb387daa8d893085cb9ffed20ff8 | {
"intermediate": 0.33052992820739746,
"beginner": 0.4878382980823517,
"expert": 0.18163177371025085
} |
15,844 | this is my model
class User_Profile(models.Model):
user = models.ForeignKey(User, on_delete=models.CASCADE)
phone_number = models.IntegerField(null=True, blank=True)
full_name = models.CharField(max_length=50, null=True, blank=True)
project_number = models.CharField(max_length=20, null=True, blank=True)... | 5f5d623a3a9ebe97c983384297bef50c | {
"intermediate": 0.277776837348938,
"beginner": 0.49464482069015503,
"expert": 0.22757835686206818
} |
15,845 | this is my views
def get_user_data(request):
user_profile = User_Profile.objects.filter(user=request.user)
user_tender_permission = User_TenderPermission.objects.get(user=request.user)
user_contract_permission = User_ContractPermission.objects.filter(user__in=user_profile)
user_project_permission = User... | 45619c9424f27e9f6e6aad7450508a5c | {
"intermediate": 0.37659752368927,
"beginner": 0.47553327679634094,
"expert": 0.1478692591190338
} |
15,846 | public void WaterMark(string text, string fileName, string outputFile)
{
var imgFile = SaveWaterMakerImg(text);
string mingling = "-i " + fileName + " -i " + imgFile + " -filter_complex \"overlay=10:10\" " + outputFile;
RunProcess(mingling);
}
public static st... | 56d5bc8df47953037d667ceafd48ab81 | {
"intermediate": 0.3227105140686035,
"beginner": 0.4245857298374176,
"expert": 0.25270384550094604
} |
15,847 | AddWatermark(“D:\测试文档\视频测试.mp4”, “<PRESIDIO_ANONYMIZED_EMAIL_ADDRESS>”, “arial.ttf”, “D:\测试文档\测试\视频测试.mp4”);
static void AddWatermark(string inputPath, string text, string fontPath, string outputPath)
{
string mingling= string.Format(“-i “{0}” -vf “drawtext=fontfile={1}:text=‘{2}’:fontcolor=white:fontsize=24:box=1:boxc... | cbe99d103b860dc9d850c0ce0af372a1 | {
"intermediate": 0.3880734443664551,
"beginner": 0.34170001745224,
"expert": 0.27022653818130493
} |
15,848 | how to use c++ cereal library to imbue some existing object with serialized data (it was already created through some constructor) | d8307357660c95ca8c1ebbf63b206e51 | {
"intermediate": 0.8370851278305054,
"beginner": 0.095787912607193,
"expert": 0.06712695956230164
} |
15,849 | write an npm command to install latest version of react router dom | ebc756ceb7631dbb502b0ba7069e2685 | {
"intermediate": 0.4957906901836395,
"beginner": 0.20077238976955414,
"expert": 0.30343690514564514
} |
15,850 | Can you please make this code more efficient : Public Sub RowRequest()
Dim lastRow As Long
Dim i As Long
Set wsact = ThisWorkbook.ActiveSheet
lastRow = wsact.Cells(Rows.count, "B").End(xlUp).Row
For i = 5 To lastRow
If wsact.Cells(i, "B").Value = "Reminder" And wsact.Cells(i, "B").Offset(0, 7).Value = "" Then
Exit Sub
... | 94b30ba174e0383d1d7fc5fa259c271d | {
"intermediate": 0.48747408390045166,
"beginner": 0.33851173520088196,
"expert": 0.1740141361951828
} |
15,851 | rust reqwest to send get request with json data | 875f187eca8f8fb95f99dfc09ca10c18 | {
"intermediate": 0.5933516621589661,
"beginner": 0.1866822987794876,
"expert": 0.21996602416038513
} |
15,852 | chi trả định kỳ đã kết thúc.Cảm ơn quý khách đã sử dụng dịch vụ. 日本語で訳して | b5f56023967261583b3de6b8b5794c45 | {
"intermediate": 0.3397393822669983,
"beginner": 0.34248676896095276,
"expert": 0.3177737891674042
} |
15,853 | test('Protobuf roundtrip', () {
income.value = 20000;
income.onTick();
final beforeRoundtrip = income.earned;
final pb = income.toProtobuf();
income = Income(composite: composite)..imbueData(pb);
final afterRoundtrip = income.earned;
expect(afterRoundtrip, beforeRoundtrip);... | 63c70b2496db3cc61cf7cd5a4449ff7b | {
"intermediate": 0.38812094926834106,
"beginner": 0.3966464698314667,
"expert": 0.21523255109786987
} |
15,854 | sample java code for call Wsdl in spring boot ? | 259886b465fc95d820c236e34831dadf | {
"intermediate": 0.4962163269519806,
"beginner": 0.27412545680999756,
"expert": 0.22965824604034424
} |
15,855 | in this code
def get_user_data(request):
user_profile = User_Profile.objects.filter(user=request.user)
user_tender_permission = User_TenderPermission.objects.get(user=request.user)
user_contract_permission = User_ContractPermission.objects.filter(user__in=user_profile)
user_project_permission = User_Pro... | 219823f29304b0f906871899bc25977c | {
"intermediate": 0.3206188976764679,
"beginner": 0.5244811773300171,
"expert": 0.15489991009235382
} |
15,856 | DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = docBuilderFactory.newDocumentBuilder();
Document doc = builder.parse(new InputSource(new StringReader(xml))); 上述代码存在安全隐患吗 | 64ec6e7661e8bcddb4f934a11008a1ab | {
"intermediate": 0.4729064106941223,
"beginner": 0.31707677245140076,
"expert": 0.2100168615579605
} |
15,857 | I have the following genetic algorithm optimization problem. Please write me the final MATLAB code based on the code below so that I can copy and paste it into MATLAB. The aim of this goal is optimization using genetic algorithm in linear optimization method. So that this code compares PV COST, WT COST, DG COST AND ENE... | 452943b0ac1e7af3485eed4cf5fd2405 | {
"intermediate": 0.12383361160755157,
"beginner": 0.09731639921665192,
"expert": 0.7788499593734741
} |
15,858 | hi. i have a question about react-hook-form. do you know if there's a way to force submit a form? I mean to avoid form validation. | e75a3968f20584e59f947b9fb96e42a5 | {
"intermediate": 0.4044506251811981,
"beginner": 0.3342280089855194,
"expert": 0.2613213360309601
} |
15,859 | where is the shaoxing | b100958ddd3c477046c4458f254b47ec | {
"intermediate": 0.3623736500740051,
"beginner": 0.34844863414764404,
"expert": 0.2891777455806732
} |
15,860 | how to use a c# winform project to open anthor winform project,please show me the code and explain,i want use a toolstripmenuitem to do it | bd52a65cfa996dfc091d4bbc1780d1ca | {
"intermediate": 0.6812477707862854,
"beginner": 0.15422910451889038,
"expert": 0.16452307999134064
} |
15,861 | Can you use Python to design a desktop component for me to use as a notebook? | a3961c4b47eec309afdbe6aed17af6ca | {
"intermediate": 0.6349390149116516,
"beginner": 0.12841667234897614,
"expert": 0.23664437234401703
} |
15,862 | e bike | 28e69d2861c6a7bdf371e67962706f99 | {
"intermediate": 0.3640655279159546,
"beginner": 0.3429727554321289,
"expert": 0.29296165704727173
} |
15,863 | I have the following genetic algorithm optimization problem. Please write me the final MATLAB code based on the code below so that I can copy and paste it into MATLAB. The aim of this goal is optimization using genetic algorithm in linear optimization method. So that this code compares PV COST, WT COST, DG COST AND ENE... | 6f1dab52ff5673011d8dde4afded1981 | {
"intermediate": 0.2014092057943344,
"beginner": 0.17310845851898193,
"expert": 0.6254823803901672
} |
15,864 | rust u64 to str | fc321fcfafbd5fd6cfba44f1f9480346 | {
"intermediate": 0.26627033948898315,
"beginner": 0.4452287256717682,
"expert": 0.28850093483924866
} |
15,865 | how to maintain the state of chrome extension when it being closed in browser using javascript | 274f797ae50e85041d1bd83b218953ee | {
"intermediate": 0.5088278651237488,
"beginner": 0.267711877822876,
"expert": 0.22346022725105286
} |
15,866 | how to setup my flutter project to be built from docker, for android and for linux | 714c65e85101f4984560b11205e5beb3 | {
"intermediate": 0.7693062424659729,
"beginner": 0.1255844086408615,
"expert": 0.1051093339920044
} |
15,867 | Как реализовать dropwdown menu в react material ui? | 45c65e16c9a08c01e89483e57d8acad0 | {
"intermediate": 0.3293781578540802,
"beginner": 0.23907004296779633,
"expert": 0.43155184388160706
} |
15,868 | C++的atomic_thread_fence和atomic_signal_fence介绍和使用示例 | f7d128bb1127b34cef615968ba13539c | {
"intermediate": 0.32192206382751465,
"beginner": 0.3343771994113922,
"expert": 0.34370073676109314
} |
15,869 | i got a code to upload several ".csv" files to Postgresql by loop. Change it to print me "10 files uploaded@ after each 10 succesfully uploaded files the | 1231718da001260bcce41faf5609bae4 | {
"intermediate": 0.3725469410419464,
"beginner": 0.38334062695503235,
"expert": 0.24411241710186005
} |
15,870 | Can you write me a powershell script which split pst file into 20 GB chunks | 7d7d07da993652f88b69427bd420cd3a | {
"intermediate": 0.45548778772354126,
"beginner": 0.2499784529209137,
"expert": 0.2945338189601898
} |
15,871 | Math.random от 1 до 9 | c69d6b21322ede3d84c3ec170ad00cd0 | {
"intermediate": 0.3691555857658386,
"beginner": 0.3910504877567291,
"expert": 0.23979392647743225
} |
15,872 | import random
import numpy as np
import matplotlib.pyplot as plt
def graph_function():
fig = plt.subplots()
x = np.linspace(-1, 3, 500)
plt.plot(x, (7/4)*x - 5/4)
plt.grid(True)
plt.show()
x_1 = random.randint(-5, 5)
answer = (7/4)*x_1 - 5/4
task = f'На рисунке изображён график функции: f(x) = kx + ... | 1720a14d04fb4933cb01c1b574b62eab | {
"intermediate": 0.3766233026981354,
"beginner": 0.44486328959465027,
"expert": 0.1785133332014084
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.