row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
12,053
Нужно как-то сжимать загруженные mp3 файлы в app.post("/profile/:id/upload" вот код: const express = require("express"); const fs = require("fs"); const session = require("express-session"); const fileUpload = require("express-fileupload"); const app = express(); const fuzzball = require("fuzzball"); const mysql = re...
aadd39588c91caafe650b2f439f3eeaa
{ "intermediate": 0.2768152058124542, "beginner": 0.4282282590866089, "expert": 0.2949565351009369 }
12,054
which flag to use with msbuild in order to check its version?
fea7d8c02b75d91643bff295e5bc8ef1
{ "intermediate": 0.5559948682785034, "beginner": 0.1492680013179779, "expert": 0.2947371304035187 }
12,055
hi gpt
c0694713c7ec001e6096c5f459377a3a
{ "intermediate": 0.28147566318511963, "beginner": 0.2624020278453827, "expert": 0.4561222791671753 }
12,056
Implement a neural network in python
128f51d4a868ebc8f2ad378a35ef21e8
{ "intermediate": 0.11625747382640839, "beginner": 0.06275620311498642, "expert": 0.8209863305091858 }
12,057
def predict_next_periods(model, last_period, num_periods): predictions = [] for _ in range(num_periods): next_period = model.predict(last_period[np.newaxis]) predictions.append(next_period[0]) last_period = np.roll(last_period, -7) last_period[-7:] = next_period return predic...
65231eeced0679edcc1512f541aa7be6
{ "intermediate": 0.3681045472621918, "beginner": 0.32903704047203064, "expert": 0.3028583526611328 }
12,058
test
1ab81cf43526e2729b0807b7a76de18f
{ "intermediate": 0.3229040801525116, "beginner": 0.34353747963905334, "expert": 0.33355844020843506 }
12,059
write some cross-platform python code, that displays a full screen image
4e11edea800ae326e224e22c6655a84d
{ "intermediate": 0.4079054296016693, "beginner": 0.19386696815490723, "expert": 0.3982275724411011 }
12,060
Implement a web scraper to collect financial data in python
673d519bce06cd0843f6a26a1538d6c2
{ "intermediate": 0.5440929532051086, "beginner": 0.11317244917154312, "expert": 0.34273454546928406 }
12,061
Hi!
94e6a2f4cb84e04343f4d171a79599c7
{ "intermediate": 0.3230988085269928, "beginner": 0.2665199935436249, "expert": 0.4103812277317047 }
12,062
. Implement a password manager application in python
5f0179bd2fa6148b754ccb50c75f2819
{ "intermediate": 0.42658093571662903, "beginner": 0.16333362460136414, "expert": 0.41008543968200684 }
12,063
jaxb2-maven-plugin how to use
d211bb8ae90fc504b34f6dfd0199750e
{ "intermediate": 0.4763071537017822, "beginner": 0.17323358356952667, "expert": 0.3504592776298523 }
12,064
#include <stdio.h> #include <stdlib.h> #include “smr.h” #define REGION_NAME “anony” #define REGION_ADDR 0x001000 #define REGION_SIZE 0x100000 #define CHUNK_NUM 5 typedef struct { uint8_t* addr; uint32_t size; }chunk_t; chunk_t chunks[CHUNK_NUM]; int main() { smr_region region = { .region_name = REGION_NAME, .addr =...
0a88fa79805889b630c606bf6aece1bb
{ "intermediate": 0.3714153468608856, "beginner": 0.28130415081977844, "expert": 0.34728044271469116 }
12,065
Implement a stopwatch application in python
787ecf08d37ec84db9db6423e73330c1
{ "intermediate": 0.3664219379425049, "beginner": 0.16516032814979553, "expert": 0.4684177041053772 }
12,066
import React from 'react'; import { yupResolver } from '@hookform/resolvers/yup'; import { Checkbox, FormControlLabel, FormGroup } from '@material-ui/core'; import cx from 'classnames'; import { isAfter, isBefore, isValid } from 'date-fns'; import { Controller, useForm } from 'react-hook-form'; import { useTranslation...
efe5e425f8258ccdea8cf30e2e53bbd2
{ "intermediate": 0.42776256799697876, "beginner": 0.3684902489185333, "expert": 0.2037472426891327 }
12,067
Lock down boot partition to Read only mode in linux server
d352bd9a10add06f9fbabc5d24930949
{ "intermediate": 0.37824246287345886, "beginner": 0.2227569818496704, "expert": 0.3990005850791931 }
12,068
- Fetch Account details using : XUP - Fetch retirement type using : AR1 - Fetch brokerage distribution transaction using : EAMO510I - Fetch accrued dividend brokerage distribution transaction using : RAMO427E - Fetch merge expanded history using : MEG - Fetch mutual fund distribution transaction using : RAMO112E - Fetc...
8f1ae02e8098db2db121aceb015a16e1
{ "intermediate": 0.36990073323249817, "beginner": 0.32955366373062134, "expert": 0.3005455732345581 }
12,069
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <sys/mman.h> #include <sys/wait.h> #include “smr.h” #define REGION_NAME “anony” #define REGION_ADDR 0x001000 #define REGION_SIZE 0x100000 #define CHUNK_SIZE 4096 typedef struct { uint8_t* addr; uint32_t size; } chunk_t; int main() { smr_...
92bc9deb8d03de36a438cccb07973db6
{ "intermediate": 0.3246808350086212, "beginner": 0.5286003351211548, "expert": 0.146718829870224 }
12,070
Hi there!
a7321ab88fd92dc43a0ea45e7b6f2c14
{ "intermediate": 0.32267293334007263, "beginner": 0.25843358039855957, "expert": 0.4188934564590454 }
12,071
write some cross-platform python3 code, that plays videos from an m3u playlist in fullscreen. there should be a text box in the center of the video, when you type the word "unlock" and hit the enter key, the application closes. the meta key, alt keys and escape key should be disabled.
b2b0311df6d64f64e9acc79cdbca9174
{ "intermediate": 0.4050058126449585, "beginner": 0.2772558033466339, "expert": 0.31773841381073 }
12,072
ما وظيف جهاز spectrum analyzer
40fb03efb38d1157c7b5d287abba8092
{ "intermediate": 0.25591570138931274, "beginner": 0.3461062014102936, "expert": 0.3979780972003937 }
12,073
how to read cdf file common data format in python
90b48ef6ccc84378e09f2162cf5db3e4
{ "intermediate": 0.5417335033416748, "beginner": 0.2636825740337372, "expert": 0.19458389282226562 }
12,074
- Fetch Account details using : XUP - Fetch retirement type using : AR1 - Fetch brokerage distribution transaction using : EAMO510I - Fetch accrued dividend brokerage distribution transaction using : RAMO427E - Fetch merge expanded history using : MEG - Fetch mutual fund distribution transaction using : RAMO112E - Fetc...
02639e1d953bd278ce30c6fe18ee5c89
{ "intermediate": 0.3530593812465668, "beginner": 0.3032133877277374, "expert": 0.3437272012233734 }
12,075
Please find the errors in this code : def plot_epam_lefs60(date1, date2, ax, filename, bins=['F1P','F2P','F3P','F4P'] ,cadence=None): import pandas import re headers = ['EPOCH','F1P','F2P','F3P','F4P','UF1P','UF2P','UF3P','UF4P'] data = [] with open(filename, 'r') as f: for line in f: ...
dcd632e6128773e3fa20a2e5535cf75f
{ "intermediate": 0.3979516327381134, "beginner": 0.40926069021224976, "expert": 0.19278763234615326 }
12,076
В моем аудио-плеере нет расстояния между обложками. gap и max-width были использованы, дело в том, что обложки имеют свойство object-fit: cover; это как-то с этим связано. я удалил object-fit: cover и все равно тоже самое <body> <div class="container"> <div class="row"> <div class="col-md-3"> ...
11812649bccfe40589157f143dad05e4
{ "intermediate": 0.38909074664115906, "beginner": 0.482824444770813, "expert": 0.12808483839035034 }
12,077
Tell me how to make the result value appear positive even if it is negative in pineScript V5.
508029acfbc19d3de123b28ffb0f2ab4
{ "intermediate": 0.31157270073890686, "beginner": 0.17271965742111206, "expert": 0.5157075524330139 }
12,078
how to decrypt and create napsternetv ios inpv config file?
1d60ae71a7d4335ff0a3fd664a6854af
{ "intermediate": 0.3806016743183136, "beginner": 0.2665642499923706, "expert": 0.3528341054916382 }
12,079
. Implement a currency converter application in python
2dff820e9276183746300e5ef8379591
{ "intermediate": 0.41041678190231323, "beginner": 0.14135928452014923, "expert": 0.44822391867637634 }
12,080
Implement a budget calculator application in python
3eafb9d0a8bafc2d1a6aee4906cdb336
{ "intermediate": 0.46722787618637085, "beginner": 0.24606510996818542, "expert": 0.2867071032524109 }
12,081
python code (read file line by line)
6d1f1e5ae1575685454372bbb94dc1b3
{ "intermediate": 0.2778626084327698, "beginner": 0.32947948575019836, "expert": 0.39265796542167664 }
12,082
Implement a simple budget calculator application
48bc9637b0148310547c1ef4e522f6cb
{ "intermediate": 0.425382137298584, "beginner": 0.3367255926132202, "expert": 0.2378922700881958 }
12,083
Convert this Azure data factory expression into python(to use with pandas) if A and B are two columns.: and(isNull(A)==false(),or(B=='',isNull(B)==true()))
caf5e7b689f4fc324b0c0aa7df6a2402
{ "intermediate": 0.6011810302734375, "beginner": 0.25610706210136414, "expert": 0.14271187782287598 }
12,084
ак создать в гриде основанном на mui data grid отдельную панель с фильтрами? Можно использовать react-hook-form
93ce559eea2c8b697875d061834b958c
{ "intermediate": 0.42157065868377686, "beginner": 0.21232683956623077, "expert": 0.36610254645347595 }
12,085
products: List<Product>.from(json["products"]!.map((x) => Product.fromJson(x))), make null check in this to accept null
4974262df423139106403299d2b99924
{ "intermediate": 0.4329580068588257, "beginner": 0.28048714995384216, "expert": 0.28655484318733215 }
12,086
Как с помощью pdfplumber сжать pdf файлы в папке и её подпапках
e797107ea8883285c5a1ecf52ce536fc
{ "intermediate": 0.27576783299446106, "beginner": 0.4827945828437805, "expert": 0.24143759906291962 }
12,087
how do you subtract one day from a boost date in c++
8ad5ca19f2305fa8642bdffb51f27472
{ "intermediate": 0.301395058631897, "beginner": 0.3018922805786133, "expert": 0.39671263098716736 }
12,088
server.go:563] external host was not specified, using
c9a460a8515282c73b47de72e5afb949
{ "intermediate": 0.33998289704322815, "beginner": 0.327406644821167, "expert": 0.33261045813560486 }
12,089
javascrit how to check array defined or not
f0d70587f20524b03a491d94ada4fa3f
{ "intermediate": 0.6530170440673828, "beginner": 0.1321614384651184, "expert": 0.21482151746749878 }
12,090
<div id="thumb-content-9"><img onclick="f_showdetailimage('sgce/images/44_Consumer_Electronics-OCT21_1-043.jpg', 'mainimg_9',9);" data-toggle="modal" data-target="#showdetail" title="Shenzhen Chitado Technology Co. Ltd" id="mainimg_9" class="lazy coupon_img imagefadein-x" data-checker="checked_9_landing" data-original=...
d0a3881ec6496fac489e76d336876a5a
{ "intermediate": 0.4096631705760956, "beginner": 0.24776451289653778, "expert": 0.34257230162620544 }
12,091
нужно добавить сжатие добавляемых mp3 файлов по битрейту: const express = require("express"); const fs = require("fs"); const session = require("express-session"); const fileUpload = require("express-fileupload"); const app = express(); const fuzzball = require("fuzzball"); const mysql = require('mysql'); const conne...
fbc28bf1f848a5ca3e58472a51198216
{ "intermediate": 0.30173641443252563, "beginner": 0.5026488900184631, "expert": 0.19561469554901123 }
12,092
redis_pool = redis.ConnectionPool(host="127.0.0.1", port=6379) redis_client = redis.Redis(connection_pool=redis_pool , decode_responses=True) data = redis_client.get("_a_key_123").decode() `AttributeError: 'NoneType' object has no attribute 'decode'`
7e206c2e7fa434046bd67b76fc82db19
{ "intermediate": 0.5219528675079346, "beginner": 0.2433929294347763, "expert": 0.2346542328596115 }
12,093
how long can lemerence last if you stop seeing the person? is this a state that can come and go?
3b2c9b52e54fa427b4bd1a5d825a2dfc
{ "intermediate": 0.3622395098209381, "beginner": 0.3281383812427521, "expert": 0.30962204933166504 }
12,094
say this more succinctly: This example is showing complexity between two ‘Homegrown’ FPCs. There’s additional complexity when one considers ‘Acquisition Deal’ FPCs.
3664418929af7261c8fbcb033f8c9acf
{ "intermediate": 0.3235650658607483, "beginner": 0.3575844466686249, "expert": 0.31885048747062683 }
12,095
You are a professional programmer with decades of experience with decades of experience in every known language. write me a short python script that pulls the latest 100 tweets from twitter. show me step by step
9e2698d9083d13871aeddec38c70e03c
{ "intermediate": 0.4833277463912964, "beginner": 0.24859829246997833, "expert": 0.2680739760398865 }
12,096
почему-то мой скрипт не запоминает сессию. я логинюсь (/login), но возвращаясь назад на index, в навигационной панели не показывается, что я залогинен, там должно быть сообщение вроде "hello, username", но этого нет. Просмотри код и найди ошибку: const express = require("express"); const fs = require("fs"); const sess...
873603efb815247af5c63b3acda1d1de
{ "intermediate": 0.378420889377594, "beginner": 0.47585004568099976, "expert": 0.14572910964488983 }
12,097
You are a professional programmer with decades of experience with decades of experience in every known language. write me a short python script that pulls the latest 100 tweets from twitter. show me step by step
3fe04bea565c8ead2164a1c9dea5a9d6
{ "intermediate": 0.4833277463912964, "beginner": 0.24859829246997833, "expert": 0.2680739760398865 }
12,098
how to use python to detect the outcome of command "nmap -sn <ip_address> --max-retries 1"
677a8bd04cf275aaf7fbc9dff6913b17
{ "intermediate": 0.44150495529174805, "beginner": 0.19531673192977905, "expert": 0.3631783127784729 }
12,099
Write a Java method to calculate Telephone Bill Write a program to calculate the monthly telephone bills as per the following rule: Minimum Rs. 200 for up to 100 calls. Plus Rs. 0.60 per call for next 50 calls. Plus Rs. 0.50 per call for next 50 calls. Plus Rs. 0.40 per call for any call beyond 200 calls.
2329b59083cbcd1b6f896dd96803570d
{ "intermediate": 0.35267767310142517, "beginner": 0.2502622902393341, "expert": 0.3970600962638855 }
12,100
how to use python to detect the outcome of command "nmap -sn <ip_address> --max-retries 1"
6418d7f4dcad2e2d9b74910ac9f595a8
{ "intermediate": 0.44150495529174805, "beginner": 0.19531673192977905, "expert": 0.3631783127784729 }
12,101
почему-то мой скрипт не запоминает сессию. я логинюсь (/login), но возвращаясь назад на index, в навигационной панели не показывается, что я залогинен, хотя я залогинен и могу редактировать свой профиль, на index.ejs должно быть сообщение вроде “hello, username”, и если залогинен, предложение с ссылкой на logout, но э...
1320844385298158aa7eea87f9c1789d
{ "intermediate": 0.32682254910469055, "beginner": 0.45064297318458557, "expert": 0.2225344479084015 }
12,102
<!DOCTYPE html> <html> <head> <title>tab editor</title> <meta name=“viewport” content=“width=device-width, initial-scale=1”> <link rel=“stylesheet” type=“text/css” href=“https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css”> <script src=“https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js”...
cb4b5e069419885c3d2946f1ca153979
{ "intermediate": 0.24505527317523956, "beginner": 0.3979710340499878, "expert": 0.35697364807128906 }
12,103
import snscrape.modules.twitter as sntwitter import pandas as pd query = "Seattle Kraken" for tweet in sntwitter.TwitterSearchScraper(query).get_items(): print(vars(tweet)) could you please tell me how to make it only print the last 100 item and also save them to a csv file please and thank you
f4a4fadeebabe27226778b3ec3865272
{ "intermediate": 0.7394992709159851, "beginner": 0.11982506513595581, "expert": 0.1406756490468979 }
12,104
import snscrape.modules.twitter as sntwitter import pandas as pd query = "Seattle Kraken" for tweet in sntwitter.TwitterSearchScraper(query).get_items(): print(vars(tweet)) could you please tell me how to make it only print the last 100 item and also save them to a csv file please and thank you
d6ad138acd324ca3d9bdcb7e9c91714a
{ "intermediate": 0.7394992709159851, "beginner": 0.11982506513595581, "expert": 0.1406756490468979 }
12,105
import snscrape.modules.twitter as sntwitter query = "Seattle Kraken" for tweet in sntwitter.TwitterSearchScraper(query).get_items(): print(vars(tweet)) could you please tell me how to make it only print the last 100 item and also save them to a csv file please and thank you
75472ec8aad1bb4481f8528d0d583291
{ "intermediate": 0.6745213866233826, "beginner": 0.14421023428440094, "expert": 0.18126839399337769 }
12,106
import snscrape.modules.twitter as sntwitter query = "Seattle Kraken" for tweet in sntwitter.TwitterSearchScraper(query).get_items(): print(vars(tweet)) could you please tell me how to make it only print the last 100 item and also save them to a csv file please and thank you
f3c3e4b66a5b1b4e586d6e11b8f38d23
{ "intermediate": 0.6745213866233826, "beginner": 0.14421023428440094, "expert": 0.18126839399337769 }
12,107
javascript, I want to use filter & indexOf to search some values. How can I use multi-condition with indexOf?
57e57d92913e5cac9750a11abda83858
{ "intermediate": 0.4802613854408264, "beginner": 0.16304224729537964, "expert": 0.35669636726379395 }
12,108
write some javascript code to display 100 rectangles , and allow for them to be dynamically added, updated, or removed via a websocket connection
e44e762074f40d21bd2c70cb8bbbf487
{ "intermediate": 0.5775847434997559, "beginner": 0.16633422672748566, "expert": 0.25608110427856445 }
12,109
could you please show me step by step how to scrape the last 100 tweets from the query Counter Strike 2 and save the result to a csv file please and without using the twitter API at all or tweepy thank you
1188d00f3d617e9d91a6c4ef3cfe7f26
{ "intermediate": 0.7392127513885498, "beginner": 0.09177708625793457, "expert": 0.16901011765003204 }
12,110
AttributeError: 'NoneType' object has no attribute 'drop'
e0d77ff1f6fe98048f8e3a4f1abc284d
{ "intermediate": 0.4644468426704407, "beginner": 0.24241387844085693, "expert": 0.2931393086910248 }
12,111
write me C++ code for a loop to include the same time scale in X-axis, and same amount of increasing of field in Y-axis after that time, and then move into the next time scale for the lopp
4869f2bf39fd2fdcd0ac2b484bf3a7a9
{ "intermediate": 0.29336297512054443, "beginner": 0.39190101623535156, "expert": 0.3147360384464264 }
12,112
test case for getCarePlanDetails(indvId:string):Observable<any> { return this.http // .get(`${this.baseUrl}/careplan_document?indvId=`+ "2721060") .get(`http://localhost:8081/member/api/v1.0.0/careplan_document?indvId=`+ "2721060") .pipe(retry(3), catchError(this.sharedDataService.handleErrors()...
702d1c0f423b3e5c6ec451e657ae24e7
{ "intermediate": 0.4538659155368805, "beginner": 0.35914647579193115, "expert": 0.18698760867118835 }
12,113
я хочу использовать вместо недавно зарегистрированных пользователей в index.ejs недавно загруженные .mp3 файлы из profile.ejs пользователей. index.ejs я уже поменял, добавив <section class="musicians"> <div class="container"> <h2>Recent Uploads</h2> <div class="row"> <% tracks.forEach(function(track) {...
f9605fdd1edde33ce9f1ea552fac8e13
{ "intermediate": 0.21984507143497467, "beginner": 0.5824708342552185, "expert": 0.19768409430980682 }
12,114
whic is not a valid stack command ? A) STMED B)LDMFD C)LDMEI D)LDMFA
a9a86f5be556e029c9b8f1759470f687
{ "intermediate": 0.4680981934070587, "beginner": 0.23870031535625458, "expert": 0.2932015061378479 }
12,115
from aiogram import Bot, types from aiogram.dispatcher import Dispatcher from aiogram.utils import executor TOKEN = '5893668363:AAG_2N0n-lNagqMjglsR7EobAcJI_zWfNCI' bot = Bot(token=TOKEN) dp = Dispatcher(bot) from aiogram import Poll, Options def create_poll(update, context): poll = Poll(question=“Choose a nam...
0e5d738960522cc96084e3cb61c8a2f4
{ "intermediate": 0.45758727192878723, "beginner": 0.27983659505844116, "expert": 0.2625761032104492 }
12,116
where are branch points stored in monocle3 object?
d5aaa2d2f35eed1e084d21ca3ea1b6bc
{ "intermediate": 0.4145890772342682, "beginner": 0.19630037248134613, "expert": 0.3891105353832245 }
12,117
you are an expert developer working on a VBA code and you have to write an AI code to learn to calculate the ratio of inspector assigned to each operation based on the number of operation, the time of inspection, numbre of operators, FPY, experience of operations, APQP, complexity, new operations, number of previous i...
76dada4d899340cb5a46307722c6664c
{ "intermediate": 0.0999661311507225, "beginner": 0.12180931866168976, "expert": 0.7782245874404907 }
12,118
from aiogram import Bot, types from aiogram.dispatcher import Dispatcher from aiogram.utils import executor TOKEN = '5893668363:AAG_2N0n-lNagqMjglsR7EobAcJI_zWfNCI' bot = Bot(token=TOKEN) dp = Dispatcher(bot) from aiogram import Poll, Options def create_poll(update, context): poll = Poll(question=“Choose a nam...
552fb1e30f567b3ab8b626145ab5912d
{ "intermediate": 0.4976940453052521, "beginner": 0.24956205487251282, "expert": 0.2527438700199127 }
12,119
напиши код для телеграм бота, суть которого заключается в создании телеграм бота в котором после запуска бота появляется multiply vote, в котором участвуют десять учеников с разными цифрами, после выбора ответов в опросе, по другой команде можно вывести массив в который сохранены значеня опроса
11b1fad32d46082eacabfb76192920f5
{ "intermediate": 0.3845841884613037, "beginner": 0.30572471022605896, "expert": 0.3096911311149597 }
12,120
Write a Pseudocode on an approval matrix for PR
16476796a3cc3069620fac97b5b24e47
{ "intermediate": 0.29944396018981934, "beginner": 0.35211580991744995, "expert": 0.3484402298927307 }
12,121
I have a raspberry pi 4 and i have a macbook pro and i want to connect from the macbook pro to raspberry pi 4 using bluetooth in java (java application is on macbook pro) how do i do that? mind that i don't have internet on the raspberry pi... if you have any better ideas than bluetooth im all ears, but mainly how do i...
647609d53b6e0d1b2e1ef89f4fde4bfc
{ "intermediate": 0.5879735350608826, "beginner": 0.1828254759311676, "expert": 0.2292010337114334 }
12,122
я хочу использовать вместо недавно зарегистрированных пользователей в index.ejs недавно загруженные .mp3 файлы из profile.ejs пользователей. index.ejs я уже поменял. осталось добавить в app.get("/", (req, res) => { сейчас я получаю ошибку ReferenceError: tracks is not defined at C:\Users\Ilya\Downloads\my-musician...
e9d92a3b416f5802cd60c148d91a2eb4
{ "intermediate": 0.4225047528743744, "beginner": 0.3917118012905121, "expert": 0.1857834756374359 }
12,123
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
805ceb41e8d0d3d38e30c5511fb51689
{ "intermediate": 0.25512373447418213, "beginner": 0.3797565698623657, "expert": 0.36511966586112976 }
12,124
Hy are you aware of the Teleport Role Templates
6517021b8bd12fdef56229efc2ddeae5
{ "intermediate": 0.35998010635375977, "beginner": 0.28027546405792236, "expert": 0.3597443997859955 }
12,125
this is my sql code: SELECT c.contactFirstName, c.contactLastName, c.country, o.orderNumber, o.orderDate, o.status, od.total FROM customers c INNER JOIN orders o ON c.customerNumber = o.customerNumber INNER JOIN ( SELECT orderNumber, SUM(quantityOrdered * priceEach) AS total FROM ...
49325e55cefd93ffc8420e05cea210b7
{ "intermediate": 0.3014758229255676, "beginner": 0.4189460873603821, "expert": 0.2795780599117279 }
12,126
Introduction. Linear programming provides a powerful framework for modeling and solving numerous problems in industrial applications like resource management, transportation, scheduling, structural design, telecommunications, etc. In many other important applications, however, non-linearity can be crucial for modeling ...
8cbcbd325e6bc9ecc6385372993dc2ba
{ "intermediate": 0.3907832205295563, "beginner": 0.24469122290611267, "expert": 0.36452558636665344 }
12,127
я хочу использовать вместо недавно зарегистрированных пользователей в index.ejs недавно загруженные .mp3 файлы из profile.ejs пользователей. index.ejs я уже поменял. осталось добавить в app.get(“/”, (req, res) => { app.js: const express = require("express"); const fs = require("fs"); const session = require("express-...
48e64738a283c8641286698e45af9923
{ "intermediate": 0.30425378680229187, "beginner": 0.5495890974998474, "expert": 0.14615708589553833 }
12,128
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
abccd70fb13f7e5dd81aa8f0ab95ef45
{ "intermediate": 0.35266053676605225, "beginner": 0.4519357681274414, "expert": 0.19540365040302277 }
12,129
The pcolormesh takes as input first and array A, then a second array B, and third a matrix M. how can I plot a pcolormesh using as input a dataframe pandas where i use A from the first column is a datetime, and a number of columns M1,M2,M3 from the dataframe as the matrix M
23d68c29e550ea114d1642f5c4c87a66
{ "intermediate": 0.6086465716362, "beginner": 0.16334939002990723, "expert": 0.22800405323505402 }
12,130
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
156f41f3f6f5e27c1840b72e7ffc1dc7
{ "intermediate": 0.35266053676605225, "beginner": 0.4519357681274414, "expert": 0.19540365040302277 }
12,131
Please write a code on python to create hexagon
2d404a6ef3f4293adb31b13cb3b63dde
{ "intermediate": 0.3309507966041565, "beginner": 0.21941961348056793, "expert": 0.44962960481643677 }
12,132
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
b60ed301491227be8096fe0f4b85ea54
{ "intermediate": 0.35266053676605225, "beginner": 0.4519357681274414, "expert": 0.19540365040302277 }
12,133
Напишите программу для вычисления длины окружности на python.
c2628919940dbc20a622a9f71093a2d9
{ "intermediate": 0.27884820103645325, "beginner": 0.24908442795276642, "expert": 0.47206738591194153 }
12,134
An array with an odd number of elements is said to be centered if all elements (except the middle one) are strictly greater than the value of the middle element. Note that only arrays with an odd number of elements have a middle element. Write a function that accepts an integer array and returns 1 if it is a centered a...
b09b1b14905128c356117e7986642f4b
{ "intermediate": 0.33796218037605286, "beginner": 0.321441650390625, "expert": 0.34059616923332214 }
12,135
<?php date_default_timezone_set('Asia/Tehran'); include("jdf.php"); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>نمایش نتایج</title> <link rel="stylesheet" href="style/style-00.css"> </head> <body> <form method="POST" action=""> <label for="start">تاریخ شروع:</label> <jb-date...
4956f4c15bbbd9e89a83d889d16ff28f
{ "intermediate": 0.33233705163002014, "beginner": 0.38232022523880005, "expert": 0.2853426933288574 }
12,136
How to create smallest application for Android using Kotlin and GeckoView?
c2de7772b381f43f55b98c2e69e6306a
{ "intermediate": 0.6224830746650696, "beginner": 0.19617626070976257, "expert": 0.18134063482284546 }
12,137
You will choose one restaurant and research the prices of some menu items. More specifically, you will choose: 3-5 Beverages 5 Main Menu Items (keep it simple - avoid “build your own” kinds of items) 3-5 Sides/Snacks You should use the names and prices listed from the menus on the site you chose. Your program will d...
beb3771a3baed5e14f8610ac2eae7e00
{ "intermediate": 0.3481789827346802, "beginner": 0.36128005385398865, "expert": 0.2905409634113312 }
12,138
What should the column definition look like in the model named "activities" and type "integer"? Python Databases
81f4a786a82a4cf9103ff39ddb8cb20b
{ "intermediate": 0.41367748379707336, "beginner": 0.16653452813625336, "expert": 0.4197880029678345 }
12,139
сейчас обложки песен/карточки вытянуты по вертикали, изображения не равномерны, а должны быть одного размера и аспект сторон должен быть сохранен, у плеера отсутствует дизайн, выглядит все вырвиглазно. Также для кнопки play сделай иконку fa-fa. Сделай красивый дизайн, вот код: index: <!-- audio player --> <div class="...
30acc6ae68fa2ee1873128973f4f612a
{ "intermediate": 0.30501559376716614, "beginner": 0.5261143445968628, "expert": 0.16887007653713226 }
12,140
this is AddRoute.jsx import { useState, useEffect } from 'react'; import { Container, Row, Col } from 'react-bootstrap'; import { BackButton } from './NavigationComponents'; import { BlockList, CreatePage, ActionList, Title } from './AddComponents'; import ErrorRoute from './ErrorRoute'; function AddRoute(props) { ...
d1d52868aae5d7aaacb48bd7ff2b2206
{ "intermediate": 0.389899879693985, "beginner": 0.48652541637420654, "expert": 0.12357475608587265 }
12,141
How can I get a catalog of galaxies from a model in halotools?
f30fdd34fe20b3b71e1730eca613ca86
{ "intermediate": 0.2841634452342987, "beginner": 0.06875606626272202, "expert": 0.6470804810523987 }
12,142
create a UI to pick a docx file, read the underline text, and write it to an xlsx file with Flutter and show full code
3d52a7779456f475caa27a9357aa0806
{ "intermediate": 0.5290355086326599, "beginner": 0.21538981795310974, "expert": 0.25557461380958557 }
12,143
package serverUtils; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.*; import java.nio.charset.StandardCharsets; public class ConnectionManager { private static final String ACK_MESSAGE_PREFI...
4386b1854927756da1d5ca0b1c70a222
{ "intermediate": 0.3234023153781891, "beginner": 0.5804898738861084, "expert": 0.09610777348279953 }
12,144
package serverUtils; import java.io.IOException; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.util.Iterator; public class Console { public void start() throws IOException { ConnectionManager connectionManager = new ConnectionManager(6789); connectionManager.initialize(); Se...
7e0f282d44bb7ca4f07d384c7d10d785
{ "intermediate": 0.24517688155174255, "beginner": 0.5364795923233032, "expert": 0.21834352612495422 }
12,145
Есть приложение на java. Вот серверная часть: package serverUtils; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.*; import java.nio.charset.StandardCharsets; public class ConnectionManager { ...
df00ed4609914d76e145ca86e4d8518d
{ "intermediate": 0.31660863757133484, "beginner": 0.574708878993988, "expert": 0.10868241637945175 }
12,146
I used this code: import time from binance.client import Client from binance.enums import * from binance.exceptions import BinanceAPIException from binance.helpers import round_step_size import pandas as pd import json import numpy as np import pytz import datetime as dt import ccxt from decimal import Decimal import r...
8bc78585f376e87ecf8d016044d74253
{ "intermediate": 0.3887886703014374, "beginner": 0.4982946515083313, "expert": 0.11291676759719849 }
12,147
карточки/обложки расползаются, см скриншот: https://yadi.sk/d/EMb3XlXLUeHmFA нужно, чтобы все было как здесь, см скриншот: https://yadi.sk/d/0evHq4J4eg709A код: <!-- audio player --> <div class="selling-right-now"> <h3>Selling right now</h3> <div class="selling-right-now-track"> <% tracks.forEach((track, ...
4f55c27c2272788fe9ca26861ed4bbb1
{ "intermediate": 0.23560631275177002, "beginner": 0.45659029483795166, "expert": 0.3078033924102783 }
12,148
Microsoft SQL 2008 is working with net frame work 4 right ?
1809650c97e44546fa3ad94e68e05677
{ "intermediate": 0.5499182343482971, "beginner": 0.16907960176467896, "expert": 0.2810021638870239 }
12,149
8. Question 8 A USB memory stick is an example of which of the following components of computer architecture? 1 point Central Processing Unit Secondary Memory Output Device Main Memory
8f3801c0bb65870bb275f12166eba5a1
{ "intermediate": 0.2634781002998352, "beginner": 0.4689784348011017, "expert": 0.2675434648990631 }
12,150
LibreOffice SDK как сделать AlignCenter для XText используемый в XCell на C++?
e746e92ba7630a3f993b2e4a7cd2475e
{ "intermediate": 0.8301693797111511, "beginner": 0.09626030921936035, "expert": 0.07357030361890793 }
12,151
enhance terser options to minify the bundle. I am using javascript classes and bundling with rollup. terser({ compress: { passes: 2, pure_getters: true, unsafe_math: true, }, mangle: { properties: { regex: /^_/, }, }, }),
9bc85e74b8ea16b1b024dd32120c3fd8
{ "intermediate": 0.4125078618526459, "beginner": 0.28921717405319214, "expert": 0.2982749938964844 }
12,152
Что делает Awaited в typescript?
dd908d1ede44d6dc8a3126beaa2c8972
{ "intermediate": 0.1791490614414215, "beginner": 0.6460154056549072, "expert": 0.17483551800251007 }