row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
38,849 | j'ai cette page php :
<?php
use DB\DataBaseManager;
$manager = new DataBaseManager();
$artistDB = $manager->getArtistDB();
$liste_artistes = $artistDB->findAll();
$pageSize = 10;
$page = isset($_GET['page']) ? intval($_GET['page']) : 1;
$offset = ($page - 1) * $pageSize;
$sonDB = $manager->getSonDB();
$liste_sons ... | 70a03bb22d3a54df3bdd93980cb7012a | {
"intermediate": 0.3754093050956726,
"beginner": 0.42614346742630005,
"expert": 0.19844721257686615
} |
38,850 | voici de l'html :
<aside>
<div class="left">
<a href="index.php?action=accueil" class="btn-retour">
<svg width="26" height="16" viewBox="0 0 26 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.22816 1.73682L2.00009 7.96489M2.00009 7.96489L8.22816 14.193M2... | f0e2aea8d79cceea26bb5d72ab681c80 | {
"intermediate": 0.39427080750465393,
"beginner": 0.40862026810646057,
"expert": 0.1971088945865631
} |
38,851 | Please explain what types of neural network Stable Diffusion is. Then explain in simple language how each part of Stable Diffusion work | f9fb4e9641558bb3f9fd49aca7c972a1 | {
"intermediate": 0.08891284465789795,
"beginner": 0.05070960521697998,
"expert": 0.8603775501251221
} |
38,852 | spots = np.array([[2,3,4,5,6,7], # имя переменной spots по-английски значит «пятна»
[3,4,5,6,7,8],
[4,5,6,7,8,9],
[5,6,7,8,9,10],
[6,7,8,9,10,11],
[7,8,9,10,11,12]])
spot_counts = {}
for i in range(0, 6):
for j in range(0, 6):
if spots[i][j] not in spot_counts.keys():
... | bd6aaa420db7e3f3adcb2790f0584dd3 | {
"intermediate": 0.34849902987480164,
"beginner": 0.3802306354045868,
"expert": 0.2712703347206116
} |
38,853 | Write simple diffusion neural network on Java which generates 16x16 images. Don't use external libraries. Provide two functions: train on images from "dataset/" dir and generate images and save to "output/" dir | 2781ffa3cdccadf84201b088b7d5cc82 | {
"intermediate": 0.3312258720397949,
"beginner": 0.10935670137405396,
"expert": 0.5594173669815063
} |
38,854 | hi | ade8ebae04247cecdd914228f4db42ea | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
38,855 | i cant import import azure.ai.vision as sdk | fd0bd6c8326dec210b1bf0ea9989fd82 | {
"intermediate": 0.42069050669670105,
"beginner": 0.2717878520488739,
"expert": 0.30752167105674744
} |
38,856 | Write Python script which copy png images from "input/" dir to "output/" dir with removing all duplicates | 81587f2bdb4b6ba1c02544e464124e28 | {
"intermediate": 0.4270631670951843,
"beginner": 0.17492642998695374,
"expert": 0.39801034331321716
} |
38,857 | can u change the folder to dynamic detect C:\Users\ADAM7\Desktop\Projects_demo\03_ocr\output like in this code can only work for 1_output only into excel... : import os
import azure.ai.vision as sdk
import openpyxl
from openpyxl.styles import Font, PatternFill
from openpyxl.utils import get_column_letter
import os
# E... | 251f13ad38762598435a012cb4ff313d | {
"intermediate": 0.37814244627952576,
"beginner": 0.3995683193206787,
"expert": 0.22228921949863434
} |
38,858 | There is Python code for copy pictures and remove duplicates. This code doesn't work well with image hash. Please rewrite it using 90% image equation criteria
import os
from PIL import Image
import hashlib
import shutil
# Define the input and output directories
input_dir = 'input/'
output_dir = 'output/'
# Create th... | f2dcdc15bad90fb9a7bc30b8acdc140c | {
"intermediate": 0.596537172794342,
"beginner": 0.18203042447566986,
"expert": 0.22143235802650452
} |
38,859 | 1
ANNEXURE 1
Regulation for B.Tech, 2019
2
The A. P. J. Abdul Kalam Technological University Academic Regulations for B. Tech,
2019
This may be called the A. P. J. Abdul Kalam Technological University Academic Regulations
for B. Tech, 2019. These are subject to the provisions of the APJ Abdul Kalam Technologic... | feb1dad7ae28a1ff72e397237a50e9af | {
"intermediate": 0.39992472529411316,
"beginner": 0.31012094020843506,
"expert": 0.2899543046951294
} |
38,860 | hello | 11b7b0ee94be23de55bcb05793047d18 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
38,861 | Best industrial mods for Minecraft 1.19.2 ? | 57eaaf9350f8c4df516173555bbd6ae7 | {
"intermediate": 0.3340262174606323,
"beginner": 0.35626572370529175,
"expert": 0.30970802903175354
} |
38,862 | Write Python script to record speech from mic and recognize it to russian text. At beginning pressing enter for start audio capture and second press enter for stop capturing. Avoid errors in your Python script | 1e75306b574a00af5be2bcb91c536024 | {
"intermediate": 0.29670584201812744,
"beginner": 0.14517606794834137,
"expert": 0.5581180453300476
} |
38,863 | Give me example of simple connection of two Python scripts by ip address and port. It support transmit packets of data. Simplify code as possible | 30d0db7c859604971f6a5a9da8d88682 | {
"intermediate": 0.5202741622924805,
"beginner": 0.1859503984451294,
"expert": 0.2937754988670349
} |
38,864 | Give me example of simple connection of two Python scripts by ip address and port. It support transmit packets of data. Simplify code as possible | 65793bfc7d97640adcbaa6c45ca02d0e | {
"intermediate": 0.5202741622924805,
"beginner": 0.1859503984451294,
"expert": 0.2937754988670349
} |
38,865 | help me solve so it crops the found text so you see the full width of the original picture but the height of the found pattern
import cv2
import pytesseract
import re
# Load image and convert to grayscale
image = cv2.imread("vavavav.png")
gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
text = pytesseract.image_to_stri... | 5a52d4430b82d90b83ed44dfc07f4f97 | {
"intermediate": 0.6163522005081177,
"beginner": 0.20712262392044067,
"expert": 0.17652513086795807
} |
38,866 | Make me a snake game on python with these features: score, high score, png background, fail and eat sound, background music, difficulty selector at launch, control by arrow keys | 29070dee64dbf343fe469101deb290a1 | {
"intermediate": 0.4233395457267761,
"beginner": 0.22332298755645752,
"expert": 0.35333743691444397
} |
38,867 | hi | 79459bad991c0634de8150da7ea409e4 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
38,868 | load vgg model .h5 | 0fb3b7e77eb67a103b61fc617d2eb255 | {
"intermediate": 0.2689974904060364,
"beginner": 0.26386070251464844,
"expert": 0.4671418368816376
} |
38,869 | j'ai un fichier php :
<?php
use DB\DataBaseManager;
$manager = new DataBaseManager();
$artistDB = $manager->getArtistDB();
$liste_artistes = $artistDB->findAll();
$pageSize = 10;
$page = isset($_GET['page']) ? intval($_GET['page']) : 1;
$offset = ($page - 1) * $pageSize;
$sonDB = $manager->getSonDB();
$liste_sons ... | 99ce186065fa3bb51764ca8235412615 | {
"intermediate": 0.3738286793231964,
"beginner": 0.41830480098724365,
"expert": 0.20786650478839874
} |
38,870 | I am trying to check if my prompt works in achieving a certain output with an LLM consistently.
I am giving it input in this format -
"Person A": {
"address": "2233 South Pard Rd, Chicago, IL, 22002",
"name": {"first_name": "Terrance", "middle_name": "Allen", "last_name": "Parker", "suffix": ""},
"s... | c29125f0d5974d5c65a532c9dd7101a5 | {
"intermediate": 0.4085562229156494,
"beginner": 0.236870676279068,
"expert": 0.35457316040992737
} |
38,871 | Hi! | 0e77a28448e68fe3e6ccbfa5c47a2f07 | {
"intermediate": 0.3230988085269928,
"beginner": 0.2665199935436249,
"expert": 0.4103812277317047
} |
38,872 | Hi! | 43c44dd7496f45fcf315333c4dc76fd3 | {
"intermediate": 0.3230988085269928,
"beginner": 0.2665199935436249,
"expert": 0.4103812277317047
} |
38,873 | class Question(db.Model):
id = db.Column(db.Integer, primary_key=True)
title = db.Column(db.String(120))
questionType = db.Column(db.String(120))
questionnaire_id = db.Column(db.Integer, db.ForeignKey('questionnaire.id'))
reponse = db.Column(db.String(120))
questionnaire = db.relationship("Quest... | 0d51a68942fce86bb49c3644ef847c6f | {
"intermediate": 0.3319614827632904,
"beginner": 0.4930266737937927,
"expert": 0.17501188814640045
} |
38,874 | Could you tell me why I am getting failed to fetch data from soap service?
C:\Users\Ninja\Downloads\StepsForSFDLOADER>python test2.py
Request:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="ht... | 8a50bd6293e37ce1263109a8ddad70b4 | {
"intermediate": 0.43865764141082764,
"beginner": 0.361091673374176,
"expert": 0.20025068521499634
} |
38,875 | I'm looking for automatic image contrast algorithms - not histogram equalization. | 9b23abe2c2403dd32117ddf845d21944 | {
"intermediate": 0.08808968216180801,
"beginner": 0.07413920760154724,
"expert": 0.8377711176872253
} |
38,876 | Please help me find and fix mistake in Python script for speech recognition. Script records only first 10 seconds of mic:
import sounddevice as sd
from scipy.io.wavfile import write
import speech_recognition as sr
import os
# Function to record audio
def record_audio(filename):
fs = 44100 # Sample rate
print... | 4542e3acd68cf8270831eb025e35f38c | {
"intermediate": 0.5233471393585205,
"beginner": 0.19548159837722778,
"expert": 0.2811713218688965
} |
38,877 | Please help to find and fix mistake in Python code:
import sounddevice as sd
from scipy.io.wavfile import write
import speech_recognition as sr
import os
import threading
# Function to record audio
def record_audio(filename):
fs = 44100 # Sample rate
print('Recording… Press Enter to stop.')
# Start reco... | c9cb4bc46520a47126276529eb75b18d | {
"intermediate": 0.368743896484375,
"beginner": 0.39635205268859863,
"expert": 0.23490409553050995
} |
38,878 | Declare a number to infinity in python | 8b280aaa9d5b824cd912c763716c16d5 | {
"intermediate": 0.3230821490287781,
"beginner": 0.33428001403808594,
"expert": 0.3426378667354584
} |
38,879 | How to redirect sound from output device directly to input device microphone in Windows ? | bed630d19799d3ae430106b9445bec2d | {
"intermediate": 0.27542033791542053,
"beginner": 0.2118593454360962,
"expert": 0.5127202868461609
} |
38,880 | Write Python script to send ChatGPT request with button in HTML form and print response in real time:
URL: https://huggingface.co/spaces/yuntian-deng/ChatGPT4
HTML page source:
<!DOCTYPE html>
<html class="">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, us... | 35e771af32c98e9a619eb82019854ad4 | {
"intermediate": 0.3118627667427063,
"beginner": 0.40449976921081543,
"expert": 0.28363746404647827
} |
38,881 | this is in a worker.js file
let wasmbuffers;
let wasmmodule = () => {
const Module = { repeater: 0 };
Module.decodeBlendInternal = blended => {
const startTime = performance.now();
const extra = new Uint8Array(blended);
Module.asm.j(24, 132);
const pos = Module.asm.j(228, 132)... | ee7954c8087a63643992ff156c0c3959 | {
"intermediate": 0.36863669753074646,
"beginner": 0.35550209879875183,
"expert": 0.2758611738681793
} |
38,882 | Write Python script to load webpage like in browser and parse some data after full loaded page | e084889cedd2c7fe6f27a7394fb6c4ea | {
"intermediate": 0.5785071849822998,
"beginner": 0.14480404555797577,
"expert": 0.2766887843608856
} |
38,883 | Can I define model temperature in a prompt>? | c4b705bd24fb7c5e2e73d102e14ac0cd | {
"intermediate": 0.4170985817909241,
"beginner": 0.2603445053100586,
"expert": 0.3225569427013397
} |
38,884 | If i want to learn anything or any subject how i can use chatgpt for it? | f302e4edffaeb930e5d463f13db9b7a3 | {
"intermediate": 0.4108477532863617,
"beginner": 0.15855200588703156,
"expert": 0.43060028553009033
} |
38,885 | Give me some logo names I can use in quasar / vue that looks like subsites or subsiting or routing. Like icon="" values that represent subsiting | 89a794dbf50d0a13fd5b32123a56fd12 | {
"intermediate": 0.544285237789154,
"beginner": 0.07889578491449356,
"expert": 0.3768189251422882
} |
38,886 | Write processing code that detects the series of 4 numbers in this array.
int [] row = {5, 5, 5, 1, 1, 1, 1}; | ea776f2b8401538cfb50a601aded84d9 | {
"intermediate": 0.49816879630088806,
"beginner": 0.1284961700439453,
"expert": 0.37333497405052185
} |
38,887 | can we design date based self destruction macro in excel file to delete macro? | d6573d6ffdc87c33b5d8e658fde57a55 | {
"intermediate": 0.3237954378128052,
"beginner": 0.14145031571388245,
"expert": 0.5347542762756348
} |
38,888 | i have this script '@app.post('/process_image', response_class=HTMLResponse, status_code=200)
async def process_image(request: Request, file: UploadFile = File(...)):
try:
image_contents = await file.read()
image = Image.open(io.BytesIO(image_contents))
image_array = np.array(image)
... | 5c4a095c94f73f2c069ffd07b184f2a6 | {
"intermediate": 0.3082422614097595,
"beginner": 0.41825830936431885,
"expert": 0.27349939942359924
} |
38,889 | optimise tis "# FastAPI endpoint for processing images
@app.post('/process_image', response_class=HTMLResponse, status_code=200)
async def process_image(request: Request, file: UploadFile = File(...)):
try:
image_contents = await file.read()
image = Image.open(io.BytesIO(image_contents))
ima... | ded21fc765e24c0562688ea5bb2f75f5 | {
"intermediate": 0.2997872829437256,
"beginner": 0.5223743319511414,
"expert": 0.17783838510513306
} |
38,890 | Are you able to analyze a database? | d89383ba802b6c3b2ec8d857d6a701db | {
"intermediate": 0.2982984185218811,
"beginner": 0.3545020818710327,
"expert": 0.3471994996070862
} |
38,891 | I need your help to generate more examples like this - “Person A”: {
“address”: “1456 East 52nd Street, New York, NY, 10022”,
“name”: {“first_name”: “Maria”, “middle_name”: “Elizabeth”, “last_name”: “Fernandez”, “suffix”: “”},
“ssn”: “234-56-7890”,
“dob”: “1985-07-23”
},
“Person B”: {
“address”: “1456 East 52nd Street,... | 94385c31d4995f17dd8d576cb33dc36c | {
"intermediate": 0.3166290521621704,
"beginner": 0.3702267110347748,
"expert": 0.3131442666053772
} |
38,892 | Can you explain what the shufps x86 instruction does and how to call it? | 2e8ef40c2f46c9b0e510dc29601e1678 | {
"intermediate": 0.34344738721847534,
"beginner": 0.13876987993717194,
"expert": 0.5177826881408691
} |
38,893 | Flip System.out.printf("%d\t%d\t%s\t%s\t\t%d\t\t%s\t\t%d\t\t%s\n", and System.out.println("X\tCount\tEm Prob\tP(X)\t\tCount(500)\tEm Prob(500)\tCount(10000)\tEm Prob(10000)");
import java.text.DecimalFormat;
import java.util.Random;
public class MyProgram
{
public static void main(String[] args)
{
int ... | 181f57077952d8e0d5ee2358a4900c72 | {
"intermediate": 0.231955423951149,
"beginner": 0.5082074403762817,
"expert": 0.25983718037605286
} |
38,894 | Flip System.out.printf("%d\t%d\t%s\t%s\t\t%d\t\t%s\t\t%d\t\t%s\n", and System.out.println("X\tCount\tEm Prob\tP(X)\t\tCount(500)\tEm Prob(500)\tCount(10000)\tEm Prob(10000)") so the output looks like
X 2 3 4 5 6 7 8 9 10 11 12
Count
EmProb
P(X)
Count(500)
EmProb(500)
Count(10000)
EmProb(10000)
import java.... | ee22d3b49369fa74d407f2ec381426d4 | {
"intermediate": 0.21299861371517181,
"beginner": 0.5604082345962524,
"expert": 0.22659312188625336
} |
38,895 | np.where | c239cfe831a3a17c6e02918ea2b521d1 | {
"intermediate": 0.24464359879493713,
"beginner": 0.3696359694004059,
"expert": 0.385720431804657
} |
38,896 | Fix my code to output like this. Count is how many rolls resulted in a sum of the X amount
Em Prob is the empirical probability from that simulation (count / numberRolled)
P(X) is the theoretical probability:
2 Die Simulator
Theoretial Probability of rolling two die:
X 2 3 4 5 ... | 8d639b715e27d2493874bf83ba364717 | {
"intermediate": 0.25586432218551636,
"beginner": 0.5288344621658325,
"expert": 0.2153012901544571
} |
38,897 | Fix my code to output like this. Count is how many rolls resulted in a sum of the X amount
Em Prob is the empirical probability from that simulation (count / numberRolled)
P(X) is the theoretical probability:
2 Die Simulator
Theoretial Probability of rolling two die:
X 2 3 4 5 ... | 05dd705220df8ff7de2585f931194229 | {
"intermediate": 0.23819315433502197,
"beginner": 0.5552411079406738,
"expert": 0.2065657377243042
} |
38,898 | Please explain in easy terms why this code doesnt work:
#include <stdio.h>
void swap(int a, int b);
int main(void)
{
int x = 1;
int y = 2;
printf("x is %i, y is %i\n", x, y);
swap(x, y);
printf("x is %i, y is %i\n", x, y);
}
void swap(int a, int b)
{
int tmp = a;
a = b;
b = tmp;
} | 9a4b3d38ab25efe3340841b2a8e4724f | {
"intermediate": 0.30696552991867065,
"beginner": 0.5897842645645142,
"expert": 0.10325020551681519
} |
38,899 | Fix my code to not use:
%-10d, %-10.4f or printf
import java.text.DecimalFormat;
import java.util.Random;
public class MyProgram {
public static void main(String[] args) {
int[] rollCounts36 = simulateDiceRolls(36);
int[] rollCounts500 = simulateDiceRolls(500);
int[] rollCounts10000 = simu... | f28fa24ad809faa8575320a13079bd51 | {
"intermediate": 0.3629794418811798,
"beginner": 0.42204782366752625,
"expert": 0.21497276425361633
} |
38,900 | Fix my code to not use:
%-10d, %-10.4f , printf , %-10s, or String format
import java.text.DecimalFormat;
import java.util.Random;
public class MyProgram {
public static void main(String[] args) {
int[] rollCounts36 = simulateDiceRolls(36);
int[] rollCounts500 = simulateDiceRolls(500);
int... | 10aaefd781ccd64d8479ecb5d73b01e9 | {
"intermediate": 0.3492066562175751,
"beginner": 0.46447333693504333,
"expert": 0.1863199770450592
} |
38,901 | Fix my code to not use:
%-10d, %-10.4f , printf , %-10s, or String format or “%-” or “s” or s or StringBuilder
import java.text.DecimalFormat;
import java.util.Random;
public class MyProgram {
public static void main(String[] args) {
int[] rollCounts36 = simulateDiceRolls(36);
int[] rollCounts500... | 3c9d2295f8e94de5ebfdbe21aeb1175d | {
"intermediate": 0.3483589291572571,
"beginner": 0.44126996397972107,
"expert": 0.21037106215953827
} |
38,902 | pub fn read_bed(file: &PathBuf) -> Result<(), Error> {
let mut f = File::open(file)?;
let mut contents = String::new();
f.read_to_string(&mut contents)?;
let mut mapper: HashMap<String, String> = HashMap::new();
contents.par_lines().filter_map(|line| {
let l = line;
let tokens = l.s... | 104b92c5a9237885de351bb9b28145ea | {
"intermediate": 0.49717265367507935,
"beginner": 0.41258376836776733,
"expert": 0.09024356305599213
} |
38,903 | how to move element using revit api using flask app | 827f87db84ac676ad7e91d0ea359693d | {
"intermediate": 0.8200573325157166,
"beginner": 0.08258520811796188,
"expert": 0.09735749661922455
} |
38,904 | message.alientvault.com | 2df92e2463a8dd67f5aa14a6c78a05da | {
"intermediate": 0.31660765409469604,
"beginner": 0.30255118012428284,
"expert": 0.3808411657810211
} |
38,905 | // main.js
import { generate_password } from './static/wasm.js';
const websiteInput = document.getElementById('website');
const emailInput = document.getElementById('email');
const keyInput = document.getElementById('key');
const copyButton = document.getElementById('copy-password'); // Updated ID
// Function to get... | ed5ce3eff98720adb3976918aa696130 | {
"intermediate": 0.5010361671447754,
"beginner": 0.253833144903183,
"expert": 0.24513065814971924
} |
38,906 | // lib.rs
// Compile with "wasm-pack build --target web --out-name wasm --out-dir ./static"
use sha2::{Digest, Sha256};
use wasm_bindgen::prelude::*;
// GENERATE_PASSWORD FUNCTION: TAKES EMAIL, WEBSITE, AND KEY AS INPUT AND RETURNS A PASSWORD
#[wasm_bindgen]
pub fn generate_password(email: &str, website: &str, key: ... | ff93189928b7440d56604157373bc150 | {
"intermediate": 0.2985728085041046,
"beginner": 0.5694890022277832,
"expert": 0.13193809986114502
} |
38,907 | Please help me to restore wireless internet connection in Linux Debian. It broken after update. I know it is some problem with linux-headers. I don't know what network manager in use. I always used networking service to restart connection | c1a4009c168dfd91d9c2cc24f55cc148 | {
"intermediate": 0.44612249732017517,
"beginner": 0.29000839591026306,
"expert": 0.26386910676956177
} |
38,908 | // main.js
import { generate_password } from './static/wasm.js';
const websiteInput = document.getElementById('website');
const emailInput = document.getElementById('email');
const keyInput = document.getElementById('key');
const copyButton = document.getElementById('copy-password'); // Updated ID
// Function to get... | b06104b31888f0f786ed348223d18958 | {
"intermediate": 0.4400184154510498,
"beginner": 0.36735624074935913,
"expert": 0.19262532889842987
} |
38,909 | You are an accessibility expert. Here is the accessibility bug we found:
Screen reader announce the same name as "sjekk din pris" under two different sections.
Suggest an issue category for same. | 6f4348895663368a5a3118db16ea0f73 | {
"intermediate": 0.18985526263713837,
"beginner": 0.4557926654815674,
"expert": 0.35435205698013306
} |
38,910 | // main.js
import { generate_password } from './static/wasm.js';
const websiteInput = document.getElementById('website');
const emailInput = document.getElementById('email');
const keyInput = document.getElementById('key');
const copyButton = document.getElementById('copy-password'); // Updated ID
// Function to get... | a8d7be4f7aad18a4cc403fe61d72399e | {
"intermediate": 0.4381813704967499,
"beginner": 0.3695926070213318,
"expert": 0.1922260820865631
} |
38,911 | What's EINVAL error for recv function? | 560b50a343b1e21194b94e2620f10a02 | {
"intermediate": 0.38185203075408936,
"beginner": 0.28371429443359375,
"expert": 0.3344336748123169
} |
38,912 | make so if it detects any like pris or ---- then skip it:
while ((match = regex.exec(parsedText)) !== null) {
parsedText = parsedText.replace(match[0], '');
newparsedText = parsedText.slice(0, match.index);
if (match[1] !== " Pris " && match[1] !== " --- ") {
new_products.push({
... | d5ffe05055c9d737f2f9b2a15b59ad3d | {
"intermediate": 0.40324121713638306,
"beginner": 0.23916515707969666,
"expert": 0.3575936555862427
} |
38,913 | make so it wont render the last data:
while ((match = regex.exec(parsedText)) !== null) {
parsedText = parsedText.replace(match[0], '');
newparsedText = parsedText.slice(0, match.index);
const prisText = match[1].replace(/<[^>]*>?/gm, '').trim();
//find snippets in a string like eBay","snip... | e22767ded61b7ed70cac932fd22994b6 | {
"intermediate": 0.43751922249794006,
"beginner": 0.3240355849266052,
"expert": 0.2384452074766159
} |
38,914 | if an audio is on a=440 and the whole thing is C. if i slow it down with percentages, how much do i for every semitones in percent until -100% | dc2485eabe8abbb71d8c9992c84811de | {
"intermediate": 0.24055489897727966,
"beginner": 0.4898971617221832,
"expert": 0.2695479393005371
} |
38,915 | Is this code correct num = int(input())
sum = 0
for i in range(num, 11):
if num % 2 == 0:
sum += num
if sum % 2 == 0:
print("YES")
else:
print("NO") | 7cd3152af31c94c030ee10389bdbb583 | {
"intermediate": 0.1588667780160904,
"beginner": 0.7274436354637146,
"expert": 0.1136896014213562
} |
38,916 | quilt_loader: Quilt Loader 0.20.0-beta.4
quilt_networking: Quilt Networking 1.1.0-beta.26+1.18.2
quilt_recipe: Quilt Recipe API 1.1.0-beta.26+1.18.2
quilt_registry: Quilt Registry API 1.1.0-beta.26+1.18.2
quilt_registry_entry_attachments: Quilt Registry Entry Attachments 1.1.0-beta.26+1.18.2
quilt_resource_lo... | 5fb5657e06c14849fe6c631ea7a00b89 | {
"intermediate": 0.34297698736190796,
"beginner": 0.4261091649532318,
"expert": 0.230913907289505
} |
38,917 | hi | 8acb614a77db1729b2c227494eb85ff8 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
38,918 | File "C:\Users\AME\AppData\Local\Programs\Python\Python311\Lib\site-packages\bs4\__init__.py", line 328, in __init__
for (self.markup, self.original_encoding, self.declared_html_encoding,
File "C:\Users\AME\AppData\Local\Programs\Python\Python311\Lib\site-packages\bs4\builder\_htmlparser.py", line 361, in prepare... | 29c113f65d0b36c3ed0d38e93e5027de | {
"intermediate": 0.463906466960907,
"beginner": 0.2771773934364319,
"expert": 0.25891610980033875
} |
38,919 | File "c:\Users\AME\Documents\PriceChecker-master\discogs-master\dist\vinyl-price-suggester-main\VinylPrices\tuner\Jobb_server_server\Cleanup\get_pictures.py", line 128, in get_images
url = soup.a["href"]
~~~~~~^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
['https://www.ebay.com/p/96897245',... | fc6306bd3e77018dc9669b305b5cd806 | {
"intermediate": 0.5151883959770203,
"beginner": 0.28012362122535706,
"expert": 0.20468798279762268
} |
38,920 | Привет! Я хочу добавить в свой бот некоторые функции. Первая - количество использований "Замены фона" в личном кабинете пользователя. При этом должно быть 2 разных строки: "Количество замен с общими фонами" и "Количество замен с личными фонами"
Вот код моего бота:
import asyncio
from io import BytesIO
from PIL import I... | e99a03f532a018c90795a220c8a76f34 | {
"intermediate": 0.3354271948337555,
"beginner": 0.5972244739532471,
"expert": 0.06734836101531982
} |
38,921 | Hi, currently this script performs OCR based on the image_paths which is great , the file location of all has C:\Users\ADAM7\Desktop\Projects_demo\03_ocr\output\1_output which only works for 1_output. I want it to cater to all other folders in the location C:\Users\ADAM7\Desktop\Projects_demo\03_ocr\output such as 2_ou... | 52b4a91cce2b5778d35472863841a9a9 | {
"intermediate": 0.43323948979377747,
"beginner": 0.3372000455856323,
"expert": 0.2295604646205902
} |
38,922 | как работает этот кусок кода
public static void CallExternalProcess(string processPath, string arguments)
{
Process myProcess = new Process();
myProcess.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
myProcess.StartInfo.CreateNoWindow = true;
myProcess.StartInfo.UseShellExecute ... | 1633b519054c163b60e211b5c1707742 | {
"intermediate": 0.40021708607673645,
"beginner": 0.341139018535614,
"expert": 0.25864389538764954
} |
38,923 | write adaptive header with logo img and 3 links menu, when screen is smaller than 550px make only logo and hamburger icon, with menu when icon clicked. use only html and css | a97fa2bc479721f6d6ea935be798125f | {
"intermediate": 0.3871655762195587,
"beginner": 0.287141889333725,
"expert": 0.3256925046443939
} |
38,924 | Помоги решить ошибку в коде: ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-69' coro=<Dispatcher._process_polling_updates() done, defined at C:\Users\Аскар\PycharmProjects\smena tt\.venv\Lib\site-packages\aiogram\dispatcher\dispatcher.py:407> exception=TypeError('tuple indices must b... | 8694597e1e15bd360db47b0974b5df5b | {
"intermediate": 0.39033517241477966,
"beginner": 0.4141954481601715,
"expert": 0.1954694390296936
} |
38,925 | Помоги решить ошибку: ERROR:asyncio:Task exception was never retrieved
future: <Task finished name='Task-99' coro=<Dispatcher._process_polling_updates() done, defined at C:\Users\Аскар\PycharmProjects\smena tt\.venv\Lib\site-packages\aiogram\dispatcher\dispatcher.py:407> exception=BadRequest('Invalid file_id')>
Traceba... | 568ee3e9718a7294e4cbff0babc599a0 | {
"intermediate": 0.3549785912036896,
"beginner": 0.4219400882720947,
"expert": 0.2230813205242157
} |
38,926 | Помоги решить проблему с тем, что личные фоны не удаляются из БД после использования. При этом они удаляются при использовании команд /ex и /clear. Вот код бота: import asyncio
from io import BytesIO
from PIL import Image, ImageFilter
import aiohttp
import time
from aiogram import Bot, Dispatcher, types, executor
from ... | 09a2aaa9ac7ab23336f5cf44e758eb05 | {
"intermediate": 0.47120505571365356,
"beginner": 0.3199944794178009,
"expert": 0.20880047976970673
} |
38,927 | Помоги решить проблему. Личные фоны не удаляются из базы после использования, а идут по кругу. Вот код:
@dp.message_handler(lambda message: message.text == "🖼 Замена фона")
async def on_change_background_button(message: types.Message):
process_message = await message.answer("*Фото обрабатываются, подождите\.\.\.*"... | 3805f461ce248fdae18615498d9a3c64 | {
"intermediate": 0.3076316714286804,
"beginner": 0.5657566785812378,
"expert": 0.12661170959472656
} |
38,928 | <?php
use DB\DataBaseManager;
$manager = new DataBaseManager();
$artistDB = $manager->getArtistDB();
$liste_artistes = $artistDB->findAll();
$pageSize = 10;
$page = isset($_GET['page']) ? intval($_GET['page']) : 1;
$offset = ($page - 1) * $pageSize;
$sonDB = $manager->getSonDB();
$liste_sons = $sonDB->findAll($offs... | 9c3aa148987ee3ad78111b335ed0614e | {
"intermediate": 0.49464163184165955,
"beginner": 0.343176007270813,
"expert": 0.1621823012828827
} |
38,929 | hi | a0f569557313092546269576c01ad574 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
38,930 | Properties Graph Production Technology | 0f790674b753d25636f283460245eaeb | {
"intermediate": 0.31058403849601746,
"beginner": 0.30781155824661255,
"expert": 0.3816043734550476
} |
38,931 | I want to create auto resizing box according to text using After Effects Expressions, Text has Animator effects and I added margin option as well
but now with the following scripts I have an issue of anchor point does not follow the overall size with the margin. I want the anchor point to be locked on the bottom left c... | c74c050fb17d363f66ebef8086e48320 | {
"intermediate": 0.4344214200973511,
"beginner": 0.3495723009109497,
"expert": 0.21600627899169922
} |
38,932 | Hi GPT! Are you capable to answer a batch of questions? | f891df675018f07e36086e3e0c985910 | {
"intermediate": 0.37251996994018555,
"beginner": 0.20722907781600952,
"expert": 0.42025095224380493
} |
38,933 | how to make changes to game.progect file depending on the target platform for the bundle build (Defold engine) | 5ff10bf083760ef4ae52f315d462326d | {
"intermediate": 0.29404211044311523,
"beginner": 0.4028419852256775,
"expert": 0.30311593413352966
} |
38,934 | which titan did captain levi defeat in AoT | 1c8569901bb245fdb9576ee6c18625a3 | {
"intermediate": 0.3682348132133484,
"beginner": 0.2776166796684265,
"expert": 0.3541485667228699
} |
38,935 | I want to create auto resizing box according to text using After Effects Expressions, Text has an Animator effect and I want rectangle shape box to
follow it with keyframes, size and position values. In addition there is a margin option for box. The name of text layer is "text". | 8ecb5e0b706c7dc85c25ab060050a8bc | {
"intermediate": 0.43605706095695496,
"beginner": 0.2627842128276825,
"expert": 0.30115869641304016
} |
38,936 | stage.set_background("winter")
toby = codesters.Sprite("penguin", -200, -150)
green_present = codesters.Sprite("present7", -50, -200)
purple_present = codesters.Sprite("present6", 200, -150)
stage.wait(1)
toby.glide_to(-50, -200)
def collision(sprite, hit_sprite):
image = hit_sprite.get_image_name()
if ima... | c4a06be3b47417109cc499fd1739d691 | {
"intermediate": 0.4825142025947571,
"beginner": 0.27544599771499634,
"expert": 0.24203981459140778
} |
38,937 | write a script for adaptive AI on unity. Use Navicat Mesh Agent but don't use ML-Agents. | 2c6a52f0882677bf7713604c85191ce4 | {
"intermediate": 0.2909155488014221,
"beginner": 0.10963635891675949,
"expert": 0.5994481444358826
} |
38,938 | i need you to update my code, for the below requirement:
In this graph, edges between transistor 'device nodes' and 'net nodes' may have more than one edges.
in such cases their may be a overlap of two edges is occured, to avoid the the overlapping, we need to adjust edge positions if multiple edges exist between the s... | 7edc59e466b427287f3f2631d7bc49d8 | {
"intermediate": 0.3460829555988312,
"beginner": 0.21535378694534302,
"expert": 0.4385632872581482
} |
38,940 | defold engine pixel perfect android render tips | de13c458e86116787ba5d1f9c953448d | {
"intermediate": 0.29362890124320984,
"beginner": 0.2520730197429657,
"expert": 0.45429810881614685
} |
38,941 | This javascript function is giving an error - function handleBetClick() {
// Deduct 5 from the purse variable
purse -= 5;
// Assuming you have a reference to the parent div element and the labels/buttons you want to remove
var parentDiv = document.getElementById('results'); // Get reference to the parent div
... | 04a79e97af826c0624bafeb853d4c9ac | {
"intermediate": 0.43000900745391846,
"beginner": 0.40455755591392517,
"expert": 0.16543348133563995
} |
38,942 | In this javascript I want to add 10 to the variable purse if chosenColor = markerName at the end of the animation - var map = L.map("map").setView(
[51.30972224688452, -0.2523653990087098],
16
);
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
attribution: "© OpenStreetMap contributors",... | 29dfac2f03cc03b0035d9dd9b784a7d1 | {
"intermediate": 0.31802743673324585,
"beginner": 0.48432350158691406,
"expert": 0.19764912128448486
} |
38,943 | Make an function in processing that'll detect if there is a series of 4 numbers in a row basically a connect 4 win checker.
use this array.
int [] r = {5, 5, 5, 1, 1, 1, 1}; | 189ce961461a6c7aafc0a39a536cac88 | {
"intermediate": 0.355570912361145,
"beginner": 0.1882389932870865,
"expert": 0.4561900496482849
} |
38,944 | why does this javascript give the error that chosenColor is not defined - var map = L.map("map").setView(
[51.30972224688452, -0.2523653990087098],
16
);
L.tileLayer("https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png", {
attribution: "© OpenStreetMap contributors",
}).addTo(map);
var coordinates = [
[... | 0fa3a3b1a90a58ccfb20531616785081 | {
"intermediate": 0.306641548871994,
"beginner": 0.4022301435470581,
"expert": 0.2911282777786255
} |
38,945 | get screen size Defold engine android build | 9916195cbe3939fd02462d78eaf59450 | {
"intermediate": 0.3853502869606018,
"beginner": 0.2127329260110855,
"expert": 0.4019167721271515
} |
38,946 | I am trying out a few examples to see how my model performs. I need your help to generate more examples like this. The examples must be pairs of people and you can make slight variations to the formatting of ssn and dob
Person 1: {
"address": "1701 Enterprise Rd, Starfleet, CA, 94101",
"name": {"first_name":... | 1b12036ece79f9897e2dcd72d7561466 | {
"intermediate": 0.34754276275634766,
"beginner": 0.33940815925598145,
"expert": 0.3130490779876709
} |
38,947 | get screen size in pixels on android platform Defold engine | 4ed268cbcd7481016b5e233dadb99091 | {
"intermediate": 0.38436463475227356,
"beginner": 0.20589454472064972,
"expert": 0.4097408354282379
} |
38,948 | I am trying to prompt an llm model. In doing so, I want the model to compare two people whose information would be provided in this format -
Person 1:
{
“address”: “42 Galactic Hwy, Vogon, GD, 00101”,
“name”: {“first_name”: “Arthur”, “middle_name”: “Philip”, “last_name”: “Dent”},
“ssn”: “987-65-4320”,
“dob”: ... | 323f455db7dbf66ef3fd297ca97ba0f2 | {
"intermediate": 0.2933148443698883,
"beginner": 0.2192983627319336,
"expert": 0.4873868525028229
} |
38,949 | Can you help me improve this such that the model does not output any false positives or false negatives -
Middle Name: Score 1 for matching initials. Else assign a score of 0. | 7998bf48737202dd180c7be79884c087 | {
"intermediate": 0.18802359700202942,
"beginner": 0.14422543346881866,
"expert": 0.6677509546279907
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.