row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
8,735 | Write Prologprogram for family tree with recursion and check whether given string is palindrome or not. | f0b81bafecc54b80f0f5564c2f6d106d | {
"intermediate": 0.31475234031677246,
"beginner": 0.3038495182991028,
"expert": 0.38139811158180237
} |
8,736 | Come up with minimal viable solution of the problems, written in rust code, using only std and libraries that is explicitly used in code below, pointing in which files which update needed and which new files need to create with which code. Task: preferably using only methods from std library, define in proper file a Gl... | aa8d331c02ae50ac22e6635f19ed5391 | {
"intermediate": 0.6772592663764954,
"beginner": 0.12985903024673462,
"expert": 0.19288168847560883
} |
8,737 | how to choose a tag that has id attribute in javascript | c4fc0c1f1537844bf6703e7d411a8047 | {
"intermediate": 0.4520341753959656,
"beginner": 0.31488311290740967,
"expert": 0.23308268189430237
} |
8,738 | spm script in matlab that loop over 30 subject files which each has 300 volumes to read | 2a4da37c98bc98a3c82085b651877d14 | {
"intermediate": 0.2587190270423889,
"beginner": 0.38692113757133484,
"expert": 0.35435980558395386
} |
8,739 | public class AsyncConfiguration {
@Bean
public Executor asyncExecutor() {
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
return executor;
}
} | f7d108283b72e4090df6e84008b82da6 | {
"intermediate": 0.28342205286026,
"beginner": 0.5440084934234619,
"expert": 0.1725694239139557
} |
8,740 | can rhino java engine read csv file? | 99b0f342d020367bb5f138750be6c37f | {
"intermediate": 0.41074782609939575,
"beginner": 0.14554888010025024,
"expert": 0.443703293800354
} |
8,741 | import torch
from transformers import AutoTokenizer, AutoModelForSequenceClassification ModuleNotFoundError: No module named 'transformers' | 2d3a3d9d31a7463dac9cf1daec56a862 | {
"intermediate": 0.37061163783073425,
"beginner": 0.34975457191467285,
"expert": 0.27963384985923767
} |
8,742 | Create a story for an RPG game with these criteria:
1. criteria1
2. criteria2
3. criteria3
Let me play through it with these gameplay elements:
- System Change Command: Let the player change the system or the story by invoking the command "//sys" to talk directly to ChatGPT to differentiate gameplay commands and Chat... | c998f460f5a9a65477a2d0268dd7c4af | {
"intermediate": 0.3664615750312805,
"beginner": 0.4407932460308075,
"expert": 0.1927451640367508
} |
8,743 | import time
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import ... | b571879bc97459f0639663ddd17f7799 | {
"intermediate": 0.3475923538208008,
"beginner": 0.4439597725868225,
"expert": 0.2084478735923767
} |
8,744 | put start-end backticks as <<< or >>> where they should be located in that funct. don't use any actual backticks chars in this chat because they are all got auto-formatted and removed from your responses.: | 01730ede94976732b5f51bead431f055 | {
"intermediate": 0.30854302644729614,
"beginner": 0.270428866147995,
"expert": 0.42102813720703125
} |
8,745 | In Worksheet ‘Start Page’ column I range I5:I34 are names of worksheets.
Some of the rows in the range I5:I34 are blank and do not have values.
For each of the worksheets named in in column I5:I34 of the worksheet ‘Start Page’, I need to check the named worksheet, to see if the value ‘Service’ exisits in column B, chec... | 21a93c87ddc92fa451c1704f98434d13 | {
"intermediate": 0.4437641501426697,
"beginner": 0.1971036046743393,
"expert": 0.35913220047950745
} |
8,746 | /// datacode.rs:
use std::collections::{BTreeMap, HashMap, HashSet, BinaryHeap};
use std::cmp::{Ord, Reverse};
use std::fs::File;
use std::io::{self, BufRead, BufReader};
use std::vec::Vec;
#[derive(Debug)]
pub struct MyGlobalStruct<T> {
pub hashset: HashSet<T>,
// Add other fields as needed
}
impl<T: Ord> MyGlobalS... | 53f9324c77a89d933367c732ae84f112 | {
"intermediate": 0.5713092684745789,
"beginner": 0.2647985816001892,
"expert": 0.16389219462871552
} |
8,747 | // main.rs:
let my_global_struct: MyGlobalStruct<_> = MyGlobalStruct::from_files(file_paths).unwrap();
println!(“{:?}”, my_global_struct.hashset);
/error: src/main.rs:25: type annotations needed
error: src/main.rs:25: cannot infer type of the type parameter T declared on the struct MyGlobalStruct/ | 8d35d7b1bc7ad5c8eb161c14b763a3ea | {
"intermediate": 0.39810603857040405,
"beginner": 0.4279763400554657,
"expert": 0.17391760647296906
} |
8,748 | i want to improve my app ny making a web interface
import openai
from gtts import gTTS
import os
from googletrans import Translator
import speech_recognition as sr
openai.api_key = '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'
#openai.api_key = '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'
#openai... | 5132e7982855279eb2298c31376adb09 | {
"intermediate": 0.3398456871509552,
"beginner": 0.4146875739097595,
"expert": 0.24546676874160767
} |
8,749 | can you optimise my code? it should be more correct so that it is easy to maintain and so on
using UnityEngine;
using UnityEngine.UI;
using Unity.MLAgents;
using Unity.MLAgents.Sensors;
using Unity.MLAgents.Actuators;
public enum CharacterGroup
{
Player,
Ally,
Enemy
}
public enum ControlMode
{
Mouse,... | 1f27997dfecf63774851c41bcc78c145 | {
"intermediate": 0.3182498812675476,
"beginner": 0.48691824078559875,
"expert": 0.19483184814453125
} |
8,750 | puoi scrivere codice C# per un gioco tower defense in Unity? | f33bdb506824b269ef0772b4cbd28a91 | {
"intermediate": 0.41977596282958984,
"beginner": 0.4453205466270447,
"expert": 0.1349034458398819
} |
8,751 | flutter how to detect widget is fully rendered? | 1ef48b7e049b88e0038c687937333e24 | {
"intermediate": 0.414177268743515,
"beginner": 0.16531671583652496,
"expert": 0.4205060303211212
} |
8,752 | i have exceptions in code, repair it.
Assets\PlayerController.cs(219,44): error CS0246: The type or namespace name 'BehaviorParameters' could not be found (are you missing a using directive or an assembly reference?)
Assets\PlayerController.cs(221,68): error CS0246: The type or namespace name 'BehaviorParameters' cou... | e91861cb24eac0d8dfaa397e0e824835 | {
"intermediate": 0.46587318181991577,
"beginner": 0.33811110258102417,
"expert": 0.19601570069789886
} |
8,753 | create shared favorite and disfavorite component for each product and use this comp in another component angular | 524cbf36c56d51de7c36638cf4810f49 | {
"intermediate": 0.41127172112464905,
"beginner": 0.21411889791488647,
"expert": 0.37460941076278687
} |
8,754 | Where is issue in this code ? Code :
STOP_LOSS_PERCENTAGE = -50
TAKE_PROFIT_PERCENTAGE = 100
MAX_TRADE_QUANTITY_PERCENTAGE = 100
POSITION_SIDE_SHORT = 'SELL'
POSITION_SIDE_LONG = 'BUY'
symbol = 'BTCUSDT'
quantity = 1
order_type = 'MARKET'
leverage = 125
max_trade_quantity_percentage = 1
client = Client(API_KEY, API_SE... | f241c0a00984381fd787e0759c37c5be | {
"intermediate": 0.3648594915866852,
"beginner": 0.4715292155742645,
"expert": 0.1636112928390503
} |
8,755 | This is my ide program for a highsum gui game.
"import GUIExample.GameTableFrame;
import Model.*;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuf... | 8d50e6aa428747ad9142710f93825941 | {
"intermediate": 0.2889218032360077,
"beginner": 0.6018312573432922,
"expert": 0.10924690216779709
} |
8,756 | solve background fractal isn't being drawn in here properrely.: const canvas = document.getElementById('bgCanvas');
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const ctx = canvas.getContext('2d');
const con = [
{ priority: true, name: 'ब्रह्मा', description:... | 1eb1c5ffa88e4e2f063a9802880cbef7 | {
"intermediate": 0.3275616765022278,
"beginner": 0.44456127285957336,
"expert": 0.22787703573703766
} |
8,757 | Fix errors and inconcistency with this requirement in the part of the minimal viable solution of the problems, written in rust code, using only std and libraries that is explicitly used in code below, pointing in which files which update needed and which new files need to create with which code.
/// ../project/src/dat... | b3ab6a6119d139deefda9b4126bec6ab | {
"intermediate": 0.38653653860092163,
"beginner": 0.3207439184188843,
"expert": 0.2927195131778717
} |
8,758 | No, it didn't help. The data is still displayed in the wrong format. The answer is below
C:\Users\AshotxXx\PycharmProjects\Parcing\pythonProject\venv\Scripts\python.exe C:\Users\AshotxXx\PycharmProjects\Parcing\pythonProject\ChromeDriver\main.py
{'error': 'Failed to find the required elements or error occurred: Messag... | 3e6f889786109c870538ecf44fb829ff | {
"intermediate": 0.7585035562515259,
"beginner": 0.12069240212440491,
"expert": 0.12080404162406921
} |
8,759 | объект planeMesh должен находиться в направлении камеры всегда (и при повороте камеры), на определенном расстоянии от нее, сейчас planeMesh находится в одном месте все время и не поворачивается
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls }... | 0de8cd37d976016eb423911f440df698 | {
"intermediate": 0.29066821932792664,
"beginner": 0.48071688413619995,
"expert": 0.2286148965358734
} |
8,760 | [void@VoidPC SF Mono Nerd]$ ls
'SFMono Bold Italic Nerd Font Complete.otf' 'SFMono Medium Nerd Font Complete.otf'
'SFMono Bold Nerd Font Complete.otf' 'SF Mono Nerd Licence'
'SFMono Heavy Italic Nerd Font Complete.otf' 'SFMono Regular Italic Nerd Font Complete.otf'
'SFMono Heavy Nerd Font Complete.otf' ... | 1e4912f96a09294ff8f0d0558e44dad4 | {
"intermediate": 0.410677045583725,
"beginner": 0.27992716431617737,
"expert": 0.30939576029777527
} |
8,761 | write a code in java using itext5 to compare two pdf files and write the changes in new pdf showing the changes done according like if file 2 has more pages it should show with the changes because lines are more which can show that it is not available in file 2 compare images also | 6af59c19802bc341b0581ff0f11ac6f0 | {
"intermediate": 0.5862573385238647,
"beginner": 0.11863386631011963,
"expert": 0.29510873556137085
} |
8,762 | write java script when i click in img go to another page and send data | 19b084de2015afab7c109a219d59551c | {
"intermediate": 0.5467038154602051,
"beginner": 0.1873139590024948,
"expert": 0.26598218083381653
} |
8,763 | This is my ide program for a highsum gui game.
“import GUIExample.GameTableFrame;
import Model.;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuffleCards();
app = new GameTableFr... | cf3dae8bcf1a745954ee558deb37043f | {
"intermediate": 0.26561790704727173,
"beginner": 0.5972771644592285,
"expert": 0.13710498809814453
} |
8,764 | project
├── src
│ ├── datacode.rs
│ └── main.rs
├── Cargo.toml
└── subproject
├── src
│ ├── main.rs
│ └── lib.rs
└── Cargo.toml
/// ../project/src/subproject/src/lib.rs:
mod datacode;
use datacode::MyGlobalStruct;
/*
datacode.rs path is ../project/src/datacode.rs
and there are errors:
erro... | d004764b8e76726dbc485079fef6c777 | {
"intermediate": 0.5970199704170227,
"beginner": 0.15312188863754272,
"expert": 0.24985818564891815
} |
8,765 | This is my ide program for a highsum gui game.
"import GUIExample.GameTableFrame;
import Model.*;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuf... | 5085250f7984fd56cca916de6afb5faf | {
"intermediate": 0.355657160282135,
"beginner": 0.49876484274864197,
"expert": 0.14557798206806183
} |
8,766 | write me java script when i click in img to to page and send data | 70d850688d3e29c45c925937c697c2db | {
"intermediate": 0.6179645657539368,
"beginner": 0.1732250601053238,
"expert": 0.20881035923957825
} |
8,767 | This code takes ages to complete. Can it be made faster and more efficient: Sub CheckServiceI()
Application.ScreenUpdating = False
Application.EnableEvents = False
'Declare variables
Dim wsStartPage As Worksheet
Dim wsNamedPage As Worksheet
Dim lastRow As Long
Dim i As Long
Dim j As Long
Dim iColumnI As Long
Dim str... | c56e614963a9211597fd317ec5063c60 | {
"intermediate": 0.3723512291908264,
"beginner": 0.4342498183250427,
"expert": 0.19339895248413086
} |
8,768 | so, what do we have here?: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Ultimate Supreme God con</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Noto S... | 59b508318416b7dec6e359452189d2e1 | {
"intermediate": 0.41728946566581726,
"beginner": 0.38043347001075745,
"expert": 0.20227712392807007
} |
8,769 | i have ShootingAgent.cs for ml-agents. this script is on EmptyObject named "ShootingAgent", which child of "Player".
i need to learn ai to fire bullets. as observation space it will be "Main Camera" which is also child of "Player".
here's bad and broken shootingagent, make it awesome:
using UnityEngine;
using Unity.M... | c82ec877a83ca0b6753601bdbd511b6e | {
"intermediate": 0.3281572759151459,
"beginner": 0.5039102435112,
"expert": 0.16793249547481537
} |
8,770 | don’t touch original priority value function! it’s strongly respective function to the god’s colorometrical order in paradox what was the first chicken or egg paradox. why earliest last, if they are suppose to be more important than latests? I mean z-index value based on actual timeline, and… maybe some actual clock? b... | 82ad031de9e790f6874fac97a958bd12 | {
"intermediate": 0.46451759338378906,
"beginner": 0.31975308060646057,
"expert": 0.21572932600975037
} |
8,771 | selenium driver click on css selector //p[normalize-space()='Social Media Growth Hacker'] | cdbe8aa20fcb4371ff9b379cd1857af1 | {
"intermediate": 0.3476868271827698,
"beginner": 0.3422563076019287,
"expert": 0.3100568950176239
} |
8,772 | #include <iostream>
#include <thread>
#include <deque>
#include <functional>
#include <future>
#include <mutex>
#include <condition_variable>
#include <vector>
#include <memory>
class ZYLThreadPool {
public:
ZYLThreadPool(size_t maxThreads = 200): _maxThreads(maxThreads), _stop(false) {
worker_threads.rese... | 5e4eefb4d9159c00f9b676b31841e8f5 | {
"intermediate": 0.3811416029930115,
"beginner": 0.4613514840602875,
"expert": 0.15750691294670105
} |
8,773 | hi | 83092468772d1837db8fd0d0c358d957 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
8,774 | const Intervals = (str, val) => {
// console.log("匹配 =number:", str.match(/^=(\d+)$/));
// console.log("匹配 [number,number]:", str.match(/^\[(\d+),(\d+)\]$/));
// console.log("匹配 [number:", str.match(/^\[(\d+)$/));
// console.log("匹配 number]:", str.match(/^(\d+)\]$/));
// console.log("匹配 [number,numb... | cb3b30877ba4dc6a99ceded8b0a111dd | {
"intermediate": 0.3012852370738983,
"beginner": 0.47157856822013855,
"expert": 0.22713622450828552
} |
8,775 | I have this Julia simulation:
@with_kw mutable struct BikeTrip
origin::Int
destination::Int
trip_time::Int
end
@with_kw mutable struct BikeSimulation
bike_stations::Array{Int, 1}
station_capacity::Int
trip_distributions::Array{Array{Int, 2}, 1}
event_queue::Vector{Tuple{Int, String, Tuple{... | d73e78878c81ff464232c232bda4ac2d | {
"intermediate": 0.3353668749332428,
"beginner": 0.31965118646621704,
"expert": 0.34498196840286255
} |
8,776 | Use a pretrained deep learning model for object detection (ex: Yolo or MobileNet
SSD) to detect moving object in a video.
• Implement a tracking algorithm (ex: DeepSort, Opencv tracking algorithms) to track
multiple objects in a video
both in one file in python | 6e71650d4bdcd99cece24dbeb0d25e96 | {
"intermediate": 0.10119999200105667,
"beginner": 0.04595033824443817,
"expert": 0.8528496026992798
} |
8,777 | Explain this lines of code
with open("coco.names", "r") as f:
classes = [line.strip() for line in f.readlines()] | 071f6be93a2263dc92f0483503dd217a | {
"intermediate": 0.31155604124069214,
"beginner": 0.5794982314109802,
"expert": 0.10894576460123062
} |
8,778 | МНе нужно подзгрузить модель для работы import torch
from transformers import AutoTokenizer, AutoModelForSequenceClassification,AutoModel, AutoTokenizer
# Define the model repo
model_name = "mirfan899/tinruberta2" #"blanchefort/rubert-base-cased-sentiment"
# Download pytorch model
model = AutoModel.from_pretraine... | 8982c50b6ba54eb410cd69b7160899de | {
"intermediate": 0.5615780353546143,
"beginner": 0.2356048971414566,
"expert": 0.20281703770160675
} |
8,779 | import time
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import ... | 178b8b132e1c13592598371e82da0887 | {
"intermediate": 0.30812394618988037,
"beginner": 0.42090529203414917,
"expert": 0.27097079157829285
} |
8,780 | #include <iostream>
#include <thread>
#include <deque>
#include <functional>
#include <future>
#include <mutex>
#include <condition_variable>
#include <vector>
#include <memory>
class ZYLThreadPool {
public:
ZYLThreadPool(size_t maxThreads = 200): _maxThreads(maxThreads), _stop(false) {
worker_threads.rese... | 3bca3b74b372e1e147ed7d0a3cd00e3b | {
"intermediate": 0.4058358669281006,
"beginner": 0.4281260669231415,
"expert": 0.16603811085224152
} |
8,781 | This is my ide program for a highsum gui game.
“import GUIExample.GameTableFrame;
import Model.;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuffleCards();
app = new GameTableFr... | 6d7b351e7f48c5839a3eaded235f148c | {
"intermediate": 0.2617759704589844,
"beginner": 0.5683426856994629,
"expert": 0.16988128423690796
} |
8,782 | how to make matrix A=[1,5,3;4,7,9;2,6,8] to sort in one row to become matrix B=[1,5,3,4,7,9,2,6,8] in matlab | 174ec58082704cbaff006e2519f0ff88 | {
"intermediate": 0.2309088259935379,
"beginner": 0.19887231290340424,
"expert": 0.5702189207077026
} |
8,783 | Use a pretrained deep learning model for object detection (ex: Yolo or MobileNet
SSD) to detect moving object in a video.
• Implement a tracking algorithm (ex: DeepSort, Opencv tracking algorithms) to track
multiple objects in a video.
• Use the object detection model and the tracking algorithm to formulate a video
sum... | 7468f34f7fe5a30138cf8f979268ddc1 | {
"intermediate": 0.24328380823135376,
"beginner": 0.2578281760215759,
"expert": 0.4988880157470703
} |
8,784 | Ubah kode ini dengan Stratified K Foldnya menggunakan data training, dan lakukan pengujian pada data testing setelah semua proses k fold selesai!
import pickle
import pandas as pd
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.utils import pad_sequences
from keras.models import Sequential
... | 24e0a1e174869a9c23d32e6eede7be2f | {
"intermediate": 0.27152204513549805,
"beginner": 0.2817728519439697,
"expert": 0.44670507311820984
} |
8,785 | #include <iostream>
#include <thread>
#include <deque>
#include <functional>
#include <future>
#include <mutex>
#include <condition_variable>
#include <vector>
#include <memory>
#include <chrono>
class ZYLThreadPool {
public:
ZYLThreadPool(size_t minThreads = 20, size_t maxThreads = 200)
: _minThreads(minT... | c20b9c765fb916af92abfd7d26d654a9 | {
"intermediate": 0.3652108907699585,
"beginner": 0.4432190954685211,
"expert": 0.19157004356384277
} |
8,786 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 6fc688f3915e8cba9b5f8837bbdd6e41 | {
"intermediate": 0.3506416082382202,
"beginner": 0.3420967161655426,
"expert": 0.30726170539855957
} |
8,787 | is it possible to make that rgb opacity value to slowly randomly change in range of 0.02 to 0.05 with some super small step size?: function fractal(x, y, size) {
if (size < 1) return;
ctx.fillStyle = 'rgba(' +
Math.floor(Math.random() * 256) + ',' +
Math.floor(Math.random() * 256) + ',' +
... | 8cd0dcfd48fe280dab0d06cf953d74e8 | {
"intermediate": 0.45607849955558777,
"beginner": 0.3346671760082245,
"expert": 0.20925436913967133
} |
8,788 | is it possible to make that rgb opacity value to slowly randomly change in range of 0.02 to 0.05 with some super small step size?: function fractal(x, y, size) {
if (size < 1) return;
ctx.fillStyle = 'rgba(' +
Math.floor(Math.random() * 256) + ',' +
Math.floor(Math.random() * 256) + ',' +
... | 2c2f83cec73a75f777a794fb79a2230e | {
"intermediate": 0.3707314729690552,
"beginner": 0.3315519094467163,
"expert": 0.2977166473865509
} |
8,789 | почему размер точек в объекте points одинаковый, хотя должен быть разный у каждой точки?
не переписывай весь код, только там, где нужно поправить
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'... | 2aab4c4ff31c3e21add211fa2ba5b100 | {
"intermediate": 0.24290786683559418,
"beginner": 0.5652881860733032,
"expert": 0.19180390238761902
} |
8,790 | import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime(“%m/%d/%Y %H:%M:%S”)
print(date)
url = “https://api.binanc... | 9ad3c83d344745e19492421daede42ea | {
"intermediate": 0.3309023678302765,
"beginner": 0.44207119941711426,
"expert": 0.22702644765377045
} |
8,791 | #include <iostream>
#include <thread>
#include <deque>
#include <functional>
#include <future>
#include <mutex>
#include <condition_variable>
#include <vector>
#include <memory>
#include <chrono>
class ZYLThreadPool {
public:
ZYLThreadPool(size_t minThreads = 20, size_t maxThreads = 200)
: _minThreads(minT... | 3ee00932549b227d0a9a96c8bf70cea9 | {
"intermediate": 0.3652108907699585,
"beginner": 0.4432190954685211,
"expert": 0.19157004356384277
} |
8,792 | Create classes with business logic (pydantic) for this @router.post('',
status_code=status.HTTP_201_CREATED,
summary='Create a ceiling type',
response_description='The created ceiling type',
)
async def create(obj: CeilingTypeCreateDto) -> CeilingTypeReadDto:
obj.... | 0741be598d7702fb1535378a004102ed | {
"intermediate": 0.4071936011314392,
"beginner": 0.4330843687057495,
"expert": 0.1597220003604889
} |
8,793 | can you write me a project following the tasks bellow
1.
PROBLEM
DEFINITION
Select a problem you are interested in and find a real dataset that you
can apply classification or regression to.
In your own words, describe the importance of the problem, define the
problem in terms of the input and output variable, de... | 84bc6259a0d3f6d52ec2eeb81ba58343 | {
"intermediate": 0.31755656003952026,
"beginner": 0.3087127208709717,
"expert": 0.37373068928718567
} |
8,794 | hello | ad84e9d4cb7b0267736d4be9e8623e6b | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
8,795 | how to hook wsarecv and getqueuedcompletionstatus | f3046de40e0d32878be2921bd759f28b | {
"intermediate": 0.35465899109840393,
"beginner": 0.09299426525831223,
"expert": 0.5523467063903809
} |
8,796 | import time
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import ... | 5673209207fa1a8565dd306d2bddc9ec | {
"intermediate": 0.33035027980804443,
"beginner": 0.488815039396286,
"expert": 0.18083466589450836
} |
8,797 | I'm making fastapi App, using postgresql. could you prepare an abstract class for business logic with an interface (CRUD) | 4aa31dbf6dc42c20d9713fea8e8ce381 | {
"intermediate": 0.5542730093002319,
"beginner": 0.3653009235858917,
"expert": 0.08042598515748978
} |
8,798 | how do i make a nodejs app that can trade using uniswap v3 sdk | 65214f83f6fb458be50f02cd7d9d2a52 | {
"intermediate": 0.6227966547012329,
"beginner": 0.18125569820404053,
"expert": 0.19594760239124298
} |
8,799 | Severity Code Description Project File Line Suppression State
Error CS0120 An object reference is required for the non-static field, method, or property 'ExemptionDao.GetExemptionNamesByIds(IList<int>)' | e275cd76c058ade9437c2adbf9b36c56 | {
"intermediate": 0.5099232196807861,
"beginner": 0.22141504287719727,
"expert": 0.268661767244339
} |
8,800 | How i rank my profile on upwork in 2023. my niche is data entry. atleast 5000 words | f865d0db78e7fe11bb0f9c9bb30f7980 | {
"intermediate": 0.3655456602573395,
"beginner": 0.3798542320728302,
"expert": 0.2546001374721527
} |
8,801 | The Sub CheckServiceI() works and retrieves the values required.
However, it takes about 8 minutes to complete.
I believe that the coding may be doing something that is not required.
Looking at the comments in the codeing that start'xxxx, I think the sequence should be as below.
'Declare variables
'Set variables
'Find ... | a8f8c6d5393013359253a376dae0b834 | {
"intermediate": 0.3435129225254059,
"beginner": 0.371045857667923,
"expert": 0.28544116020202637
} |
8,802 | java code to plot an x,y chart with scale x=10 years and y= 1000$ , plot 100 random values, spread ove 10 years, store all in hashtable , key = time and value is $ | 7938ce5c03852f826c0c6b78dee75491 | {
"intermediate": 0.49412599205970764,
"beginner": 0.20679925382137299,
"expert": 0.2990747094154358
} |
8,803 | I would like to have the map of Europe. On the map I want to have nodes that they are related to specific data. When those points are clicked, they need to present a popout window that previews the data and gives an option to redirect to the detailed data page | 89372fe88a92195f2985691a83f0116e | {
"intermediate": 0.40960919857025146,
"beginner": 0.1874457448720932,
"expert": 0.40294507145881653
} |
8,804 | now that this "Future<void> fetchSeances() async {
try {
final response = await http.get(
Uri.parse('$endpointUrl/listermesseancescejour'),
headers: {
'Content-Type': 'application/json',
'Authorization': 'Bearer ${await Login.LoginLogic.getToken()}',
},
);
... | a0f97720591794bbd245eb7b61cf59f8 | {
"intermediate": 0.28770172595977783,
"beginner": 0.5339332222938538,
"expert": 0.1783650517463684
} |
8,805 | I used your code But stop_loss_price and take_profit_price are not defined | e91b283088096a280116c90a3c5dc88b | {
"intermediate": 0.28328317403793335,
"beginner": 0.2371533364057541,
"expert": 0.47956347465515137
} |
8,806 | i have a kotlin app. in it a have an activity, which performs some tasks (parsing an xml file and inserting records into a database) using coroutines. once its done, it moves to a second activity. this activity queries the database to see how many items there are in it, and displays it. however, when first running the ... | 850ae1113a04e87b5819515afc57c5c1 | {
"intermediate": 0.5845054984092712,
"beginner": 0.19204849004745483,
"expert": 0.2234460413455963
} |
8,807 | import pandas as pd
import requests
import xml.etree.ElementTree as ET
import streamlit as st
import streamlit.components.v1 as components
import logging
import scrapy
from scrapy.crawler import CrawlerProcess
import sys
import advertools as adv
import json
page_title='Sitemap Analyzer'
# streamlit
logo_file = ''
st.... | 9e73c18cb9e014d23b056573ddf2bf66 | {
"intermediate": 0.4463689923286438,
"beginner": 0.3758169710636139,
"expert": 0.17781402170658112
} |
8,808 | c# wpf livecharts PieChart | 0199e6810b6df3c731101c8491621da6 | {
"intermediate": 0.4337296187877655,
"beginner": 0.2759650647640228,
"expert": 0.29030531644821167
} |
8,809 | project
├── src
│ ├── data.rs
│ └── main.rs
├── Cargo.toml
├── subproject
│ ├── src
│ │ └── lib.rs
│ └── Cargo.toml
Come up with minimal viable solution of the problems, written in rust code, using only std and libraries that is explicitly used in code below, pointing in which files which update needed and... | 0bf0fb56362bf6eb322607daca2b1829 | {
"intermediate": 0.6731897592544556,
"beginner": 0.13166551291942596,
"expert": 0.19514472782611847
} |
8,810 | Implement this using python:
INCA is an iterative and developed version of the NCA, and it was proposed by Tuncer et al in 2020.23 INCA uses a loss function to select the best features, and it has an iterative structure. It is a parametric feature selection method. Users can define the initial value of the loop, the f... | 37e0fc2172b29195df58e1e393556d0b | {
"intermediate": 0.19096074998378754,
"beginner": 0.18727675080299377,
"expert": 0.6217624545097351
} |
8,811 | what is the event for workbook deactivate | 87dc3c95d979019e442d14b946b6cf2a | {
"intermediate": 0.46457749605178833,
"beginner": 0.27083876729011536,
"expert": 0.2645837366580963
} |
8,812 | @startuml
participant “Поезд” as Train
participant “Диспетчерская система” as DispatcherSystem
participant “Сигнализация” as Signal
participant “Рельсовая секция” as RailSection
Train -> DispatcherSystem: Запросить режим движения
activate Train
activate DispatcherSystem
DispatcherSystem -> Signal: Запросить состояние ... | 510a8d26b4181a3842d696023a3f6ad6 | {
"intermediate": 0.3300361931324005,
"beginner": 0.43370598554611206,
"expert": 0.23625777661800385
} |
8,813 | import time
from bs4 import BeautifulSoup
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import ... | 9a3eb4a251f70aacc0ae6688736f17d6 | {
"intermediate": 0.33035027980804443,
"beginner": 0.488815039396286,
"expert": 0.18083466589450836
} |
8,814 | I need to write a VBA code that checks if date is Saturday or Sunday. If it is, a Pop Up appears saying "No schedules for the weekend" and on OK, it exists the sub and stops the code from running | 038c711fcf35e8231aaaf1edc7615040 | {
"intermediate": 0.5002307295799255,
"beginner": 0.17261309921741486,
"expert": 0.3271561861038208
} |
8,815 | in rust, how to create a hashset that will be available in all subrpojects of the project from which the project depends | ab490015ab23f1560fef2fdc1443c5f6 | {
"intermediate": 0.321862131357193,
"beginner": 0.1901054084300995,
"expert": 0.48803243041038513
} |
8,816 | in rust, how to create a hashset that will be available in all subprojects from which the project depends and avoid circular dependencies | daadf1e06d6d8670db750aba2017232a | {
"intermediate": 0.40949302911758423,
"beginner": 0.19711752235889435,
"expert": 0.39338940382003784
} |
8,817 | make a useful search query for search engines for the problem: in rust, how to create a hashset that will be available in all subprojects from which the project depends and avoid circular dependencies | ce177502bc2b6cad6c7433e5cb29f2f7 | {
"intermediate": 0.41663238406181335,
"beginner": 0.11756262183189392,
"expert": 0.4658050537109375
} |
8,818 | import torch
from transformers import AutoTokenizer, AutoModelForSequenceClassification,AutoModel, AutoTokenizer
# Define the model repo
model_name = "cointegrated/rubert-tiny" #"blanchefort/rubert-base-cased-sentiment"
# Download pytorch model
model = AutoModel.from_pretrained(model_name)
tokenizer = AutoTokeniz... | ce98cbb96e771329f6b37ccaabc7bad8 | {
"intermediate": 0.3551414906978607,
"beginner": 0.38255587220191956,
"expert": 0.26230260729789734
} |
8,819 | import pandas as pd
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
import torch
from torch.utils.data import DataLoader, Dataset
from transformers import AutoTokenizer, AutoModelForSequenceClassification, AdamW
# define the model repo
model_name =... | 4ff077f1721f6e0b41b3fa068debb233 | {
"intermediate": 0.23765380680561066,
"beginner": 0.5643879771232605,
"expert": 0.19795821607112885
} |
8,820 | Можешь найти ошибку в коде
export const debounce = <T extends (...params: any[]) => void>(
callback: T,
delay: number
) => {
let timerId: number;
return function (this: any, ...args: any) {
clearTimeout(timerId);
timerId = setTimeout(() => {
callback.apply(this, args);
}, delay);
};
}; | 7962b1ead6dc86f529cd5b17e92a60a6 | {
"intermediate": 0.3299936056137085,
"beginner": 0.48733532428741455,
"expert": 0.18267107009887695
} |
8,821 | почему размер точек в объекте points одинаковый (равен 1), хотя должен быть разный у каждой точки?
не переписывай весь код, только там, где нужно поправить
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/Orb... | f80c81a5a0431f67b85ac90c403d248b | {
"intermediate": 0.2517387866973877,
"beginner": 0.5305734872817993,
"expert": 0.21768774092197418
} |
8,822 | write full code example create image edit by chatgpt. put in the code the request of description of image that you want. | ea699048683ef6deefb54e76b00d1c71 | {
"intermediate": 0.44708359241485596,
"beginner": 0.18294188380241394,
"expert": 0.3699745237827301
} |
8,823 | import pandas as pd
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
import torch
from torch.utils.data import DataLoader, Dataset
from transformers import AutoTokenizer, AutoModelForSequenceClassification, AdamW
# define the model repo
model_name =... | 302c2b2918ba776f14c3d09c08023e78 | {
"intermediate": 0.25978052616119385,
"beginner": 0.5781044363975525,
"expert": 0.16211502254009247
} |
8,824 | how to make a trading script for uniswap v3 with alll error handlers and use the most recent resources | 70300067acf2a732b01108822fb49986 | {
"intermediate": 0.5120899081230164,
"beginner": 0.17591890692710876,
"expert": 0.31199124455451965
} |
8,825 | I need to write a conditional format formula for if dd/mm/yyyy is either Satuday or Sunday | 20efb2661fe80ccafd9588ba29b5578f | {
"intermediate": 0.31507495045661926,
"beginner": 0.2556987404823303,
"expert": 0.4292263388633728
} |
8,826 | I want to implement a feature on my React web application. I want to have a map of Europe. On the map there will be nodes related to a project and some data. When clicked, a modal opens that presents a summary of the data and has a link to redirect to the project with all the data. I want to use React Leaflet for this. | 41341a05345c60ba590849ad07d0b2ae | {
"intermediate": 0.37953564524650574,
"beginner": 0.2275606095790863,
"expert": 0.39290377497673035
} |
8,827 | in kotlin, how do i get an imageview with an image provided from an url? | 6336f5839b1ff39ba61a53e8cc5c8068 | {
"intermediate": 0.5837979316711426,
"beginner": 0.11069367825984955,
"expert": 0.30550840497016907
} |
8,828 | import pandas as pd
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
import torch
from torch.utils.data import DataLoader, Dataset
from transformers import AutoTokenizer, AutoModelForSequenceClassification, AdamW
# define the model repo
model_name =... | 42b0ba71705995c0f4432b3e86d83e11 | {
"intermediate": 0.28668585419654846,
"beginner": 0.5831987261772156,
"expert": 0.13011538982391357
} |
8,829 | I used your code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | 88de355c2ab2d57fc529531fa725d322 | {
"intermediate": 0.41107699275016785,
"beginner": 0.3534979224205017,
"expert": 0.23542502522468567
} |
8,830 | Give me python sqlalchemy code to query a database | ff725fa9b02adbf8b2637367b551afb0 | {
"intermediate": 0.8230626583099365,
"beginner": 0.0707617849111557,
"expert": 0.10617551952600479
} |
8,831 | python script for human image pose changing | cf66a75fafdfd6c43156735b33a12116 | {
"intermediate": 0.3715740144252777,
"beginner": 0.29375800490379333,
"expert": 0.33466795086860657
} |
8,832 | How should I use UAbilityTask_MoveToLocation::UAbilityTask_MoveToLocation in my GAS ability? | 82725bc3216d1d7236752c17b5bc2039 | {
"intermediate": 0.4616594612598419,
"beginner": 0.18671442568302155,
"expert": 0.35162606835365295
} |
8,833 | in node-red, how I do a take a string with RGB values and use those to change the color of a light in home assistant | 0c8dbd6a8addbde303c06866291c0a02 | {
"intermediate": 0.531602680683136,
"beginner": 0.13193772733211517,
"expert": 0.33645954728126526
} |
8,834 | write linked list priority queue cs106b | 4be90112920c187552bc350dbc98a717 | {
"intermediate": 0.3373923897743225,
"beginner": 0.25774386525154114,
"expert": 0.40486380457878113
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.