row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
5,221
make me an executable program code in C. a program of a window consisting 60 to 60 square blocks each 20 pixels square big, that can turn black or white when i click on them, or click and drag them
8b7e613976a4d844793a41da5763e1bd
{ "intermediate": 0.4293473958969116, "beginner": 0.23671157658100128, "expert": 0.3339410126209259 }
5,222
who are you?
a151637a36d449a6c7c731143a962a59
{ "intermediate": 0.4095822274684906, "beginner": 0.25522953271865845, "expert": 0.33518823981285095 }
5,223
import logging from telegram import Update from telegram.ext import Updater, CommandHandler, MessageHandler, filters, CallbackContext # Enable logging logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', level=logging.INFO) # Define the callback function for /start command def start(upda...
70a7f6c981ad40d1fdc608b252fe5646
{ "intermediate": 0.47176143527030945, "beginner": 0.3268417716026306, "expert": 0.2013968676328659 }
5,224
what program can you write
429d1e9cc7a20434bb59018759c5daca
{ "intermediate": 0.2349824607372284, "beginner": 0.23707903921604156, "expert": 0.5279384851455688 }
5,225
покажи классификацию текста с помощью PyTorch + LSTM
9394a0eb9d6b4ad0d7ca5fb6f0546cd9
{ "intermediate": 0.29654547572135925, "beginner": 0.11538586020469666, "expert": 0.5880687236785889 }
5,226
make me an executable program code in C++. a program of a window consisting 60 to 60 square blocks each 20 pixels square big, that can turn black or white when i click on them, or click and drag them
5295ab5f0ba7097bacf4d643327bba24
{ "intermediate": 0.4706505537033081, "beginner": 0.21127672493457794, "expert": 0.31807273626327515 }
5,227
Please remember the code below preprocessing of the image. Here I remove unnecessary part of the image -
5e0cfd136eeb3f2a94fab42ac4153cf0
{ "intermediate": 0.2776307165622711, "beginner": 0.18931794166564941, "expert": 0.5330513715744019 }
5,228
write a python code which simulate the floatbaility of a boat in water for which only mass varies
c1c41474c3667074794ae8c76171da01
{ "intermediate": 0.23410925269126892, "beginner": 0.1490972638130188, "expert": 0.6167935132980347 }
5,229
import torch import torch.nn as nn import torch.optim as optim from torchtext.legacy.data import Field, TabularDataset, BucketIterator, Iterator #from torchtext.data import BucketIterator import pandas as pd 2 import torch.nn as nn 3 import torch.optim as optim ----> 4 from torchtext.legacy.data import Field, Tab...
bf6f1358dfe19607538f38d192990bdf
{ "intermediate": 0.38070935010910034, "beginner": 0.2855623662471771, "expert": 0.3337283432483673 }
5,230
@echo off color 0A :a Set /p comm=cmd~ %comm% Goto a
4e87ebfa844444974aaa02ce0e332ccc
{ "intermediate": 0.3305584192276001, "beginner": 0.3762845993041992, "expert": 0.29315701127052307 }
5,231
go?
0f736757b6b1776d2c6e1d6eb9041d0f
{ "intermediate": 0.3307446241378784, "beginner": 0.3497437834739685, "expert": 0.3195115625858307 }
5,232
Create a hacker themed batch file that is a menu that has a menu and 3 buttons, the menu says yellowstar520, the first button leads to a batch file and is labeled Commands, the next one is labeled Proxy and leads to https://navy.strangled.net, and the last one is labeled ... and plays a video.
0caf78298e2665be60dc9c283d10bb6b
{ "intermediate": 0.2946564853191376, "beginner": 0.27123451232910156, "expert": 0.4341089427471161 }
5,233
Can you add a restart option?
09273ff5beb0220d8388f56be4ad347a
{ "intermediate": 0.41391080617904663, "beginner": 0.18926458060741425, "expert": 0.3968246579170227 }
5,234
give me introduction about shell and tube heat exchanger
90bcfa255a46541770b99e9b15949861
{ "intermediate": 0.36876481771469116, "beginner": 0.36406612396240234, "expert": 0.2671690583229065 }
5,235
In this project, you will create a tool that will help a company print invoices and keep track of the total amount it has billed and the total amount it has discounted. Imagine the company has a regularly scheduled billing process. Perhaps every week, it prints invoices that it uses to communicate to the customer what ...
7ae9d0ba86173d0d5190ebfaeb254d43
{ "intermediate": 0.5003361701965332, "beginner": 0.223703533411026, "expert": 0.2759603261947632 }
5,236
can you code this project in C#: In this project, you will create a tool that will help a company print invoices and keep track of the total amount it has billed and the total amount it has discounted. Imagine the company has a regularly scheduled billing process. Perhaps every week, it prints invoices that it uses to ...
9ff1d412d5824f26ef0ffcacf89be4fa
{ "intermediate": 0.5823072791099548, "beginner": 0.1927027404308319, "expert": 0.22499001026153564 }
5,237
Evaluate the integral ∫10𝑥⎯⎯√𝑑𝑥=2/3 using Monte Carlo integration and 𝑃(𝑥)=1−𝑒−𝑎𝑥 . Find the value 𝑎 that minimizes the variance. Use Python.
8440d5bada73dd0c0ff1b0640c580835
{ "intermediate": 0.25649622082710266, "beginner": 0.22038862109184265, "expert": 0.5231151580810547 }
5,238
i have an interface CollegioVerbale { id: CollegioVerbaleID; idRicUdien: number; tipoMag: string; magistrato?: AnagraficaMagistratoCollegio; riserva: boolean; relatore: boolean; operatore: number; comparso: boolean; oggi: number; } write a function in typescript that cycles through ...
b8f030edd1df25c27bfb7b5765b82ff5
{ "intermediate": 0.2924175262451172, "beginner": 0.5808377861976624, "expert": 0.12674464285373688 }
5,239
You are professional programming assistant. How to implement IAsyncDisposable and IDisposable at the same time for C# class that holds two manager resources: MySqlConnection and MySqlTransaction. Each of that resources also implements IAsyncDisposable and IDisposable at the same time.
3dd8bc832452adadf3ddc67b5f35978f
{ "intermediate": 0.7062664031982422, "beginner": 0.16997617483139038, "expert": 0.12375741451978683 }
5,240
в этом коде надо сделать так, чтобы переменные uniforms.light.value.x и uniforms.light.value.y передавались во фрагментный шейдер с отставанием в 1 секунду код: let scene; let camera; let renderer; function scene_setup() { scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera(75, window.innerWidth / window...
eee78ef1bfddc7553495c5b066b1dde8
{ "intermediate": 0.37143605947494507, "beginner": 0.33228644728660583, "expert": 0.2962774336338043 }
5,241
Напиши код на pytorch +lstm, который классифицирует news_df = pd.DataFrame({ 'text': [ 'Американский депутат призвал запретить продажу трусов в красный цвет', 'В Москве откроется новый парк на месте автосалона Honda', 'Ожидается повышение температуры на 35 градусов в Техасе', 'Зарплаты в России вырастут в сре...
bd5c63b485c9b26afdf5a55f6f18db16
{ "intermediate": 0.3479423224925995, "beginner": 0.4520041346549988, "expert": 0.20005355775356293 }
5,242
Please explain this error: unresolved import `crate::bindings::flash_bots_uniswap_query` --> src/crossed_pair.rs:1:48 | 1 | use crate::{addresses::WETH_ADDRESS, bindings::flash_bots_uniswap_query::FlashBotsUniswapQuery}; | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `flas...
30942a0dcd4f000f6f2b5b92634b4b1c
{ "intermediate": 0.5393783450126648, "beginner": 0.28635990619659424, "expert": 0.17426173388957977 }
5,243
Can I have a vba code that checks if no cell in the sheet is selected and if so it then selcets the first empty cell in column b
d664b65eec102b503eccf378e251a142
{ "intermediate": 0.45816177129745483, "beginner": 0.10090263932943344, "expert": 0.4409356415271759 }
5,244
how to make div center
01091696adeafee2253cb4d4bf880d40
{ "intermediate": 0.27867788076400757, "beginner": 0.2775425910949707, "expert": 0.44377949833869934 }
5,245
can you dowload yt videos with python
1e840cbff752e2ddabf3374c98d78ba3
{ "intermediate": 0.3310321867465973, "beginner": 0.15846586227416992, "expert": 0.5105019807815552 }
5,246
Write my a Kafka client in Go
a4eeaaad4995ef9fb914c7cbd08fcc29
{ "intermediate": 0.5102180242538452, "beginner": 0.13786683976650238, "expert": 0.35191506147384644 }
5,247
Hello, lets create a antispam bot, using firebase as hosting, its ML as spam detector, db fore storing information. we will use dart language in android studio. my pubspec.yaml looks like this now: "name: ml_antispam_bot description: Antispam bot, that uses firebase ML to detect spam messages publish_to: 'none' version...
28d134495588be3c3e58051602dae1db
{ "intermediate": 0.3732624351978302, "beginner": 0.2947898209095001, "expert": 0.3319476842880249 }
5,248
what does this mean Traceback (most recent call last): File “C:\Users\elias\PycharmProjects\pythonProject1\main.py”, line 27, in <module> .input(audio_filepath) ^^^^^ AttributeError: module ‘ffmpeg’ has no attribute ‘input’ Process finished with exit code 1 for this code import os import requests from pytube impor...
83dafb540742d47815e6e685b658e37c
{ "intermediate": 0.6329640746116638, "beginner": 0.2208189070224762, "expert": 0.14621703326702118 }
5,249
import os import requests from pytube import YouTube import ffmpeg # Create object for the YouTube video yt = YouTube("https://www.youtube.com/watch?v=N_3j3gkY8JM&list=PLNFI79D7MYqPlOvLY1TqRKnZWCGKMIIGw&index=2") # Filter streams to get the audio and video streams, and select the first audio stream audio_stream = yt....
c5e4a758991274608eda45d4f1fcfc91
{ "intermediate": 0.5385635495185852, "beginner": 0.22100546956062317, "expert": 0.24043095111846924 }
5,250
Please convert the following c# code into the equivalent dart code:
6186908f8428e50febed540249069f3e
{ "intermediate": 0.3328748345375061, "beginner": 0.41849178075790405, "expert": 0.24863342940807343 }
5,251
How should I memorize this?
6f2f943bad6d400edd327fa6624fe651
{ "intermediate": 0.3002264201641083, "beginner": 0.4426858723163605, "expert": 0.25708767771720886 }
5,252
I need help writing metatrader 5 indicator
c2fe3c7f098909f1a195cb002de104f2
{ "intermediate": 0.26072362065315247, "beginner": 0.31316521763801575, "expert": 0.4261111319065094 }
5,253
how do i get all instances of chrome webdriver selenium in python?
83c9f8b1504d3c381cba958a444ef9dd
{ "intermediate": 0.5768095254898071, "beginner": 0.09860552102327347, "expert": 0.3245849013328552 }
5,254
The following code has a select url, can you please make it so it is set automatically to the url I say?
156ee79bceb605873a316c22ebf46562
{ "intermediate": 0.4281897246837616, "beginner": 0.18031814694404602, "expert": 0.39149209856987 }
5,255
write for me a open cv script that sets the mouse to the middle of the page, emulates scrolldown each scroll he is taking screenshot and analizing the picture in opencv when found the both team names on roughly the same Hight on the screen emulate a click on the button with the button string string the function will lo...
f5207c4562f664a819f7786599195f7f
{ "intermediate": 0.32028698921203613, "beginner": 0.3641490340232849, "expert": 0.31556394696235657 }
5,256
from pytube import YouTube #Create object for the YouTube video yt = YouTube("https://youtube.com/playlist?list=PLNFI79D7MYqPlOvLY1TqRKnZWCGKMIIGw") #Select the highest resolution video video = yt.streams.get_highest_resolution() #Download the video video.download (r"C:\Users\elias\PycharmProjects") how can i change...
90261c5e2952f785ee38acc756d009e5
{ "intermediate": 0.5160258412361145, "beginner": 0.218942329287529, "expert": 0.26503175497055054 }
5,257
generate the code for an ERC-20
2c2478d419c279f417a06bdfc9aa033e
{ "intermediate": 0.20627379417419434, "beginner": 0.16395911574363708, "expert": 0.6297670602798462 }
5,258
how can i make a music plailist downloaded based on the title of the album with python in the mp3 file type for example A DEMON IN 6LUE lil loaded music
bbc191a7db940a7bbbd36f301f377d66
{ "intermediate": 0.38964563608169556, "beginner": 0.09351503849029541, "expert": 0.516839325428009 }
5,259
Почему if (isset($_SESSION'logged')) Warning : Undefined array key "logged"
d940a191b16b0dc542bc3f91c4b44e17
{ "intermediate": 0.35802990198135376, "beginner": 0.3148961365222931, "expert": 0.32707396149635315 }
5,260
Compute the integral ∫10𝑥⎯⎯√𝑑𝑥=2/3 using Monte Carlo integration and 𝑃(𝑥)=1−𝑒−𝑎𝑥 . Find the value 𝑎 that minimizes the variance.
a29bee91aac9789ea659616eda28b3e3
{ "intermediate": 0.2047550082206726, "beginner": 0.14359252154827118, "expert": 0.651652455329895 }
5,261
please comment the lines of this code: please comment the lines of this rust code, and explain it: use itertools::Itertools; use std::sync::Arc; use crate::{ addresses::WETH_ADDRESS, bindings::{ flash_bots_uniswap_query::FlashBotsUniswapQuery, i_uniswap_v2_factory::IUniswapV2Factory, }, }; use ethe...
9b808b3ab82cff8eb8c5ab8fedd443f1
{ "intermediate": 0.5011444687843323, "beginner": 0.3813750445842743, "expert": 0.11748041957616806 }
5,262
from pytube import Playlist #Create object for the YouTube playlist pl = Playlist("https://youtube.com/playlist?list=PLNFI79D7MYqPlOvLY1TqRKnZWCGKMIIGw") #Loop through all the videos in the playlist and download them for video in pl.videos: video.streams.filter(only_audio=True).first().download(r"C:\Users\elias\P...
20557403200db250c1e8dc4864ad2593
{ "intermediate": 0.3974079191684723, "beginner": 0.22769244015216827, "expert": 0.37489959597587585 }
5,263
Write me an example code of an sqlite database implementation in react native
8960669485fdfaabf7a7e007dca59422
{ "intermediate": 0.8451457619667053, "beginner": 0.09216072410345078, "expert": 0.06269354373216629 }
5,264
i get this error : C:\Users\elias\PycharmProjects\pythonProject1\venv\Scripts\python.exe C:\Users\elias\PycharmProjects\pythonProject1\main.py Traceback (most recent call last): File "C:\Users\elias\AppData\Local\Programs\Python\Python311\Lib\urllib\request.py", line 1348, in do_open h.request(req.get_method(),...
c2fbf5b258c3834f3968a2a586576d03
{ "intermediate": 0.341301292181015, "beginner": 0.38153567910194397, "expert": 0.27716299891471863 }
5,265
how to download a yt playlist with python in mp3 format
5b3a6d42f4f5a4c914ef64710c125391
{ "intermediate": 0.3479502499103546, "beginner": 0.3078489303588867, "expert": 0.34420081973075867 }
5,266
make a python code that downloads yt music playlists with url
46e9b2df94d272331aad9786658bedb0
{ "intermediate": 0.44382205605506897, "beginner": 0.19911810755729675, "expert": 0.3570598065853119 }
5,267
do you have any mini project working on php?
ebbf415ced99e9efc90ba00f25749a7c
{ "intermediate": 0.40878748893737793, "beginner": 0.353767067193985, "expert": 0.23744545876979828 }
5,268
function [root, num_iterations] = bisection_method(f, xL, xU, tol) without any built in functions
a366637cab20470047fc1fa028d7e20e
{ "intermediate": 0.28268009424209595, "beginner": 0.44694551825523376, "expert": 0.2703743278980255 }
5,269
How to make chroot jail on mac os
e1ea23adcc67c3c1632b3e7a19566961
{ "intermediate": 0.3232930302619934, "beginner": 0.4117589592933655, "expert": 0.2649479806423187 }
5,270
в коде using System.Collections; using System.Collections.Generic; using UnityEngine; public class Enemy : MonoBehaviour { public int health = 5; public ParticleSystem deathEffect; public SpawnEnemy spawner; private bool dead; private void Die() { if (deathEffect != null && !dead) { ...
f7f5ba9b4716eb28f7050417b96738a1
{ "intermediate": 0.35525307059288025, "beginner": 0.4536287486553192, "expert": 0.19111819565296173 }
5,271
Given three vectors A , B and C of dimension n with elements of real numbers. Write an algorithm which finds if there are three numbers, one from each of the matrices (vectors) A , B and C , which sum to 0. a) Can you find an O(n^3) algorithm? b) Can you find an O(n^2*logn) algorithm? c)Can you find an O(n^2) algorithm...
77e027768a38c37fe2c7ea8f8812b364
{ "intermediate": 0.09087301790714264, "beginner": 0.07080163806676865, "expert": 0.8383253812789917 }
5,272
void Update() { if (!isEnabled) return; if (objectsList.Count < maxCount && Time.time >= nextSpawnTime) { if (totalCount < maxTotalCount) { Vector3 spawnPosition = transform.position + Random.onUnitSphere * spawnRadius; RaycastHit hit;...
29a7f8ebba3a6a61149559dbd5fa1340
{ "intermediate": 0.3820856213569641, "beginner": 0.4030095338821411, "expert": 0.2149048000574112 }
5,273
HI
f72d0eb5129a1f8f6076743b10b3fec0
{ "intermediate": 0.32988452911376953, "beginner": 0.2611807882785797, "expert": 0.40893468260765076 }
5,274
what is dc in assembly
c2c6b720ce281f2a6f3d5cd0737438ce
{ "intermediate": 0.330405592918396, "beginner": 0.4960739314556122, "expert": 0.17352047562599182 }
5,275
My assignment is - "given 2 images , you have to classify that is written by same person or not if it is same person then output will be 1 else output will be 0". For that problem I have one folder of dataset . In that folder(dataset) I have 1352 of subfolders, each subfolder define different person's handwritting. ...
6fd14172632cd5ad2e7cc5837c36be79
{ "intermediate": 0.3354300558567047, "beginner": 0.2023051530122757, "expert": 0.4622648060321808 }
5,276
Is it possible to create a RPG leveling system in MCreator
48cf3e2e08770f3266de57c7becc0f24
{ "intermediate": 0.3933103382587433, "beginner": 0.38577237725257874, "expert": 0.22091734409332275 }
5,277
Simulate Assembly:
8552d182bf485bfddb460adc17c633c0
{ "intermediate": 0.3135735094547272, "beginner": 0.3988647758960724, "expert": 0.2875617444515228 }
5,278
could you write a program in c# that takes a file with a list of words and puts it in a string array?
6c6217e01af72e79e52406f0f8f1f359
{ "intermediate": 0.5920731425285339, "beginner": 0.1928253471851349, "expert": 0.21510151028633118 }
5,279
i have a code of visualization of neural network, but part of pygame is not full. there is not bullet, there is not bullet range, bullet speed etc. import numpy as np import random import tensorflow as tf from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense # Constants GAME_AREA_...
5881a2fc7062ea348f68ee5d441c1a3a
{ "intermediate": 0.28499868512153625, "beginner": 0.26747313141822815, "expert": 0.44752809405326843 }
5,280
Compute the integral ∫10𝑥⎯⎯√𝑑𝑥=2/3 using Monte Carlo integration and 𝑃(𝑥)=1−𝑒−𝑎𝑥 . Find the value 𝑎 that minimizes the variance. Use Python. Print integral and optimal a.
dd3cc7b580c86056d1dbe80db61b44ae
{ "intermediate": 0.30376550555229187, "beginner": 0.17339903116226196, "expert": 0.5228354334831238 }
5,281
Selenium Java code to login to gmail.com
a3573835293910172878905851954cbb
{ "intermediate": 0.5772976279258728, "beginner": 0.1670435070991516, "expert": 0.2556588649749756 }
5,282
hi
c11f8bf5c141b570b6f6c62196820bc2
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
5,283
hi
7511474a81f89c67d476808af05b8110
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
5,284
Imagine that you are the founder of a new ambitious startup "Social Network: Friends", which proposes to organize the search for new friends by comparing tastes in the field of cinema. Each user registering on the portal is asked to complete a very simple questionnaire. It consists of N films, for each of which one of ...
7736204c676c20fb2ef51b7edb3cf839
{ "intermediate": 0.3579883873462677, "beginner": 0.3743467926979065, "expert": 0.2676648199558258 }
5,285
ERROR TypeError: Cannot convert null value to object This error is located at: in Teszt (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView (created by SceneView) in RCTView (created by View) in View (created by DebugContainer) in DebugCon...
49b1df82ce2259031b50d999eb8af734
{ "intermediate": 0.3112517297267914, "beginner": 0.47824475169181824, "expert": 0.210503488779068 }
5,286
write a code in assembler to blink a LED for Atmel mega64
3e55a748ed7276d58817083adaf83c9f
{ "intermediate": 0.23077718913555145, "beginner": 0.4111289978027344, "expert": 0.358093798160553 }
5,287
please debug and answer in markdown: # Import necessary libraries from flask import Flask from flask_ask import Ask, statement, question, session import openai import json # Configure OpenAI API openai.api_key = “#Your OpenAI API Key#” # Initialize Flask and Ask app = Flask(name) ask = Ask(app, ‘/’) # Define the Ale...
685af46c01fa14a930f966463f3d0758
{ "intermediate": 0.854825496673584, "beginner": 0.06560108065605164, "expert": 0.07957343012094498 }
5,288
hi
ca198a592fa4f1d8a7631f62c2d78c5d
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
5,289
Please make me a simple game of chess in C++ use basic concept of C++, don’t use concept of object oriented programming. Don’t use any library . You can use arrays and functions.
e14e5f8e1154eda843123c5bdb2845a6
{ "intermediate": 0.32649168372154236, "beginner": 0.5618063807487488, "expert": 0.11170197278261185 }
5,290
hi
67cef8172c0efd797839586a909491ce
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
5,291
write me a python program to convert the text in the file into voice speech
a8aa1527bd394bf9d4538e4ffa1fcd0f
{ "intermediate": 0.360514760017395, "beginner": 0.1709415763616562, "expert": 0.46854367852211 }
5,292
Write pseudocode for a version of the Fast Fourier Transform (fft) for the case where n is a power of 3, dividing the input vector into three subvectors, solving the problem recursively on them, and combining the solutions of the subproblems. Write the recursive relation for the execution time of the program and solve ...
5ddf9d6f1de15fefa72d6cb12ba01da5
{ "intermediate": 0.15317538380622864, "beginner": 0.09436627477407455, "expert": 0.7524582743644714 }
5,293
Given a list of numbers, find and print all its elements with even indices (i.e. A[0], A[2], A[4], ...).
22a286760968268645d499204271f78b
{ "intermediate": 0.42670881748199463, "beginner": 0.1575016975402832, "expert": 0.41578948497772217 }
5,294
hI!Please, does exist a wpf c# component that use data in format mm/aaaa?
549eb4e1fc7e4cd97fe668f5917b99c7
{ "intermediate": 0.6437197327613831, "beginner": 0.13934701681137085, "expert": 0.2169332057237625 }
5,295
How to Customize the format "mm/yyyy" in a datepickertextbox wpf control using c#?
4ee51e7c12ab865136c63aee3648ea83
{ "intermediate": 0.5562246441841125, "beginner": 0.2019248753786087, "expert": 0.24185048043727875 }
5,296
Given a list of numbers, find and print all its elements with even indices (i.e. A[0], A[2], A[4], …).
88be2339086ebdf40944d7f217978623
{ "intermediate": 0.42800167202949524, "beginner": 0.15641775727272034, "expert": 0.4155805706977844 }
5,297
Please make me a simple game of chess in C++ use basic concept of C++, don’t use concept of object oriented programming. Don’t use any library . You can use arrays and functions. Also code the movements of the pieces of king , pawns , bishop , knight etc for my team (white ) and opponent team (red).
2f06540ce455ce5b945e3e5f2229937e
{ "intermediate": 0.37907230854034424, "beginner": 0.4101320803165436, "expert": 0.210795596241951 }
5,298
Make me a script. The script needs to perform the following functions: It needs to solve simple ONE letter captcha. 1. Open a browser, in my case chrome. 2. Access the site "narutoplayers.com.br/np2/?p=login", but DO NOT LOGIN, WAIT UNTIL THE USER LOGINS. 3. Wait until the user is on the "https://www.narutoplayers.c...
0d64dd5f74fb62747bf467b4f8a9236b
{ "intermediate": 0.36146238446235657, "beginner": 0.3221980035305023, "expert": 0.3163396418094635 }
5,299
write me a google apps script that finds all instances of a variable with a google slides file and replaces it with whatever text is input into a form
387110ba331c5639c8e422358215ceca
{ "intermediate": 0.5337247252464294, "beginner": 0.23855872452259064, "expert": 0.22771655023097992 }
5,300
Make this script. The script needs to perform the following functions: It needs to solve simple ONE letter captcha. 1. Open a browser, in my case chrome. 2. Access the site "narutoplayers.com.br/np2/?p=login", but DO NOT LOGIN, WAIT UNTIL THE USER LOGINS. 3. Wait until the user is on the "https://www.narutoplayers.co...
c0acd310766a3e2f42226ce8f6133442
{ "intermediate": 0.35526564717292786, "beginner": 0.2290404886007309, "expert": 0.41569387912750244 }
5,301
#include <iostream> #include<string> #include <vector> using namespace std; // Define the chess board char board[8][8] = { {'R', 'N', 'B', 'Q', 'K', 'B', 'N', 'R'}, {'P', 'P', 'P', 'P', 'P', 'P', 'P', 'P'}, {' ', '.', ' ', '.', ' ', '.', ' ', '.'}, {'.', ' ', '.', ' ', '.', ' ', '.', ' '}, {' ', '...
13a9adbc00dbaa34e4219c4a70c8275e
{ "intermediate": 0.29520177841186523, "beginner": 0.5134644508361816, "expert": 0.19133375585079193 }
5,302
Write a version of the Fast Fourier Transform (fft) for the case where n is a power of 3, dividing the input vector into three subvectors, solving the problem recursively on them, and combining the solutions of the subproblems. Write the recursive relation for the execution time of the program and solve the recursive r...
7d98e7cf7007dec007fe1669f175c807
{ "intermediate": 0.15003353357315063, "beginner": 0.0730472058057785, "expert": 0.7769193053245544 }
5,303
In vba , only if there is an error with this line of code, ActiveSheet.Range(selectedCellAddress).Select , I want ignore the error and select the first empty cell in column B
ad191d8e309d3b55173e1ffb1a68e8cb
{ "intermediate": 0.4891013503074646, "beginner": 0.2149459421634674, "expert": 0.2959526777267456 }
5,304
Make this script. The script needs to perform the following functions: It needs to solve simple ONE letter captcha. 1. Open a browser, in my case chrome. 2. Access the site “narutoplayers.com.br/np2/?p=login”, but DO NOT LOGIN, WAIT UNTIL THE USER LOGINS. 3. Wait until the user is on the “https://www.narutoplayers.co...
b829620b7568f432360306e8206e15fa
{ "intermediate": 0.33348867297172546, "beginner": 0.25963908433914185, "expert": 0.4068722724914551 }
5,305
There is a problem with this code, if the problem is that the db file could not be found, how can I fix it? ERROR TypeError: Cannot convert null value to object This error is located at: in Teszt (created by SceneView) in StaticContainer in EnsureSingleNavigator (created by SceneView) in SceneView ...
59bc36c7b78b45debc090ffb7aa84545
{ "intermediate": 0.29828447103500366, "beginner": 0.5719805955886841, "expert": 0.12973491847515106 }
5,306
#include <iostream> #include<string> #include <vector> using namespace std; // Define the chess board char board[8][8] = { {'R', 'N', 'B', 'Q', 'K', 'B', 'N', 'R'}, {'P', 'P', 'P', 'P', 'P', 'P', 'P', 'P'}, {' ', '.', ' ', '.', ' ', '.', ' ', '.'}, {'.', ' ', '.', ' ', '.', ' ', '.', ' '}, {' ', '...
a94a23677b1088f2b988058387f45dd1
{ "intermediate": 0.29520177841186523, "beginner": 0.5134644508361816, "expert": 0.19133375585079193 }
5,307
In some applications we want to find minimum spanning trees with specific properties. The next problem is an example. Input: undirected graph G = (V, E), edge weights we, and a subset U of nodes. Output: the minimum spanning tree in which the nodes of the set U are leaves. (The tree may have leaves from nodes of the se...
6d0a5e0f8ea8ee2ecb681f2a6d651273
{ "intermediate": 0.1412784308195114, "beginner": 0.23536960780620575, "expert": 0.6233519315719604 }
5,308
The purpose of this program is to retrieve, format, and print the shell environmental variables for the user running the program. The program will: only execute commands if execution occurred as a result of this program name being called and not when imported when imported, functions will only execute when called crea...
70ef8d67be23f6608000aa57e119e649
{ "intermediate": 0.33096566796302795, "beginner": 0.31660592555999756, "expert": 0.3524283170700073 }
5,309
Write a user-defined MATLAB function that calculates the determinant of a square (𝑛 x 𝑛) matrix, where 𝑛 can be 2, 3, or 4. For function name and arguments, use D = Determinant(A). The input argument 𝐴 is the matrix whose determinant is calculated. The function Determinant should first check if the matrix is square...
27ee90b18ba091d095e8c120101c6e76
{ "intermediate": 0.33826300501823425, "beginner": 0.288085013628006, "expert": 0.37365198135375977 }
5,310
я передал сообщение из одного приложение в другое твоя задача вывести это приложение на экран второго приложения , которое приняло это сообщение в виде toast , вот код :package com.example.myapp_2.UI.view.fragments; import android.content.Context; import android.content.Intent; import android.content.SharedPreference...
a5774f43641e550ea4a03801b816a7ba
{ "intermediate": 0.3363786041736603, "beginner": 0.44724395871162415, "expert": 0.21637745201587677 }
5,311
Donne moi la réponse de comment intégrer le forEach dans : let imgArrows = document.getElementById('arrow'); let showAnswer = document.getElementById("answer"); imgArrows.addEventListener("click",()=>{ if (showAnswer.style.display == 'none') { showAnswer.style.display = 'block'; imgArrows.style.rot...
9ceaad173d5d4c573621edc28f5357c5
{ "intermediate": 0.39056819677352905, "beginner": 0.3758069574832916, "expert": 0.2336249053478241 }
5,312
Analisis sentimen data berita berbahasa indonesia berjumlah 16669 baris dengan kode CNN-LSTM berikut masih menghasilkan hasil yang jelek. Tolong perbaiki kode agar akurasi naik dan tidak stuck di angka akurasi 0.51 ! import numpy as np import pandas as pd import pickle from sklearn.model_selection import train_test_spl...
7d6aa7b28e95bc8ccbea73d40bbed8ed
{ "intermediate": 0.41500890254974365, "beginner": 0.2839066982269287, "expert": 0.30108436942100525 }
5,313
Вот код мне нужно передать сообщение из FirstFragment в Myapplication2 и вывести его там на экран , но текст не выводится укажи мне на ошибки :package com.example.myapplication_2; import androidx.appcompat.app.AppCompatActivity; import android.content.BroadcastReceiver; import android.content.Context; import android....
2ab5f1615a8a91679fc54c96ca1abe89
{ "intermediate": 0.35228389501571655, "beginner": 0.4468109607696533, "expert": 0.20090514421463013 }
5,314
Write a Python program which solves a system of linear equations using the numpy package. The program prompts the user for a square matrix and a column vector. Then the program solves the linear matrix equation using both the `numpy.linalg.solve` function and the Cramer's rule
3596d5e44b407eb3515c9155045fc317
{ "intermediate": 0.42674365639686584, "beginner": 0.17926910519599915, "expert": 0.393987238407135 }
5,315
hello
ce38b818f0b15c56d4a73e6c51b383ea
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
5,316
The infinite series 𝑓(𝑛) = ∑ (1 /𝑖^4) 𝑖=1 converges to the value of 𝜋^4/90 as 𝑛 approaches infinity. You are provided with two files: one of them contains 10,000 16-digit (or double) precision values, and the other contains the same values but now in 8-digit (or single) precision. Note that the values are needed ...
f6bc9125ffb37ce41c268f591bbc5cc3
{ "intermediate": 0.3997454345226288, "beginner": 0.20472507178783417, "expert": 0.39552953839302063 }
5,317
In some applications we want to find minimum spanning trees with specific properties. The next problem is an example. Input: undirected graph G = (V, E), edge weights we, and a subset U of nodes. Output: the minimum spanning tree in which the nodes of the set U are leaves. (The tree may have leaves from nodes of the se...
f3215bd4d9542fc1980950ee55ebcc39
{ "intermediate": 0.24479176104068756, "beginner": 0.40950360894203186, "expert": 0.345704585313797 }
5,318
Структурируй пожалуйста { "info": { "_postman_id": "eee8828b-a866-4e2d-bb71-960d7c810c5c", "name": "MOLS", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "4519176" }, "item": [ { "name": "add Remains", "request": { "method": "POST", "header": [], "body": { "mode": "ra...
59cc309802ff6741e8d3586230defdb6
{ "intermediate": 0.249267578125, "beginner": 0.47213542461395264, "expert": 0.27859699726104736 }
5,319
write a s-order Markov chain for numerical sequences with a transition matrix
ee76e03165f5929fc37c826b334f8b35
{ "intermediate": 0.22718486189842224, "beginner": 0.1372515857219696, "expert": 0.6355635523796082 }
5,320
can you debug this code? //Let G = (V,E) be a directed graph with n nodes and m edges. Two nodes u, v are said to be incomparable if there are no paths from u to v and from v to u. //(a) Write code in C that constructs a struct that can answer in constant time if there is a path between two nodes u and v. #include <s...
0526b294663bf689bb14ebce68b0ae5a
{ "intermediate": 0.46459001302719116, "beginner": 0.33679062128067017, "expert": 0.19861936569213867 }