row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
301 | show me zscript code for a basic weapon jamming in zdoom | a847fe83b0488bba937a41ffad34389b | {
"intermediate": 0.4435632526874542,
"beginner": 0.2664232552051544,
"expert": 0.29001355171203613
} |
302 | Почему аэропорт Внуково так называется? | aaaf492c9aa64c4df514c7ad66687b40 | {
"intermediate": 0.2891356647014618,
"beginner": 0.25861266255378723,
"expert": 0.4522516131401062
} |
303 | write a program in powershell that factory rests a windows computer if there is any new file | 04c994ef383160e61e36fdc6e333e09e | {
"intermediate": 0.37161096930503845,
"beginner": 0.32856056094169617,
"expert": 0.29982852935791016
} |
304 | How to analyze a python code like this: import marshal
exec(marshal.loads(b'c\x00\x00\x00\x00\x00\x00\x00\x00\x00...)
I want an easy and quick way, and it would be nice if there is an online service that does that. | 68531143a127f874ab0bec63419932e8 | {
"intermediate": 0.38725027441978455,
"beginner": 0.36737287044525146,
"expert": 0.24537687003612518
} |
305 | This is a quiz question, the only details available are those given below. Explain the question in detail to me first, and then proceed to answer this question.
Q: The primary purpose of a Singleton is to restrict the limit of the number of object creations to only one. This oftern ensures that there is access control ... | c81ddb4eb8f547823a2ba575ab1d4ef6 | {
"intermediate": 0.22529703378677368,
"beginner": 0.6595044136047363,
"expert": 0.1151985377073288
} |
306 | I have a python code that I want to analyze, can you tell me how?
import marshal
exec(marshal.loads(b'c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00s,\x00\x00\x00d\x00d\x01l\x00Z\x00d\x00d\x01l\x01Z\x01d\x00d\x01l\x02Z\x02e\x03e\x02\xa0\x04d\x02\xa1\x01j\x05\x83\x01\x01\... | a07842b1a28cca9853c88c480edcbfd8 | {
"intermediate": 0.5271440148353577,
"beginner": 0.34122246503829956,
"expert": 0.13163350522518158
} |
307 | I have this python code that detects correctly one template and all their occurrences in the same image, but I want to modify it to receive several templates as input and detect every template and all their occurrences in the same image
def Detect_Template(image, template, color):
# get the width and height of the tem... | 81c9ef11b03a020bc68169281ef24471 | {
"intermediate": 0.342658668756485,
"beginner": 0.21513386070728302,
"expert": 0.4422074854373932
} |
308 | I want to analyze the following python code can you use dis and translate the output for me to a regular python code:
import marshal
exec(marshal.loads(b'c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x04\x00\x00\x00@\x00\x00\x00s,\x00\x00\x00d\x00d\x01l\x00Z\x00d\x00d\x01l\x01Z\x01d\x00d\x01l\x02Z\... | 74ab1a332b0e907e3ee5ff20c80ab2d9 | {
"intermediate": 0.45411789417266846,
"beginner": 0.3379811942577362,
"expert": 0.20790089666843414
} |
309 | Can you help me translate the following python disassembled bytecode into regular python code:
5 0 LOAD_CONST 0 (0)
2 LOAD_CONST 1 (('Fore',))
4 IMPORT_NAME 0 (colorama)
6 IMPORT_FROM 1 (Fore)
8 STORE_NAME 1 (Fore)
10 POP_TOP
6 ... | bc97c13161fe7fe927f2079a8fca6abd | {
"intermediate": 0.45784568786621094,
"beginner": 0.41430994868278503,
"expert": 0.12784437835216522
} |
310 | How do I pass a function that I want to call to a method that will be used on a FTimerHandle in SetTimer in UE5? | 201bfb45ff1ee4d2b20ef34c0ea0189e | {
"intermediate": 0.6531362533569336,
"beginner": 0.24915887415409088,
"expert": 0.09770487248897552
} |
311 | Can you help me translate the following python disassembled bytecode into regular python code:
5 0 LOAD_CONST 0 (0)
2 LOAD_CONST 1 (('Fore',))
4 IMPORT_NAME 0 (colorama)
6 IMPORT_FROM 1 (Fore)
8 ST... | aa952037a417e30d85f925e2143bc28f | {
"intermediate": 0.4451752305030823,
"beginner": 0.41527679562568665,
"expert": 0.1395479142665863
} |
312 | lets create a unity 2d game | 773babe5d214017510d39d4e6e1b0f76 | {
"intermediate": 0.39146938920021057,
"beginner": 0.346889466047287,
"expert": 0.26164111495018005
} |
313 | Do you know any easy / fast way to translate python disassembled bytecode to regular python code?
An online service or any automated way. | 06166ec3b2f82736a28a8fbc2b0d622e | {
"intermediate": 0.33893734216690063,
"beginner": 0.3137814402580261,
"expert": 0.34728124737739563
} |
314 | I have given assignment below a try and I think I am doing pretty well. I am still missing some stuff though. In the AdminDashboard I am missing functionalities of the 3 buttons, ADD, EDIT,DELETE which controls the dataview grid that is connected to my access database. Also note I want to add another dataview grid whic... | 932748f0b33a90078556251f6acfeda9 | {
"intermediate": 0.2317834049463272,
"beginner": 0.43848299980163574,
"expert": 0.32973358035087585
} |
315 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 9cd7116584f1eded75790f78ff967eb3 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
316 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 88e459123cd2263fb2f6d640e83a2f69 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
317 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 41a7997d66aa0d64f5de4ae54da3fdc0 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
318 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | f30fd6ba703ba01de1d6cc9d590eeaa2 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
319 | InstagramのプロアカウントとFacebook APIとInstagram グラフAPIとPython3とpandasとStreamlitを用いる事ができる状況において、①自分がInstagramで投稿したコンテンツに投稿日を元にした"YYYYMMDD"というIDを付与(同日に複数投稿がある場合には枝番として"_1","_2"と付与)しリストから選択できるようにし、対象のコンテンツ画像をInstagramから自動でダウンロードして表示し、コンテンツに対する"いいね"数と"いいね"したユーザー名とユーザー画像の表示と隣にインプレッションから計算した"いいね"の割合のパーセントを表示するのが1列目、コンテンツに対するコメントとその... | c92ca05dc8cd793772464e4ae0c552c3 | {
"intermediate": 0.3877745568752289,
"beginner": 0.42854544520378113,
"expert": 0.1836799681186676
} |
320 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 767274db607ff1e9bb07f86562bc787e | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
321 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | c223e366f6f448cf7b65ad447599cf34 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
322 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 85e634be2a356c75edb05834eb24efe2 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
323 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 83a082220e34e8ef7464172952080f5d | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
324 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 9e45e0278c05b9980ee6ed40fb741fa5 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
325 | C++ float to int will be ceil, round or floor | ffacc538ff0fe8ff4eaad8b794a6bc11 | {
"intermediate": 0.25911054015159607,
"beginner": 0.4993853271007538,
"expert": 0.24150411784648895
} |
326 | after every item in the list, please translate it to mandarin chinese with pinyin: Sentence Phrases:
1. I love eating pasta.
2. Let’s order pizza tonight.
3. Fried rice is my favorite dish.
4. Mom made noodles for dinner.
5. I packed a sandwich for lunch.
6. Can we go out for hamburgers?
7. I want a hot dog at the game... | 8eb53c1771195dd3f83f3802b0fdf78f | {
"intermediate": 0.3555276691913605,
"beginner": 0.36955514550209045,
"expert": 0.2749171257019043
} |
327 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 701f3e2a3cf8fe6456d8b6ee102900f5 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
328 | please build a simple kotlin android flashcard app | 31244df03540fb70cf9d2cfe4065f72c | {
"intermediate": 0.3331892490386963,
"beginner": 0.32264918088912964,
"expert": 0.3441615700721741
} |
329 | Generate a matrix-based system that can be customized based on a user specification section that includes options for writing style and tag types such as newline tags. The system should read inputted data and generate other data based on the provided information.
The matrix system will use a format that includes brack... | a75f0c8a5b5e85aa74c95ff541a85212 | {
"intermediate": 0.4040585458278656,
"beginner": 0.2551339864730835,
"expert": 0.3408074676990509
} |
330 | Generate a matrix-based system that can be customized based on a user specification section that includes options for writing style and tag types such as newline tags.
Have the system be in text and usable in chatgpt posts.
An example of a format is:
[Name]; [Hobbies (weight 0-1)]; [Favorite Activities (weight 0-1)];... | 3bab8ce331064cf095aa0a02b0f09917 | {
"intermediate": 0.4073523283004761,
"beginner": 0.2617967128753662,
"expert": 0.3308509290218353
} |
331 | Do you know any easy / fast way to translate python disassembled bytecode to regular python code?
An online service or any automated way. | e62627a6db224a05bf1fa446eae52098 | {
"intermediate": 0.33893734216690063,
"beginner": 0.3137814402580261,
"expert": 0.34728124737739563
} |
332 | For the SPN discussed in the class notes slides, consider the linear trail with three active S-boxes:
and
with the input sum and output sum pairs (C, 2), (2, 2) and (2, A) respectively. Find the total bias for this trail. | 2c658cddea823515ba081b08456d86ec | {
"intermediate": 0.14782410860061646,
"beginner": 0.10935445874929428,
"expert": 0.7428213953971863
} |
333 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | ae2050da3af300cfa9bddec7ac9a6c72 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
334 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 68814728e97fdf3d6fc32058abb8009b | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
335 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | cc98c63c8a660121d60bbf99576bff94 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
336 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 208b71e6caa723d61e542021a12d2069 | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
337 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | 91656bcc7279d8e3e02e86040a84862d | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
338 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的柏林噪声 | ad7625732e8c5f2ba211ca479c69ddbd | {
"intermediate": 0.3405660092830658,
"beginner": 0.2435588538646698,
"expert": 0.4158751666545868
} |
339 | How to use Decompyle++ (pycdc) to translate python disassembled bytecode to regular python code | 6d2b944c19cb8924f509ed5a16cbfbbb | {
"intermediate": 0.35185250639915466,
"beginner": 0.2830692231655121,
"expert": 0.36507824063301086
} |
340 | InstagramのプロアカウントとFacebook APIとInstagram グラフAPIとPython3とpandasとStreamlitを用いる事ができる状況において、①自分がInstagramで投稿したコンテンツに投稿日を元にした"YYYYMMDD"というIDを付与(同日に複数投稿がある場合には枝番として"_1","_2"と付与)しリストから選択できるようにし、対象のコンテンツ画像をInstagramから自動でダウンロードして表示し、コンテンツに対する"いいね"数と"いいね"したユーザー名とユーザー画像の表示と隣にインプレッションから計算した"いいね"の割合のパーセントを表示するのが1列目、コンテンツに対するコメントとその... | 5d60d4ef404a11f4d73ef165a8670774 | {
"intermediate": 0.3938273787498474,
"beginner": 0.5482978820800781,
"expert": 0.05787476524710655
} |
341 | 优化下面的代码:
package com.simba.taobao.shield.helpers;
import com.alibaba.fastjson.JSON;
import com.alibaba.solar.jupiter.client.dto.outentity.OutEntityMessageDTO;
import com.taobao.item.domain.ItemDO;
import com.taobao.item.domain.ItemImageDO;
import com.taobao.item.domain.query.QueryItemOptionsDO;
import com.taobao.item.... | 1a66e03d3ea31a4a971cbddf68a8de86 | {
"intermediate": 0.2570461928844452,
"beginner": 0.42669597268104553,
"expert": 0.3162578046321869
} |
342 | 用python实现一个可传参frequency、lacunarity、persistence、octaves、seed的2D柏林噪声 | 8ec4e054ec463b1d980e94a5b9dadffb | {
"intermediate": 0.3863246440887451,
"beginner": 0.20256590843200684,
"expert": 0.41110944747924805
} |
343 | Write python code to test whether a given integer is a prime number. | e6d4bdf57570e7f5acdebe666656db96 | {
"intermediate": 0.4835512340068817,
"beginner": 0.23993684351444244,
"expert": 0.2765119671821594
} |
344 | im going to enter the code for a few different classes then give you a task.
public class ControlPanel {
/**
* Initializes and adds components to the panel and sets layouts.
* Includes start, stop, save and load buttons for users to use.
* @param panel The panel where all the components are added.
*/
public... | 367d94fcf3f45db1a978893380c99f12 | {
"intermediate": 0.26183974742889404,
"beginner": 0.39875999093055725,
"expert": 0.3394002914428711
} |
345 | hello | a437b25abe5453b96f6a5191518e02ca | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
346 | 1. Two analog signal are knows as:
Xa1(t) = 5 cos (30 πt) V
Xa2(t) = 5 cos (130 πt) V
The two analog signals are converted to digital with a sampling frequency of 50 Hz. Provide a graphical illustration of the occurrence of aliasing.
2. An analog signal with mathematical function:
Xa(t) = 4 cos (26 πt) + 3 sin (200 πt... | 49a5df184a78c6ef4356f327e8137870 | {
"intermediate": 0.36645692586898804,
"beginner": 0.33388248085975647,
"expert": 0.2996605932712555
} |
348 | write the UML class diagram for the following code. only create the UML class diagram for the ControlPanel class include all variables and methods.
public class ControlPanel {
/**
* Initializes and adds components to the panel and sets layouts.
* Includes start, stop, save and load buttons for users to use.
* ... | f24348fbb44f0ce1495018bb26fe7582 | {
"intermediate": 0.2607613503932953,
"beginner": 0.4674966037273407,
"expert": 0.2717421054840088
} |
349 | Write me an Excel code that I have math, English, physics, and history classes from Monday to Friday from 10:00 AM to 3:30 PM. | 5658b991bdfa6989ef4cd57505ecd626 | {
"intermediate": 0.34746259450912476,
"beginner": 0.49253588914871216,
"expert": 0.16000157594680786
} |
350 | code:
import cv2
from filterpy.kalman import KalmanFilter
from ultralytics import YOLO
import numpy as np
import pandas as pd
from sktime.datatypes._panel._convert import from_2d_array_to_nested
from pickle import load
from sktime.datatypes._panel._convert import from_nested_to_2d_array
from sktime.datatypes import che... | 75402876c28958aac9f1aad3870838bf | {
"intermediate": 0.2720358073711395,
"beginner": 0.4667784869670868,
"expert": 0.26118576526641846
} |
351 | I keep getting this error "error: a bin target must be available for `cargo run` " while trying to run this https://github.com/burn-rs/burn | 8db8a5e851459926f23a1359ca4ce9b6 | {
"intermediate": 0.4822310209274292,
"beginner": 0.22643540799617767,
"expert": 0.29133349657058716
} |
352 | Analyze the following python script:
exec((lambda _____, ______ : ______(eval((lambda ____,__,_ : ____.join([_(___) for ___ in __]))('',[95, 95, 105, 109, 112, 111, 114, 116, 95, 95, 40, 34, 122, 108, 105, 98, 34, 41, 46, 100, 101, 99, 111, 109, 112, 114, 101, 115, 115],chr))(_____),"<GHOSTS_NET","exec"))(b'x\x9cT]\t[... | e2f0c4bc766ddfbb0c008d9839d6869d | {
"intermediate": 0.27353635430336,
"beginner": 0.5034953951835632,
"expert": 0.22296826541423798
} |
353 | how to detect ball bounce in tennis in real time using gravity ,Coefficient of restitution | aaac388cc3814c46853e636c16d9256d | {
"intermediate": 0.18177267909049988,
"beginner": 0.1306137889623642,
"expert": 0.6876135468482971
} |
354 | Give simple go load balancer code | 416907bd8ad412ebe0d17806059b3748 | {
"intermediate": 0.3357965350151062,
"beginner": 0.35190916061401367,
"expert": 0.31229427456855774
} |
355 | im going to give you a few classes then give you a task after.
public class Initialize {
public static void main(String[] args) {
SwingUtilities.invokeLater(() -> {
JFrame frame = new JFrame("Greenhouse Control");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setSize(1000,500);
JPanel ... | 8ddcba9e00d95231471504bf377beedb | {
"intermediate": 0.31439071893692017,
"beginner": 0.37796667218208313,
"expert": 0.3076426088809967
} |
356 | my main base.html is workig and child which i extdedn is not workinng | 76fc18d3318b74c5f94b5d885ac83598 | {
"intermediate": 0.4051057994365692,
"beginner": 0.28499600291252136,
"expert": 0.3098982274532318
} |
357 | please create a curriculum outline for grade 3 ESL english class based on 18 weeks. Please offer vocabulary and sentences on each subject taught. | 004cac9e7e4cc15306fca3c32f5647db | {
"intermediate": 0.3431859314441681,
"beginner": 0.4639208912849426,
"expert": 0.1928931176662445
} |
358 | still facing same issue | 929206f4b23715556872e9f3c9c42335 | {
"intermediate": 0.26267728209495544,
"beginner": 0.6478596329689026,
"expert": 0.08946311473846436
} |
359 | No module named 'transformers.generation' | 71b71c650f16c68d2cbaff8aab6685e9 | {
"intermediate": 0.39501437544822693,
"beginner": 0.32032278180122375,
"expert": 0.2846628427505493
} |
360 | kode:
import pandas as pd
import re
import string
import nltk
from nltk.tokenize import word_tokenize
from Sastrawi.StopWordRemover.StopWordRemoverFactory import StopWordRemoverFactory
from Sastrawi.Stemmer.StemmerFactory import StemmerFactory
from gensim.corpora import Dictionary
from gensim.models import LdaModel
imp... | 3aa2daf6127370f2f0caaa38cc69567d | {
"intermediate": 0.40073567628860474,
"beginner": 0.33043915033340454,
"expert": 0.2688252627849579
} |
361 | https://github.com/Teller501/Miniprojekt_2semester | 300289e3c40bce0727e77ad540326cab | {
"intermediate": 0.3939702808856964,
"beginner": 0.17863769829273224,
"expert": 0.42739200592041016
} |
362 | @app.route("/bing", methods=['GET','POST'])
async def bing():
text2 = request.form.get('text')
print("test1")
bot = Chatbot(cookiePath='c:/Users/mozit/cookies.json')
res = await bot.ask(prompt=text2, conversation_style=ConversationStyle.creative,
wss_link="wss://sydney.bing.com/s... | b34043702435fac520b51376130b27b1 | {
"intermediate": 0.3843921720981598,
"beginner": 0.4235052168369293,
"expert": 0.19210264086723328
} |
363 | how to transfer a float to xmvector in c++ | d8cac26e8398b0524d42bb7f69f2b554 | {
"intermediate": 0.41046029329299927,
"beginner": 0.20675142109394073,
"expert": 0.3827883005142212
} |
364 | springboot log4jdbc | d1858298f27c9a3e9d5366f5975acc60 | {
"intermediate": 0.44407984614372253,
"beginner": 0.2703106105327606,
"expert": 0.28560951352119446
} |
365 | const skillsList = document.getElementById('skills-list');
const selectedSkills = document.getElementById('selected-skills');
const searchBox = document.getElementById('search-box');
const skills = [];
// Load skills from API
fetch('http://128.214.252.39:8080/skills')
.then(response => response.json())
.then(data ... | e634fa95b40d6edfe5f2939d2713177c | {
"intermediate": 0.37589770555496216,
"beginner": 0.5136568546295166,
"expert": 0.11044539511203766
} |
366 | net core Aspose.Words.Document 读取Word文件中的文字 | 4eae566dcf1bba83b8c3b3110b38cec9 | {
"intermediate": 0.3866419792175293,
"beginner": 0.1982649713754654,
"expert": 0.41509300470352173
} |
367 | I have a code in colab that is being run as !python -i 0 now instead of -i 0 I want to run it for all values between 0 and 512. How can I do that | 77a1f6a838b58fb19b601b7a7ebb493a | {
"intermediate": 0.39115390181541443,
"beginner": 0.32277944684028625,
"expert": 0.2860667109489441
} |
368 | https://github.com/Teller501/Miniprojekt_2semester | d43506b5cbbe6795b77e1195618ed3f2 | {
"intermediate": 0.3939702808856964,
"beginner": 0.17863769829273224,
"expert": 0.42739200592041016
} |
369 | spark sql LATERAL VIEW | 89a57dcaedd253c609e06122dfc8cc72 | {
"intermediate": 0.2811220586299896,
"beginner": 0.21677231788635254,
"expert": 0.5021056532859802
} |
370 | import React, { useState, useEffect } from ‘react’;
const SSO = () => {
const [form] = Form.useForm();
const [loading, setLoading] = React.useState(true);
const handleSubmit = values => {
// TODO: Implement SSO login logic
};
useEffect(() => {
setTimeout(() => {
setLoading(false);
}, 3000);
});
return <div></div>;
};
... | f78d5a826397482316822ea47b0e3cbe | {
"intermediate": 0.4092028737068176,
"beginner": 0.3381982147693634,
"expert": 0.2525988817214966
} |
371 | spark sql LATERAL VIEW 示例 | 34d783b2ca388dbdef0bc9d8b3421a11 | {
"intermediate": 0.2836935818195343,
"beginner": 0.22560273110866547,
"expert": 0.4907037019729614
} |
372 | how to create unreal plugin | 084efe65ba354c433f18a33d57e8ce87 | {
"intermediate": 0.3137536346912384,
"beginner": 0.25005248188972473,
"expert": 0.43619391322135925
} |
373 | header library of HS1101LF humidity sensor in C for using radiosonde | 78bc049c094cccb4c4092a6d2bb9f0dd | {
"intermediate": 0.6987180709838867,
"beginner": 0.13187406957149506,
"expert": 0.16940787434577942
} |
374 | Use templeteref in aggrid angular as cell render | a26c34033f21043c0134e62509e1058a | {
"intermediate": 0.5040863156318665,
"beginner": 0.23631331324577332,
"expert": 0.2596004009246826
} |
375 | write me a python code for the best virtual assistant possible | 42412908f49fb77a67d78441d4649fbf | {
"intermediate": 0.30357658863067627,
"beginner": 0.14282946288585663,
"expert": 0.5535939931869507
} |
376 | spark scala LATERAL VIEW | 3b063a7c777e31ef9cfe3472b4f45ac9 | {
"intermediate": 0.2602730393409729,
"beginner": 0.14707885682582855,
"expert": 0.5926481485366821
} |
377 | $r = new \PHPShopify\ShopifySDK($config);
$params = array(
'financial_status' => 'paid',
// 'created_at_min' => '2016-06-25T16:15:47-04:00',
'fields' => 'id,line_items,name,total_price',
'limit' => 50,
'page_info' => 1,
// 'rel' => next
... | dbdb9909ba521bc3a3738c11623aee0e | {
"intermediate": 0.4222331643104553,
"beginner": 0.3496273159980774,
"expert": 0.2281394600868225
} |
378 | Я создаю контейнер docker в CentOS 7 с настройкой
docker run -d \
-v /home/Media:/srv \
-v /etc/filebrowser/filebrowser.db:/database/filebrowser.db \
-v /etc/filebrowser/settings.json:/config/settings.json \
-e PUID=$(id -u) \
-e PGID=$(id -g) \
-p 8080:80 \
filebrowser/filebrowser:s6
Он за... | 6bf713db73699339ad0c53968edfcf2b | {
"intermediate": 0.3374176621437073,
"beginner": 0.39696094393730164,
"expert": 0.2656213641166687
} |
379 | Write a echo client server program such that one system is running a server program and other system is running a client program. Show the communication between server and client from different Systems as a output. | a24ca694a5ca64d66cf646f096f48989 | {
"intermediate": 0.34060394763946533,
"beginner": 0.2760979235172272,
"expert": 0.3832981288433075
} |
380 | Write Python code using boto3 and AWS CDK to make cloudformation templates for s3, ec2, lambda,… etc resources. | 0dba62361df7be13256f1ce81d7ea9e2 | {
"intermediate": 0.6100980043411255,
"beginner": 0.1925816684961319,
"expert": 0.19732029736042023
} |
381 | Как надо изменить следующий код что бы выполнить требования статьи https://developer.android.com/topic/libraries/view-binding/migration
код:
package ru.systtech.mtinstaller.ui.verification.layout
import android.app.Activity
import android.content.Context
import android.view.View
import android.view.ViewGroup
import an... | 093f43a76ec16de8f953741728ac1697 | {
"intermediate": 0.6339496374130249,
"beginner": 0.1953733116388321,
"expert": 0.170677050948143
} |
382 | springboot oracleucp log4jdbc | 131ef02b6607739210b706dbf307581c | {
"intermediate": 0.4404821991920471,
"beginner": 0.2201390564441681,
"expert": 0.3393787145614624
} |
383 | what is docker and how to use it? | 1047c4dffe3be296b9f903d315eaef69 | {
"intermediate": 0.5063367486000061,
"beginner": 0.19122982025146484,
"expert": 0.30243349075317383
} |
384 | what is docker and how to use it? | ad473ecdce3ca4355b96e86cfdf5ce79 | {
"intermediate": 0.5063367486000061,
"beginner": 0.19122982025146484,
"expert": 0.30243349075317383
} |
385 | Что не так в этом коде? import openpyxl
import datetime
import pandas as pd
import telebot
from telebot.types import ReplyKeyboardMarkup, KeyboardButton
import random
import requests
from bs4 import BeautifulSoup
from telegram.ext import Updater, CommandHandler, MessageHandler, CallbackQueryHandler
from telebot import ... | b115c2a5b84229a7353cc46d44c3e935 | {
"intermediate": 0.353982537984848,
"beginner": 0.4403529465198517,
"expert": 0.20566454529762268
} |
386 | Я изменил владельца каталога "/home/Media" на пользователя, от которого я запускаюDocker контейнер
sudo chown -R 0:0 /home/Media
sudo chmod -R 755 /home/Media
Далее я запускаю скрипт контейнера
sudo docker run \
-v /home/Media:/srv \
-v /etc/filebrowser/filebrowser.db:/database/filebrowser.db \
-v /etc/fi... | fb45d96c6f719001495620fb280e4acb | {
"intermediate": 0.3467925786972046,
"beginner": 0.36534440517425537,
"expert": 0.28786301612854004
} |
387 | hi | 31a6f044c57711811dae3c50ec541861 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
388 | Write Python code using boto3 and AWS CDK to create CloudFormation template by boto3.client('s3') and boto3.client('ec2') results. | 1a005bf4293003937ff4c2a3cd19faf9 | {
"intermediate": 0.43203005194664,
"beginner": 0.28251945972442627,
"expert": 0.2854504883289337
} |
389 | send me code for Arduino nano USB MSC master. | 7a1b1053a1fc57fc99351d7f6ac95001 | {
"intermediate": 0.46956586837768555,
"beginner": 0.18689915537834167,
"expert": 0.34353500604629517
} |
390 | In rust, how to create libraries and sub-crates? | ecec7a4f1eaa20dae4797c4410eabf33 | {
"intermediate": 0.7295334339141846,
"beginner": 0.14605973660945892,
"expert": 0.1244068443775177
} |
391 | pt1000 temperature calculation function in c for Codevision AVR | 2e8c1b27e60b5b0177806a70b6043f18 | {
"intermediate": 0.3737052381038666,
"beginner": 0.19437900185585022,
"expert": 0.4319157600402832
} |
392 | I need data analysis I have bank-level financials data and country level fintech credit data I want to analyze how fintech and other alternative credits affect traditional banking. For example I have ROAA(return on average asset) as dependent variable and macroeconomic control variables and fintech data as independent ... | d922b723c7fe53c0d25a0823be4fcb12 | {
"intermediate": 0.3943486213684082,
"beginner": 0.3466620445251465,
"expert": 0.2589893341064453
} |
393 | '''
from pylab import rcParams
import requests
import pandas as pd
import matplotlib.pyplot as plt
pd.set_option('display.max_rows', None)
# アクセス情報
business_account_id = '17841458386736965'
token = 'EAAIui8JmOHYBAESXLZAnsSRe4OITHYzy3Q5osKgMXGRQnoVMtiIwJUonFjVHEjl9EZCEmURy9I9S9cnyFUXBquZCsWnGx1iJCYTvkKuUZBpBwwSceZB0ZB... | e711472fc6a0ad6f2cab3c877ca7ca57 | {
"intermediate": 0.4151138961315155,
"beginner": 0.36533623933792114,
"expert": 0.21954984962940216
} |
394 | panic: While parsing config: unexpected end of JSON input
goroutine 1 [running]:
github.com/filebrowser/filebrowser/v2/cmd.initConfig()
/home/runner/work/filebrowser/filebrowser/cmd/root.go:410 +0x346
github.com/spf13/cobra.(*Command).preRun(...)
/home/runner/go/pkg/mod/github.com/spf13/cobra@v1.4.0/co... | 60b2e033b8cfc9713e98c89ec9c25491 | {
"intermediate": 0.30876970291137695,
"beginner": 0.3574509620666504,
"expert": 0.33377933502197266
} |
395 | in rust programming language, please demonstrate different log levels | 6be63faf8359851509ff03bc7f433440 | {
"intermediate": 0.3473272919654846,
"beginner": 0.3091251254081726,
"expert": 0.3435475528240204
} |
396 | Write php code to multiply matrices | e48095194ba679d806b241b4f7948a19 | {
"intermediate": 0.44879546761512756,
"beginner": 0.24141909182071686,
"expert": 0.3097854554653168
} |
397 | 3D mesh AI tools | a4eb5bb80b42e5f3267a5bf8ea6b22be | {
"intermediate": 0.06765233725309372,
"beginner": 0.05653534457087517,
"expert": 0.8758123517036438
} |
398 | PyImport_ImportModule 作用 | 74a47d5c39022f93a8e2d7aaad904951 | {
"intermediate": 0.3031215965747833,
"beginner": 0.39125677943229675,
"expert": 0.3056216239929199
} |
399 | '''
import json
import pandas as pd
import requests
import streamlit as st
from datetime import datetime
from typing import Tuple, List
# 事前に必要な情報を埋め込む
ACCESS_TOKEN = "EAAIui8JmOHYBAESXLZAnsSRe4OITHYzy3Q5osKgMXGRQnoVMtiIwJUonFjVHEjl9EZCEmURy9I9S9cnyFUXBquZCsWnGx1iJCYTvkKuUZBpBwwSceZB0ZB6YY9B83duIwZCoOlrOODhnA3HLLGbRK... | b4584e5cffe5a50731ceb5536823ea0b | {
"intermediate": 0.40545615553855896,
"beginner": 0.44943735003471375,
"expert": 0.1451065093278885
} |
400 | 以下请求头用C# httpwebrequest实现
POST https://dhfinet.dhgate.com/dhfinetportal/accountDetail/detailList.do HTTP/1.1
Host: dhfinet.dhgate.com
Connection: keep-alive
Content-Length: 87
Pragma: no-cache
Cache-Control: no-cache
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://dhfinet.dhgate.com
X-Requested-... | 56fee8cdad169be3e2104786f277fac3 | {
"intermediate": 0.3823692500591278,
"beginner": 0.31102511286735535,
"expert": 0.30660560727119446
} |
401 | You are a UX expert. I want to create a GUI for a desktop application which can do 2 main things:
1. Search for files
2. Show details of a o file
There are to ways to show the details of a file:
1. Pick a file from the result of a search
2. By using an external CLI tool, which opens the GUI with the details of the file... | 65411735abedc7b3fce11c2f3a557d48 | {
"intermediate": 0.29876530170440674,
"beginner": 0.4440254271030426,
"expert": 0.25720924139022827
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.