row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
1,906 | you cant change the other moduels, you are only allowedd to change kayttoliittyma.js. make the code i ahve to add or replace as simple and short as you can. make sure the code is compatible with other modules and that it wont say undefined and should display the right number or symbol when the number is beyond 10why ar... | a77da6a9c2f263a33ef75b0574772fc2 | {
"intermediate": 0.25232261419296265,
"beginner": 0.47063934803009033,
"expert": 0.27703800797462463
} |
1,907 | layout = [
[
sg.Frame("Parameters", [[sg.Text("Method"),sg.Radio("R1", "R", key="r1"), sg.Radio("R2", "R", key="r2")],
[sg.Text("Radius"), sg.Slider((3, 5, 7), 2, orientation="h", key="radius")]], element_justification="left"),
sg.Button("Remove Watermark", key="rem... | 2ccd6ce7f619aa9466d89e37e1a9ff82 | {
"intermediate": 0.32023003697395325,
"beginner": 0.43739837408065796,
"expert": 0.24237152934074402
} |
1,908 | write a python script that continuously generate random words using gpt and then store it on a log. the script will continuously running and generating random words until i press esc to exit. | f95d5f7c6240c04affc3b6e6ee2e319a | {
"intermediate": 0.38081586360931396,
"beginner": 0.18288201093673706,
"expert": 0.436302125453949
} |
1,909 | give me a mvc example, use javascript | a9f76a7d4921595d665f5aca987b1ceb | {
"intermediate": 0.6754195690155029,
"beginner": 0.1924581378698349,
"expert": 0.13212229311466217
} |
1,910 | Please demonstrate some code for a vector database | 14217f141da3469d8590a52a0a25d823 | {
"intermediate": 0.548042893409729,
"beginner": 0.17917706072330475,
"expert": 0.27278003096580505
} |
1,911 | Help me to write a python script to automate login for https://52pojie.cn | 6fb455c7f0cc4f12f87e1c6e2e40a224 | {
"intermediate": 0.38121721148490906,
"beginner": 0.14141303300857544,
"expert": 0.4773698151111603
} |
1,912 | import pyperclip
import time
import string
from pynput import keyboard
from PyQt5 import QtWidgets, QtGui, QtCore
delay = 100
first_char_delay = 2000
shift_delay = 100
SETTINGS_FILE = 'settings.txt'
class SystemTrayIcon(QtWidgets.QSystemTrayIcon):
def init(self, icon, parent=None):
super().init(icon, pa... | 707389a846338dc00ef9dfd425f92472 | {
"intermediate": 0.35939422249794006,
"beginner": 0.4621271789073944,
"expert": 0.17847858369350433
} |
1,913 | Write me code that recursively scrapes all folders in https://arcjav.arcjavdb.workers.dev/0:/001-050/%E4%B8%8A%E5%8E%9F%E4%BA%9A%E8%A1%A3/ and provides the links for movies and images to download | 71f7e582a008b070eadd8cc8ae322835 | {
"intermediate": 0.6520383954048157,
"beginner": 0.10994160920381546,
"expert": 0.23802001774311066
} |
1,914 | I wrote a code following, Why the i value is { 1 . . 10 }?
for i in { 1..10}
do
echo $i
done | bc72460e871c169e0791c46ffadc1f09 | {
"intermediate": 0.3508111536502838,
"beginner": 0.4343520402908325,
"expert": 0.21483680605888367
} |
1,915 | jetpack compose styling page with 4 buttons textfield and 2 texts | 02e62e5757de7084c42614d8821cb77d | {
"intermediate": 0.40767669677734375,
"beginner": 0.2801450490951538,
"expert": 0.3121783137321472
} |
1,916 | flutter listview scroll to bottom code | 5a0ef111b99d7e10771d1cc536ebf3d6 | {
"intermediate": 0.31716763973236084,
"beginner": 0.2992909848690033,
"expert": 0.38354143500328064
} |
1,917 | Write a batch script which uploads a file to a server via winscp | c0de9a22cacc2a48fd2341e82d3b0f96 | {
"intermediate": 0.4203956425189972,
"beginner": 0.18300454318523407,
"expert": 0.39659976959228516
} |
1,918 | import struct
import sqlite3
import time
import sys
import getopt
#import Exceptions
from pymodbus.client import ModbusSerialClient as ModbusClient
from pymodbus.exceptions import ModbusInvalidResponseError
# 打开串口
client = ModbusClient(method="rtu", port='COM1', baudrate=9600)
client.connect()
filename = 'data.db'
#... | 3cd2a05bf77dde2fa16c23902b6afc26 | {
"intermediate": 0.4050639569759369,
"beginner": 0.31373757123947144,
"expert": 0.28119853138923645
} |
1,919 | fivem scripting
local teams = {['A']= 0, ['B']= 0}
for k,v in pairs(teams) do
if v == 0 then
trigger event
end
end
how do i only get the event to trigger if the v == 0 for both 'A' and 'B' | 51170ea0ab370f779d5ab31757a26246 | {
"intermediate": 0.3146877884864807,
"beginner": 0.42804616689682007,
"expert": 0.25726595520973206
} |
1,920 | is it possible to use putty to upload a file | ff7e76734b431ce36f58bf6c311bd357 | {
"intermediate": 0.51010662317276,
"beginner": 0.2367771565914154,
"expert": 0.2531161606311798
} |
1,921 | Provide me with the best rclone mount script for watching large video files using onedrive. The script should try and reduce seek delay as much as possible and load the videos as quickly as possible with no buffering. I am using the most recent version, Rclone 1.62.2. | a49ace68b8042918baa195c538561a58 | {
"intermediate": 0.3571031391620636,
"beginner": 0.2428368628025055,
"expert": 0.4000599980354309
} |
1,922 | How can i calculate shipping rate using royal mail api in javascript | a6cb6dccc5424ed4ed0d42a77c71255d | {
"intermediate": 0.727591872215271,
"beginner": 0.09801820665597916,
"expert": 0.1743900030851364
} |
1,923 | Check the following javascript code for any mistakes and explain what is wrong with it, asume all the images are named correctly and on the folder with the code
<html>
<head>
<link rel="icon" href="http://www.iconarchive.com/download/i87143/graphicloads/colorful-long-shadow/Restaurant.ico">
<TITLE> O 100 Saladas </TIT... | f61715abbf8ad13dc82772d2818b5ffc | {
"intermediate": 0.31635403633117676,
"beginner": 0.3953733742237091,
"expert": 0.28827255964279175
} |
1,924 | How can I repair grub menu inside of windows 10 | f6c26534c93702eebaaa726add80ebd6 | {
"intermediate": 0.3008037805557251,
"beginner": 0.37581682205200195,
"expert": 0.3233794569969177
} |
1,925 | for (i = 0; i < result.length; i++) {
var resultJson = JSON.parse(JSON.stringify(result[i]));
var operationName = resultJson.operationName;
if (operationName == "updatedCount") {
updatedCount = resultJson.result;
break;
}
}
nodejs package.json中设置了type:module
函数中... | 2c1256a9d4eee6bab43e2a77c768d6c0 | {
"intermediate": 0.42478883266448975,
"beginner": 0.3099050521850586,
"expert": 0.26530611515045166
} |
1,926 | for c# maui mvvm, what is the best practice to present color change based on values | 973803c02b6765e72a4e07537cdc4ba4 | {
"intermediate": 0.5580871105194092,
"beginner": 0.10717625170946121,
"expert": 0.3347366750240326
} |
1,927 | Correct this syntax and explain what it does : pd.DataFrame(df4.groupby(['A', 'B']).apply(lambda x: x.nunique(dropna=True) if x=='C')) | 6afdf0248c427390da87d7798fb4daf7 | {
"intermediate": 0.18222327530384064,
"beginner": 0.7299546003341675,
"expert": 0.08782214671373367
} |
1,928 | c# maui cross app using MVU pattern | 9dc6a995a88944266473f7a5e85171a0 | {
"intermediate": 0.39796480536460876,
"beginner": 0.2599092125892639,
"expert": 0.34212595224380493
} |
1,929 | c# maui cross app using MVU pattern | 2017f21c4067fbb515d0e6d9b3de75c0 | {
"intermediate": 0.39796480536460876,
"beginner": 0.2599092125892639,
"expert": 0.34212595224380493
} |
1,930 | In an oncology trial, I have 350 subjects randomized, and 210 of them died up to date, and the remaining 140 are all alive and have been observed for 3 months. I want to predict how long the remaining alive patients will live afterwards, taking into consideration their baseline age and gender. Please provide R software... | e41fd7addc8ca00f6e42d0310fdc4820 | {
"intermediate": 0.5501390695571899,
"beginner": 0.15522636473178864,
"expert": 0.29463455080986023
} |
1,931 | fivem scripting how to detect vehicle engine temperature | a1dfff464e2453623c3ea1047f655980 | {
"intermediate": 0.24229350686073303,
"beginner": 0.22498078644275665,
"expert": 0.5327256917953491
} |
1,932 | hey | 1b53dce1d6fa9332ab45aa4ae0e01561 | {
"intermediate": 0.33180856704711914,
"beginner": 0.2916048467159271,
"expert": 0.3765866458415985
} |
1,933 | void drawTable() {
// table top
glColor3f(0.0f, 0.0f, 0.0f); // brown color
glPushMatrix();
glTranslatef(0.0f, 1.5f, 0.0f);
glScalef(3.0f, 0.5f, 2.0f);
glutSolidCube(1.0f);
glPopMatrix();
// table legs
glPushMatrix();
glTranslatef(-1.25f, 0.75f, -0.75f);
glScalef(0.5f, 1.5f, 0.5f);
glutSolidCube(1.0f);
gl... | c4a298112e4e4b172c3aa51ca6bcb2ef | {
"intermediate": 0.3002902865409851,
"beginner": 0.4672696590423584,
"expert": 0.2324400544166565
} |
1,934 | fivem scripting I want to make it when you use nitrous the engine temperature increases if it hits above 300 you've got a change of killing the engine | 78b1d97bf1370e555a8d39c548dbb677 | {
"intermediate": 0.22191515564918518,
"beginner": 0.4228343963623047,
"expert": 0.35525044798851013
} |
1,935 | draw a tree with branches opengl c++ | 8258ca932a5b67bd174ff819efef43c5 | {
"intermediate": 0.3364019989967346,
"beginner": 0.39918333292007446,
"expert": 0.26441460847854614
} |
1,936 | change this basic libre office calc code so that it organize nome congnome e telefono for rows instead then for column: | 253c9835439117229b806299f95768b3 | {
"intermediate": 0.5623306035995483,
"beginner": 0.21398530900478363,
"expert": 0.22368408739566803
} |
1,937 | Your task is to take the text I will be giving you, create a vocabulary that will include all the words in this text. The text is: "Once upon a time, in a land far, far away there was a brave knight named Sir Robert. Sir Robert had a quest to rescue the princess from the dragon’s lair. He set out on his trusty horse an... | 58fefe6b6e5f96413c18fd1ff6b2f9fb | {
"intermediate": 0.3197585642337799,
"beginner": 0.4276563823223114,
"expert": 0.2525849938392639
} |
1,938 | In an oncology trial, I have 350 subjects randomized, and 210 of them died up to date, and the remaining 140 are all alive and have been observed for 3 months. I want to predict how long the remaining alive patients will live afterwards, taking into consideration their baseline age and gender. Please provide R software... | 078d31c37758a619fc41c08ffdf262ea | {
"intermediate": 0.27670273184776306,
"beginner": 0.2555418312549591,
"expert": 0.46775540709495544
} |
1,939 | Write me code that recursively scrapes all folders in https://arcjav.arcjavdb.workers.dev/0:/001-050/上原亚衣/ and provides the links for movies and images to download. The site uses javascript.
The folders on the page:
CSS Selector: a.list-group-item:nth-child(1)
CSS Path: html body div div#content div.container div#list.... | 8ac9fb52216f84903ad672638ccaeb6a | {
"intermediate": 0.508629560470581,
"beginner": 0.24334022402763367,
"expert": 0.24803020060062408
} |
1,940 | library(survival)
set.seed(42)
# Generate a larger dataset with 100 patients
n <- 100
data <- data.frame(time = abs(rnorm(n, mean=5, sd=3)),
status = rbinom(n, 1, prob=0.6),
age = sample(30:80, n, replace=T),
gender = as.factor(sample(c("Mal... | fd2df0e5ba9ef39971ea694a769035d0 | {
"intermediate": 0.32907235622406006,
"beginner": 0.41735050082206726,
"expert": 0.25357717275619507
} |
1,941 | so this script monitor the clipboard for any changes and translate copied japanese text to english using gpt and then show the translation on a created window. unfortunately the OAI endpoint we are going to use have a filter that rejects any prompts with chinese letters, and this dragged japanese kanjis along so we can... | 1f7d8159c753bd8b2a9c8a76ce7781f3 | {
"intermediate": 0.3590927720069885,
"beginner": 0.39236822724342346,
"expert": 0.24853897094726562
} |
1,942 | hello | ca4bcb3faff1cab07b4a92f91a49b197 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
1,943 | i want to make an arpg game, what difficulties i may encounter in programming | ed657dc18106fa44109f455ff7fef3a4 | {
"intermediate": 0.29066792130470276,
"beginner": 0.4574936330318451,
"expert": 0.25183841586112976
} |
1,944 | cmake link libraries to a static lib, substitue all $ sign to ~ | 298f0b84b0bab9213ec9772376b8cf82 | {
"intermediate": 0.6394249200820923,
"beginner": 0.2150605320930481,
"expert": 0.1455145925283432
} |
1,945 | fivem scripting for some reason this does not work
triggering from client.lua
RegisterNetEvent('main-volleyball:client:animation')
AddEventHandler('main-volleyball:client:animation', function(animationDirectory, animationName, speed)
local playerPed = PlayerPedId()
if (DoesEntityExist(playerPed) and not IsEnti... | e88d53dc5c9ab593c6b4c4a24711d0c2 | {
"intermediate": 0.43305638432502747,
"beginner": 0.37333881855010986,
"expert": 0.1936047524213791
} |
1,946 | so this script monitor the clipboard for any changes and translate copied japanese text to english using gpt and then show the translation on a created window. unfortunately the OAI endpoint we are going to use have a filter that rejects any prompts with chinese letters, and this dragged japanese kanjis along so we can... | 715f5129389e61ced057b23dcb19200e | {
"intermediate": 0.3635990619659424,
"beginner": 0.39620745182037354,
"expert": 0.24019353091716766
} |
1,947 | find me the site that provides data on the most important military indicators | 6ba9c6f7e5259b086d0dc729126557e6 | {
"intermediate": 0.39788010716438293,
"beginner": 0.2805005609989166,
"expert": 0.32161933183670044
} |
1,948 | How can i send a file to you | 8e9c09838e6ae2570bc1f05d5713fe61 | {
"intermediate": 0.46846291422843933,
"beginner": 0.19937783479690552,
"expert": 0.3321593105792999
} |
1,949 | fivem scripting I'm trying to Task Play Anim "missfam4", "base" so its only upperbody and the animation stays until its cleared | e2c439e898c27d5f6c410245d634bab4 | {
"intermediate": 0.2773245573043823,
"beginner": 0.33371636271476746,
"expert": 0.3889591693878174
} |
1,950 | fivem scripting I'm trying to Task Play Anim "missfam4", "base" so its only upperbody and the animation stays until its cleared | 1dff534d6fc9d4cdb434288cb79eddae | {
"intermediate": 0.2773245573043823,
"beginner": 0.33371636271476746,
"expert": 0.3889591693878174
} |
1,951 | cmake link libraries to static library, while answering you substitu $ in your answer to - | a3f1d2ed94d6cbc08057ae0c06390ab2 | {
"intermediate": 0.5432964563369751,
"beginner": 0.2822819650173187,
"expert": 0.17442165315151215
} |
1,952 | please improve this function setStep((currStep) => ++currStep); | 3e59a305a32e8cd0672197c04d1c148a | {
"intermediate": 0.3264712691307068,
"beginner": 0.3260366916656494,
"expert": 0.3474920392036438
} |
1,953 | cmake iterate list | db37c01ec163d4a11974c4d48ac5c468 | {
"intermediate": 0.3547442853450775,
"beginner": 0.20683439075946808,
"expert": 0.4384213089942932
} |
1,954 | Your task is to take the text I will be giving you, create a vocabulary that will include all the words in this text. The text is: "Once upon a time, in a land far, far away there was a brave knight named Sir Robert. Sir Robert had a quest to rescue the princess from the dragon’s lair. He set out on his trusty horse an... | 5210ae58618934e34d7596c30df1e330 | {
"intermediate": 0.3197585642337799,
"beginner": 0.4276563823223114,
"expert": 0.2525849938392639
} |
1,955 | summarize this article:
Horace's friend Publius Vergilius Maro, known in English as Virgil, was born in 70 BC and so was five years older than Horace. He was brought up on his father's farm at Mantua in North Italy, and completed his education in Rome and Naples. He belonged to a group of poets who celebrated in their... | 05a3af74ec8896c7d4070309979e9293 | {
"intermediate": 0.18846121430397034,
"beginner": 0.5385229587554932,
"expert": 0.2730158567428589
} |
1,956 | hello world | d87ebd3c8bf2bd94e85d63b5f703d151 | {
"intermediate": 0.35190486907958984,
"beginner": 0.30643847584724426,
"expert": 0.3416566252708435
} |
1,957 | fivem scripting I've got an event that triggers a server event how can i check on the server that both clients in a list triggered the same event | f1e4ef8c7c70fd0a60ec61def49ff857 | {
"intermediate": 0.5086172819137573,
"beginner": 0.23231881856918335,
"expert": 0.2590639591217041
} |
1,958 | write a python script, draw a random picture | fe4150bcb9f17d7e26b67791f45b6838 | {
"intermediate": 0.3205307722091675,
"beginner": 0.3845492899417877,
"expert": 0.2949199378490448
} |
1,959 | Привет подскажи как добавить еще один путь до файла, чтобы его архивировать сильно не изменяя метод createArchive:
def createArchiveForExchange(self):
archivePath = f'{squishinfo.testCase}/stmobile.zip'
filePath = f'{squishinfo.testCase}/stmobile.db3'
password = '969969'
fs.createArc... | 1c1c459a5e439df64b2de74063826a9e | {
"intermediate": 0.37477564811706543,
"beginner": 0.28871721029281616,
"expert": 0.3365071415901184
} |
1,960 | fivem scripting I've got an event that triggers a server event how can i check on the server that both clients in a list triggered the same event | aa32e551d2ce2c64f703c143f6ba19c8 | {
"intermediate": 0.5086172819137573,
"beginner": 0.23231881856918335,
"expert": 0.2590639591217041
} |
1,961 | Как изменить количество файлов при архивировании не изменяя метод createArchive
def createArchiveForExchange(self):
archivePath = f'{squishinfo.testCase}/stmobile.zip'
filePath = f'{squishinfo.testCase}/stmobile.db3'
password = '969969'
fs.createArchive(archivePath, filePath, passwor... | cd5f3ea984d730e3f9f3f7922372d45e | {
"intermediate": 0.36133572459220886,
"beginner": 0.35120242834091187,
"expert": 0.28746187686920166
} |
1,962 | import socket
import threading
import tkinter as tk
from tkinter import filedialog
import logging
logging.basicConfig(filename=‘TCPClient.log’, level=logging.INFO, format=‘%(asctime)s:%(levelname)s:%(message)s’)
# 读取文件中的16进制报文
def read_hex_packets(file_path):
packets = []
try:
with open(file_path, “r”... | 61b85a23f3b13eef2d40543d2075b7c2 | {
"intermediate": 0.3673143982887268,
"beginner": 0.3964357078075409,
"expert": 0.23624996840953827
} |
1,963 | WHat is bipki& | 2b7cc18c4542e7bf902eb2334e523635 | {
"intermediate": 0.3605065941810608,
"beginner": 0.2553963363170624,
"expert": 0.38409706950187683
} |
1,964 | fivem scripting
I have a variable which is set to "A" I want to check if the value is "A" then it triggers an event with arg "B" but if the variable is "B" then it triggers event with arg "A" pretty much the opposite value to what's given | 4b08ba8b43fe7dfb61837bca00ea74f8 | {
"intermediate": 0.19534827768802643,
"beginner": 0.7075896263122559,
"expert": 0.09706206619739532
} |
1,965 | C:\Users\zhangchenxi\python\TcpClient>python TcpClient.py
File "C:\Users\zhangchenxi\python\TcpClient\TcpClient.py", line 29
except IOError as e:
SyntaxError: expected 'except' or 'finally' block | 5458824bd2d3fa2e75aae65c1d925ee7 | {
"intermediate": 0.360595703125,
"beginner": 0.403594046831131,
"expert": 0.2358102649450302
} |
1,966 | import socket
import threading
import tkinter as tk
from tkinter import filedialog
import logging
import time
logging.basicConfig(filename='TCPClient.log', level=logging.INFO, format='%(asctime)s:%(levelname)s:%(message)s')
packet_file_path = ''
# 读取文件中的16进制报文
def read_hex_packets(file_path):
packets = []
try:
with ... | f07e8388ec1f457b2c6601baca1f5916 | {
"intermediate": 0.3158835470676422,
"beginner": 0.5128027200698853,
"expert": 0.17131371796131134
} |
1,967 | I need to load variables from a .env file and to load them in pydantic Setting fields | 1de486f34361aca3f68f1cb71e2942b6 | {
"intermediate": 0.2524210810661316,
"beginner": 0.5455999970436096,
"expert": 0.201978862285614
} |
1,968 | can you write python code | 9d1a4fce1c4bc659cd5fcb522f1dd56e | {
"intermediate": 0.2844567596912384,
"beginner": 0.38316458463668823,
"expert": 0.33237865567207336
} |
1,969 | I need a roblox script. | 657745b2d71f2e8e9c1ad2ab9054c257 | {
"intermediate": 0.4354991018772125,
"beginner": 0.3234768509864807,
"expert": 0.24102407693862915
} |
1,970 | using excel vba search column G4 to G80 in all sheets of a workbook. If value of cell in column G is greater than 1499 and corresponding value in column F is not equal to "Grand Total", then copy matches found in column G to column I in sheet named Totals and also copy the corresponding value in column F for the matche... | 00532de2b52b79d6461ed7bba1ce97e6 | {
"intermediate": 0.4869842231273651,
"beginner": 0.2210671305656433,
"expert": 0.29194867610931396
} |
1,971 | lua
test = {['A'] = 1, ['B'] =2}
how can i use math.random to randomly select one of items then print the values
eg if selcts 'A' then it would print 1 | 57a341a652265c7058cfc6298a1d3fa1 | {
"intermediate": 0.37238991260528564,
"beginner": 0.36831116676330566,
"expert": 0.2592989206314087
} |
1,972 | lua print the first value in a table but the table looks like this
test = { ['A'] = 1, ['B'] = 2 } | 83298b16c7f9677979f03dd2e1090f0f | {
"intermediate": 0.3650563955307007,
"beginner": 0.30286648869514465,
"expert": 0.33207711577415466
} |
1,973 | import socket
import threading
import tkinter as tk
from tkinter import filedialog
import logging
import time
logging.basicConfig(filename='TCPClient.log', level=logging.INFO, format='%(asctime)s:%(levelname)s:%(message)s')
packet_file_path = ''
# 读取文件中的16进制报文
def read_hex_packets(file_path):
packets = []
tr... | 1713fdb8d46a5fd7ae53778396646e88 | {
"intermediate": 0.4018629193305969,
"beginner": 0.40898072719573975,
"expert": 0.18915638327598572
} |
1,974 | To create a feature complete REST API for time scheduling.
Tech requirements
Use an SQL Database with an ORM
Store data in related tables with foreign keys, don’t use json columns
Use a high level Javascript or PHP framework (NestJS, Laravel, Symfony, …)
Scope
Only backend APIs are in the scope of this hackathon, No fr... | 5f45e74d78c1f199b2dfa88ca4b062b3 | {
"intermediate": 0.4434363543987274,
"beginner": 0.33789414167404175,
"expert": 0.21866951882839203
} |
1,975 | 使用js 对数组{
“id”: 1,
“topId”: 1,
“pid”: 0,
“level”: null,
“name”: “七年级”,
“tel”: null,
“email”: null,
“status”: 1,
“createTime”: “2023-04-13 09:33:17”,
“updateTime”: “2023-04-13 09:45:10”,
“attr”: null,
“type”: 10,
“year”: “2022”,
“graduate”: 1,
“childNum”: 4,
“children”: [
{
“id”: 7,
“topId”: 1,
“pid”: 1,
“level”: null,
... | 625cb052867ec02fc4fb2daf14da236c | {
"intermediate": 0.3252693712711334,
"beginner": 0.5026655793190002,
"expert": 0.17206509411334991
} |
1,976 | 使用js对数组[{
"id": 0,
"name": "负极",
"childNum": 1,
"childOrgIds": [
7,
8,
9,
10
],
"children": [
{
"id": 1,
"topId": 1,
"pid": 0,
"level": null,
"name": "七年级",
"tel": null,
"email": null,
"status": 1,
... | 39be2efbe86eb39bab418528353dfc89 | {
"intermediate": 0.25034525990486145,
"beginner": 0.5356464385986328,
"expert": 0.21400825679302216
} |
1,977 | Lua I've got a table that looks like
local teams = {['A']= 0, ['B']= 0}
how could I randomly select one of the values and save it to a variable | cb692e5ec59ae999bdc3af7b771948a7 | {
"intermediate": 0.392364501953125,
"beginner": 0.3918437659740448,
"expert": 0.21579177677631378
} |
1,978 | fivem scripting I've got a table that looks like
local teams = {['A']= 0, ['B']= 0}
how could I randomly select one of the values and save it to a variable | 41bfebf505db526de865b6d8b95bfc7b | {
"intermediate": 0.18631039559841156,
"beginner": 0.5999653935432434,
"expert": 0.21372421085834503
} |
1,979 | If while preparing dataset for an ML model and during feature extraction if month is extracted from the date column, then what's the advisable dtypes for the extracted column? | 8c1d3185d6f5c6057deb289bb6c2c8fe | {
"intermediate": 0.15024791657924652,
"beginner": 0.044889044016599655,
"expert": 0.8048630356788635
} |
1,980 | import socket
import threading
import tkinter as tk
from tkinter import filedialog
import logging
import time
logging.basicConfig(filename='TCPClient.log', level=logging.INFO, format='%(asctime)s:%(levelname)s:%(message)s')
packet_file_path = ''
# 读取文件中的16进制报文
def read_hex_packets(file_path):
packets = []
tr... | 749ff678ad7837db93b5e53ef108309d | {
"intermediate": 0.4018629193305969,
"beginner": 0.40898072719573975,
"expert": 0.18915638327598572
} |
1,981 | 4, 0, 0, 0, 0, 0, 0, 0, 0
0, -2, -2, 0, 0, -2, -2, 0
0, -2, -2, 0, 0, -2, -2, 0
0, 0, -2, -2, 0, 0, -2, 2
0, 2, 0, 2, 0, -2, 0,2
0, 0, 2, -2, 0, 0, 2, 2
0, 2, 0, -2, 0, -2, 0, -2
0, 0, 0, 0, -4, 0, 0, 0
0, 2, -2, 0, 0, 2, 2, 0
public class Project_4 {
public static void main(String[] args) {
System.out.print... | fb1bcd8227065a2695ce6ee2ca9d90c4 | {
"intermediate": 0.2922404110431671,
"beginner": 0.35054194927215576,
"expert": 0.3572176396846771
} |
1,982 | write a unity script that can calculate an object's position, rotation and scale as if it were parented to some other object | 408939d9040c003b3cd337567bc6ea4e | {
"intermediate": 0.35426127910614014,
"beginner": 0.08695176243782043,
"expert": 0.558786928653717
} |
1,983 | import socket
import threading
import tkinter as tk
from tkinter import filedialog
import logging
import time
logging.basicConfig(filename='TCPClient.log', level=logging.INFO, format='%(asctime)s:%(levelname)s:%(message)s')
packet_file_path = ''
# 读取文件中的16进制报文
def read_hex_packets(file_path):
packets = []
tr... | 186a6a745a727dec867c7a4e70b67fb5 | {
"intermediate": 0.4018629193305969,
"beginner": 0.40898072719573975,
"expert": 0.18915638327598572
} |
1,984 | fivem scripting how can i draw an 'A' symbol and also a 'B' symbol | 73a70f8d8ae76ab6c6408b69ff47504b | {
"intermediate": 0.36391180753707886,
"beginner": 0.3409894108772278,
"expert": 0.29509884119033813
} |
1,985 | fivem scripting how can i draw an ‘A’ marker and also a ‘B’ marker | 94d789cd7befa5389d97350c5e3aff64 | {
"intermediate": 0.3175974190235138,
"beginner": 0.3933362662792206,
"expert": 0.2890664041042328
} |
1,986 | can you write me the code for my own custom gas zone at these coordinates x=8146.12 y=9137.89 and x=8193.26 y=9047.49 using this code as a reference
{
"Areas": [
{ "AreaName": "Ship-SW",
"Type": "ContaminatedArea_Static",
"TriggerType": "ContaminatedTrigger",
"Data": {
"Pos": [ 13684, 0, 1107... | 9cff0893e1aa91357f87a9e1b3e719bc | {
"intermediate": 0.2649122178554535,
"beginner": 0.46671062707901,
"expert": 0.2683771550655365
} |
1,987 | fivem scripting how to create a marker | cf4468cbe195688b994ff03658c18796 | {
"intermediate": 0.26754826307296753,
"beginner": 0.40186816453933716,
"expert": 0.33058351278305054
} |
1,988 | Can you help me create website? | f919ccc012de1344a6e37bdaeeecbfb4 | {
"intermediate": 0.3873770236968994,
"beginner": 0.2661164402961731,
"expert": 0.3465065360069275
} |
1,989 | java code to record and replay mouse movements in a thread with shif + p as start and shift + L as stop commands. detect screen size first and write every recording to file as hashmap, at app start load hashmap as table entries and show all recordings in a gui table list ready to be replayed by click on it. | 8136fda6374b8b7211623a16dabf0ac4 | {
"intermediate": 0.6522871255874634,
"beginner": 0.09821394830942154,
"expert": 0.24949891865253448
} |
1,990 | in python, make a machine learning script that predcits a gcrash game based on the past 35 games. Make a safe number to bet on and a risky number. Data is: [2.2, 1.47, 10.49, 5.41, 3.95, 3.44, 2.15, 5.26, 1.0, 3.11, 14.39, 1.7, 1.1, 3.67, 3.91, 3.78, 1.03, 4.86, 2.67, 1.23, 2.49, 1.01, 4.25, 4.21, 1.35, 2.53, 8.61, 1.0... | 2ba77f704330e22c80ad9c2dc1d48857 | {
"intermediate": 0.1547577977180481,
"beginner": 0.14253561198711395,
"expert": 0.7027065753936768
} |
1,991 | На python сделать менеджер слушателей, которые получают и отдают данные через rabbitmq | 9e4f9a4ef3fb6e575aa456d4a52ed473 | {
"intermediate": 0.37239202857017517,
"beginner": 0.2577328681945801,
"expert": 0.36987507343292236
} |
1,992 | Make a script that when you hold down click, a hat spins around where the mouse is, when its not spinning, it is underneath the player. | 12e4e63e7607aee6b748b5b8fc054381 | {
"intermediate": 0.3050489127635956,
"beginner": 0.09849227964878082,
"expert": 0.5964588522911072
} |
1,993 | In an oncology clinical trial, how to predict additional survival time for remaining patients who have been observed for some time and still alive based on data observed up to date? Taking into below considerations of baseline characteristics of the patients who are still alive, like age and gender, and the death hazar... | bd12999c747d8723c7bb3d9be27d0650 | {
"intermediate": 0.35998237133026123,
"beginner": 0.25705283880233765,
"expert": 0.3829648494720459
} |
1,994 | Error CS1061 "PrintRange" does not contain a definition for "EndPage" nor an accessible extension method "EndPage" that accepts a first argument of type "PrintRange" (missing using directive or assembly reference?). | 9f7efe799b2abcb0ffc4dec2cf9c89b9 | {
"intermediate": 0.36757487058639526,
"beginner": 0.4631487727165222,
"expert": 0.16927635669708252
} |
1,995 | rest/insight/1.0/iql resultPerPage all record | 08bee083f82370257c13ee4e534b4a03 | {
"intermediate": 0.32389649748802185,
"beginner": 0.3345015347003937,
"expert": 0.34160202741622925
} |
1,996 | write me a simple pymavlink and pymavswarm code which does the following
i have one master drone and one follower which is connected to the telemetry which is connected to the gcs. i want to send on coordinate set to the master drone and tthe master drone should go to that coordinate and the follower drone should follo... | 7eff7a881e2a14d2a69711ce1408e1b5 | {
"intermediate": 0.5034584999084473,
"beginner": 0.18976330757141113,
"expert": 0.3067781925201416
} |
1,997 | chatGPT, I need you to produce the code necessary in Python that will take a .eml file and extract it's contents to simple text. | 096a8da28067d6342bf61bfdc648b7f5 | {
"intermediate": 0.5804681777954102,
"beginner": 0.1907549351453781,
"expert": 0.22877688705921173
} |
1,998 | Write an HTML Programming code of e-shop page | 9353f351f194c861c037ee895fd1b371 | {
"intermediate": 0.3300081491470337,
"beginner": 0.33968019485473633,
"expert": 0.33031165599823
} |
1,999 | public delegate void OnPrintEndEventHandler();
public delegate void OnPrintCorrectlyEventHandler();
public static void PrintString(string s, string font = "Times New Roman", int fontSize = 12, int xMargin = 0, int yMargin = 0, OnPrintEndEventHandler OnPrintEnd = null, OnPrintCorrectlyEventHandler OnPr... | 29e9813b2c5248782bedc031e3e4d60e | {
"intermediate": 0.35445159673690796,
"beginner": 0.5078478455543518,
"expert": 0.13770058751106262
} |
2,000 | write an programing code of Javascript.
code is about when users input a word, the programing can inquiry whether the word is exist in the content of a excel. | c4211409c6955b7702aa01732ef7c69e | {
"intermediate": 0.48769837617874146,
"beginner": 0.30295470356941223,
"expert": 0.2093469798564911
} |
2,001 | import { useCallback, useMemo } from 'react';
import { useAppDispatch } from '@/shared/hooks';
import { popupsActions } from '../../model';
import { POPUPS } from '../../config';
export function useAddCustomer() {
const dispatch = useAppDispatch();
const addCustomerPopup = useMemo(
() => ({
name: POPU... | 95a75a2beae679e8545aab78d4095be5 | {
"intermediate": 0.71177077293396,
"beginner": 0.17357943952083588,
"expert": 0.11464983969926834
} |
2,002 | in ssms (sql), how do I delete records across multiple joined tables? please give an example | 1982286da8867a19833ac5120d8a2ffa | {
"intermediate": 0.5427967309951782,
"beginner": 0.26109081506729126,
"expert": 0.19611237943172455
} |
2,003 | What element does gradle.textbox create | ae0997973b65811dd820976134dc122e | {
"intermediate": 0.39545848965644836,
"beginner": 0.184601292014122,
"expert": 0.41994017362594604
} |
2,004 | import socket
import tkinter as tk
from tkinter import messagebox
class TcpClientApp(tk.Frame):
def init(self, master=None):
super().__init__(master)
self.master = master
self.master.title("TCP Client Application")
self.master.geometry("600x600")
self.create_widgets()
... | 5cc90f2179b65760e3775d7cee1f3b73 | {
"intermediate": 0.3023354709148407,
"beginner": 0.5515502691268921,
"expert": 0.1461142599582672
} |
2,005 | Hi | 027c30199254e555e8b37f9be73ac6db | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.