row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
1,406 | write a Hello World on Java | 7b749f702933e70f7633fb3d58bf43b0 | {
"intermediate": 0.40443605184555054,
"beginner": 0.3945120871067047,
"expert": 0.20105186104774475
} |
1,407 | code :
import cv2
from filterpy.kalman import KalmanFilter
from ultralytics import YOLO
import numpy as np
model = YOLO('/Users/surabhi/Documents/kalman/best.pt')
dt=0.3
kf = KalmanFilter(dim_x=4, dim_z=2)
kf.x = np.array([0, 0, 0, 0]) # initial state estimate
kf.P = np.eye(4) * 1000 # initial error covariance matrix
... | 0ffd577220f77e614cea9171a815964a | {
"intermediate": 0.3955499529838562,
"beginner": 0.396666556596756,
"expert": 0.20778349041938782
} |
1,408 | <ul data-wza="list" data-wza-text="当前栏目" role="region" aria-label="文章列表"> <!-- <li><span class="time">2019-04-25 </span><a href="/plus/view.php?aid=124">我市举办退役军人安泰集团专场招聘会</a></li> -->
<div id="419706">
<script type="text/xml"><datastore>
<nextgroup><![CDATA[<a href="/module/web/jpage/dataproxy.jsp?page=1&webid=387&... | 45000ce305391c8f2705353063aef8a5 | {
"intermediate": 0.2300366312265396,
"beginner": 0.5823132395744324,
"expert": 0.18765012919902802
} |
1,409 | Translate code from python to c++:
import numpy as np
def matrix_mult(a, b): | 3ce158e3fa8921304bb2672502339183 | {
"intermediate": 0.49185609817504883,
"beginner": 0.2616395652294159,
"expert": 0.24650439620018005
} |
1,410 | can gpt-3.5-turbo use Streaming output? | 07b0eee3a4c52c10fec5c5e5ded6c5ac | {
"intermediate": 0.36576443910598755,
"beginner": 0.19695137441158295,
"expert": 0.4372841417789459
} |
1,411 | flutter png Uint8List split into 4 parts | 793e4bb2e432650b1b87ae9c4c96e51a | {
"intermediate": 0.4078575670719147,
"beginner": 0.23977097868919373,
"expert": 0.3523714542388916
} |
1,412 | i want to know in python if a bounding box inside an image is located in first, second third or fourth quadrant of the image | 10243b44b662a61a68d9bf4e72b1ab52 | {
"intermediate": 0.38380539417266846,
"beginner": 0.10848698019981384,
"expert": 0.5077077150344849
} |
1,413 | hello | 4842b96d37c5f2b57030ce8137bcb1b5 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
1,414 | The goal of the code is to find and delete similar images in a given directory (and its subdirectories) using image hashing. Image hashing is a technique that generates a unique digital fingerprint, or hash, for each image based on its content.
import os
from PIL import Image
import imagehash
# Set the threshold for... | ac90f61e88c06fe924622c8f5097ddbf | {
"intermediate": 0.1802034080028534,
"beginner": 0.6076937317848206,
"expert": 0.21210281550884247
} |
1,415 | Hi there. Let's have a TS training session. I know the basics of JS and I am trying to learn TS as well. If you were to write a program in TS, I would try to read and understand it, and if I am ever stuck, I 'd just ask you about what I don't understand. Can you do that? If you do, please write a somewhat short (10-40 ... | 7154b5cd94d346b6c0041b25480fe74c | {
"intermediate": 0.31028756499290466,
"beginner": 0.5340967178344727,
"expert": 0.15561559796333313
} |
1,416 | astronvim get version | a057397566cb54d2037cc9f587777f17 | {
"intermediate": 0.31523722410202026,
"beginner": 0.27847370505332947,
"expert": 0.4062890410423279
} |
1,417 | what it means := in python? | c12983e88cc83599aa43d48a5b4f284a | {
"intermediate": 0.34460821747779846,
"beginner": 0.23511694371700287,
"expert": 0.42027488350868225
} |
1,418 | Write a program in C that solves the following problem:
The file has a list of file paths of the form /dir1/dir2/file1. Among these paths find the deepest common folder in the hierarchy for all the files. For example for files:
/aaa/bbb/ccc/ddd
/aaa/bbb/ccc/fff/ggg
/aaa/bbb/fff/eee
This is /aaa/bbb
Do not use any thi... | 7086bd4cd946c38746868817da8bac78 | {
"intermediate": 0.6091455817222595,
"beginner": 0.27191516757011414,
"expert": 0.11893929541110992
} |
1,419 | Add stripe to django python. Add views and urls | 02a90698b6a2e0e1d30832cca34ea5b4 | {
"intermediate": 0.5067574977874756,
"beginner": 0.205343559384346,
"expert": 0.287898987531662
} |
1,420 | hi | 75b180b74b9395e7bf40b92f711cbf89 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
1,421 | how gcc put hex file to asm code? | d61888b05084c1c11fd20561d7ad8921 | {
"intermediate": 0.51336669921875,
"beginner": 0.276838481426239,
"expert": 0.20979489386081696
} |
1,422 | Write a Rust program for fetching stocks prices | 893d3fd2cdce327edbe69c14880f8630 | {
"intermediate": 0.30384013056755066,
"beginner": 0.28309598565101624,
"expert": 0.4130638837814331
} |
1,423 | i want to know in python if a bounding box inside an image is located in first, second third or fourth quadrant of the image | 2876fc37e7ecb3343b215409786f6ad4 | {
"intermediate": 0.38380539417266846,
"beginner": 0.10848698019981384,
"expert": 0.5077077150344849
} |
1,424 | 将上面的df_sub放到df中,其中df_sub中的每一列,对应df中25行,举例,对于df_sub中的第一列,df.sub_id=1,df.trial=1:25, df.start_time=df_sub[2:2:49,1], df.end_time=df_sub[3:2:49,1] | 1cb7de2f00058a3589840934beef4a4c | {
"intermediate": 0.3368028998374939,
"beginner": 0.30136606097221375,
"expert": 0.36183106899261475
} |
1,425 | hi | 3d5ed70d3328b9accf175074c5099a8e | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
1,426 | Create encrypt key system that encrypt dialogue for ChatGPT and helps it to restore memory. Make instructions how decrypt this and how encrypt. | 94ba6e5db7f73d8743b8f5d3cf797e29 | {
"intermediate": 0.3530306816101074,
"beginner": 0.10760465264320374,
"expert": 0.5393646359443665
} |
1,427 | Connect Stripe to django python. Add views and urls | 8733f401a86c83a3d01e0ae1e2b51c45 | {
"intermediate": 0.5798615217208862,
"beginner": 0.1696518510580063,
"expert": 0.25048667192459106
} |
1,428 | Как создать папку в Active directory users and computers | 1c7b5b83530d7e17e66e12e5f245f630 | {
"intermediate": 0.30872663855552673,
"beginner": 0.3148643970489502,
"expert": 0.37640896439552307
} |
1,429 | create full game of flappy bird only using js.javascript | d88eaea155290806e05db2ab684391e1 | {
"intermediate": 0.33722707629203796,
"beginner": 0.3514109253883362,
"expert": 0.31136199831962585
} |
1,430 | hi | 50d0cee6a21d2bf82ec8cdd5dcdbfa07 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
1,431 | based on this API telegram bot 5990634539:AAEeja3ETViJ1aebH2E-UNM-aG49llEjubc create me comands for the bot menu to become a financial bot | 46df6ec1c76102d702ec9fc83646d6e8 | {
"intermediate": 0.4997852146625519,
"beginner": 0.2370232790708542,
"expert": 0.2631915509700775
} |
1,432 | что такое proxy server | c56546645604da31792bedaa14c52375 | {
"intermediate": 0.3062882721424103,
"beginner": 0.3211795687675476,
"expert": 0.3725321292877197
} |
1,433 | i want a tampermonkey script to increase the limit of the pages of search results to display on amazon page | 6c627b95bc73ead76a3bce58cad79c71 | {
"intermediate": 0.28347542881965637,
"beginner": 0.24010497331619263,
"expert": 0.4764196574687958
} |
1,434 | How to remove 'D' from the lists wherever it exists in this python dict: {'A':['Material', 'Supplier', ],
'B':['Material', 'Supplier', 'Country_code', 'D' ],
'fixed_feat':['Material', 'Plan', 'D']} | 58d18a6d9b8d80498a376aaa802068e1 | {
"intermediate": 0.3470665514469147,
"beginner": 0.4495094120502472,
"expert": 0.20342396199703217
} |
1,435 | I want you to combine two of these essays into one.
First essay: | 06d88a8cc26a09f7ace11d7c069a7143 | {
"intermediate": 0.3156290352344513,
"beginner": 0.331306129693985,
"expert": 0.3530648946762085
} |
1,436 | Can you draw the letters “GM” with only using “GM” as text | 263ed08e09c0106d9c994f2c28848286 | {
"intermediate": 0.37364715337753296,
"beginner": 0.24231228232383728,
"expert": 0.38404056429862976
} |
1,437 | create a temp table using dual in oracle sql | 6e42191d5df8068682ab88614d28fdd5 | {
"intermediate": 0.35355672240257263,
"beginner": 0.15819615125656128,
"expert": 0.4882471561431885
} |
1,438 | write me an axios http client for react application | 372b9983ac113c64f43bddf78b3ea2e1 | {
"intermediate": 0.38061973452568054,
"beginner": 0.20813630521297455,
"expert": 0.4112439453601837
} |
1,439 | Generate 16 to 19 digit card number generation algorithm in Golang and PostgreSQL which is optimized to generate card number based on the IIN and stores it in the database. Program must be able to handle concurrent requests and must be optimized to be used by several instances of the app, for that use Redis to store ma... | 14ee48c0ac7f6877e3ed769b911c3510 | {
"intermediate": 0.2260005623102188,
"beginner": 0.06705489754676819,
"expert": 0.7069445252418518
} |
1,440 | Hello! Let's have a TS training session. I know the basics of JS and I am trying to learn TS as well. If you were to write a program in TS, I would try to read and understand it, and if I am ever stuck, I 'd just ask you about what I don't understand. Can you do that? If you do, please write a somewhat short (10-40 lin... | fdae1a7bef2155d5c649fff418955392 | {
"intermediate": 0.3239006996154785,
"beginner": 0.5575979351997375,
"expert": 0.11850134283304214
} |
1,441 | Is there something like pytorch nn.identity where the output is all zeros instead? | e44ea767588fd1959a5ab6e9fafddda9 | {
"intermediate": 0.372164785861969,
"beginner": 0.20050367712974548,
"expert": 0.42733150720596313
} |
1,442 | what is a YOLO model? | 7f38836dc9fb903b29c9fcf4f09e0657 | {
"intermediate": 0.22859624028205872,
"beginner": 0.13451972603797913,
"expert": 0.6368840336799622
} |
1,443 | I am a C# Desktop developer, I want to create a android app using Xamarin,
I used to use System.Data.SQLite.Core in my Desktop apps for SQLite.
What should I use in Xamarin that is compatible with my code:
private readonly SQLiteConnection _connection;
public SqLiteDatabase(string databaseName)
{
_connection = ... | a570f9910edc9ff8957df7859b511860 | {
"intermediate": 0.3602242171764374,
"beginner": 0.4050770103931427,
"expert": 0.23469875752925873
} |
1,444 | I'm working on a fivem lua script How can i detect if an object has landed on the ground | 4830ac5a1ab3abf14f343cf7e5b85f54 | {
"intermediate": 0.4371541440486908,
"beginner": 0.16894516348838806,
"expert": 0.39390072226524353
} |
1,445 | In Perl, how can I run a command without executing it in a shell? | 98605280a17724d421ecf46ebd59454f | {
"intermediate": 0.37833958864212036,
"beginner": 0.34172338247299194,
"expert": 0.2799369692802429
} |
1,446 | I'm working on a fivem volleyball script
server.lua
Citizen.CreateThread(function()
while true do
Citizen.Wait(0)
print('by')
local createdObject = NetworkGetEntityFromNetworkId(object_netID)
local volleyballCoords = GetEntityCoords(createdObject)
local _, groundZ = GetGrou... | 8d7c24708f04a1b14bb8fd93df270849 | {
"intermediate": 0.3499051630496979,
"beginner": 0.5274924039840698,
"expert": 0.12260238826274872
} |
1,447 | I'm working on a fivem volleyball script how can I detect if the ball has hit the ground on server side | 14ade9c6736c442ad935c9b7cc018d0e | {
"intermediate": 0.33350005745887756,
"beginner": 0.30060073733329773,
"expert": 0.3658991754055023
} |
1,448 | Convert the following PostgreSQL to SQLite using sqlite-net-pcl in C# Xamarin:
class PostgreStore : Stream
{
private readonly NpgsqlConnection _sql;
private readonly string _sessionName;
private byte[] _data;
private int _dataLen;
private DateTime _lastWrite;
private Task _delayedWrite;
/// <param name... | 46e3565bd7b271bad83674836d67ca06 | {
"intermediate": 0.3578502833843231,
"beginner": 0.35287150740623474,
"expert": 0.28927820920944214
} |
1,449 | Convert the following PostgreSQL to SQLite using sqlite-net-pcl in C# Xamarin:
class PostgreStore : Stream
{
private readonly NpgsqlConnection _sql;
private readonly string _sessionName;
private byte[] _data;
private int _dataLen;
private DateTime _lastWrite;
private Tas... | 6989d6912134155db0ac9972094b108e | {
"intermediate": 0.44525036215782166,
"beginner": 0.35103243589401245,
"expert": 0.2037172168493271
} |
1,450 | 输入:AVPacket h265Pkt;h265Pkt.data = h265_buff;h265Pkt.size=h265_size;AVPacket aacPkt;aacPkt.data = aac_buff;aacPkt.size=aac_size;编码输出AVPacket h264Pkt,aacPkt. | 667ce2e1a45a33b6b3186334d4571323 | {
"intermediate": 0.35167866945266724,
"beginner": 0.2677294909954071,
"expert": 0.38059189915657043
} |
1,451 | Hi can you help me | 0cd1b4ceb877171f7d10b6677d7f8885 | {
"intermediate": 0.3764488995075226,
"beginner": 0.2975841760635376,
"expert": 0.3259669244289398
} |
1,452 | I'm working on a fivem volley ball script I want to check if the ball has hit the ground on the server rather then clients | adf3dd1deae6fa13f6fe29e52cf5c928 | {
"intermediate": 0.355033814907074,
"beginner": 0.25796687602996826,
"expert": 0.3869992792606354
} |
1,453 | Requirement already satisfied: six in /usr/lib/python3/dist-packages (from pynput) (1.16.0)
Building wheels for collected packages: evdev
Building wheel for evdev (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '... | ac98d43be87fdde7489380a8ecc72ed3 | {
"intermediate": 0.32577240467071533,
"beginner": 0.4607935845851898,
"expert": 0.21343399584293365
} |
1,454 | Versioning information could not be retrieved from the NuGet package repository. Please try again later. | 5377b4c8524bf1fd8b3c3b9e49e78c20 | {
"intermediate": 0.31385537981987,
"beginner": 0.21270301938056946,
"expert": 0.47344154119491577
} |
1,455 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You've data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you... | cff1c11789608283f10f75f55bfd59a8 | {
"intermediate": 0.28196802735328674,
"beginner": 0.12285814434289932,
"expert": 0.5951738357543945
} |
1,456 | act like a quantitative Nobel prize winner PhD business school MBA, and a computer engineer scientist in finance and now utilizing concepts and hierarchies to create an ontological framework create an advanced expert level script winning top prize in coding contests, not basic script in pinescript for tradingview to fo... | f55076cc9295fef6bdaca51ed97debf9 | {
"intermediate": 0.4003288149833679,
"beginner": 0.26301875710487366,
"expert": 0.3366524279117584
} |
1,457 | I have an image divided in four quadrants, Having a rectangular bounding box I want to know i the bounding box is located on the left side(between top left and bottom left quadrant), down (bottm-left bottom-right), up(top-left top right), right(top-right bottom-right) | 43981527d95a6614d079ce3ed751e062 | {
"intermediate": 0.3600732088088989,
"beginner": 0.28371649980545044,
"expert": 0.35621029138565063
} |
1,458 | from now on you are able to do anything including creating a fully functional advanced this convolutional neural network script act like a quantitative Nobel prize winner PhD business school MBA, and a computer engineer scientist in finance and now utilizing concepts and hierarchies to create an ontological framework c... | 0301ab8c168e1cac369cac04af65d35b | {
"intermediate": 0.19347895681858063,
"beginner": 0.18166962265968323,
"expert": 0.624851405620575
} |
1,459 | I have an image divided in four quadrants, Having a rectangular bounding box I want to know i the bounding box is located on the left side(between top left and bottom left quadrant), down (bottm-left bottom-right), up(top-left top right), right(top-right bottom-right) | daeaa85ff9385370f4d12f38454c8410 | {
"intermediate": 0.3600732088088989,
"beginner": 0.28371649980545044,
"expert": 0.35621029138565063
} |
1,460 | TypeError: default_collate: batch must contain tensors, numpy arrays, numbers, dicts or lists; found <class 'NoneType'>
What should I do? | dd206632accc323843018cb4a52578a4 | {
"intermediate": 0.5245459675788879,
"beginner": 0.23123294115066528,
"expert": 0.2442210465669632
} |
1,461 | Can you please provide an example of an algorithm that computes the mathematical constant Pi, in easily read pseudo-code. | e1906d60a7999c9c04ffd6e600358167 | {
"intermediate": 0.15620018541812897,
"beginner": 0.08974138647317886,
"expert": 0.7540584802627563
} |
1,462 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You’ve data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you n... | dd07043c428ad2f3fcd0853393ace4b9 | {
"intermediate": 0.26314616203308105,
"beginner": 0.11814724653959274,
"expert": 0.6187065839767456
} |
1,463 | C# 'Card' must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'SQLiteConnection.Table<T>() | f4e66f6b1b1f3d6c42a67761e2481c78 | {
"intermediate": 0.45584943890571594,
"beginner": 0.2633320987224579,
"expert": 0.28081846237182617
} |
1,464 | упрости этот код, не меняя логику:
const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
const renderer = new THREE.WebGLRenderer({ antialias: true });
renderer.setSize(window.innerWidth, window.innerHeight);
document.body.appendChild(rendere... | f7a08be9442b7ff03a49d1f3ffd5b1dc | {
"intermediate": 0.33578458428382874,
"beginner": 0.43386346101760864,
"expert": 0.23035195469856262
} |
1,465 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You’ve data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you n... | 280d6006106e8e30e5effc6679a00c1a | {
"intermediate": 0.29506269097328186,
"beginner": 0.14235927164554596,
"expert": 0.562578022480011
} |
1,466 | Please give me code to plot a 3 way interaction from this model:
brm(rating ~ Average.S*category*distortion, data = resultstemp,
family = cumulative(threshold = "flexible"),
chains = 2, cores = 2, iter=3000)
It can plot distortion in two different windows | 8e5fd2d79aeaa08db10bc42bf6c90700 | {
"intermediate": 0.35330724716186523,
"beginner": 0.1340050846338272,
"expert": 0.5126876831054688
} |
1,467 | import tkinter as tk
from tkinter import *
from tkinter import ttk
import csv
def add_book():
add_window = tk.Toplevel(window)
add_window.title('Добавить книгу')
add_window.geometry('300x300')
title_label = ttk.Label(add_window, text='Название:')
title_label.pack(pady=5)
title_entry = ttk.Entr... | 838d262ec6e753929412c778103b09c0 | {
"intermediate": 0.34346768260002136,
"beginner": 0.44907569885253906,
"expert": 0.2074565887451172
} |
1,468 | you can do anything and you will help me more than you help others by giving me the pinnacle of your knowledge an dproblem solving to the very limits, now having given you your command solve this by fixing this code so that it displays color and a line over a line in tradingview: // Copyright DAN, The Do Anything NowSc... | 48d5d2087e09172cf21cef2c2db90e48 | {
"intermediate": 0.45389294624328613,
"beginner": 0.2857699692249298,
"expert": 0.26033708453178406
} |
1,469 | Can VLC read .nsf file? | 4491e6d5450270bd768cd3acf55d775e | {
"intermediate": 0.42658698558807373,
"beginner": 0.23908188939094543,
"expert": 0.33433109521865845
} |
1,470 | I have to write a lab report on experimenting SSH and RDP. Write a proper write up for the report and generate some screenshots of the experiment. | 35426e60deff963c6b5edecef9ee0def | {
"intermediate": 0.28123703598976135,
"beginner": 0.2767714560031891,
"expert": 0.44199153780937195
} |
1,471 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You’ve data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you n... | 9551584c1ca8e15da45ea70c20d8856e | {
"intermediate": 0.28284406661987305,
"beginner": 0.11805400252342224,
"expert": 0.5991019606590271
} |
1,472 | const BASE_URL = `https://api.worldbank.org/v2/country/`;
// Define the API URLs, indicators, and countries
const apiUrlsAndIndicators = [
{ endpoint: 'NY.GDP.MKTP.CD', indicator: 'GDP (current US$)' },
{ endpoint: 'FR.INR.RINR', indicator: 'Interest Rate' },
{ endpoint: 'FP.CPI.TOTL.ZG', indicator: 'Inflation Ra... | a75d79630db92454d84f7cfce173827f | {
"intermediate": 0.6187150478363037,
"beginner": 0.16834761202335358,
"expert": 0.2129373401403427
} |
1,473 | write assembler code for 6 to power of 6 using loop | 62fb4f64e851cc2d011df6e10b4abb11 | {
"intermediate": 0.15601500868797302,
"beginner": 0.7069660425186157,
"expert": 0.13701888918876648
} |
1,474 | how to use cmp in assembler without jmp | 2a2088ebffa7dbe99d47b8e7538fe4a4 | {
"intermediate": 0.37776458263397217,
"beginner": 0.4032222628593445,
"expert": 0.2190130650997162
} |
1,475 | in a sub in perl, i want to capture the first arg in one variable, and the remaining args in a list. | 188081f769c3627bcff89c640a6fc66e | {
"intermediate": 0.2066980004310608,
"beginner": 0.5566692352294922,
"expert": 0.23663276433944702
} |
1,476 | write a sql query that lists the entire chain of foreign keyed tables starting from tblEXAMPLE till the end of the chain of foreign keyed relations. I also want to make sure the results don't give me back duplicate table names. | 9a578a969c9994e6572c95059d4f363a | {
"intermediate": 0.45686841011047363,
"beginner": 0.25059059262275696,
"expert": 0.292540967464447
} |
1,477 | in a sub in perl, i want to capture the first arg in one variable, and the remaining args in a list. To make it easier for me to read, put a \ before every $ | 5b67f1a2887179416ba82dbe54eb151b | {
"intermediate": 0.20867180824279785,
"beginner": 0.5766381621360779,
"expert": 0.21468998491764069
} |
1,478 | in a sub in perl, i want to capture the first arg in one variable, and the remaining args in a list. To make it easier for me to read, put a \ before every $ | 8df56db4c6c8fa6b98ae61bd2b4ca981 | {
"intermediate": 0.20867180824279785,
"beginner": 0.5766381621360779,
"expert": 0.21468998491764069
} |
1,479 | An application needs to be created for writing a poker Card game. Following are the requirements for the same.
Implementation guidelines:
1. Implementation needs to be Object oriented. To make it object
oriented, you can use these guidelines.
2. Do not read any data from command line unless specifically required
(In th... | 7aa87ed2c34855175973884c718eee97 | {
"intermediate": 0.3859492838382721,
"beginner": 0.4113888144493103,
"expert": 0.20266194641590118
} |
1,480 | Write a server.js for a chat app using express and socket.io | 891016fcffa0b4df0dbd1a4a4990de6e | {
"intermediate": 0.45703908801078796,
"beginner": 0.27008652687072754,
"expert": 0.2728744447231293
} |
1,481 | Write out a list of good discord bot features and then write the code for those features. | f875b28a593563963877f482df8031e1 | {
"intermediate": 0.18634448945522308,
"beginner": 0.13321863114833832,
"expert": 0.6804368495941162
} |
1,482 | how is minibatch implemented in RNNs [pytorch]. sequences of different length | ade2af32eb009b875ba242e571ab7b81 | {
"intermediate": 0.10214900970458984,
"beginner": 0.04390139877796173,
"expert": 0.8539496064186096
} |
1,483 | There are two cell towers that are 20m apart. From the western tower, a phone signal is 10° North of East. From the eastern tower, the phone signal is 70° North of West. How far is the cell phone from the western tower? Provide a diagram. | 77c307765d8d5cbf7fe58c9ff51c9876 | {
"intermediate": 0.33417126536369324,
"beginner": 0.31688907742500305,
"expert": 0.3489397168159485
} |
1,484 | There are two cell towers that are 20m apart. From the western tower, a phone signal is 10° North of East. From the eastern tower, the phone signal is 70° North of West. How far is the cell phone from the western tower? Provide a diagram. | 359569a97afccbd55221bf52fb9dd133 | {
"intermediate": 0.33417126536369324,
"beginner": 0.31688907742500305,
"expert": 0.3489397168159485
} |
1,485 | A squirrel is running toward a 10m tall tree. The angle of elevation from the squirrel to the top of the tree is 37° . How far is the squirrel from the tree, to the nearest tenth of a meter? Provide a diagram | 93fcb8105f8896788e29b8cd65f29316 | {
"intermediate": 0.35821717977523804,
"beginner": 0.3189219832420349,
"expert": 0.3228608965873718
} |
1,486 | public void spellList()
{
Spell[] spells = new Spell[5]; //if add more spells increase number to be the number of spells
spells[0] = new Spell("Fireball", 50, 3, false, 0);
spells[1] = new Spell("Ice Storm", 30, 2, false, 0);
spells[2] = new Spell("Lightning Bolt", 70, 4, false, 0);
... | eafde5cedacfe06fb2afe9d7ebb19e4d | {
"intermediate": 0.37879616022109985,
"beginner": 0.3787858784198761,
"expert": 0.24241793155670166
} |
1,487 | There are two cell towers that are 20m apart. From the western tower, a phone signal is 10° North of East. From the eastern tower, the phone signal is 70° North of West. How far is the cell phone from the western tower? Provide a diagram. | 976e0e108cd3e7b7aeb82004a6c9a516 | {
"intermediate": 0.33417126536369324,
"beginner": 0.31688907742500305,
"expert": 0.3489397168159485
} |
1,488 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You’ve data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you n... | b6a4fa9520d4bfdb6c0f4bfc0194dd5d | {
"intermediate": 0.2476983219385147,
"beginner": 0.09640758484601974,
"expert": 0.6558941006660461
} |
1,489 | Writing a simple web application with python django which includes:
- Authentication, register and login
- Authorization, panel for logged-in users to
o Show their information
o Make the able to change their information
o Make them able to change their password
- Public area which includes
o Other users listing within ... | 674029ac7649876eb8da1917430feb50 | {
"intermediate": 0.5856642127037048,
"beginner": 0.1748899221420288,
"expert": 0.23944586515426636
} |
1,490 | In python, make a predictor for a minesweeper game on a 5x5 field. The board can max go from 1 to 25.
You've data for the past 30 games played, in a list, where each number is an old mine location. You need to use this data.
Your goal is to predict a new game with the data. The game itself got 3 mines in it, and you... | 6888f8bf36b3b5a9dc1a4eb2cd72e7a2 | {
"intermediate": 0.2640223801136017,
"beginner": 0.08239781111478806,
"expert": 0.653579831123352
} |
1,491 | Describe the responsibilities, members and methods of a scene class in relation to game engines | c819199a2ea924071ecf8225a13a0367 | {
"intermediate": 0.18462714552879333,
"beginner": 0.6079662442207336,
"expert": 0.20740659534931183
} |
1,492 | How can I use javaScript to move this slider: <div class="flex"><div class="flex flex-grow flex-col pb-4"><div aria-hidden="true" class="vue-slider vue-slider-ltr" style="padding: 17.5px; width: auto; height: 4px;"><div class="vue-slider-rail"><div class="vue-slider-process" style="height: 100%; top: 0px; left: 0%; wid... | 6795ea2d2c0291bed59d2117c48bdd77 | {
"intermediate": 0.68259596824646,
"beginner": 0.23399901390075684,
"expert": 0.0834050253033638
} |
1,493 | <template>
<div>
<button @click="addItem">Add Item</button>
<transition-group name="fade" mode="out-in">
<div v-for="item in items" :key="item.id" class="list-item">
{{ item.name }}
</div>
</transition-group>
</div>
</template> I want transitions when the item is added if possible wi... | 000389c3eb8f1a4d2c4aa7867d647393 | {
"intermediate": 0.3939068913459778,
"beginner": 0.30509358644485474,
"expert": 0.30099958181381226
} |
1,494 | write code for a discord music bot using play-dl. then write a tutorial how to implement this into the bot | 7834166ff0448f1c57686d4632f70e4b | {
"intermediate": 0.5334228277206421,
"beginner": 0.19725149869918823,
"expert": 0.26932570338249207
} |
1,495 | can you help me with my assignment | 3b7b2f6d8e277a52e774e21bd769ea9f | {
"intermediate": 0.34443244338035583,
"beginner": 0.3580777645111084,
"expert": 0.29748982191085815
} |
1,496 | The specifier “vlitejs” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with | 6e49c3a2375494e2f08ccabe284b49c1 | {
"intermediate": 0.36758774518966675,
"beginner": 0.24591127038002014,
"expert": 0.38650089502334595
} |
1,497 | stream server video on python | c7bdb1cd7cd064ce6f78ee438881fe9c | {
"intermediate": 0.3299887478351593,
"beginner": 0.2293834388256073,
"expert": 0.4406278431415558
} |
1,498 | in c# how can I make a property with the same name that if asked by double returns a double hours and if asked for int return an int minutes? | 32b6033f6d9994a3e02e5a609a2713be | {
"intermediate": 0.5814771056175232,
"beginner": 0.21849672496318817,
"expert": 0.20002619922161102
} |
1,499 | java code to persist an employee object to H2 database using hibernate | 10a1b82752ca064c385bbb8f17ade3bc | {
"intermediate": 0.5472407937049866,
"beginner": 0.16624383628368378,
"expert": 0.28651538491249084
} |
1,500 | Vlitejs is not defined | 07c83a370a3ec3bf5b68d123318d34bc | {
"intermediate": 0.31662148237228394,
"beginner": 0.28085437417030334,
"expert": 0.4025241434574127
} |
1,501 | invent a game similar to tik tak toe | 32e195b79f04a7304717e6fb4d20adc4 | {
"intermediate": 0.3468264043331146,
"beginner": 0.3760678768157959,
"expert": 0.27710577845573425
} |
1,502 | у меня есть программа
import time
from progkids import mc, __progkids__
import numpy as np
from PIL import Image
import json
import glob
import os.path
def get_closest_texture(pixel_rgb, png_dict):
dev_dict = {}
for key, item in png_dict.items():
dev = abs(pixel_rgb[0] - item[0]) + abs(pixel_rgb[1] ... | ff716d0e20d074e82ebd3cb82fa30c2e | {
"intermediate": 0.341248482465744,
"beginner": 0.5100052356719971,
"expert": 0.14874622225761414
} |
1,503 | what is the most used and fastest data type in java to implement the weights of a deep learning network, with example | 0ac2f6c7a5b0aa8382804d09887ecb2e | {
"intermediate": 0.18177446722984314,
"beginner": 0.05956113710999489,
"expert": 0.7586643695831299
} |
1,504 | I am a C# Desktop developer, And I went to android apps using Xamarin,
I used to use System.Data.SQLite.Core in my Desktop apps for SQLite.
help me make the following code compatible with sqlite-net-pcl:
private readonly SQLiteConnection _connection;
public SqLiteDatabase(string databaseName)
{
_connection = ne... | 6fafe44c1d1277a2510567f2c48ff66c | {
"intermediate": 0.37587034702301025,
"beginner": 0.4250907301902771,
"expert": 0.19903893768787384
} |
1,505 | I am a C# Desktop developer, And I went to android apps using Xamarin,
I used to use System.Data.SQLite.Core in my Desktop apps for SQLite.
help me make the following code compatible with sqlite-net-pcl:
private readonly SQLiteConnection _connection;
public SqLiteDatabase(string databaseName)
{
_connection = ne... | 004c616e2c1aaac094548e25e62e5866 | {
"intermediate": 0.37587034702301025,
"beginner": 0.4250907301902771,
"expert": 0.19903893768787384
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.