row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
11,649
write me a pandas python code to calculate the mean of each excel data from the second column, and use these values to make a plot on Y-axis with manual values set for X-axis
b3b8c6527fca494297a4dbc8be1b6ef9
{ "intermediate": 0.5338380932807922, "beginner": 0.07601447403430939, "expert": 0.39014744758605957 }
11,650
Explain and justify the need to learn coding in school. State the benefits it has for the future. You will answer this question in relation to using Scratch. Your final product will be to create a game of your choice. You can explain the ATL skills it helps you develop (200 words)
b4ee5f12f962e3a546e329620584a72e
{ "intermediate": 0.3906169831752777, "beginner": 0.3379612863063812, "expert": 0.27142173051834106 }
11,651
import re import requests import difflib API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS" BASE_URL = "https://api.bscscan.com/api" similarity_threshold = 0.9 def remove_comments(source_code): source_code = re.sub("// ...", "", source_code) source_code = re.sub(r"/*[\s\S] */", "", source_code) source_code = ...
d6b9ad21f68bde63bd5ebb1153149d5e
{ "intermediate": 0.35344934463500977, "beginner": 0.4309574067592621, "expert": 0.21559324860572815 }
11,652
write powershell that looks for unmatched email address in csv
4fcabf3a67ae65308a8a725047e9f972
{ "intermediate": 0.4238428771495819, "beginner": 0.2819123864173889, "expert": 0.2942447364330292 }
11,653
Comment je pourrais faire pour mettre un avertissement si le joueur ne va pas dans la bonne direction dans un jeu roblox avec ces instructions là: This was already attempted by another scripter, but it didn’t work well, it provided false positives, which is unaccpetable. (false negatives if rare are ok). First it wo...
cbd806eb7fea47eb8803a8de03f63b42
{ "intermediate": 0.32836589217185974, "beginner": 0.2393043339252472, "expert": 0.43232980370521545 }
11,654
import re import requests import difflib API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS" BASE_URL = "https://api.bscscan.com/api" similarity_threshold = 0.9 def remove_comments(source_code): source_code = re.sub(re.compile("//.?\n"), "", source_code) source_code = re.sub(re.compile("/*.? */", re.DOTALL), "", s...
52993af064d772b463e14bcbc0e545cd
{ "intermediate": 0.38509073853492737, "beginner": 0.37743639945983887, "expert": 0.23747289180755615 }
11,655
show me an example of newrelic as a TracerProvider of go.opentelemetry.io/otel/sdk/trace in golang
834bfc75c79272102d90470454cf40db
{ "intermediate": 0.6792172193527222, "beginner": 0.08856752514839172, "expert": 0.23221522569656372 }
11,656
Hi. Please give an example of Service Monitor configuration with OAuth2 authentication
8164b8c2355f285eaf3f50c0033052f0
{ "intermediate": 0.6249494552612305, "beginner": 0.1651282012462616, "expert": 0.20992229878902435 }
11,657
Z11 isn't working when using box 64 in termux
d3dd21ecf15f645c8e905347f18a73b0
{ "intermediate": 0.370859295129776, "beginner": 0.37429046630859375, "expert": 0.2548501789569855 }
11,658
write me a pandas python code to calculate the mean of each excel data from the second column, and use these values to make a plot on Y-axis with manual values set for X-axis
c17913c73cfcea0c48c69d1d9e5ffddb
{ "intermediate": 0.5338380932807922, "beginner": 0.07601447403430939, "expert": 0.39014744758605957 }
11,659
write a powershell ui to create an active directory user with the following fields: First Name Last Name UserName Password Organisational Unit (needs to be a browse button to search in the current domain hierarchy)
049e1639b60cfff271a2923bc2cd353d
{ "intermediate": 0.341868132352829, "beginner": 0.21637769043445587, "expert": 0.44175413250923157 }
11,660
add a bool column into data frame if two of the column values are not equal
1bbe5126c86f71690575c56992cfa721
{ "intermediate": 0.5312270522117615, "beginner": 0.18331754207611084, "expert": 0.2854553759098053 }
11,661
write powershell that list all names that are missing email addresses from a csv file
f29fd720d51a7a5d7e53e7f290e5b4f5
{ "intermediate": 0.35941681265830994, "beginner": 0.2791433334350586, "expert": 0.3614398241043091 }
11,662
import { Text, View, Image, Pressable } from 'react-native'; import { gStyle } from '../styles/style'; import { useNavigation } from '@react-navigation/native'; export default function PastMK() { const navigation = useNavigation(); return ( <View style={gStyle.main}> <View style={gStyle.PastMKbox}...
b743126b94a69db36ca357964bf93b98
{ "intermediate": 0.4201500415802002, "beginner": 0.40872722864151, "expert": 0.17112275958061218 }
11,663
hey
97f47f2ff947cdcca48da08dc428b9e3
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,664
find: ‘/proc/24860/net/ip6t_hashlimit’: Permission denied find: ‘/sys’: Permission denied /usr/lib/aarch64-linux-gnu/libX11.so.6.4.0 /usr/lib/aarch64-linux-gnu/libX11.so.6 /usr/lib/aarch64-linux-gnu/libX11.so /usr/lib/arm-linux-gnueabihf/libX11.so.6.4.0 /usr/lib/arm-linux-gnueabihf/libX11.so.6 /usr/lib/arm-linux-gnueab...
729195b60fbdb4624427bd0a57b1220b
{ "intermediate": 0.3489339053630829, "beginner": 0.35411369800567627, "expert": 0.29695239663124084 }
11,665
there is no image import { Text, View, Image, Pressable } from 'react-native'; import { gStyle } from '../styles/style'; import { useNavigation } from '@react-navigation/native'; import {firebase} from '../Firebase/firebase'; import 'firebase/compat/storage'; import 'firebase/compat/firestore'; import React, {useState...
5521a5fe9c5ef067b39521571ac0cbc7
{ "intermediate": 0.6080721020698547, "beginner": 0.29598620533943176, "expert": 0.09594161808490753 }
11,666
import re import requests import difflib API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS" BASE_URL = "https://api.bscscan.com/api" similarity_threshold = 0.3 def get_contract_source_code(address): params = { "module": "contract", "action": "getsourcecode", "address": address, "apiKey...
045110f94d07792b4032f692567f7f1d
{ "intermediate": 0.3443782329559326, "beginner": 0.29388493299484253, "expert": 0.36173686385154724 }
11,667
using MSTest only, can I check if an specific method from an external object was called?
b911213fc5c9fcf394690c577a5e2ded
{ "intermediate": 0.5743734240531921, "beginner": 0.1185852661728859, "expert": 0.30704131722450256 }
11,668
hey
ff99a182c1ee8c67b13833c9f7b2dab4
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,669
def remove_comments(source_code): # Remove single-line comments source_code = re.sub(r"//.", "", source_code) # Remove multi-line comments source_code = re.sub(r"/*[\s\S]? */", "", source_code) return source_code The code above does not replace the entire line starting with this character, but on...
3aeec744480e3921c6ad214e14ab78b5
{ "intermediate": 0.3236456513404846, "beginner": 0.35483482480049133, "expert": 0.32151949405670166 }
11,670
package com.atypon.task1; import com.atypon.task1.controllers.PostsController; import com.atypon.task1.services.LocatorService; import com.atypon.task1.utils.RequestUtils; import jakarta.servlet.http.HttpServletRequest; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; ...
ee932621788523ef98ea8344c242f1ae
{ "intermediate": 0.34186604619026184, "beginner": 0.43193086981773376, "expert": 0.2262030392885208 }
11,671
make unit tests in c# mstest of this method: public static void RemoveItem(DataGrid dataGrid, ObservableCollection<DatagridItems> itemDatagridItems) { if (dataGrid.SelectedCells[0].Item is DatagridItems item) { itemDatagridItems.Remove(item); } ...
0b29e6ac9a34f6d30f1ac9261c5e6ed6
{ "intermediate": 0.44291508197784424, "beginner": 0.40965986251831055, "expert": 0.1474250704050064 }
11,672
Create eight grids from the image using python
e9807910e24ef278d0bf539ce2bb94a9
{ "intermediate": 0.40265002846717834, "beginner": 0.19157135486602783, "expert": 0.4057786464691162 }
11,673
what are the treatments for adhesive arachnoditist
6dfb65a789d0a3904aed4a7bbb464aac
{ "intermediate": 0.31985753774642944, "beginner": 0.4154685437679291, "expert": 0.26467394828796387 }
11,674
What is the problem of diamond inheritance?
7f274cacb38ca5157978dabfe2323901
{ "intermediate": 0.4069461226463318, "beginner": 0.3520307242870331, "expert": 0.24102316796779633 }
11,675
Write a python code for RTS-style local collision avoidance. Assume N units represented as circles. Use velocity obstacle concept.
748a027e919af64e1a0c46511c64aad5
{ "intermediate": 0.26793724298477173, "beginner": 0.12162506580352783, "expert": 0.6104376912117004 }
11,676
Can you find the mistake in this code?: $(document).ready(function(){ $('.menu-btn').click(function(){ $('.navbar .menu').toggleClass('active'); $('.menu-btn i').toggleClass('active'); }); });
b9aed5317f924cbb4a8007bf2bc55cfd
{ "intermediate": 0.4492061138153076, "beginner": 0.37511172890663147, "expert": 0.17568211257457733 }
11,677
hey
8bc5148431dd585c4482799eb49e2410
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,678
Can you find the mistake in this code?: $(document).ready(function(){ (‘.menu-btn’).click(function(){ ('.navbar .menu').toggleClass('active'); (‘.menu-btn i’).toggleClass(‘active’); }); });
0cd06e4860bef6d2ee37818ec50e15c0
{ "intermediate": 0.404646098613739, "beginner": 0.4122227132320404, "expert": 0.1831311285495758 }
11,679
hey
823beef2539196dc714919911ec4283b
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,680
how to scral 10 last sport news from newsweb and save in text file
804c4f6ed46db412d80b23555989b0e7
{ "intermediate": 0.39298832416534424, "beginner": 0.2956539988517761, "expert": 0.311357706785202 }
11,681
powershell how to use if else condition
e89f36d0cb5edcf0f47bccf2fc022a46
{ "intermediate": 0.3006051182746887, "beginner": 0.3959619998931885, "expert": 0.3034328520298004 }
11,682
please desing a software in windows thata catch a counter when it arrive to 00:01 click the bottom
365d0166d0d94ebee110592718f3f519
{ "intermediate": 0.35851243138313293, "beginner": 0.18132412433624268, "expert": 0.4601633846759796 }
11,683
write powershell for listing unmatched emails in two csv
de1005963d2703436e0d876965cdc815
{ "intermediate": 0.4251275062561035, "beginner": 0.3049143850803375, "expert": 0.2699580788612366 }
11,684
How to create nested lists in a for loop in Python
db9199d0487fb7700b039bc5bb59d73e
{ "intermediate": 0.3103592097759247, "beginner": 0.5299985408782959, "expert": 0.159642294049263 }
11,685
call a function with a class that inherits a call
3551f97bdb554ea735727d245129c657
{ "intermediate": 0.19713132083415985, "beginner": 0.6564120054244995, "expert": 0.14645668864250183 }
11,686
const entities = require('@jetbrains/youtrack-scripting-api/entities'); const workflow = require('@jetbrains/youtrack-scripting-api/workflow'); exports.rule = entities.Issue.onChange({ title: 'Set subsystem owner as assignee for unassigned issues', guard: (ctx) => { const issue = ctx.issue; return (issue.i...
878ba8b43854be6a62578e140a2ce1fe
{ "intermediate": 0.5155851244926453, "beginner": 0.25636327266693115, "expert": 0.2280515879392624 }
11,687
import { Text, View, Image, Pressable } from 'react-native'; import { gStyle } from '../styles/style'; import { useNavigation } from '@react-navigation/native'; import {firebase} from '../Firebase/firebase'; import 'firebase/compat/storage'; import 'firebase/compat/firestore'; import React, {useState, useEffect} from '...
27628558d6373807f9ffb125fc92fd81
{ "intermediate": 0.31747400760650635, "beginner": 0.5282232761383057, "expert": 0.1543026715517044 }
11,688
The dimensions specified in this line of code are affecting the file path : Shell "notepad.exe /n 680 /w 680 " & filePath, vbNormalFocus
a8ffc22101364602446fd2e928c8d050
{ "intermediate": 0.3945041596889496, "beginner": 0.21851640939712524, "expert": 0.38697946071624756 }
11,689
hello
bde7c8a2e43e2e2cc050435c7a908b6b
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
11,690
powershell script that renames csv files by adding the date timestamp to each and then moves the files to an archive folder
d02f371e8c23e3c5d894ba40af5dc8ca
{ "intermediate": 0.376430869102478, "beginner": 0.20492272078990936, "expert": 0.4186464846134186 }
11,691
<div className="user__displayBottom"> <span className="user__dispalyBottomTitle">Account Details</span> <div className="user__displayBottomInfo"> <PermIdentityIcon className="user__dispalyBottomIcon" /> <span className="user__displayBottomInfoTitle">jolnowak123</span>...
a52938ca22773d0af05c0ae546242f3e
{ "intermediate": 0.29359015822410583, "beginner": 0.3657139539718628, "expert": 0.340695858001709 }
11,692
i have a like query in postgres, how to sort the result based on the most exact result
8bf52082e17bf5c70734ae209c13a127
{ "intermediate": 0.44067031145095825, "beginner": 0.2687709629535675, "expert": 0.29055872559547424 }
11,693
hey
b13e27b823344ca92dcd52121b282b83
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,694
I've a web project with Node.js for the backend, ReactJS and tailwindcss and notus-react-main for the frontend, MongoDB for the database. I get this error when i launch the project: "ERROR in ./src/index.css (./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[5].use[1]!./node_modules/postcss-loader/dist/c...
751b6c8392db8db8fbd8fdd5e7115219
{ "intermediate": 0.7404252290725708, "beginner": 0.15168973803520203, "expert": 0.10788502544164658 }
11,695
<label htmlFor="username">Username</label> <input type="text" name="username" /> is ok?
7182449b4356d383ad55a2048d388ee9
{ "intermediate": 0.3853382468223572, "beginner": 0.2728463411331177, "expert": 0.34181541204452515 }
11,696
I've asp.net core project, I want to edit the defaul aspnetuser table.
1c111e301e5cf1a993eb2cb0998523ff
{ "intermediate": 0.2994470000267029, "beginner": 0.293317049741745, "expert": 0.4072359502315521 }
11,697
I've a "react with asp.net core" project in visual studio, So i want an httpget inside the controller for the Index.js react element that get a list from the database and the react app calls it inside the index.js file
b094152d2a007e5569e86755e65697d0
{ "intermediate": 0.5584372878074646, "beginner": 0.20401306450366974, "expert": 0.23754964768886566 }
11,698
hey
32bd1ff0c304df4bb255930b9909840c
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,699
hi
194d548e04535c2a03c77ff742483bb7
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
11,700
why should you add pip directories to path
22ba886e16b8c53340b59ad00c67b7cc
{ "intermediate": 0.5870388746261597, "beginner": 0.1855444461107254, "expert": 0.22741663455963135 }
11,701
what is greyscale
62f69f572a6737b513b2f305b8d301dc
{ "intermediate": 0.3443153202533722, "beginner": 0.374697744846344, "expert": 0.2809869349002838 }
11,702
Write a java game on Go Fish
b00675f9b67005f8d5202484186c1854
{ "intermediate": 0.39685142040252686, "beginner": 0.31838929653167725, "expert": 0.2847593426704407 }
11,703
hey
2bf12e8142eec78f878396fd6c57b400
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,704
If i'm saving multiple images in one table column in the database, what would be the ideal datatype to use for the images column both in the database and in C#?
8eef99dff9040d51c564545ab34a58b8
{ "intermediate": 0.624379575252533, "beginner": 0.15725953876972198, "expert": 0.21836084127426147 }
11,705
are you able to code
f6fdb0fd325a1741f979cd91320a10c5
{ "intermediate": 0.237664595246315, "beginner": 0.29290831089019775, "expert": 0.46942710876464844 }
11,706
how scral 10 least sport news form yjc.ir with python and save in txt
22fbaa930f77b5b31b43fbea3c5dcc50
{ "intermediate": 0.31476178765296936, "beginner": 0.3322317898273468, "expert": 0.3530064523220062 }
11,707
hey
81647ff0af2dbcbc5cf2412d697515d3
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
11,708
plugin C+ scp secret laboratory time death
6a4c87df744a1834629ca276b1b2b8a9
{ "intermediate": 0.3667237162590027, "beginner": 0.3805451989173889, "expert": 0.2527310848236084 }
11,709
give me a script to popup a tips for 1st user open my webpage.
37059187ac4a9f9f4df0c47b8a595863
{ "intermediate": 0.3837411105632782, "beginner": 0.2192024141550064, "expert": 0.3970564305782318 }
11,710
write me code for all kind of transactions in crypto with the best and easiest coding language
506b3aa9ba34207f3271ae7aa6cb3b76
{ "intermediate": 0.30603736639022827, "beginner": 0.3443359434604645, "expert": 0.3496266305446625 }
11,711
In nestjs what is the best way to handle errors when deleting an item, should i use query failed codes or throw an exception when deleteing items which are not on the database
5ff05059a55aae651cffb388a174691f
{ "intermediate": 0.774573028087616, "beginner": 0.059095095843076706, "expert": 0.16633187234401703 }
11,712
git Your branch and 'origin/main' have diverged,
97e45106c10e598417e2bd63ba81228a
{ "intermediate": 0.3817466199398041, "beginner": 0.32678335905075073, "expert": 0.2914700210094452 }
11,713
"def counter(start, stop): if start > stop: return_string = "Counting down: " while ___ # Complete the while loop ___ # Add the numbers to the "return_string" if start > stop: return_string += "," ___ # Increment the appropriate variable else: ...
9252e6fa2de3c88488abdcc3572e2bb5
{ "intermediate": 0.1293015331029892, "beginner": 0.7833831310272217, "expert": 0.08731521666049957 }
11,714
increasing snake speed in above game
267c15f3cf909b121df178fcb3281323
{ "intermediate": 0.34148165583610535, "beginner": 0.3047521710395813, "expert": 0.35376617312431335 }
11,715
can your git me a mysql process or function which it can create trigger for special database or table when every record change,it can write all the record with old and new one to a new table
fd2be3a6a44e75abd1fcf2f9a872e148
{ "intermediate": 0.7384909987449646, "beginner": 0.10693318396806717, "expert": 0.15457583963871002 }
11,716
Is there any diff between TIMESTAMP and DateTime(timezone=True)
165db4ee575c59f8cf73a143a831a034
{ "intermediate": 0.4345919191837311, "beginner": 0.26781830191612244, "expert": 0.2975897789001465 }
11,717
Binary search code in rust
e970114f31197bc69764dc2f8a01a711
{ "intermediate": 0.27125516533851624, "beginner": 0.24686594307422638, "expert": 0.4818788766860962 }
11,718
по какой-то причине подсказки городов (автокомплит городов) дублируется: вылезает сразу несколько городов. кроме того, после нажатия кнопки search происходит ошибка: TypeError: Assignment to constant variable. at search (C:\Users\Ilya\Downloads\my-musician-network\app.js:98:19) at C:\Users\Ilya\Downloads\my-musici...
8bb5378d75feba78054cf405828101b5
{ "intermediate": 0.3214972913265228, "beginner": 0.37215662002563477, "expert": 0.3063460886478424 }
11,719
C:\Users\Ilya\Downloads\my-musician-network\node_modules\mysql\lib\protocol\Parser.js:437 throw err; // Rethrow non-MySQL errors ^ ReferenceError: query is not defined at C:\Users\Ilya\Downloads\my-musician-network\app.js:119:62 const express = require("express"); const fs = require("fs"); const sessi...
bd585a43e1da4f34f02c749c95b4832c
{ "intermediate": 0.3589935004711151, "beginner": 0.4198228120803833, "expert": 0.221183642745018 }
11,720
<template> <el-table v-loading="table.loading" :data="table.data" highlight-current-row> <el-table-column type="index" width="60" label="序号"></el-table-column> <el-table-column prop="id" label="部门"></el-table-column> <el-table-column prop="name" label="部门"></el-table-column> </el-table> </template> <s...
0d36eacfaee62621bb543e818b346683
{ "intermediate": 0.47128841280937195, "beginner": 0.32877281308174133, "expert": 0.1999388337135315 }
11,721
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд: 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 ...
b139e6bbef06d3cfae70866159f259aa
{ "intermediate": 0.33937814831733704, "beginner": 0.5400256514549255, "expert": 0.12059617787599564 }
11,722
import os,re import numpy as np import random import math import matplotlib import matplotlib.pyplot as plt matplotlib.rcParams["toolbar"] = "None" # 隐藏工具栏 matplotlib.rcParams['font.sans-serif'] = ['SimHei'] # 中文显示 matplotlib.rcParams['axes.unicode_minus'] = False # 负号显示 matplotlib.rcParams['lines.linewi...
26fcf0d5a272380ef167eace36699c50
{ "intermediate": 0.2712153196334839, "beginner": 0.4294741451740265, "expert": 0.299310564994812 }
11,723
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд, по имени - вылезает ошибка кроме того я получаю ошибку, когда выполняю поиск по имени: code: 'ER_PARSE_ERROR', errno: 1064, sqlMessage: "You have an error in your SQL syntax; check the manual that corresponds to your Ma...
64ec18adc3ac9b472c735ab324d1fe08
{ "intermediate": 0.4631296396255493, "beginner": 0.41172099113464355, "expert": 0.12514933943748474 }
11,724
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. кроме того, я получаю ошибку, нажимая кнопку поиска: ReferenceError: query is not defined at C:\Users\Ilya\Downloads\my-musician-network\app.js:121:62 at Array.sort (<anonymous>) at Query.<anonymous> (C:\Users\I...
ade6148f9ead4c79fd2f3dc50a7f815d
{ "intermediate": 0.3287937641143799, "beginner": 0.45092710852622986, "expert": 0.22027911245822906 }
11,725
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. кроме того, я получаю ошибку, нажимая кнопку поиска: ReferenceError: query is not defined at C:\Users\Ilya\Downloads\my-musician-network\app.js:121:62 at Array.sort (<anonymous>) at Query.<anonymous> (C:\Users\I...
bec9500df7a3900cde18597acef22ef4
{ "intermediate": 0.3287937641143799, "beginner": 0.45092710852622986, "expert": 0.22027911245822906 }
11,726
cannot convert the series to <class 'float'>
47567af1966201f21e43db64bc98adb8
{ "intermediate": 0.3100460469722748, "beginner": 0.46879157423973083, "expert": 0.22116239368915558 }
11,727
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. код: 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"); ...
b6d02b353dfee68e0ed266a054055f22
{ "intermediate": 0.44509974122047424, "beginner": 0.4177117943763733, "expert": 0.13718843460083008 }
11,728
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. а когда пытаюсь найти по роли (artist, band), выдает ошибку в консоли: code: 'ER_PARSE_ERROR', errno: 1064, sqlMessage: "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver...
c31227bb758244c9bb913cf7f7c3d8a5
{ "intermediate": 0.520337700843811, "beginner": 0.3799748420715332, "expert": 0.09968748688697815 }
11,729
i want to write books about programming can you give me a list of 100 books that i can write that are most profitable and bestsellers
07f2c96f6abcadc1035e034a467e3083
{ "intermediate": 0.35570448637008667, "beginner": 0.3210403323173523, "expert": 0.3232552409172058 }
11,730
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. а когда пытаюсь найти по роли (artist, band), выдает ошибку в консоли: code: 'ER_PARSE_ERROR', errno: 1064, sqlMessage: "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver...
d707fb456824275fe19d988b6dcac9b9
{ "intermediate": 0.520337700843811, "beginner": 0.3799748420715332, "expert": 0.09968748688697815 }
11,731
Hi How can I use async.queue and axios and insert data into mongodb with node.j
df2e3616ad05bf3de1223edb0cbf5f9d
{ "intermediate": 0.8266440629959106, "beginner": 0.05197281762957573, "expert": 0.12138310074806213 }
11,732
#define N 1000000000 #include<ctime> #include<iostream> int main() { int count =0; double pi; srand(time(NULL)); // 用系统时间作为随机数种子 clock_t start_time, end_time; double time_taken; start_time = clock(); for ( int i = 0;i < N;i++) { double x,y; x=( double) rand( )/ RAND_...
c3e12d38ba32348f4d1a717e543cf84c
{ "intermediate": 0.3331040143966675, "beginner": 0.41016119718551636, "expert": 0.25673484802246094 }
11,733
compose a pine script on tradingview based on Jesse Livermore's methodology
b1253309b2c05f5e2ced3e0b928b7a09
{ "intermediate": 0.38762155175209045, "beginner": 0.34437787532806396, "expert": 0.2680005431175232 }
11,734
how to pull message in subscriber on google pub sub
f94b539b6e8d9120389b6f2e4059a0ec
{ "intermediate": 0.35366448760032654, "beginner": 0.17833422124385834, "expert": 0.46800127625465393 }
11,735
I need a Google Cloud log based metric that triggers every time an error log is written. You can use the filter: "metric.type=\"logging.googleapis.com/user/svc_errors_tf\" AND resource.type=\"k8s_container\"" Use the terraform "google_monitoring_alert_policy"
ac03268dfee79b5ee5b57300cf37be2c
{ "intermediate": 0.43309617042541504, "beginner": 0.2802278995513916, "expert": 0.28667593002319336 }
11,736
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. а когда пытаюсь найти по роли (artist, band), выдает ошибку в консоли: code: 'ER_PARSE_ERROR', errno: 1064, sqlMessage: "You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server ver...
b2023483ee09875b35ec5026cd75b28d
{ "intermediate": 0.520337700843811, "beginner": 0.3799748420715332, "expert": 0.09968748688697815 }
11,737
def Train_func(qfile,train_data,max_circle=10000): mySetting = Settings() maxDays = max_circle # 创建一个空列表ProductList,用于存储产品对象 ProductList = [] # 在给定的最大天数maxDays范围内反复遍历训练数据集中的每一天 step = len(train_data) preAction = 0 preNum = 0 for i in range(maxDays): # 机器学习,补货 j = i%step # 将变量i除以step的余数赋值给变量j,将i限定在0到step-1之间,循环遍历train_...
f59f446030ed2c68c7df2a1254023a44
{ "intermediate": 0.26850754022598267, "beginner": 0.582309365272522, "expert": 0.1491832137107849 }
11,738
how to add antdesign to create-react-app
6add08fdb77d5be41253a252715ddcc2
{ "intermediate": 0.2449139803647995, "beginner": 0.28886541724205017, "expert": 0.4662206172943115 }
11,739
using antDesign, make those 2 elements appear on opposite sides of the screen. "<Header> <Row justify="between" align="middle"> <Col span={12}><Title style={{ margin: 'auto', color: 'white', padding: '0' }} level={3}>CryptoTasky</Title></Col> <Col span={12}> ...
1c56d103ba0e4f1f0666dad879966e14
{ "intermediate": 0.33243030309677124, "beginner": 0.39161133766174316, "expert": 0.275958389043808 }
11,740
I am using Nmap on wimdows, how can I save scan result as a file from nmap command line?
84bd4bb559c7ebca7915205bcd646111
{ "intermediate": 0.5461623668670654, "beginner": 0.16786514222621918, "expert": 0.2859724760055542 }
11,741
#include <mpi.h> #include <cstdio> #include <ctime> #include <random> #include <omp.h> #define N 1000000000 // 抽样次数 int sing() { int count = 0; double pi; srand(time(NULL)); // 用系统时间作为随机数种子 clock_t start_time, end_time; double time_taken; start_time = clock(); for (int i = 0; i < N; i++) { ...
c4b8319529ee19f2f75aba70d4fcbfe1
{ "intermediate": 0.41090384125709534, "beginner": 0.36915165185928345, "expert": 0.21994449198246002 }
11,742
функция поиска как будто совсем не работает. предположим, я ищу по жанру - он ищет всех подряд. ищу по ролям - ищет всех подряд. работает только поиск по именам: const express = require("express"); const fs = require("fs"); const session = require("express-session"); const fileUpload = require("express-fileupload"); c...
e05ee1cf36d180dca2e16552d417ac8a
{ "intermediate": 0.29671362042427063, "beginner": 0.6126549243927002, "expert": 0.09063147753477097 }
11,743
How do I configure the terraform module "google_logging_metric" to show missing data as zero? I have the following filter in it: "resource.type=\"k8s_container\" resource.labels.project_id=\"project-id-prd\" resource.labels.location=\"us-central1\" resource.labels.namespace_name=\"namespace-x\" labels.k8s-pod/app=\"svc...
4987d0502e1ff8eca5f0e2b15f86e526
{ "intermediate": 0.6956061720848083, "beginner": 0.1049412414431572, "expert": 0.19945256412029266 }
11,744
я пытаюсь переписать функцию поиска с json файла на базу данных sql. вот оригинал: function search(query = '', role = '', city = '', genre = '') { const data = fs.readFileSync('./db/musicians.json'); const musicians = JSON.parse(data).musicians.map(musician => { return { name: musician.name, gen...
70359f33f4fb5911aa518d9613fc9479
{ "intermediate": 0.3200284242630005, "beginner": 0.4262728691101074, "expert": 0.2536987066268921 }
11,745
я пытаюсь переписать функцию поиска с json файла на базу данных sql. вот оригинал: function search(query = '', role = '', city = '', genre = '') { const data = fs.readFileSync('./db/musicians.json'); const musicians = JSON.parse(data).musicians.map(musician => { return { name: musician.name, gen...
9975d55be47821f7e6ac5446d307ea79
{ "intermediate": 0.3200284242630005, "beginner": 0.4262728691101074, "expert": 0.2536987066268921 }
11,746
can you write me . Loops python program
221a52bd3c4a9c78e39ef3650ac80fde
{ "intermediate": 0.2151317149400711, "beginner": 0.39489948749542236, "expert": 0.38996878266334534 }
11,747
# -- coding: utf-8 -- import xlrd import xlwt # Open the existing Excel file workbook = xlrd.open_workbook('normal.xlsx') worksheet = workbook.sheet_by_index(0) # Create a new excel workbook output = xlwt.Workbook(encoding = 'utf8') new_sheet = output.add_sheet('My Worksheet') # Iterate through each row of column A ...
0f3a7952d14ad396f7f797ce97e864da
{ "intermediate": 0.5729693174362183, "beginner": 0.24434098601341248, "expert": 0.18268971145153046 }
11,748
this is a part of a script i found on pastebin, do you think its malware? @echo off :: BY REMOVING THE GOTO(s) YOU AGREE TO NOT USE THE SCRIPT FOR MALICIOUS PURPOSES. THE AUTHOR IS NOT RESPONSIBLE FOR ANY HARM CAUSED BY THE SCRIPT. :: SOME GOTO(s) ARE NECESSARY, SO WATCH WHAT YOU REMOVE. :: Path of the hide locati...
6f17ca7e90a15622371a2a478df9a34b
{ "intermediate": 0.47716382145881653, "beginner": 0.3106914758682251, "expert": 0.212144672870636 }