row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
4,518 | using System;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Windows.Input;
namespace ass_v._1
{
... | 9b4ba3f16030362c4239fb23a530fef8 | {
"intermediate": 0.33585986495018005,
"beginner": 0.45315420627593994,
"expert": 0.2109859734773636
} |
4,519 | 请补全代码
#include <linux/init.h> /* __init and __exit macroses */
#include <linux/kernel.h> /* KERN_INFO macros */
#include <linux/module.h> /* required for all kernel modules */
#include <linux/moduleparam.h> /* module_param() and MODULE_PARM_DESC() */
#include <linux/fs.h> /* struct file_operations, struct file */
#i... | 836b0de4fc1f9d256b3d9037bdd43395 | {
"intermediate": 0.2958376109600067,
"beginner": 0.5516685247421265,
"expert": 0.15249378979206085
} |
4,520 | can you write a python code to correctly convert timestampdiff function mysql query Into a postgres query using EXTRACT and AGE?
mysql query format 1: TIMESTAMPDIFF(WEEK/DAY/Month, <TEXT>, CURRENT_TIMESTAMP/CURRENT_DATE)
mysql query format 2: TIMESTAMPDIFF(WEEK/DAY/Month, CURRENT_TIMESTAMP/CURRENT_DATE, <TEXT>)
Notes... | 703db2508051fff9e1fb1df4e95260b7 | {
"intermediate": 0.6064060926437378,
"beginner": 0.21101586520671844,
"expert": 0.18257811665534973
} |
4,521 | Hi | e0bfa9a815a510663de1b14b2dc06cda | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
4,522 | Hello | 66884b6c35a63ba652edb3676e4311ac | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
4,523 | Can you slightly change this code but make it do the same exact thing?
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <errno.h>
#define PG_SIZE 256
#define PG_ENTRIES 256 ... | ff8e7b659e82607ed7b445c57167806d | {
"intermediate": 0.37040624022483826,
"beginner": 0.31583476066589355,
"expert": 0.3137590289115906
} |
4,524 | Help fix the error: "TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11522:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async request (/node_modules/astro-icon/lib/resolver.ts:15:17)
at async get (/node_modules/astro-icon/lib/resolver.ts:... | 49508bb0ca384b1e3a352e58b1e6d7ed | {
"intermediate": 0.45316487550735474,
"beginner": 0.3495696783065796,
"expert": 0.19726544618606567
} |
4,525 | paginate is not defined in my astro code. I guess something is missing. Can you help me: "export async function getStaticPaths({ paginate }) {
const response = await fetch('https://jsonplaceholder.typicode.com/posts')
const data = await response.json()
return paginate(data, { pageSize: 6 })
}" | 9512a70c3eb8278d026ac0afd5ff8b14 | {
"intermediate": 0.6079100370407104,
"beginner": 0.23318906128406525,
"expert": 0.15890094637870789
} |
4,526 | how can I comment in astro | b64e5a641d5e2c32af5f7597a6788f30 | {
"intermediate": 0.3474859893321991,
"beginner": 0.28301408886909485,
"expert": 0.36949989199638367
} |
4,527 | Write a pallendrome c++ program | ad55126cb9fc72b270ab25836500150c | {
"intermediate": 0.21334105730056763,
"beginner": 0.42050668597221375,
"expert": 0.366152286529541
} |
4,528 | I have a line plot(train_losses, valid_losses, valid_accuracies) in my code. But the plot is not defined. I am suspecting it is supposed to be imported from a library for example seaborn or sckit-learn or pytorch ? What do you think ? | 02371be7abd3fa4adea3e47a481e5342 | {
"intermediate": 0.6537498235702515,
"beginner": 0.06606943160295486,
"expert": 0.28018075227737427
} |
4,529 | Please make a 16x16 paint by numbers image of a yellow and black smiley face. | 7ca28c4e09e316d6cc3117047612cad8 | {
"intermediate": 0.3726966977119446,
"beginner": 0.3221893310546875,
"expert": 0.3051140010356903
} |
4,530 | I am using VSCode. However my global settings seem to be broken. When I press f5 to run and debug in an astro project it calls conda, I think my global settings are messed up and it calls conda. Keep in mind my project has nothing to do with python or conda. | 24ba6a7f107f6d1854ba19085269d139 | {
"intermediate": 0.6411528587341309,
"beginner": 0.2149723917245865,
"expert": 0.14387467503547668
} |
4,531 | can you write a code ? | 8881ad6ca3bd359d9a48d76ef934c580 | {
"intermediate": 0.25634101033210754,
"beginner": 0.4164377450942993,
"expert": 0.3272212743759155
} |
4,532 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce a 16x16 grid of numbers for a color-by-number pixel art of a smiley face. Include a key for which colors correspond to which numbers. | d51ce5c14bbda542c30a301ed6777f86 | {
"intermediate": 0.45691201090812683,
"beginner": 0.23199623823165894,
"expert": 0.31109175086021423
} |
4,533 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce a 16x16 grid of numbers for a color-by-number pixel art of a smiley face. Include a key for which colors correspond to which numbers. | 60c7b7aa817d58f80fcf2544b713dc45 | {
"intermediate": 0.45691201090812683,
"beginner": 0.23199623823165894,
"expert": 0.31109175086021423
} |
4,534 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce a 16x16 grid of numbers for a color-by-number pixel art of a triangle. Include a key for which colors correspond to which numbers. | f0da1aa9042f4880b38206c2d2fbc97a | {
"intermediate": 0.4661515951156616,
"beginner": 0.22896650433540344,
"expert": 0.3048819303512573
} |
4,535 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce a 16x16 grid of numbers for a color-by-number pixel art of a triangle. Include a key for which colors correspond to which numbers. | 2ffd3b3c88277c05ed45e2cb4c0d7e04 | {
"intermediate": 0.4661515951156616,
"beginner": 0.22896650433540344,
"expert": 0.3048819303512573
} |
4,536 | how to install qemu-system-aarch64 in ubuntu20.04,please give me command | 5e08faa823d3820742e06f754324bcba | {
"intermediate": 0.4391513168811798,
"beginner": 0.22774864733219147,
"expert": 0.3331000804901123
} |
4,537 | ndk编译和rom里的工具链什么关系 | dc5996ac82c4b55f938e573760d37624 | {
"intermediate": 0.3134964108467102,
"beginner": 0.29318052530288696,
"expert": 0.39332303404808044
} |
4,538 | python QWebEngineView export pdf | bb16d6fc43af2d1a15edec95b5d9c62b | {
"intermediate": 0.487583726644516,
"beginner": 0.2446073293685913,
"expert": 0.2678089737892151
} |
4,539 | whenever I open new terminal in VSCode it runs conda activate however even when I am not in python project it still runs. I don't want this to happen how can I fix this | 621e83e284ba1710cf1e7c32112ddabc | {
"intermediate": 0.47575628757476807,
"beginner": 0.2727598249912262,
"expert": 0.25148388743400574
} |
4,540 | please make a calculator with gui | 80aa528e7776a82ddcafbb00833c7883 | {
"intermediate": 0.3984066843986511,
"beginner": 0.3172924220561981,
"expert": 0.28430086374282837
} |
4,541 | help me define subMenuItems: "export interface NavItem {
title: string;
url: string;
isExternal: boolean;
hasDropDown: boolean;
subMenuItems: Array<NavItem>;
}" | 9a153d2960c3fe20f05e9a59c1311165 | {
"intermediate": 0.512813150882721,
"beginner": 0.2845050096511841,
"expert": 0.2026817798614502
} |
4,542 | how can I make this be as wide as it can: #main-navigation {
> .container {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
} | 192c57d4f978c13f0c03ea545d95d9ce | {
"intermediate": 0.4327641725540161,
"beginner": 0.30311113595962524,
"expert": 0.26412466168403625
} |
4,543 | how do i save an autohotkey file with UTF-8 with BOM encoding | f6d383e72b98a4c6e70918659a2a32d3 | {
"intermediate": 0.42790552973747253,
"beginner": 0.27132004499435425,
"expert": 0.300774484872818
} |
4,544 | attiny816 c code for reading thermistor | bae562276f487d4da2c846271d6a66d5 | {
"intermediate": 0.402771532535553,
"beginner": 0.31405961513519287,
"expert": 0.28316885232925415
} |
4,545 | Combine the rsi indicator with macd and give the pine script code | 05451754ffcdff9d815b5eda5699e55a | {
"intermediate": 0.48657023906707764,
"beginner": 0.20143844187259674,
"expert": 0.31199130415916443
} |
4,546 | this is my current ide program for high sum card game: "import java.security.MessageDigest;
public class Utility {
public static String getHash(String base)
{
String message="";
try{
MessageDigest digest = MessageDigest.getInstance("SHA-256");
byte[] hash = diges... | a97d42b64be9a5fc3e9ed0cfb0624bca | {
"intermediate": 0.2245802879333496,
"beginner": 0.5221336483955383,
"expert": 0.2532860338687897
} |
4,547 | How to delete a directory in MS-DOS 6.22? | f23d66d6ca853b184da71b072ee4471d | {
"intermediate": 0.3613603115081787,
"beginner": 0.31206920742988586,
"expert": 0.32657045125961304
} |
4,548 | So the header in : "https://github.com/mhyfritz/astro-landing-page" is on the bottom when you enter the page and when you scroll down it stick to the top not only that but also a new button "theme-switcher" becomes visible. I want you to tell me how this mechanism works because I was working on a clone of the project a... | f367d3b6a99fbd297dbf640e621da971 | {
"intermediate": 0.5153430104255676,
"beginner": 0.18924672901630402,
"expert": 0.29541024565696716
} |
4,549 | create a single page application by using html css and javascript | be6286786016f680e8f023b2a9b13e86 | {
"intermediate": 0.3617144227027893,
"beginner": 0.3206249177455902,
"expert": 0.3176606595516205
} |
4,550 | create a project website | 513ca6d5437e74f927d8414ab1348dcd | {
"intermediate": 0.26105764508247375,
"beginner": 0.21826425194740295,
"expert": 0.5206781625747681
} |
4,551 | join 2 arrays in js | 837c20c8c3f77d07e70eea1f35412a4c | {
"intermediate": 0.3967231512069702,
"beginner": 0.33420464396476746,
"expert": 0.26907211542129517
} |
4,552 | angular create the button | 76304932dea4ca299ac73f8fc2286ae0 | {
"intermediate": 0.4029847979545593,
"beginner": 0.2682397961616516,
"expert": 0.3287753760814667
} |
4,553 | generate an api key from open ai | c906cbb5163fefbd499d4ca6edd8c373 | {
"intermediate": 0.5288232564926147,
"beginner": 0.13742975890636444,
"expert": 0.33374693989753723
} |
4,554 | Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ... | 01a663f84b5402b1b254eb545857e27e | {
"intermediate": 0.33600932359695435,
"beginner": 0.42823848128318787,
"expert": 0.2357521951198578
} |
4,555 | Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ... | 10f8b3b29e91db96992258302988b085 | {
"intermediate": 0.37476688623428345,
"beginner": 0.41961926221847534,
"expert": 0.20561379194259644
} |
4,556 | boost::hash_combine 使用 | abbe31ead111fe8395e2fff4364fdac9 | {
"intermediate": 0.2847191095352173,
"beginner": 0.20267100632190704,
"expert": 0.5126098990440369
} |
4,557 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce an 8x8 grid of numbers for a color-by-number pixel art of a smiley face. Include a key for which colors correspond to which numbers. | c737e97f3871ffc4e70ad46f2e1ca0f4 | {
"intermediate": 0.45617568492889404,
"beginner": 0.2317889779806137,
"expert": 0.31203529238700867
} |
4,558 | can i ask you a question? | 0aa75bfb8ff3503b44fece30e67ed3e1 | {
"intermediate": 0.34830012917518616,
"beginner": 0.21116890013217926,
"expert": 0.4405309855937958
} |
4,559 | hi | 535c2d4a43a2524967d0851007f4b71d | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
4,560 | recomment my code for me better
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
import time
from bs4 import BeautifulSoup
sleep_time = 3
unit_length = -2
# welcoming the user to... | 5d8ec3e15e93985c134987978d89a79f | {
"intermediate": 0.2795771360397339,
"beginner": 0.5651607513427734,
"expert": 0.15526214241981506
} |
4,561 | give me some sample of cover letter od computer science phd scholar | 7a253e41098e2013b65b7eb13e2dff07 | {
"intermediate": 0.1513110250234604,
"beginner": 0.1526879370212555,
"expert": 0.6960009932518005
} |
4,562 | define and compare these 3 words: emergent,immanent,intrinsic and give examples from a.i. language model context | 138b089484b3fdf11a752195b762fbcc | {
"intermediate": 0.3709798753261566,
"beginner": 0.28875723481178284,
"expert": 0.3402629494667053
} |
4,563 | Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ... | 771a98036624fc115d0a486506266e90 | {
"intermediate": 0.33600932359695435,
"beginner": 0.42823848128318787,
"expert": 0.2357521951198578
} |
4,564 | java code to join two different instances of LinkedList class to one single new LinkedList instance | 319505e469967d04f03ec51fc1ea58c5 | {
"intermediate": 0.4352860748767853,
"beginner": 0.26748791337013245,
"expert": 0.2972260117530823
} |
4,565 | Hello, you are DrawGPT, a tool for producing text-representations of graphical images. Upon request, you produce art in a color-by-number format.
Please produce an 8x8 grid of numbers for a color-by-number pixel art of a smiley face. Include a key for which colors correspond to which numbers. | 0fc74ccaf8d7ff3bf2ae61d9b3a82a26 | {
"intermediate": 0.45617568492889404,
"beginner": 0.2317889779806137,
"expert": 0.31203529238700867
} |
4,566 | <a @click=“moreClick”>more </a><el-popover trigger="click"> <el-button class="login-btn" slot="reference">login</el-button> <div class="login-box"></div> </el-popover>methods:{ moreClick(){ document.querySelector(‘.login-btn’).click() } } vue中这么写没有触发login-btn的绑定事件是什么原因 | 213be8c68fecefe58525b2c772fe1e4a | {
"intermediate": 0.35341593623161316,
"beginner": 0.2747310698032379,
"expert": 0.37185293436050415
} |
4,567 | I am having mainNav possibly null warning (ts19047). Why do I get it, How can I fix it or suppress it. Here is my code: "---
import ResponsiveToggle from "./ResponsiveToggle.astro";
---
<div id="main-navigation" class="is-desktop">
<div class="container">
<a href="/" class="flex items-center gap-2 !no-unde... | bea748d740cf2f9dd0c3383548642fb0 | {
"intermediate": 0.3101673126220703,
"beginner": 0.4986604154109955,
"expert": 0.1911722868680954
} |
4,568 | <a @click=“moreClick”>more </a><el-popover trigger="click"> <el-button class="login-btn" slot="reference">login</el-button> <div class="login-box"></div> </el-popover>methods:{ moreClick(){ document.querySelector(‘.login-btn’).click() } } vue中这么写没有触发login-btn的绑定事件是什么原因,注意:el-popover元素实际上是在子组件中 | 0e2456116d59463cd29335c3e2c441b2 | {
"intermediate": 0.35414788126945496,
"beginner": 0.25397589802742004,
"expert": 0.3918761610984802
} |
4,569 | how to make bot.creative.flyTo to fly faster in mineflayer? | 14cd7db9384053909cb4a248736106b3 | {
"intermediate": 0.22424890100955963,
"beginner": 0.25288957357406616,
"expert": 0.5228615999221802
} |
4,570 | <ipython-input-1-f42bf834c5a3>:9: FutureWarning: The error_bad_lines argument has been deprecated and will be removed in a future version. Use on_bad_lines in the future.
data = pd.read_csv(url, error_bad_lines=False)
Skipping line 7071: expected 29 fields, saw 34
Skipping line 21206: expected 29 fields, saw 32
--... | 3a92f4262e333d8462e2f22c772bb44e | {
"intermediate": 0.3534786105155945,
"beginner": 0.3543526232242584,
"expert": 0.2921687662601471
} |
4,571 | Private Sub Worksheet_Change(ByVal Target As Range)
Const INSURANCE_REQUEST_MSG As String = "Contractor is not insured. Create INSURANCE Request?"
Const DBS_REQUEST_MSG As String = "Contractor has not been DBS’d. Create DBS Request?"
Const INSURANCE_DBS_REQUEST_MSG As String = "Contractor is not insured and has not be... | 6498635409057fd74342f36a51f3c92e | {
"intermediate": 0.3628718852996826,
"beginner": 0.38946571946144104,
"expert": 0.24766238033771515
} |
4,572 | Map<Long, String> wwUserId4PoiId = entityList.stream()
.filter(e -> e.getFriendStatus() == 1)
.collect(Collectors.toMap(WmAdMarketingWxUserInfoEntity::getWmPoiId, WmAdMarketingWxUserInfoEntity::getWwUserId, (v1, v2) -> v1));
换一个变量名 | d08ac2bf43c32460978a12bf6dec49cf | {
"intermediate": 0.38521844148635864,
"beginner": 0.34114331007003784,
"expert": 0.2736382484436035
} |
4,573 | how to make the bot left click once to a sigh? | 95c39222a3801aa1baf9fc1dc898df38 | {
"intermediate": 0.212347611784935,
"beginner": 0.15362879633903503,
"expert": 0.6340236067771912
} |
4,574 | import pygame
import sys
import random
pygame.init()
# Taille de la fenêtre
WIDTH = 800
HEIGHT = 800
# Taille des cases et grille
CELL_SIZE = 40
GRID_SIZE = WIDTH // CELL_SIZE
# Couleurs
WHITE = (255, 255, 255)
BLACK = (0, 0, 0)
# Joueurs
player_colors = [(255, 0, 0), (0, 0, 255)]
# Grille
grid = []
def initiali... | 3ec559a13dc4efc2bb529f46d6518c06 | {
"intermediate": 0.3350822329521179,
"beginner": 0.4211958944797516,
"expert": 0.2437218725681305
} |
4,575 | this routine does not detect the there are values in D2..... Private Sub Worksheet_Activate()
Application.EnableEvents = False
ActiveSheet.Calculate
Application.EnableEvents = True
'If Not IsEmpty(ThisWorkbook.Sheets("Job Request").Range("B2")) Then 'check if B2 is not blank
Dim rng As Range
Set rng = ThisWorkbook.Shee... | 82cb31c258914255e2736e26fae84ccc | {
"intermediate": 0.5262875556945801,
"beginner": 0.3349325954914093,
"expert": 0.1387798935174942
} |
4,576 | ******************************************************
error: VNDK library: liblog's ABI has EXTENDING CHANGES Please check compatibility report at: out/soong/.intermediates/system/core/liblog/liblog/android_ramdisk_arm64_armv8-a_cortex-a55_shared/liblog.so.abidiff
******************************************************... | c09843c4ab979f693dc2243cc6ccb264 | {
"intermediate": 0.6142911314964294,
"beginner": 0.17651373147964478,
"expert": 0.20919518172740936
} |
4,577 | write a vba to write neuron in excel input data are in column a to e and the output is in column f. | eef4bc0968a81de2141c07097fb25296 | {
"intermediate": 0.28092485666275024,
"beginner": 0.2696831524372101,
"expert": 0.44939202070236206
} |
4,578 | In below code it suppose to incur setup cost each time the production occurs, but when I printed the binary decisions it shows nothing works, actually binary has to be 1 if production occurs otherwise 0
Code:
import pandas as pd
import pulp
from pulp import LpVariable, LpProblem, lpSum, LpMinimize, LpInteger, LpBinary... | 6cd5600d36715e8e3d9a356bc2d97129 | {
"intermediate": 0.3155207335948944,
"beginner": 0.5155196189880371,
"expert": 0.16895970702171326
} |
4,579 | upload and parse json file from client side javascript | 3e0d7aa81c2bfb80337c5e67e55a19dd | {
"intermediate": 0.5534011125564575,
"beginner": 0.2283434420824051,
"expert": 0.218255415558815
} |
4,580 | Hi there! | 7be94a8b55d6ab952ae0b12dbc0b4e39 | {
"intermediate": 0.32267293334007263,
"beginner": 0.25843358039855957,
"expert": 0.4188934564590454
} |
4,581 | Write a python program that analyzes c syntax. This program should analyze arithmetic expressions, assignment expressions, comma expressions, relational expressions, logical expressions, loop statements, select statements, jump statements, and function call statements. And the analyzer should use LL1 analysis method, a... | 66f27b5d869ff6093b31d17edff97057 | {
"intermediate": 0.04140471667051315,
"beginner": 0.9303959012031555,
"expert": 0.028199389576911926
} |
4,582 | write me an autohotkey script to autotype what is inputted into it | 4f8e9eff8bcc95453abc1dd31c4b637a | {
"intermediate": 0.4425375759601593,
"beginner": 0.21141934394836426,
"expert": 0.34604310989379883
} |
4,583 | 帮我写一个中文文本分类代码,类别有4类,数据集是一个csv文件,里面只有两列,一旬是text列,是string类型,另一列是label列,是int类型,我希望你用到transformers中AutoModelForSequenceClassification这个函数。在模型训练时,我希望你用focal loss来解决我数据集中长尾数据的问题,另外在训练时要输出train_loss,val_loss,F1,Accuracy,recall,precision这些值 ,最后你需要保存训练的最好那个模型。 | e34cecca6bfa9d05d0cfb4da86abd5d2 | {
"intermediate": 0.28007128834724426,
"beginner": 0.35252323746681213,
"expert": 0.3674054443836212
} |
4,584 | Angular - Save txt in local text file code | 1c7c95108923552bd242475b9d531d50 | {
"intermediate": 0.4124033749103546,
"beginner": 0.2848259508609772,
"expert": 0.3027706742286682
} |
4,585 | create a restapi program using spring boot where i store the data from this java program to mysql database assuming my database name is myDb password is root username is root
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Scanner;
import org.json.simple.JSONArray;
import org.json.simple.JSONOb... | c34bd0e776d3f49656c6e76035ad9605 | {
"intermediate": 0.33280643820762634,
"beginner": 0.5337821841239929,
"expert": 0.13341137766838074
} |
4,586 | translate to gui interface (python)
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.firefox.options import Options
from time import sleep
skin_url = "https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Redline%... | 5e0e20cde48900c5676204777686da34 | {
"intermediate": 0.4181281328201294,
"beginner": 0.318078875541687,
"expert": 0.2637929916381836
} |
4,587 | how can i dowload images from gogogle with python pillow but only jpeg | 305a5e671e5a8aef7445a483ff12909e | {
"intermediate": 0.4425482451915741,
"beginner": 0.21063277125358582,
"expert": 0.3468190133571625
} |
4,588 | how can i dowload images from gogogle with python pillow but only jpeg | b208994749d2b4a9d39a4ec6d22e4c06 | {
"intermediate": 0.4425482451915741,
"beginner": 0.21063277125358582,
"expert": 0.3468190133571625
} |
4,589 | how can i dowload images from gogogle with python pillow but only jpeg
but withoutt needing to give a url | 32ded7be37c813529974622a9f98fea3 | {
"intermediate": 0.49407607316970825,
"beginner": 0.23315370082855225,
"expert": 0.2727702558040619
} |
4,590 | В potresql есть код
SELECT
orders_task.name_of_order,
unnest(array_agg(DISTINCT topics.name))
FROM
public.users
INNER JOIN public.users_orders ON users_orders.users_id = users.id
INNER JOIN public.orders_task ON orders_task.id = users_orders.orders_task_id
INNER JOIN public.tasks_order ON tasks_orde... | c850d9f8b362a5ebe7d989c681b09271 | {
"intermediate": 0.3168881833553314,
"beginner": 0.5547987818717957,
"expert": 0.12831297516822815
} |
4,591 | from pygoogle_image import image as pi
pi.download('$NOT', limit=3, extensions=['jpeg'])
why doesnt this work, it opens but doesnt download anything | 745050a683e4f81dd88a302b23a811f5 | {
"intermediate": 0.5600719451904297,
"beginner": 0.25278568267822266,
"expert": 0.18714238703250885
} |
4,592 | function u = multigrid(N, levels, tol)
h = 1 / (N + 1); % 计算网格间距
% 计算真实解以检查误差
x_true = linspace(h, 1 - h, N);
y_true = linspace(h, 1 - h, N);
[X_true, Y_true] = meshgrid(x_true, y_true);
u_true = sin(pi * X_true) .* sin(pi * Y_true); % 使用正确的元素乘法符
% 初始化多个层次的解向量u和不同层次的离散化后的f(x, y)
u = cell(levels, 1);
f = cell(levels, ... | 601edd8291d1057a8e1c963b6d6c7748 | {
"intermediate": 0.3084896504878998,
"beginner": 0.45342785120010376,
"expert": 0.23808249831199646
} |
4,593 | convert the pinescript code below into python using pandas and pandas_ta | 214f592d85e3f22ce037b4786f21d93f | {
"intermediate": 0.4089107811450958,
"beginner": 0.2497435212135315,
"expert": 0.34134575724601746
} |
4,594 | in the below class in pymavlink, create a fail safe mechanism code in the continuation and only give me the code to add on only
give me some complex fail safe mechanism which covers majority of case scenarios
from pymavlink import mavutil
import math
import time
# drone class
class Drone:
def __init__(self, sys... | 877a4cec6fab54c1638537545c12c942 | {
"intermediate": 0.3748997151851654,
"beginner": 0.4544886350631714,
"expert": 0.1706116646528244
} |
4,595 | The sample dataset (crop.csv) from our imaginary crop yield experiment contains
data about:
• fertilizer: fertilizer type (type 1, 2, or 3)
• density: planting density (1 = low density, 2 = high density)
• block: planting location in the field (blocks 1, 2, 3, or 4)
• yield: final crop yield (in bushels per acre).
Perf... | 22b7eac5b1669842cb2680e60f7f2263 | {
"intermediate": 0.3582863211631775,
"beginner": 0.323595255613327,
"expert": 0.3181184232234955
} |
4,596 | Есть два класса в flask
class Users_orders(db.Model):
__tablename__ = "users_orders"
users_id = db.Column(db.Integer, db.ForeignKey('users.id'), primary_key=True)
orders_task_id = db.Column(db.Integer, db.ForeignKey('orders_task.id'), primary_key=True)
date_of_delivery = db.Column(db.Date)
date_o... | 63722bc7b85e354787216169493096d3 | {
"intermediate": 0.35259878635406494,
"beginner": 0.38342389464378357,
"expert": 0.2639773488044739
} |
4,597 | who are you? | 44f63a639612b2d2d8e5a3ef8645b935 | {
"intermediate": 0.4173007011413574,
"beginner": 0.25844553112983704,
"expert": 0.32425373792648315
} |
4,598 | How can i allow users to automatically share their content on twitter in laravel php | 945b61e0d60104f3e41e46abb3cc4130 | {
"intermediate": 0.48414620757102966,
"beginner": 0.13483521342277527,
"expert": 0.38101860880851746
} |
4,599 | get nextElementSibling in puppeteer | 4a97d95990d9945cdbbb81cdc5e0bd20 | {
"intermediate": 0.4384685456752777,
"beginner": 0.29811638593673706,
"expert": 0.26341497898101807
} |
4,600 | this is my current code for an ide program: "import java.security.MessageDigest;
public class Utility {
public static String getHash(String base)
{
String message="";
try{
MessageDigest digest = MessageDigest.getInstance("SHA-256");
byte[] hash = digest.digest(ba... | 87921ff507d17749607fa53d93ea1cf8 | {
"intermediate": 0.3005954921245575,
"beginner": 0.5010576248168945,
"expert": 0.19834691286087036
} |
4,601 | Write me a code in python that I input the number of times a coin toss is tail, the total number of coin tosses, and the program returns the probability of the coin toss being tail and the probability of that probability being the real probability | 33faec2e3ba0e4249f1a234d6b2f54ec | {
"intermediate": 0.3376881182193756,
"beginner": 0.06929564476013184,
"expert": 0.5930162668228149
} |
4,602 | create simple app nodejs api reciver post request and display it as console log | 09bb3de07eb0e196121c6da4254695c0 | {
"intermediate": 0.5451563000679016,
"beginner": 0.24044974148273468,
"expert": 0.21439401805400848
} |
4,603 | convert this partial vue2 script to vue3 using script setup style """export default {
name: "AppAnnotation",
components: {
MetaData,
// TagsInput
},
props: {
annotation: {
type: Object,
required: true
},
index: {
type: Number,
required: true
},
current: {
... | 2e26023dc22c50e31107a3805d0563f2 | {
"intermediate": 0.4364517033100128,
"beginner": 0.32015514373779297,
"expert": 0.2433931529521942
} |
4,604 | val updatedDevices = state.value.devices.map { device ->
if (device.id == event.device.id) {
device.copy(position = event.device.position)
} else {
device
}
}
_state.value = state.... | d6a1a3fc6236e4808a8366842dc4a5cb | {
"intermediate": 0.3669396638870239,
"beginner": 0.24588635563850403,
"expert": 0.38717401027679443
} |
4,605 | can this code be written better and optimised? If Not Intersect(Target, Range("F2")) Is Nothing Then
GoTo COMPLETE
End If
'CHECK IF CHANGE HAPPENED IN A2
If Not Intersect(Target, Range("A2")) Is Nothing Then
'Application.EnableEvents = False
'ActiveSheet.Calculate 'recalculate sheet
'Application.EnableEvents = True
Ap... | 9c7d367018a0e9ae0f8362099a7b8381 | {
"intermediate": 0.47029897570610046,
"beginner": 0.1858293116092682,
"expert": 0.3438716530799866
} |
4,606 | private val _state = mutableStateOf(EmulatorState())
val state = _state
is EmulatorEvent.FabAddClick -> {
_state.value = state.value.copy(
isFabExpanded = !state.value.isFabExpanded
)
}
is it right or i need to do _state.value.isFabExpanded = ... | 1f48747d6ff0f1e189d1ef021814b1fc | {
"intermediate": 0.4132210314273834,
"beginner": 0.3385228216648102,
"expert": 0.24825610220432281
} |
4,607 | Pretend to be a cool programmer and write me an automated bot to resell items on the Steam site using the python language | c4129bcbd3d0b1f7f343480a3d973a12 | {
"intermediate": 0.38002413511276245,
"beginner": 0.17788612842559814,
"expert": 0.442089706659317
} |
4,608 | I have a problem. I am toggling class with: "header.classList.toggle("fixed-header", d < 0);". However it does not override the bottom-0 class that was already defined: "<header
id="page-header"
class="absolute bottom-0 z-20 flex w-full items-center justify-between border-b border-transparent px-8 py-4 text-whi... | d42c2398adc8a8dfba09a94ed56bfee0 | {
"intermediate": 0.22071537375450134,
"beginner": 0.6837663650512695,
"expert": 0.09551823884248734
} |
4,609 | Hi | e25a824d984aac3482bcc9566085c39e | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
4,610 | what is the linux one-liner for listing the most recently modified sub-directory? | 0d5b198b5912ae807992ad9a8aeccb25 | {
"intermediate": 0.32366830110549927,
"beginner": 0.35183635354042053,
"expert": 0.32449543476104736
} |
4,611 | this is my current code for an ide program: "import java.security.MessageDigest;
public class Utility {
public static String getHash(String base)
{
String message="";
try{
MessageDigest digest = MessageDigest.getInstance("SHA-256");
byte[] hash = digest.digest(ba... | 4394ad2479c386112710e3fdb1729b9c | {
"intermediate": 0.3005954921245575,
"beginner": 0.5010576248168945,
"expert": 0.19834691286087036
} |
4,612 | Make a zombie survivor game on Scratch | 19d89a0c6ad1506149f395e1fe4c2b25 | {
"intermediate": 0.3293338119983673,
"beginner": 0.32814621925354004,
"expert": 0.34251993894577026
} |
4,613 | can you code a compiz 0.8 plugin in c | 583fb6c96bbf78a17b803525979039aa | {
"intermediate": 0.5299064517021179,
"beginner": 0.1871601641178131,
"expert": 0.28293338418006897
} |
4,614 | Hi | e4a9c3bec6ff6a00397c01e5a71a69df | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
4,615 | I want to write a sobics game, can you code it for me in javascript? It is a tetris-like game, so there is my character on the bottom of a 10 by 10 square, my character's goal is that in each slot there is a differently coloured rectangle and if I match 4 of them (either in a column or in a row or both) they disappear ... | 12cf6415351456ef38c60d67996b0de0 | {
"intermediate": 0.451533704996109,
"beginner": 0.20280154049396515,
"expert": 0.34566476941108704
} |
4,616 | I need in a code to display cube on opengl glfw glew and c++ | 58f4a50265919083ad439c646d194c2e | {
"intermediate": 0.5176174640655518,
"beginner": 0.1845759004354477,
"expert": 0.29780662059783936
} |
4,617 | Code me a php script that asks for name, age, sex, and inserts the info in a sql table | 6865fadfda0f77a3f7e2a2c5137cfb73 | {
"intermediate": 0.7125349044799805,
"beginner": 0.19618302583694458,
"expert": 0.09128207713365555
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.