row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
30,918 | i am making a c++ application, and my gridsorter class sort a grid data using std::string but it doesn’t work with unicode characters such as japanese alphabet, how can I fix it?
void GridSorter::SortData(int col, std::vector<std::vector<std::string>>& rowData)
{
std::sort(rowData.begin(), rowData.end(), [col, this](... | bb35365c0eadd94d290fe185afc29052 | {
"intermediate": 0.7747374176979065,
"beginner": 0.14112259447574615,
"expert": 0.08414001762866974
} |
30,919 | procedure ProcessRelocs(PRelocs:PImageBaseRelocation);
Var
PReloc:PImageBaseRelocation;
RelocsSize:cardinal;
P:PWord;
ModCount:cardinal;
i:cardinal;
begin
PReloc:=PRelocs;
RelocsSize:=PEHeader.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_BASERELOC].Size;... | d41377e45854ceb7fa123a8ebf52c141 | {
"intermediate": 0.2604733109474182,
"beginner": 0.40843939781188965,
"expert": 0.3310873210430145
} |
30,920 | I am making a c++ wxwidgets application I need to make a function for these two lines so they can be called from a utils library (gridGames is a wxgrid object):
std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>> converter;
std::string utf8Value = converter.to_bytes(std::wstring(wxString::FromUTF8(wxString(gridGame... | 7f4837991ee2ab8e27ec9af9cc9e8698 | {
"intermediate": 0.7356669306755066,
"beginner": 0.20206107199192047,
"expert": 0.062271978706121445
} |
30,921 | public void tryCreateSystemBattles() {
if (!startedSystemBattles) {
this.tryCreateBattleDM("DM Battle", "map_sandbox", 600, 100, 6, 1, 27, false, false, false, true);
//
JSONObject tdm = new JSONObject();
tdm.put("pay", false);
tdm.put("privateBattle", false);
... | e085d2c4b4c80033197c4a10f9f59cbe | {
"intermediate": 0.4805040657520294,
"beginner": 0.2758570909500122,
"expert": 0.24363888800144196
} |
30,922 | What is the name of the php module required to connect to mariadb | b2bca06fe49e0301e494c0d15b8dea7c | {
"intermediate": 0.6150573492050171,
"beginner": 0.17072109878063202,
"expert": 0.2142215520143509
} |
30,923 | I need to merge some files from my dev branch in git to main branch. When I do merge request it is trying to merge all files present in dev which I don't want | ca8d99118af6f4f9b883f8700065de1a | {
"intermediate": 0.41487982869148254,
"beginner": 0.25183895230293274,
"expert": 0.33328115940093994
} |
30,924 | write a python code to | a2dc1b14f26f194c8b1e353ee4953a32 | {
"intermediate": 0.2735530138015747,
"beginner": 0.36270493268966675,
"expert": 0.3637421131134033
} |
30,925 | code me pine script MACD for tradingview | d42c2700030d5466a99c7cefd6d07f7e | {
"intermediate": 0.34622010588645935,
"beginner": 0.37463489174842834,
"expert": 0.2791450321674347
} |
30,926 | code me pine script rsi for tradingview | 97c723ed8b7e7e72c71f41c0a8fb8b77 | {
"intermediate": 0.35015809535980225,
"beginner": 0.40017643570899963,
"expert": 0.2496655434370041
} |
30,927 | Write a python program using videoMAE model from transformers that can be used for anomaly detection. | cde3dbeff93c19d53e9c229dc4ce63a7 | {
"intermediate": 0.28263479471206665,
"beginner": 0.06732241809368134,
"expert": 0.6500428318977356
} |
30,928 | Write a code and make an application in python to make remote administrative tools | fa9604119d2ab63ade84dc3096939188 | {
"intermediate": 0.5033211708068848,
"beginner": 0.21606482565402985,
"expert": 0.2806140184402466
} |
30,929 | # Pull the Docker image with CUDA 11.8.
# Use `--ipc=host` to make sure the shared memory is large enough.
docker run --gpus all -it --rm --ipc=host nvcr.io/nvidia/pytorch:22.12-py3 explain how to do this i do not understand | 721a6037011763cec9da679aefcb3c85 | {
"intermediate": 0.3352389335632324,
"beginner": 0.29494020342826843,
"expert": 0.36982086300849915
} |
30,930 | write Table 2: Summary of the traditional Classification techniques used in the study.
Model Description Regularization Cross-Validation Suitable for Advantages Disadvantages
Model
CalibratedClassifierCV
Perceptron
LinearSVC
LinearDiscriminantAnalysis
SGDClassifier
LogisticRegression
QuadraticDiscriminantAnalysis
Ridge... | 1016f4ef444ec6907ba32cf49fcce100 | {
"intermediate": 0.3365549147129059,
"beginner": 0.37281763553619385,
"expert": 0.2906273603439331
} |
30,931 | Is accum grad important in batch size calculation when training on multiple GPUs | bccf114ae3f732cd6df6cf734d8905af | {
"intermediate": 0.1271083503961563,
"beginner": 0.10496288537979126,
"expert": 0.7679287791252136
} |
30,932 | Suppose you deposit $1500 in currency into your chequing
account at a branch of Bank X, which we will assume has no
excess reserves at the time you make your deposit. Also
assume that the desired reserve ratio is 0.20, or 20 percent.
a. Use the first row of the first T-account to the right to show
the initial impact of... | fe22434ef7085d2adbbd51d10ca3705d | {
"intermediate": 0.41011500358581543,
"beginner": 0.33087989687919617,
"expert": 0.2590051293373108
} |
30,933 | hello | c97c1db34ae5f3bd0f6df22140cc27de | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
30,934 | <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
<%@ taglib prefix="spring" uri="ht... | e45374818c1ead98952cde89201cb650 | {
"intermediate": 0.45998331904411316,
"beginner": 0.32425376772880554,
"expert": 0.21576285362243652
} |
30,935 | The following code generates an OpenAI compatible endpoint URL <https://calling-granted-unity-alaska.trycloudflare.com>, but it is not clear to me why.
import os, shutil, torch
from IPython.display import clear_output, display, HTML
from IPython.utils import capture
from google.colab import files, drive
!wget https://... | d15445b8b08351e7b7645984dfe37300 | {
"intermediate": 0.3855932354927063,
"beginner": 0.37143999338150024,
"expert": 0.24296683073043823
} |
30,936 | Сделай в следующем коде чтобы waterFrame и underwaterFrame отрисовывались на весь экран смартфона в том числе и при повороте:
class MyGLRenderer(private val context: Context): GLSurfaceView.Renderer {
private val vpMatrix = FloatArray(16)
private val projectionMatrix = FloatArray(16)
private val viewMatrix ... | 59107af863a7a7e000653e3e7100bc03 | {
"intermediate": 0.25217247009277344,
"beginner": 0.49837327003479004,
"expert": 0.24945423007011414
} |
30,937 | Does the command `go run myprogram' result in the compilation, linking and execution of myprogram? | 80f519f7f1449ee23b0347855b8809e2 | {
"intermediate": 0.43183767795562744,
"beginner": 0.20908989012241364,
"expert": 0.3590724468231201
} |
30,938 | When I type lvdisplay, it gives, among other information, "Current LE". What's "LE"? Be very concise. | 22ea230a5387ffe15ba7fdc7f4059f27 | {
"intermediate": 0.41695719957351685,
"beginner": 0.2757849097251892,
"expert": 0.30725786089897156
} |
30,939 | How can I create a logical volume using LVM 2 with a specific size in bytes? | f6908dc16619b7f61cb8e11677674a97 | {
"intermediate": 0.3641440272331238,
"beginner": 0.1411556899547577,
"expert": 0.4947003126144409
} |
30,940 | I did lvcreate --size <size_in_bytes> --name <lv_name> <vg_name>., but I get volume too large (18.55 PiB) for extent size 4.00 MiB. upper limit is less than < 16.00 PiB.". Concisely tell me how to solve this. | 9c1b933af4a619201c8c6851dbac9e89 | {
"intermediate": 0.4194968342781067,
"beginner": 0.2479953020811081,
"expert": 0.3325079083442688
} |
30,941 | 请你担任github readme文档编写助手,我给出内容大纲和源代码,你为我编写一个完整的github开源仓库的readme文件:
import gradio as gr
from bs4 import BeautifulSoup
def html_to_text(html):
soup = BeautifulSoup(html, 'html.parser')
text = soup.get_text()
return text
css = """
#warning {background-color: #FFCCCB}
.feedback textarea {font-size: 24px !impo... | e34b01633e95e11697848a906992682b | {
"intermediate": 0.4323011636734009,
"beginner": 0.3829367160797119,
"expert": 0.18476209044456482
} |
30,942 | 请基于以下调用api构建一个python后端api,然后再使用react和antidesign构建前端页面,实现前后端分离的项目,最后再附上此项目的github仓库的readme文件:
from gradio_client import Client
client = Client("https://audio-agi-audiosep.hf.space/--replicas/k78bv/")
result = client.predict(
"https://github.com/gradio-app/gradio/raw/main/test/test_files/audio_sample.wav", # str (filep... | 8c167343130f426f89a2046478d93381 | {
"intermediate": 0.48685625195503235,
"beginner": 0.2674263119697571,
"expert": 0.24571740627288818
} |
30,943 | /**
* opCode Result
* ====== ======
* "+" a + b
* "-" a - b
* "*" a * b
* "/" a / b (unless b is 0, then return 0)
*/
public static int conditionalOp(int a, int b, String opCode){
} | 9201b0984e36b75776ccda31d83fb517 | {
"intermediate": 0.2666780948638916,
"beginner": 0.5701240301132202,
"expert": 0.1631978303194046
} |
30,944 | F:\media-compress-util\app>yarn install
yarn install v1.22.19
info No lockfile found.
[1/4] Resolving packages...
warning @svgr/webpack > @svgr/plugin-svgo > svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
warning @svgr/webpack > @svgr/plugin-svgo > svgo > stable@0.1.8: Modern JS already guaran... | f9e079b69244a8b3dc89bc80bab8ebf9 | {
"intermediate": 0.47721439599990845,
"beginner": 0.3664971590042114,
"expert": 0.1562884896993637
} |
30,945 | CREATE TABLE Products (
ProductID INT PRIMARY KEY,
ProductName VARCHAR(100) NOT NULL,
ProductType VARCHAR(100) NOT NULL,
ProductQty INT NOT NULL,
Manufacturer VARCHAR(100) NOT NULL,
SellingPrice INT NOT NULL
);
CREATE TABLE Sales (
SaleID INT PRIMARY KEY,
ProductID INT NOT NULL,
SellingPrice INT NOT NULL,
Quantity INT... | d16adb34160547f419fb8f953ae03e26 | {
"intermediate": 0.31178975105285645,
"beginner": 0.42606139183044434,
"expert": 0.26214882731437683
} |
30,946 | CREATE TABLE Products (
ProductID INT PRIMARY KEY,
ProductName VARCHAR(100) NOT NULL,
ProductType VARCHAR(100) NOT NULL,
ProductQty INT NOT NULL,
Manufacturer VARCHAR(100) NOT NULL,
SellingPrice INT NOT NULL
);
CREATE TABLE Sales (
SaleID INT PRIMARY KEY,
ProductID INT NOT NULL,
SellingPrice INT NOT NULL,
Quantity INT... | 431a5cdb7eee270d187008cbff248ea6 | {
"intermediate": 0.30203917622566223,
"beginner": 0.3586803674697876,
"expert": 0.33928045630455017
} |
30,947 | Я хочу в матрицу вставить строку в конец, так чтобы первые n1 символов заполнялись значением a, а остальные n2 символа заполнялись значением b. Гарантировано что n1+n2 = количеству столбцов в матрице. В моей реализации есть ошибка. void addRow(Eigen::SparseMatrix<double>* _matrix, long long n1, long long n2, size_t a, ... | e90804d0841a8d47fe6dac16f7517ce0 | {
"intermediate": 0.3192462623119354,
"beginner": 0.3246128559112549,
"expert": 0.3561408817768097
} |
30,948 | please give me a quick sort algorithm written in C++ | 01e0ee2016350dbbe5d05d7fa1a648e5 | {
"intermediate": 0.14646704494953156,
"beginner": 0.07644665241241455,
"expert": 0.7770863175392151
} |
30,949 | # This is a sample Python script.
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
import os
import pickle
import tkinter as tk
from tkinter import messagebox
import face_recognition
def get_button(window... | 468b773f65361bbde16f978f67f21179 | {
"intermediate": 0.2845837473869324,
"beginner": 0.44040998816490173,
"expert": 0.2750062644481659
} |
30,950 | import cv2
import os
import pickle
import face_recognition
def recognize_faces_from_webcam(db_path):
# Load face embeddings from the database
db_dir = sorted(os.listdir(db_path))
embeddings_db = []
for file_name in db_dir:
path = os.path.join(db_path, file_name)
with open(path, ‘rb’) as file:
embeddings = pickle.load(... | 3f571ceeb33c0db9c8eafc75409a5d64 | {
"intermediate": 0.46195805072784424,
"beginner": 0.20312897861003876,
"expert": 0.3349129855632782
} |
30,951 | # This is a sample Python script.
# Press Shift+F10 to execute it or replace it with your code.
# Press Double Shift to search everywhere for classes, files, tool windows, actions, and settings.
import os
import pickle
import tkinter as tk
from tkinter import messagebox
import face_recognition
def get_button(window... | ebc18f7033dcd31972ac55f8638c71da | {
"intermediate": 0.2849312424659729,
"beginner": 0.45983195304870605,
"expert": 0.25523683428764343
} |
30,952 | Hi, look at this query: SELECT component.[jcr:path] as [jcr:path], component.[jcr:score] as [jcr:score], component.* from [nt:base] as page inner join [nt:base] as component on isdescendantnode(component, page) where page.[macrocategory] = 'test' and name(page) = 'jcr:content' and isdescendantnode(page, '/content/alfa/... | 5b6cbc69c42e40f11895414287810381 | {
"intermediate": 0.3884390890598297,
"beginner": 0.28448379039764404,
"expert": 0.32707712054252625
} |
30,953 | **theslave:** make a python script to find fibonnaci numbers | d0c0a266925fe60b04bb6888177c277a | {
"intermediate": 0.3479161560535431,
"beginner": 0.1731613129377365,
"expert": 0.4789224863052368
} |
30,954 | import cv2
import face_recognition
# Загрузка известных лиц и их имен
known_faces = [
{"name": "Alex", "image_path": 'D:\Borodin\opencv\code\known_people\ealex.jpg '},
{"name": "Elon Musk", "image_path": "D:\Borodin\opencv\code\known_people\musk.jpg"},
# Добавьте другие известные лица и пути к их изображе... | a3f68876d595342211e2ab311bd55f25 | {
"intermediate": 0.333986759185791,
"beginner": 0.4481588900089264,
"expert": 0.2178543359041214
} |
30,955 | I want to create a virtual environment using conda cli and be able to use it on jupyter lab, how can I do that provide step by step guide | 5c5816e1c3a81810500f0dbdfcc83cdf | {
"intermediate": 0.6121311187744141,
"beginner": 0.10498403012752533,
"expert": 0.28288477659225464
} |
30,956 | import cv2
import face_recognition
# Загрузка известных лиц и их имен
known_faces = [
{“name”: “Alex”, “image_path”: 'D:\Borodin\opencv\code\known_people\ealex.jpg '},
{“name”: “Elon Musk”, “image_path”: “D:\Borodin\opencv\code\known_people\musk.jpg”},
# Добавьте другие известные лица и пути к их изображениям
]
# Заг... | b2c8a551193e97afe3d4b0ec255f1f21 | {
"intermediate": 0.22256869077682495,
"beginner": 0.5488241910934448,
"expert": 0.2286071479320526
} |
30,957 | I have a List<Employee> name existEmployees and a List<Employee> name readEmployees
I want to select those in exist which is in read by their Id and write something like this:
var updateEmployees = existEmployees.Where(x => readEmployees.Any(y => y.Id == x.Id))
.Select(z =>
Employee.CreateOrUpdate(
... | 5b73ce042daeeb341b2e7011ee6dfe33 | {
"intermediate": 0.3882076144218445,
"beginner": 0.38554146885871887,
"expert": 0.22625088691711426
} |
30,958 | ui vision csv read | 2d88ffbe2bf3e3ac7ae93d972923919e | {
"intermediate": 0.30427461862564087,
"beginner": 0.3026566207408905,
"expert": 0.393068790435791
} |
30,959 | the ggtree to draw phylogenetics | d78fef7ebe5e8b4212f8946b02a947c7 | {
"intermediate": 0.3946925699710846,
"beginner": 0.3508509695529938,
"expert": 0.25445646047592163
} |
30,960 | помоги настроить PostUp и PostDown параметры для cloudflare warp на linux | ac6dccad3ba8b09b4c5962bcc1c4a887 | {
"intermediate": 0.39417269825935364,
"beginner": 0.25441640615463257,
"expert": 0.3514109253883362
} |
30,961 | How to calculate correlation between two dataframes in python | 2fe21241c6c18a62e987d23116f1988a | {
"intermediate": 0.39875632524490356,
"beginner": 0.11413521319627762,
"expert": 0.4871085286140442
} |
30,962 | Write a program that prints square of all even numbers. From 2 to 20, using do while loop in C++ | d18ff245d93e224a3f0815f346a6a09e | {
"intermediate": 0.14242912828922272,
"beginner": 0.7240051031112671,
"expert": 0.13356581330299377
} |
30,963 | code example with "html5.run()" and "html5.set_interaction_listener()" (Defold engine) | 6668c1ebed60698242d70c6c5b27936c | {
"intermediate": 0.30678051710128784,
"beginner": 0.3727668821811676,
"expert": 0.32045257091522217
} |
30,964 | I need to completely uninstall MySQL on ubuntu 20.04 system and reinstall it again clean. Can you show me the instructions to perform this task step by step and wait for my response after each step | d1b3f6ad371793702e4498e74914f892 | {
"intermediate": 0.44246920943260193,
"beginner": 0.20839692652225494,
"expert": 0.3491339087486267
} |
30,965 | how i can call Lua function from JS code? (Defold engine, Lua 5.1) | aa2e309e430c8e1d5f873570df652d1f | {
"intermediate": 0.48276665806770325,
"beginner": 0.3772140145301819,
"expert": 0.1400192677974701
} |
30,966 | how i can send string value from js to lua script in Defold? | 57a8b17dacbf7fd79f2f8cd14f261f5a | {
"intermediate": 0.6824305653572083,
"beginner": 0.10288269817829132,
"expert": 0.2146867960691452
} |
30,967 | how i can call my lua function (with string argument) from JS code? Defold engine | ebd7847797aa4b256e3441c1cbdd401f | {
"intermediate": 0.6157559752464294,
"beginner": 0.21747498214244843,
"expert": 0.16676904261112213
} |
30,968 | Hi, I'm working on a minimal TCP Client Server in C. Write some very minimal and simple code for the server part (int the main function). | b831192cd6479dbca8fd0c207c0ebde1 | {
"intermediate": 0.333658367395401,
"beginner": 0.3012251555919647,
"expert": 0.3651164472103119
} |
30,969 | how to install Drupal using composer.json | 2f0c7ec22668501c7e9a444c325ea124 | {
"intermediate": 0.4013863205909729,
"beginner": 0.37081512808799744,
"expert": 0.22779861092567444
} |
30,970 | I have a google script which is returning the values [[All columns], [], [], [], [], [], [], [Values], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [], [... | 1548431358586ed0ceba33dd0eac2abc | {
"intermediate": 0.5163056254386902,
"beginner": 0.2626500427722931,
"expert": 0.22104427218437195
} |
30,971 | у меня есть контроллер, к которому я пытаюсь обратиться и получить баланс, корректно ли я делаю этот запрос?
@POST
@Path("/balance")
@Consumes(value = APPLICATION_JSON)
@Produces(value = APPLICATION_JSON)
@Operation(summary = "Запрос получения информации по остаткам на счетах")
public AccountBalance... | 9c1f4abeba7e2cfb85122d48c33af530 | {
"intermediate": 0.2771714925765991,
"beginner": 0.5098003149032593,
"expert": 0.21302813291549683
} |
30,972 | I want to program a ATmega 32A to turn on 3 3.3v DIP led and I want to turn on this led's based on value of a 10K potentiometer ( this will act as a bar graph to indicate the value) what the code to compile on atmega32 and how install this | ecbc671a09c785a86eb494444d3279f7 | {
"intermediate": 0.46007657051086426,
"beginner": 0.2025945782661438,
"expert": 0.33732885122299194
} |
30,973 | nothing to commit, working tree clean
F:\gif-compression-react-nest>git push origin -u main
To https://github.com/zjrwtxdaydayup/gif_compression.git
! [rejected] main -> main (non-fast-forward)
error: failed to push some refs to 'https://github.com/zjrwtxdaydayup/gif_compression.git'
hint: Updates were rejecte... | a3e94170756eed8deb2923e06aaec385 | {
"intermediate": 0.34795325994491577,
"beginner": 0.4088499844074249,
"expert": 0.2431967854499817
} |
30,974 | python code using BiLSTM encoder and decoder rnn to translate English text to Arabic text by splitting data into train. validate and test ,Tokenize the sentences and convert them into numerical representations ,Pad or truncate the sentences to a fixed length and use test data to evaluate | b1278e69932db66ab682212f9bc3bde3 | {
"intermediate": 0.4416521191596985,
"beginner": 0.11171409487724304,
"expert": 0.4466337561607361
} |
30,975 | python code using BiLSTM encoder and decoder rnn to translate English text to Arabic text by splitting data into train. validate and test ,Tokenize the sentences and convert them into numerical representations ,Pad or truncate the sentences to a fixed length and use test data to evaluate get loss and accuracy | 90510d0909924996e9c8233d44099ba6 | {
"intermediate": 0.3779430687427521,
"beginner": 0.08809904009103775,
"expert": 0.5339578986167908
} |
30,976 | how works html5.set_interaction_listener() in Defold? | 81a71086c879e23e0a9a7403885665dd | {
"intermediate": 0.6310085654258728,
"beginner": 0.2041623443365097,
"expert": 0.1648291051387787
} |
30,977 | 请把以下api请求变成curl请求:
import json
import requests
data = {
"text": "这是什么",
"image_context": {
"image": "https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen-VL/assets/demo.jpeg"
}
}
response = requests.post("http://127.0.0.1:5000/chat", json=data)
response_json = response.json()
chat_response = res... | fcfa25d07c06ab68e584a62c664e6421 | {
"intermediate": 0.4197823107242584,
"beginner": 0.3142426311969757,
"expert": 0.2659750282764435
} |
30,978 | 我用docker部署我的react+nestjs的前后端分离服务,但是访问ip后没法访问:
version: '3'
services:
frontend:
build: ./gif-compression-backend
ports:
- "80:80"
depends_on:
- backend
networks:
- app-network
backend:
build: ./gif-compression-frontend
ports:
- "3000:3000"
networks:
- app-network
networ... | 4e1e3baaec74754d6c4850c2879c121c | {
"intermediate": 0.6738728880882263,
"beginner": 0.13609005510807037,
"expert": 0.1900371015071869
} |
30,979 | Lua 5.1 code example with using "html5.set_interaction_listener()" (Defold engine) | 1695efced2c27965cf94703d99d38649 | {
"intermediate": 0.3411351442337036,
"beginner": 0.36705565452575684,
"expert": 0.29180923104286194
} |
30,980 | how i can call lua function (with string argument) from JS code? Defold | 48e9fff3bbf5a6cd829cb6d551c25e02 | {
"intermediate": 0.4731338918209076,
"beginner": 0.3249850869178772,
"expert": 0.20188094675540924
} |
30,981 | Making of MCQs program in C++ | 888f9780b835250ccdeed4111eff3550 | {
"intermediate": 0.31250476837158203,
"beginner": 0.22271868586540222,
"expert": 0.46477651596069336
} |
30,983 | ERROR!
javac /tmp/5XqkAysyq6/Approximate_SinX.java
/tmp/5XqkAysyq6/Approximate_SinX.java:29: error: cannot find symbol
sum += term;
^
symbol: variable sum
location: class Approximate_SinX
/tmp/5XqkAysyq6/Approximate_SinX.java:30: error: cannot find symbol
System.out.println("The sum is " + sum);
... | 319e3150a7d89f648f29a043882083d8 | {
"intermediate": 0.3335272967815399,
"beginner": 0.48470255732536316,
"expert": 0.18177014589309692
} |
30,984 | help me figure out why this isnt working as intented, it's suppose to look on the left side of the cropped image and react when there's a black dot showing, but it just says "The two images have different sizes
The two images have different sizes" "The cropped frames are empty" "Not found":
def check_for_dot(frame, ... | 915465a94fd183a74e23f8dfe0a2dad4 | {
"intermediate": 0.295804888010025,
"beginner": 0.46214351058006287,
"expert": 0.24205158650875092
} |
30,985 | implement fix for Playwright Typescript error
Error: page.waitForEvent: Page closed
=========================== logs ===========================
waiting for event "download"
============================================================
at ..\pages\fuClarificationResponse.document.ts:95
93 | async downloadFil... | 8ce4cac8a8031fbda047dd37464d3abf | {
"intermediate": 0.36984992027282715,
"beginner": 0.3248897194862366,
"expert": 0.30526039004325867
} |
30,986 | fix code - ?>
<script>
!function(f,b,e,v,n,t,s){
if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode... | 8f948d07961141e91354d40cf11453be | {
"intermediate": 0.36798787117004395,
"beginner": 0.45811036229133606,
"expert": 0.17390179634094238
} |
30,987 | Hello! | 0a529df412a4f79c6ac74f10e1090681 | {
"intermediate": 0.3194829821586609,
"beginner": 0.26423266530036926,
"expert": 0.41628435254096985
} |
30,988 | у меня сборка падает на вот этом тесте
@RunWith(MockitoJUnitRunner.class)
public class AcquiringOperationHelpServiceImplTest {
@InjectMocks
private AcquiringOperationHelpServiceImpl acquiringOperationHelpService;
@Mock
private PartnerPropertyService partnerPropertyService;
@Test
public void ... | 8a33e3876a0f63fa77c0e24e4d8e2ef8 | {
"intermediate": 0.46471917629241943,
"beginner": 0.3521728813648224,
"expert": 0.18310795724391937
} |
30,989 | C SOCKS5 client and C cli server ip,name,uname,date | db4a6297ee2fcc794555d9b52429fe10 | {
"intermediate": 0.34330880641937256,
"beginner": 0.28782880306243896,
"expert": 0.3688623905181885
} |
30,990 | Please modify the following VBA Excel code so that it is compatible with an open-source large language models instead of OpenAI's proprietary one. With the open-source models, I am typically able to produce a live endpoint URL generated on a Google Colab notebook using a T4 GPU. The endpoint is to run an open source LL... | 3dac0d1cbc1aac9579b8fc2022694548 | {
"intermediate": 0.3596656024456024,
"beginner": 0.37472304701805115,
"expert": 0.26561135053634644
} |
30,991 | JSONObject parser = (JSONObject)(new JSONParser()).parse(json);
if (!this.check((int)(long)parser.get("reloadTime"))) {
this.bfModel.cheatDetected(this.player, this.getClass());
return;
} при стрельбе из пушки ошибка на это | a1427146f430e79c1c1672a894a616bf | {
"intermediate": 0.3566516637802124,
"beginner": 0.44954660534858704,
"expert": 0.19380176067352295
} |
30,992 | java.lang.NullPointerException
at gtanks.battles.tanks.weapons.twins.TwinsModel.fire(TwinsModel.java:50)
at gtanks.battles.BattlefieldPlayerController.executeCommand(BattlefieldPlayerController.java:105)
at gtanks.lobby.LobbyManager.executeCommand(LobbyManager.java:212)
at gtanks.main.ne... | 48ffd813a74c19247f4ef7e3c8b4a0f9 | {
"intermediate": 0.40447649359703064,
"beginner": 0.3623349070549011,
"expert": 0.23318861424922943
} |
30,993 | please show me the java code for a dice simulation | daa02adc449e53c315f1ea836d2da72e | {
"intermediate": 0.4437009394168854,
"beginner": 0.20093536376953125,
"expert": 0.3553636968135834
} |
30,994 | в цикле for вылетает ошибка java.lang.ClassCastException: class com.google.gson.internal.LinkedTreeMap cannot be cast to class com.ncs.company.rest.model.AccountBalance (com.google.gson.internal.LinkedTreeMap and com.ncs.company.rest.model.AccountBalance are in unnamed module of loader 'deployment.acq-company-rest.war'... | cf274e3d66861d4d7bd0475e531ce391 | {
"intermediate": 0.3944215774536133,
"beginner": 0.4158226549625397,
"expert": 0.18975575268268585
} |
30,995 | You have started a Hiring system in Lab 4.
Many of the processes designed needed to be more described, let’s take the filter application process:
When the HR officer initiated the new job application and he set up the job description, the system had to filter the applications:
The system checks if the degree title i... | f7be6964a7b258d8707e80060ba55eb1 | {
"intermediate": 0.2570980489253998,
"beginner": 0.32061710953712463,
"expert": 0.4222848117351532
} |
30,996 | $(document).ready(function(){
$('#chatbot-send').click(function(){
var message = $('#chat-input').val();
sendMessage(message);
$('#chat-input').val('');
});
... | d7d0cc6ca7e4cdf2126e2f256d2315c1 | {
"intermediate": 0.35191038250923157,
"beginner": 0.441323846578598,
"expert": 0.20676584541797638
} |
30,997 | Помоги мне с этим заданием: You have a browser of one tab where you start on the homepage and you can visit another url, get back in the history number of steps or move forward in the history number of steps.
Implement the BrowserHistory class:
BrowserHistory(string homepage) Initializes the object with the homepage ... | f8570daa611e088f5beeb35b88d69fc6 | {
"intermediate": 0.33038315176963806,
"beginner": 0.5148837566375732,
"expert": 0.15473313629627228
} |
30,998 | сможешь ли ты мне написать код для пушки shaft для java сервера моего, если я представлю тебе код shaft из клиента private function sendQuickShotCommand(result:ShaftShotResult) : void
{
Network(Main.osgi.getService(INetworker)).send("battle;quick_shot_shaft;" + result.toJSON());
}
... | 1899f3e1512505211985ef2041b2d91b | {
"intermediate": 0.24776841700077057,
"beginner": 0.5834496021270752,
"expert": 0.16878192126750946
} |
30,999 | public Item buyItem(String id, int count, int nul) {
id = id.substring(0, id.length() - 3);
Item temp = (Item)GarageItemsLoader.items.get(id);
if (temp.specialItem) {
return null;
} else {
Item item = temp.clone();
if (!this.items.contains(this.getItemById(id))) {
... | 2ac28bfe80e3d90f14ecf3e48baca8cb | {
"intermediate": 0.39355534315109253,
"beginner": 0.2771443724632263,
"expert": 0.3293003439903259
} |
31,000 | import speech_recognition as sr
import pyttsx3
# Инициализация движка для синтеза речи
engine = pyttsx3.init()
# Функция для преобразования текста в речь
def speak(text):
engine.say(text)
engine.runAndWait()
# Функция для преобразования речи в текст
def listen():
r = sr.Recognizer()
with sr.Microphone() as source:
p... | 15529673f62b7bc0661d2c0b24fa29c8 | {
"intermediate": 0.4253259003162384,
"beginner": 0.2940419018268585,
"expert": 0.2806321680545807
} |
31,001 | I have a q-select tag, and I want to emit a certain property of a JSON object on the select field when its selected. It needs to be the value of a property called "ident". How can I implement this in Vue? | c8a8986ba292b2a5530018479effc800 | {
"intermediate": 0.7088841795921326,
"beginner": 0.12593917548656464,
"expert": 0.1651766002178192
} |
31,002 | public boolean containsItem(String id) {
Iterator var3 = this.items.iterator();
while(var3.hasNext()) {
Item item = (Item)var3.next();
if (item.id.equals(id)) {
return true;
}
}
return false;
}
public Item getItemById(String id) {
Iterator va... | 48eeea4405648f3db174b477f990edab | {
"intermediate": 0.34607988595962524,
"beginner": 0.45850449800491333,
"expert": 0.195415660738945
} |
31,003 | if (inventory != null) {
var7 = ((JSONArray)inventory.get("inventory")).iterator();
while(var7.hasNext()) {
inventory_item = var7.next();
_item = (JSONObject)inventory_item;
item = ((Item)GarageItemsLoader.items.get(_item.get("id"))).clone();
item.modif... | 6e595760b13e538ecda6955deb27e996 | {
"intermediate": 0.42426547408103943,
"beginner": 0.2732440233230591,
"expert": 0.30249056220054626
} |
31,004 | if (inventory != null) {
var7 = ((JSONArray)inventory.get("inventory")).iterator();
while(var7.hasNext()) {
inventory_item = var7.next();
_item = (JSONObject)inventory_item;
item = ((Item)GarageItemsLoader.items.get(_item.get("id"))).clone();
item.modif... | 188105ec80d317c936bdcfbee2d60639 | {
"intermediate": 0.42816317081451416,
"beginner": 0.308851957321167,
"expert": 0.26298487186431885
} |
31,005 | public Garage() {
this.items.add(((Item)GarageItemsLoader.items.get("up_score_small")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("smoky")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("wasp")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("green")).... | 0d8416551802c44e89a1e0c522de95c3 | {
"intermediate": 0.2670178711414337,
"beginner": 0.6768512725830078,
"expert": 0.05613084137439728
} |
31,006 | i want you to write a power point presentation of maximum 10 slides about evolution of jet engines. be sure to include images | edaad7e19f737c20f12069fa54763437 | {
"intermediate": 0.3491852879524231,
"beginner": 0.35736167430877686,
"expert": 0.2934530973434448
} |
31,007 | When I call .json() on an object that is not JSON, it throws an error. I want to be able to read that object as raw text, but because I already called .json(), I can't call .text() on it to read its raw contents. Any ideas? | d5aba208a2c7f7c46022baaef1d62d1b | {
"intermediate": 0.6023655533790588,
"beginner": 0.18281474709510803,
"expert": 0.2148197442293167
} |
31,008 | What's the cleaner way to do this (the text variable is ugly): let text = null;
try {
text = await response.text();
return JSON.parse(text);
} catch (e) {
console.error("Unexpected API response:");
console.error(e);
console.log(text);
throw `API returned an un... | a3c3a02a6fed160c8d1706f648260beb | {
"intermediate": 0.4949135482311249,
"beginner": 0.433815598487854,
"expert": 0.07127083837985992
} |
31,009 | $('#chatbot-input').keypress(function(e){
if(e.which == 13){
$('#chatbot-send').click();
}
});
function sendMessage(message){
var userHtml = "<div class='chat-message user-message'>" + message + "</div>";
$('#chatbot-messages').append(userHtml);
getResponse(message);
}
function getResponse... | 8f5d76876eaae1665f67c7c9a3513f80 | {
"intermediate": 0.4004230499267578,
"beginner": 0.3685218393802643,
"expert": 0.23105508089065552
} |
31,010 | При компиляции данная программа выдает ошибку "1>C:\Users\chess\source\repos\Complex(project)\Complex(project)\Complex.cpp(34): error C4700: использована неинициализированная локальная переменная "real"". Программа: //Complex.h
#pragma once
namespace ComplexLib {//Формирование пространства имён для работы с комплексным... | 7924b649c66fc323a8cc10e46e62bb90 | {
"intermediate": 0.3714370131492615,
"beginner": 0.4824075400829315,
"expert": 0.14615540206432343
} |
31,011 | package gtanks.battles.tanks.weapons.flamethrower;
import gtanks.battles.BattlefieldModel;
import gtanks.battles.BattlefieldPlayerController;
import gtanks.battles.tanks.weapons.IEntity;
import gtanks.battles.tanks.weapons.IWeapon;
import gtanks.battles.tanks.weapons.anticheats.TickableWeaponAnticheatModel;
import org... | ad03db0ad1d8e2fd9c00151e78895c9b | {
"intermediate": 0.29219406843185425,
"beginner": 0.5232265591621399,
"expert": 0.18457934260368347
} |
31,012 | I have a column in a data frame that states number of days after August 29th 2022. How can I convert it to date format in R? | 2d3834aa8280283ff9d22dddd5fec11e | {
"intermediate": 0.5695413947105408,
"beginner": 0.13769394159317017,
"expert": 0.29276466369628906
} |
31,013 | qq | 4d7fa50499c61473bea9361fa1a06b0e | {
"intermediate": 0.3201286494731903,
"beginner": 0.28877928853034973,
"expert": 0.3910920321941376
} |
31,014 | 2023-11-14 17:55:47.367181: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2023-11-14 17:55:47.367247: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to regist... | 90cdac45b2cc626a22f7dc35281d710e | {
"intermediate": 0.3699217140674591,
"beginner": 0.30649256706237793,
"expert": 0.3235856890678406
} |
31,015 | given the following diagrams, produce the code that implements the desired in c#
### Multi-Tenancy Handling:
Handling tenants properly requires ensuring that every data access or modification request is tied to the correct tenant. Every entity should be associated with a Tenant ID to make sure data is not leaked or ... | 2542223650a8f8e9f0b24d1f328d3091 | {
"intermediate": 0.4733707904815674,
"beginner": 0.2258063405752182,
"expert": 0.300822913646698
} |
31,016 | Please convert the following data to VBA usable format in Excel. There should be two columns, one for the "Dignity Individual" and one for his/her "Corresponding Description". Ignore phrases in the text such as: "Is there anything specific you'd like to explore further regarding these hypothetical types or the quote it... | e38d1bd4236591758185f9ea957b40e1 | {
"intermediate": 0.3506539762020111,
"beginner": 0.36563146114349365,
"expert": 0.28371462225914
} |
31,017 | Notice the pattern in the data below, then convert it using the following format:
data = Array( _
Array(“Philosophical Thinker”, “Someone who deeply contemplates the nature of human existence and believes in the profound connection between inner values and the outward representation of dignity. This type of pe... | d5c067bd46b34754e4213d038dd8f5f7 | {
"intermediate": 0.257317453622818,
"beginner": 0.4484497308731079,
"expert": 0.2942328155040741
} |
31,018 | как должен выглядеть запрос async def query_cast(self, id):
data = await self.request('movie/' + str(id) + '/credits')
self.cast = []
for actor in data['cast']:
self.cast.append(actor['name']) для вывода списка актеров на русском языке используя api tmdb | 23c570c9add8cf264421005010e1a106 | {
"intermediate": 0.5910876393318176,
"beginner": 0.26677829027175903,
"expert": 0.14213405549526215
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.