row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
33,330
I want to create a source code for WhatsApp stickers that is professional and compatible with all phones using language java
bca52a0097d765059fe9d24b7b377416
{ "intermediate": 0.5196638703346252, "beginner": 0.22900578379631042, "expert": 0.25133034586906433 }
33,331
Give me a C++ class which use WinHTTP to download and parse the Tor consensus as described in the last Tor's whitepaper. The code must not use the C++ STL, but can use OpenSSL if required.
4cda760a13ce5d6a037d97f986ae7200
{ "intermediate": 0.486579030752182, "beginner": 0.3234216570854187, "expert": 0.18999935686588287 }
33,332
Give me a C++ class which use WinHTTP to parse the Tor consensus as described by the last Tor's directory protocol. The code must not use the C++ STL, but can use OpenSSL if required.
cc040a48d1340ed6676c1ed215648d6e
{ "intermediate": 0.5072137713432312, "beginner": 0.32220742106437683, "expert": 0.17057882249355316 }
33,333
Give me a C++ class to parse the Tor consensus as described by the last Tor's directory protocol. The code must not use the C++ STL, but can use OpenSSL and a regex library if required.
3c19001b3fed361f37f5f8a79767921d
{ "intermediate": 0.5607660412788391, "beginner": 0.33841580152511597, "expert": 0.10081809014081955 }
33,334
Give me a C++ class to parse the Tor consensus as described by the last Tor's directory protocol. The code can use OpenSSL and a regex library if required.
d0d3e1124b80ededd8a60e3daf63c41d
{ "intermediate": 0.5914749503135681, "beginner": 0.3134223520755768, "expert": 0.0951026976108551 }
33,335
в c# есть два файла в котором private void button1_Click(object sender, EventArgs e) { GetPrice.Execute(this); } вызывает другой файл public class GetPrice { public static void Execute(Form1 form) { string lang = “eng”; string imagePath = @“ImageContainer/price.jpg”; string absolutePath = Path.GetFullPath(Path.Combine(...
f2debde9c3943272c55afe000f97403a
{ "intermediate": 0.3733765780925751, "beginner": 0.38000667095184326, "expert": 0.24661673605442047 }
33,336
From the document https://github.com/torproject/torspec/blob/main/dir-spec.txt, give me a C++ class to parse the Tor's consensus. you can use a regex expressions library and OpenSSL if needed.
44fdf19aad2e048bbb52d26780b417ab
{ "intermediate": 0.557440996170044, "beginner": 0.3532527983188629, "expert": 0.08930624276399612 }
33,337
how to control to draw line by using graphic open gl library by using mouse
99b16957c095b5580c5e376b51cee27a
{ "intermediate": 0.628075122833252, "beginner": 0.14337366819381714, "expert": 0.2285512387752533 }
33,338
Give me a C++ allowing to simulate the nervous system of a primitive animal, including memory.
4261f4341469850b1339a8970f05e118
{ "intermediate": 0.29102036356925964, "beginner": 0.1988374888896942, "expert": 0.5101421475410461 }
33,339
What would be a good synaptic plasticity model to use with a Izhikevich neuron model ? The goal is to support STDP and LTP, to allow memory-like behaviors of the network
4d077de10b715ed9059f782089a91dfa
{ "intermediate": 0.09445744752883911, "beginner": 0.07172194123268127, "expert": 0.833820641040802 }
33,340
how to get mean over a Pandas DataFrame on one column by applying a condition for another column
3afd5df357ff8c2cecbc43cdfd2c2495
{ "intermediate": 0.46826887130737305, "beginner": 0.16588947176933289, "expert": 0.36584174633026123 }
33,341
Now try to modify and extend your program! Be sure to meet these minimum technical requirements: Add a second dancer to your program. Make sure you place it near the top! Name it dancer2. Add actions to some of your key events and assign them to dancer2 using dot notation. stage.set_background("concert") dancer = cod...
1798ec2641f12d451d2e922ed85e6ef0
{ "intermediate": 0.41642168164253235, "beginner": 0.33975711464881897, "expert": 0.24382123351097107 }
33,342
This code is working. But it selected all dates from initial to 25. But I need only select day 25 # Configure Chrome WebDriver driver = webdriver.Chrome() # Navigate to a specified page driver.get("https://10.10.117.203/prod/ru/reports/finance_client_status") # Click on the calendar element input_element = driver.fin...
6a02a26f1b52443128063afcab580917
{ "intermediate": 0.4303729832172394, "beginner": 0.3225831091403961, "expert": 0.24704386293888092 }
33,343
I have two voltage list like 100,99,99 (on state voltage) and 0,1,2 (off state voltage)as voltage input, and two time list like 5,6,4 (on state duration) and 2,2.5,3 (off state duration). it means stay a 100 volt for 5 second, then change to 0 volt and stay for 2 second, then change to 99 volt and stay for 6 second, th...
a74cd588c8dbf7ac8eb784cdda1db960
{ "intermediate": 0.4139147102832794, "beginner": 0.2458794265985489, "expert": 0.3402057886123657 }
33,344
how to draw circle by using mouse by using graphical open gl c++ language
ae94637b52ed4e2e1a1a47c082d25380
{ "intermediate": 0.36232370138168335, "beginner": 0.3325943350791931, "expert": 0.3050819933414459 }
33,345
Make a dialog of 2 persons who talk about should the travellers always respect other's people culture or not? about 8 replicas for each person
0862b91ef8450ec7fac7c56139b639dd
{ "intermediate": 0.34741395711898804, "beginner": 0.35638493299484253, "expert": 0.2962011694908142 }
33,346
super! could print all intermidiate hoursmarks even emty SELECT DATE_FORMAT(FROM_UNIXTIME(timecreated), '%H:00 %e %b %Y') AS date_hour, COUNT(DISTINCT userid) AS unique_users_count FROM mdl_logstore_standard_log GROUP BY date_hour ORDER BY timecreated;
b993c9c83461b0a178dd1384eb12d625
{ "intermediate": 0.36627262830734253, "beginner": 0.3558289706707001, "expert": 0.27789849042892456 }
33,347
#include <iostream> #include <algorithm> struct Node { int data; int left; int right; int height; }; int Height(int index, Node arr[]) { if (index == -1) return 0; if (arr[index].height > 0) return arr[index].height; arr[index].height = 1 + std::max(Height(arr[index].left, arr), Height(arr[index].rig...
99dc8854e5dc4a491ffbbf19f562ddc2
{ "intermediate": 0.28154298663139343, "beginner": 0.35865914821624756, "expert": 0.359797865152359 }
33,348
#include <iostream> #include <string> struct Node { std::string name; Node* left = nullptr; Node* right = nullptr; int height = 1; Node(const std::string& name) : name(name) {} }; int height(Node* root) { if (root == nullptr) return 0; return root->height; } int Balance(Node* root) { if (root == n...
a80f3726eb7dc56ff578d77aaa90da40
{ "intermediate": 0.3198518455028534, "beginner": 0.36614990234375, "expert": 0.3139983117580414 }
33,349
python code to calculate average waiting time in queue for an erlang C assuming N workers to process calls
8ce34982018425ad55e142be0adaadce
{ "intermediate": 0.434764564037323, "beginner": 0.23111987113952637, "expert": 0.334115594625473 }
33,350
def pad_plaintext(plaintext): while len(plaintext) < 8: plaintext += "@" return plaintext[:8] def text_to_binary(text): binary_text = "" for char in text: binary_char = bin(ord(char))[2:].zfill(8) binary_text += binary_char return binary_text def split_blocks(plaintex...
0aa83c5a34de86089a352a1a47a17037
{ "intermediate": 0.3371845483779907, "beginner": 0.4498818516731262, "expert": 0.21293359994888306 }
33,351
The required column 'BrandIdId' was not present in the results of a 'FromSql' operation как решить
df642d44532087b85897e034e59336c5
{ "intermediate": 0.39659383893013, "beginner": 0.1819363236427307, "expert": 0.42146986722946167 }
33,352
I am making a crossplatform c++ wxwidgets desktop app, and I got a problem on Windows, Linux works perfectly. I have a method that detects if a wxCombobox was edited and then do something. The problem on Windows is that it calls this method as soon as the frame is loaded and the wxCombobox was initialized with the init...
4fa370decc256583f90d27bfa54de3e9
{ "intermediate": 0.6675207614898682, "beginner": 0.17913861572742462, "expert": 0.1533406376838684 }
33,353
I am making a crossplatform c++ wxwidgets desktop app, and I got a problem on Windows, Linux works perfectly. I have a method that detects if a wxCombobox was edited and then do something. The problem on Windows is that it calls this method as soon as the frame is loaded and the wxCombobox was initialized with the init...
52245163db9dedcc9247876f2ac802e7
{ "intermediate": 0.7485774755477905, "beginner": 0.14102916419506073, "expert": 0.11039333790540695 }
33,354
Create python code for scrapping historical results from Formula 1
ec32df2464709a1317e186d50fd0f533
{ "intermediate": 0.28906863927841187, "beginner": 0.16361592710018158, "expert": 0.5473154783248901 }
33,355
What is the essential performance of an insulin bolus recommendation device
ed8934279f40284dd4967c0242162138
{ "intermediate": 0.22202430665493011, "beginner": 0.193376362323761, "expert": 0.5845993161201477 }
33,356
deobfucsate thisd code: const _0x39e1e0 = function () { let _0xb38b7c = true; return function (_0x51664e, _0x14c5c8) { const _0x485c76 = _0xb38b7c ? function () { if (_0x14c5c8) { const _0x45a841 = _0x14c5c8.apply(_0x51664e, arguments); _0x14c5c8 = null; ...
be7fcb0ea2b572f4c899051bf33d7f94
{ "intermediate": 0.4734918177127838, "beginner": 0.36756178736686707, "expert": 0.15894638001918793 }
33,357
const _0x39e1e0 = function () { let _0xb38b7c = true; return function (_0x51664e, _0x14c5c8) { const _0x485c76 = _0xb38b7c ? function () { if (_0x14c5c8) { const _0x45a841 = _0x14c5c8.apply(_0x51664e, arguments); _0x14c5c8 = null; return _0x45a...
b1f52ec23da65e55aac9cc47e56f4fd1
{ "intermediate": 0.39151591062545776, "beginner": 0.40895357728004456, "expert": 0.19953051209449768 }
33,358
Файл server js: const express = require(‘express’); const app = express(); const axios = require(‘axios’); const path = require(‘path’); const port = 3000; const shapes = []; app.use(express.static(path.join(__dirname, ‘public’))); app.use(‘/leaflet’, express.static(path.join(__dirname, ‘node_modules/leaflet/dist’)))...
7d277b4e8bfdc5d886db090a80a6f917
{ "intermediate": 0.33374881744384766, "beginner": 0.464860200881958, "expert": 0.20139102637767792 }
33,359
import { Column, CreateDateColumn, Entity, JoinColumn, ManyToOne, OneToMany, OneToOne, PrimaryGeneratedColumn, UpdateDateColumn, } from 'typeorm'; import { PraticaEntity } from '../../../pratica/entities/pratica.entity'; import { AnagraficaEntity } from '../../../user/entities/anagrafica.entity'; impo...
7090cba5cf59181f4ff7439c714f490c
{ "intermediate": 0.30893123149871826, "beginner": 0.4829636514186859, "expert": 0.20810507237911224 }
33,360
can you read csv fies
4cabe10198c1ac4df7d93c007f979d00
{ "intermediate": 0.30938324332237244, "beginner": 0.2691366970539093, "expert": 0.4214799702167511 }
33,361
extern crate rocket; use rocket::{*, form::Form}; extern crate rocket_dyn_templates; use rocket_dyn_templates::{Template, context}; use rocket::fs::FileServer; struct Article { content: String, } #[get("/")] fn index() -> Template { Template::render("index", context!{}) } #[get("/new")] fn new_view() -> Temp...
64dfdceeefbf4f554d220ba0d667cec8
{ "intermediate": 0.47437965869903564, "beginner": 0.26969289779663086, "expert": 0.2559274137020111 }
33,362
#Dante D'Ambrogio #December 1, 23 #This program def multiply(num1, num2, num3=None, num4=None): result = num1 * num2 if num3 is not None: result *= num3 if num4 is not None: result *= num4 return result def add(num1, num2, num3=None, num4=None): result = num1 + num2 if num3 is...
c87e1445ca2febf893b287b265b05220
{ "intermediate": 0.32313278317451477, "beginner": 0.36129748821258545, "expert": 0.3155697286128998 }
33,363
I have a dataset from cell classification with 57 features and 1927 rows (cells). can you write code to analyzie the data with UMAP to do unsupervised classification and force it only have 4 classes?
44c3248deed6c8a87bda7588d93a43eb
{ "intermediate": 0.39649125933647156, "beginner": 0.09995294362306595, "expert": 0.5035558342933655 }
33,364
do you remember my last question ?
b93f795d3e7de1d8c8c28471df43bfaa
{ "intermediate": 0.3097383975982666, "beginner": 0.32273295521736145, "expert": 0.3675285875797272 }
33,365
Write a python program that will output the percentage of kilobytes lost. The input will be two numbers, one in SI system (e.g. 210 = 1024) and one in IEC system (e.g. 103 = 1000). The output should be a number, rounded to 3 decimal places, representing the loss. Even though it is a percentage, do not put a percent sig...
fe3a43e09502b7edde9cee2c73632cfb
{ "intermediate": 0.4402602016925812, "beginner": 0.16823281347751617, "expert": 0.39150699973106384 }
33,366
у меня правильно подключена бд, но почему-то не отображается айди пользователя, отображается никнейм, в бд вносится корректно, то есть если я делаю заказ, я вношусь в бд, но мой айди не высвечивается в боте, просто это :user_id Заказ <b>#:orderId</b> оплата отменена Пользователем <b>:user_id</b> <b>@:username</b><:n><:...
d1118836167eaf7b84b61ee43584ba00
{ "intermediate": 0.29562750458717346, "beginner": 0.4994050860404968, "expert": 0.20496736466884613 }
33,367
у меня правильно подключена бд, но почему-то не отображается айди пользователя, отображается никнейм, в бд вносится корректно, то есть если я делаю заказ, я вношусь в бд, но мой айди не высвечивается в боте, просто это :user_id Заказ <b>#:orderId</b> оплата отменена Пользователем <b>:user_id</b> <b>@:username</b><:n><:...
cb00ec38076d47e658721d82c3e7f9b5
{ "intermediate": 0.29562750458717346, "beginner": 0.4994050860404968, "expert": 0.20496736466884613 }
33,368
mac download the latest version R
8ceddb31ed29abeaa0a1792a792f849f
{ "intermediate": 0.3087223768234253, "beginner": 0.24115468561649323, "expert": 0.4501229226589203 }
33,369
hi
98c565595eee6503a5ec9af10e4f16ca
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
33,370
var https = require('https'); var fs = require('fs'); // Read the certificate and the private key from the files var options = { key: fs.readFileSync('key.pem'), cert: fs.readFileSync('cert.pem') }; // Create a HTTPS server with the options var server = https.createServer(options, function(request, response) { ...
bc7b1685325ad7a12ec8d18555f23fde
{ "intermediate": 0.4596511423587799, "beginner": 0.2344377636909485, "expert": 0.3059110641479492 }
33,371
Экстаз Афродиты Пользователь :user_id @g_god244 отправил чек. На сумму 1491 Номер заказа 68 Подтвердить оплату? у меня почему-то не отображается айди пользователя только здесь, но в остальных смс все отлично, может, что-то не так с кодом ниже? $templateAdmin = new Template("admin/health_check", [ ...
8ad0720d7d88579fbe89794a4f4ee8d3
{ "intermediate": 0.36229628324508667, "beginner": 0.40008223056793213, "expert": 0.23762154579162598 }
33,372
Экстаз Афродиты Пользователь :user_id @g_god244 отправил чек. На сумму 1491 Номер заказа 68 Подтвердить оплату? у меня не отображается айди только вэтом сообщении, в остальных все отлично. вот код ниже $templateAdmin = new Template("admin/health_check", [ new TemplateData(":status", $status), ...
b2826730e3d6f2677cfd633eab35408d
{ "intermediate": 0.40754780173301697, "beginner": 0.4014626145362854, "expert": 0.19098961353302002 }
33,373
this is for coudflare workers , improve it async function handleRequest(request) { // How to create a subscribe link and give it to the family with iSegaro const url = new URL(request.url); const provider = url.searchParams.get("subs"); let links = []; if (provider === "IRC") { links = [ ...
c8a5f54e440ab0fd3e443f95779eb970
{ "intermediate": 0.34617236256599426, "beginner": 0.3892678916454315, "expert": 0.26455968618392944 }
33,374
is this correct for coudflare workers ? async function handleRequest(request) { const url = new URL(request.url); const provider = url.searchParams.get("subs"); // Moved the links logic to a separate function const links = getSubscriptionLinks(provider); // Check if the provider is valid and link...
7ae47db08a51ebf7877c1219b1c1b1fc
{ "intermediate": 0.5896259546279907, "beginner": 0.22440780699253082, "expert": 0.18596628308296204 }
33,375
provider parameter. To make this function actually check for a provider and return the appropriate link, i do not want this, is this correct? addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)); }); async function handleRequest(request) { const url = new URL(request.url); cons...
402356a14b0c033104eb291cd97ab409
{ "intermediate": 0.5182946920394897, "beginner": 0.2899645268917084, "expert": 0.19174087047576904 }
33,376
как написать функцию getHull в скрипте чтобы в этой сроке не было ошибки this.shadow = this.createShadow(this.tank.getHull().mesh,SHADOW_DIRECTION,SHADOW_RESOLUTION,SHADOW_BLUR,SHADOW_ALPHA) на as 3.0
988a70ad6f84adb35bffef32ef3be717
{ "intermediate": 0.37482547760009766, "beginner": 0.22416388988494873, "expert": 0.401010662317276 }
33,377
#include struct Node { int data; int height; Node* left; Node* right; }; struct AVL { Node* top = nullptr; int height(Node* root) { if (root == nullptr) return 0; return root->height; } Node* newNode(int value) { Node* node = new Node(); node->data = value; node->left = nullptr; node->right = nullptr; node->height ...
13c3b2a775de612b8c78a015c58050a6
{ "intermediate": 0.3736693859100342, "beginner": 0.3106582462787628, "expert": 0.3156723380088806 }
33,378
Can a computer evaluate an expression to something between true and false? Can you write an expression to deal with a "maybe" answer?
d49b485dd1f90efa6d863649b6b2207e
{ "intermediate": 0.22569116950035095, "beginner": 0.17044956982135773, "expert": 0.6038592457771301 }
33,379
You are the master of webscraping with Python and beautifulsoup. Please confirm.
cd67fe715147610917daa2ae11f5ef08
{ "intermediate": 0.4048822522163391, "beginner": 0.3765491545200348, "expert": 0.21856854856014252 }
33,380
do so you can type <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Enhanced Calculator</title> <style> body { font-family: 'Arial', sans-serif; background-color: #f5f5f5; ...
1e64dd58c0a9e5de276de16bb770040d
{ "intermediate": 0.3391309380531311, "beginner": 0.40236517786979675, "expert": 0.25850388407707214 }
33,381
from sklearn.metrics import confusion_matrix model.eval() y_true = [] y_pred = [] with torch.no_grad(): for images, labels in valLoader: images = images.to(device) labels = labels.to(device) outputs = model(images) _, predicted = torch.max(outputs.data, 1) y_true.extend(l...
e3509d60ec6b1a81dbb97a909c558b5b
{ "intermediate": 0.4387284815311432, "beginner": 0.2331240326166153, "expert": 0.3281475007534027 }
33,382
Write me an extension for vs vode, which will consist of a file extension.ts and package.json, in extention.ts write the following functionality: in the work area under the after tab (open programs) there is a line in which information about the start date of menstruation is written, this information is taken from the ...
3ae3fb74fb0d5973ab9fbc54617d5c3f
{ "intermediate": 0.5729249715805054, "beginner": 0.17426066100597382, "expert": 0.2528144121170044 }
33,383
I know you are familiar with Fuzzy Topsis method. write the Python code for this method for the following inputs: about the decision matrix. the first criteria is cost meaning it is negative and the other two are profit and positive. # Decision matrices d1 = [[[233.4, 233.4, 233.4], [1, 3, 5], [5, 7, 9]], [[256.2, 25...
ed3b0a09c031556c9db0eeb0f3db26cf
{ "intermediate": 0.3638606071472168, "beginner": 0.222907155752182, "expert": 0.4132322669029236 }
33,384
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
c47f3b58f6e7d26eb74902585911ce92
{ "intermediate": 0.32802635431289673, "beginner": 0.1849733591079712, "expert": 0.4870002567768097 }
33,385
Write a Matlab code on following problem statement A multi-objective optimization method based on multi-objective genetic algorithm (NSGA-II) was employed to optimize the shape of a plate-fin heat exchanger for a hydraulic retarder. The Colburn factor j, representing heat transfer efficiency, and the friction factor f,...
a64aabbccf70a2f5e2cd66a3cfda309d
{ "intermediate": 0.093001589179039, "beginner": 0.11748424917459488, "expert": 0.7895141243934631 }
33,386
My SearchView is highlighted as error what do I need tyo impoert
0c8a5a6ed122b3cc3706a957fb8e7b7c
{ "intermediate": 0.36760827898979187, "beginner": 0.2875133752822876, "expert": 0.34487828612327576 }
33,387
number pattern algorithms
0749f842d45b8e1bb38668f95a66c8b4
{ "intermediate": 0.13624489307403564, "beginner": 0.1524394005537033, "expert": 0.7113156914710999 }
33,388
I know you are familiar with Fuzzy Topsis method. write the Python code for this method for the following inputs: about the decision matrix. the first criteria is cost meaning it is negative and the other two are profit and positive. # Decision matrices d1 = [[[233.4, 233.4, 233.4], [1, 3, 5], [5, 7, 9]], [[256.2, 25...
688a45e3b8ba2a3bead13617772b1fd4
{ "intermediate": 0.4016371965408325, "beginner": 0.19851264357566833, "expert": 0.39985013008117676 }
33,389
from bs4 import BeautifulSoup import requestsurl = "https://startup.jobs/?remote=true&c=Full-Time&q=machine+learning" custom_headers = {'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36'} # Make a GET request to fetch the raw HTML content resp...
043de097e3872a1ec8cdd8a5588e535f
{ "intermediate": 0.36101600527763367, "beginner": 0.4210670590400696, "expert": 0.21791699528694153 }
33,390
Write me extension.ts for vs code, which will consist of extension.ts and package.json files. In extension.ts write the following functionality: I want the work area under the field of open tabs to have a field with a line containing information about the start date of menstruation, which is taken from the personal acc...
e3da2ddc8d4e33886ae52f2f2cf829e6
{ "intermediate": 0.49427756667137146, "beginner": 0.23815737664699554, "expert": 0.267564982175827 }
33,391
Напиши мне плагин майнкрафт спигот 1.12.2 на валюту, сделай плагин с 2 валютами, сделай так чтобы первая валюта сохранялась в файл rub.yml, команда на ее выдачу игроку /adminrub give (ник) (Сумма), команда на передачу от игрока игроку /rub pay (ник) (Сумма) и добавь плейсхолдер %rub% а вторую валюту сохраняй в electron...
592dde17e44503b677286d6f6822ea59
{ "intermediate": 0.3678121566772461, "beginner": 0.3148800730705261, "expert": 0.31730780005455017 }
33,392
C++ КОД, помогите, пожалуйста int main() { int a; cout<<"Введите число"; cin>>a; if (isdigit(a)) { cout<<"Это кажется цифра "<< a + 24; } if (isalpha(a)) { cout<<"Это алфавитная буква"<< a + 21; else { cout<<"Не распознано"; } return 0; Ошибк...
d027bca135d6fa10ccafe7f2c7f0540b
{ "intermediate": 0.25498077273368835, "beginner": 0.6096339225769043, "expert": 0.13538534939289093 }
33,393
Hi
b91fac252d06cae92ad0418330b74443
{ "intermediate": 0.33010533452033997, "beginner": 0.26984941959381104, "expert": 0.400045245885849 }
33,394
I know you are familiar with Fuzzy Topsis method. write the Python code for this method for the following inputs: about the decision matrix. the first criteria is cost meaning it is negative and the other two are profit and positive. # Decision matrices d1 = [[[233.4, 233.4, 233.4], [1, 3, 5], [5, 7, 9]], [[256.2, 25...
5b1b3245095af1a95c5ff87e76bfda69
{ "intermediate": 0.4382795989513397, "beginner": 0.15846779942512512, "expert": 0.40325260162353516 }
33,395
package foleon.stalker; public class AdminRubCommand implements CommandExecutor { @Override public boolean onCommand(CommandSender sender, Command command, String label, String[] args) { if (!(sender instanceof Player)) { sender.sendMessage("Команда доступна только игрокам!"); r...
399ca546e84f650ea699f3cdb6a4a5c1
{ "intermediate": 0.37938007712364197, "beginner": 0.36317119002342224, "expert": 0.2574487328529358 }
33,396
Can you generate code on Kotlin Jetpack Compose (Android Oreo (8.1)
86c4e3f7fe418d1276ea0fbd2b040674
{ "intermediate": 0.6020208597183228, "beginner": 0.14704224467277527, "expert": 0.25093695521354675 }
33,397
hi
f536721f59b4631d4e41767e0c7a9e9b
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
33,398
Could not find artifact me.clip:placeholderapi:pom:2.11.5 in spigotmc-repo (https://hub.spigotmc.org/nexus/content/repositories/snapshots/)
62532990cff64f95774e5cae1e8f83e2
{ "intermediate": 0.37641242146492004, "beginner": 0.35375574231147766, "expert": 0.2698318362236023 }
33,399
can you make a sprite in python
ad066eb8e2a90e8c0a12ff678c591201
{ "intermediate": 0.38716834783554077, "beginner": 0.2824399769306183, "expert": 0.33039167523384094 }
33,400
Give me Kotlin layout code for a search bar with queryHint="@string/search", vertical margin, rounded corners and its last 40 dp on the end dedicated to a clear button that is not visible unless the a text is input into the bar
9038d26b677ea65bb55c4ef216b69b30
{ "intermediate": 0.632932186126709, "beginner": 0.084910549223423, "expert": 0.2821572422981262 }
33,401
public function sendPhotoAdmin($chat_id, $file_id, $caption, $buttons = NULL) { $post_data = [ 'chat_id' => $chat_id, 'photo' => $file_id, 'caption' => $caption, ]; // Если переданы кнопки, добавляем их к сообщению if (!is_null($buttons) && is_arra...
cec9af15a9cdd89c1bc414d640c56f07
{ "intermediate": 0.40853047370910645, "beginner": 0.3364708125591278, "expert": 0.25499871373176575 }
33,402
public function sendPhotoAdmin($chat_id, $file_id, $caption, $buttons = NULL) { $post_data = [ 'chat_id' => $chat_id, 'photo' => $file_id, 'caption' => $caption, ]; // Если переданы кнопки, добавляем их к сообщению if (!is_null($buttons) && is_arra...
4d999d33ba60757448013dca2e03145a
{ "intermediate": 0.4682786166667938, "beginner": 0.2757028043270111, "expert": 0.25601860880851746 }
33,403
write a complete and functional Scala program using Akka which performs an infinite series of ping-pong messages between 2 actors, with one new message every second.
7862f1626e4db5e699e83f713868e087
{ "intermediate": 0.39570698142051697, "beginner": 0.16238778829574585, "expert": 0.4419052004814148 }
33,404
Is this gpt4?
155ff5ba3e397bf4c0c001d3d6fb7d8e
{ "intermediate": 0.2863817811012268, "beginner": 0.26870250701904297, "expert": 0.4449157416820526 }
33,405
Write me extension.ts for vs code, which will consist of extension.ts and package.json files. In extension.ts write the following functionality: I want there to be a safari window.
65daa891107c0930fc7d955e28f09a3b
{ "intermediate": 0.44190117716789246, "beginner": 0.2904282808303833, "expert": 0.26767048239707947 }
33,406
Homework (to be returned in the next two weeks ): How to find the day of the week for any date between 1880 and 2064 ? Questions: Train on the preceding method to find the day for the following dates: 05/07/1962 (Thursday), 20/08/1956 (Monday), 15/11/1988 (Tuesday). Write a MATLAB function called nday = day_date(sdate...
762cd3b7f53707d4b5617857ebf9c0ce
{ "intermediate": 0.46697673201560974, "beginner": 0.32576173543930054, "expert": 0.20726151764392853 }
33,407
#include <iostream> struct Node { long data; long height; Node* left; Node* right; }; struct AVL { Node* top = nullptr; long height(Node* root) { if (root == nullptr) return 0; return root->height; } Node* newNode(long value) { Node* root = new Node(); root->data = value; roo...
324be6e7290fce6f9196b636a2cdff1b
{ "intermediate": 0.34838977456092834, "beginner": 0.38039833307266235, "expert": 0.2712118923664093 }
33,408
#include <iostream> struct Node { long data; long height; Node* left; Node* right; }; struct AVL { Node* top = nullptr; long height(Node* root) { if (root == nullptr) return 0; return root->height; } Node* newNode(long value) { Node* root = new Node(); root->data = value; roo...
c9615d8df604da91475b02718b8551fc
{ "intermediate": 0.3555104434490204, "beginner": 0.37425103783607483, "expert": 0.27023857831954956 }
33,409
ELI5 boltzman machines and its relations to deep learning.
8075a3e11f81f28c5e87b94ebdbe28ed
{ "intermediate": 0.06477104127407074, "beginner": 0.06838923692703247, "expert": 0.8668397665023804 }
33,410
Can logback catch uncaught errors?
17c5ef6ba1476aee69355ea5c42f4e17
{ "intermediate": 0.3957904875278473, "beginner": 0.11091940104961395, "expert": 0.49329009652137756 }
33,411
Write a java programme that include a 2 classes ( Firstclass , Secondclass) In the Firstclass let the user enter one integer number x and pass this integer to a method in the Secondclass to return the factorial of x . Rem : factorial X! if x=4 the factorial is 4*3*2*1
847befe5719b2947bb90cfbbd1b87219
{ "intermediate": 0.4439012110233307, "beginner": 0.40211722254753113, "expert": 0.153981551527977 }
33,412
func CreatePDFFile(xRefTable *model.XRefTable, outFile string, conf *model.Configuration) error how can i use this func from pdfcpu api package
63e972b328556324d08f621c17f9425e
{ "intermediate": 0.7539964318275452, "beginner": 0.1294720619916916, "expert": 0.11653147637844086 }
33,413
how do i fill an sdl_rect with a render color in c++ sdl2?
af0b5a498bbd9758ac82f2c8112cb895
{ "intermediate": 0.46823030710220337, "beginner": 0.20433518290519714, "expert": 0.3274344503879547 }
33,414
Use the given information to find the number of degrees of​ freedom, the critical values χ2L and χ2R​, and the confidence interval estimate of σ. It is reasonable to assume that a simple random sample has been selected from a population with a normal distribution. White Blood Counts of Women 90​% ​confidence; n = 149​,...
02ac84770ef6728f20e77e6df45cb5d5
{ "intermediate": 0.35683733224868774, "beginner": 0.3217774033546448, "expert": 0.3213851749897003 }
33,415
import sys import os import time import socket import random #Code Time from datetime import datetime now = datetime.now() hour = now.hour minute = now.minute day = now.day month = now.month year = now.year ############## sock = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) bytes = random._urandom(1490) ###########...
ebde1eada0bf67008e0ab0b566cd9e66
{ "intermediate": 0.37785255908966064, "beginner": 0.41662827134132385, "expert": 0.20551913976669312 }
33,416
how to get max over a Pandas DataFrame on one column and printing data from another column by using the first one
258b8077648fc282e9fe328e423d7328
{ "intermediate": 0.6286543011665344, "beginner": 0.1105094626545906, "expert": 0.26083624362945557 }
33,417
write a hard program in python.
7692480eb07bd5ab9a69ea91232a861f
{ "intermediate": 0.24980252981185913, "beginner": 0.30018019676208496, "expert": 0.4500172436237335 }
33,418
How to print 15 * in python
7997d425728f78756c35f4d85bc7e7fc
{ "intermediate": 0.24082712829113007, "beginner": 0.37528494000434875, "expert": 0.38388797640800476 }
33,419
Correct the code: print("*" * 25) print("1 - Menu option 1 \n2 - Menu option 2 \n3 - Exit") print("*" * 25) user_input = int(input("\nEnter your choice: ")) while input != 3 : print("~" * 25) if user_input >= 1 and user_input <= 2: print("\nYou pressed option-%d.\nProcessed option %d.......\n...
290af5d39b3bb64938cc374de521e581
{ "intermediate": 0.2571946680545807, "beginner": 0.5444478988647461, "expert": 0.1983574628829956 }
33,420
Hello I'm studying ranked information retrieval ask me a question about TF-IDF
90fadaef43d26a863c0372cd4273a8eb
{ "intermediate": 0.25367477536201477, "beginner": 0.2503904402256012, "expert": 0.49593472480773926 }
33,421
i have a few Parameters can you give me the powershell invoke webrequest for that ?
ebb31148408b19a479a82eef70e3dc80
{ "intermediate": 0.45591026544570923, "beginner": 0.2697097659111023, "expert": 0.2743799686431885 }
33,422
Can you give me the code for the Powershell invoke webrequest for this parameter: API Server: https://newtrackon.com/api Method: GET Parameter: /{uptime} PATH PARAMETERS: uptime = 70 QUERY-STRING PARAMETERS: include_ipv4_only_trackers = true, nclude_ipv6_only_trackers = False
698beff73497eebab5d010a0b3a467e7
{ "intermediate": 0.7842943072319031, "beginner": 0.11134564876556396, "expert": 0.10436002165079117 }
33,423
Can you give me the code for the Powershell invoke webrequest for this parameter: API Server: https://newtrackon.com/api Method: GET Parameter: /{uptime} PATH PARAMETERS: uptime = 70 QUERY-STRING PARAMETERS: include_ipv4_only_trackers = true, nclude_ipv6_only_trackers = False
eb31b5d45440a80cb4bd615fa724e80f
{ "intermediate": 0.7842943072319031, "beginner": 0.11134564876556396, "expert": 0.10436002165079117 }
33,424
Can you give me the code for the Powershell invoke webrequest for this parameter: API Server: https://newtrackon.com/api Method: GET Parameter: /{uptime} PATH PARAMETERS: uptime = 70 QUERY-STRING PARAMETERS: include_ipv4_only_trackers = true, nclude_ipv6_only_trackers = False Please put the Answers in ""
5e5062d9e130fb67c85c3022811058f0
{ "intermediate": 0.7433044910430908, "beginner": 0.11958064138889313, "expert": 0.13711495697498322 }
33,425
I want to make a powershell invoke web request to an api. The Response is not fully shown. How can i change this
aaa18dc5c46fce2333ffd0ceac4cc2f9
{ "intermediate": 0.6831207275390625, "beginner": 0.11462818831205368, "expert": 0.20225100219249725 }
33,426
I need help debugging my program: package graph; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collection; import java.util.Comparator; import java.util.Deque; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.Map; import java.util.PriorityQue...
f4a8e054da22808a43838c438788e58b
{ "intermediate": 0.43570569157600403, "beginner": 0.2428276389837265, "expert": 0.3214666545391083 }
33,427
Can logback print uncaught errors thrown by Java
31769b4789450c9bf8236306d2da0880
{ "intermediate": 0.6214680075645447, "beginner": 0.11605604737997055, "expert": 0.26247596740722656 }
33,428
can you add a windows open dialog which expects a txt file in this powershell invoke-restMethod body request(new_trackers) $body = @{ "new_trackers" = ""
a749e0622aa8dba6c5f7bdaaed006720
{ "intermediate": 0.572641909122467, "beginner": 0.1529870629310608, "expert": 0.2743709683418274 }
33,429
I need to import the conttent ofa txt file in the "new_tackers" Request: $body = @{ "new_trackers" = "here" } $response = Invoke-RestMethod -Uri "https://newtrackon.com/api/add" ` -Method Post ` -ContentType "application/x-www-form-urlencoded" ` -Body $body
f09c2dc14298f6b06348878a06a4668c
{ "intermediate": 0.5614974498748779, "beginner": 0.24082039296627045, "expert": 0.19768217206001282 }