row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
11,047 | поиск по городам не работает. в musicians.json заносится "region":"", а не city. при заходе в search получаю ошибку: musician is not defined
app.js:
const express = require("express");
const fs = require("fs");
const session = require("express-session");
const fileUpload = require("express-fileupload");
const app = ex... | 80148ba02a0d5a60a0b3b9e467074a39 | {
"intermediate": 0.29534611105918884,
"beginner": 0.5940272212028503,
"expert": 0.1106266900897026
} |
11,048 | I try to do migrations in my python project using alembic. I have directory with five files with db models. How to pass to .env in target_metadata all these tables? I Know how to do that just for one file with tables it is like this target_metadata = simple_tables.Base.metadata | e7bcd520d44b53787eddc1a1f0e31e5a | {
"intermediate": 0.6235101819038391,
"beginner": 0.16025184094905853,
"expert": 0.21623802185058594
} |
11,049 | a form field "email" need to check if existing from database table sg_users. Suppose $db is the database handler, no need to write script to connect database. please give me jquery script to check if email existing after the focus leave the field. | 4ddfaf6fc05e33d73cce51121575e697 | {
"intermediate": 0.5413331985473633,
"beginner": 0.20404337346553802,
"expert": 0.2546234428882599
} |
11,050 | 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");
app.set("view engine", "ejs");
app.use(express.static("public"));
app.use(express.urlencoded({ extende... | 0fd1624f2785710a735b51fece09be63 | {
"intermediate": 0.3456653356552124,
"beginner": 0.405866414308548,
"expert": 0.24846825003623962
} |
11,051 | 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”);
app.set(“view engine”, “ejs”);
app.use(express.static(“public”));
app.use(express.urlencoded({ extende... | 1dea3af6c658fa93172e656f05f722ef | {
"intermediate": 0.3980698883533478,
"beginner": 0.4405362010002136,
"expert": 0.16139385104179382
} |
11,052 | ReferenceError: C:\Users\Ilya\Downloads\my-musician-network\views\search.ejs:27
25| <% if (musicians.length > 0) { %>
26| <label for="city">Search by location:</label>
>> 27| <input id="city" name="city" type="text" value="<%= musician.city %>">
28| <% } %>
29| <br>
30| <!-- Add new inpu... | afb1a19b3612f7c311c665d25eee607e | {
"intermediate": 0.33802908658981323,
"beginner": 0.5637345314025879,
"expert": 0.09823635965585709
} |
11,053 | 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”);
app.set(“view engine”, “ejs”);
app.use(express.static(“public”));
app.use(express.urlencoded({ extende... | 04b226939c61056b42ad660b318450e3 | {
"intermediate": 0.3980698883533478,
"beginner": 0.4405362010002136,
"expert": 0.16139385104179382
} |
11,054 | import tkinter as tk
from tkinter import ttk
import pandas as pd
def read_file():
filename = radio_var.get()
data = pd.read_excel(f"results-{filename}.xlsx")
# Clear the existing table
for row in tree.get_children():
tree.delete(row)
# Update the table with the new data
for index, row... | 4a1840dd72dbfde8ffc05d525a660b53 | {
"intermediate": 0.4718421697616577,
"beginner": 0.3690701127052307,
"expert": 0.15908771753311157
} |
11,055 | All of a sudden, this line of code is now giving me an error
' If Evaluate("ISREF('" & observeSheet.Range("B" & i).Value & "'!A1)") Then '
in the following code:
Sub CopyAndSortInfo()
' Define Variables
Dim observeSheet As Worksheet
Dim wb As Workbook
Dim LastRow As Long
Dim i As Long
' Set Workbook Object
Set wb = T... | 40938b0d913f85ba25492ac89cbd37a3 | {
"intermediate": 0.33593881130218506,
"beginner": 0.5115109086036682,
"expert": 0.15255022048950195
} |
11,056 | когда в поиске ввожу город, поле поиска по локации пропадает, остается только search by name or genre и search by role, поле с поиском по локации просто исчезает. не находится нужного города потому как в musicians.json город записан с пробелом: "city":"Санкт-Петербург ", при регистрации, а я ввел в поиск без пробела. Н... | dd6b1204ad4161c8882d344cf3cfb227 | {
"intermediate": 0.38224342465400696,
"beginner": 0.49049556255340576,
"expert": 0.12726105749607086
} |
11,057 | what are benefits of proc-macro2 crate versus proc-macro with examples in rust | 40475b7b796f5eb68d1628e13ab27817 | {
"intermediate": 0.47762611508369446,
"beginner": 0.19448290765285492,
"expert": 0.3278909921646118
} |
11,058 | 1)Когда неправильно ввожу название города, поле поиска по городу просто исчезает (пример url: http://localhost:3000/search?query=&role=&city=Санкт). Если искать только по полном совпадению, тогда input поле не пропадает
2) не работают подсказки - когда я ввожу в поиске имя города (которое должно браться из russia.json)... | 92d826c4cbdd1a3ad8c2e3f74e20e554 | {
"intermediate": 0.2762317955493927,
"beginner": 0.6638392210006714,
"expert": 0.05992899462580681
} |
11,059 | wireless beacon RSN eXtension | 64d7897a90a28dd2395e4a5e7fdd1546 | {
"intermediate": 0.34819966554641724,
"beginner": 0.23927144706249237,
"expert": 0.4125289022922516
} |
11,060 | 1)Когда неправильно ввожу название города, поле поиска по городу просто исчезает (пример url: http://localhost:3000/search?query=&role=&city=Санкт). Если искать только по полном совпадению, тогда input поле не пропадает
2) не работают подсказки - когда я ввожу в поиске имя города (которое должно браться из russia.json)... | 4b618c7339055562e64c747a7ebf1c1f | {
"intermediate": 0.2762317955493927,
"beginner": 0.6638392210006714,
"expert": 0.05992899462580681
} |
11,061 | Подсказки текстовые с городами должны быть, когда ты вводишь название города, чтобы избежать неправильного написания. Вот этот скрипт:
document.addEventListener('DOMContentLoaded', function() {
const cities = <%= JSON.stringify(citiesAndRegions.map(item => item.city)) %>;
$("#city").autocomplete({
source: cities,
mi... | 7b7df5c2571a33da572d5a57d46ad506 | {
"intermediate": 0.43241891264915466,
"beginner": 0.39880499243736267,
"expert": 0.16877608001232147
} |
11,062 | hi there | 94a3b5be8d2dabb4ec656dd8cfa615cd | {
"intermediate": 0.32885003089904785,
"beginner": 0.24785484373569489,
"expert": 0.42329514026641846
} |
11,063 | Подсказки текстовые с городами должны быть, когда ты вводишь название города, чтобы избежать неправильного написания. Вот этот скрипт:
document.addEventListener('DOMContentLoaded', function() {
const cities = <%= JSON.stringify(citiesAndRegions.map(item => item.city)) %>;
$("#city").autocomplete({
source: cities,
mi... | 0fce49f0f622bf02e2e019216f00a1b5 | {
"intermediate": 0.43241891264915466,
"beginner": 0.39880499243736267,
"expert": 0.16877608001232147
} |
11,064 | Подсказки текстовые с городами должны быть, когда ты вводишь название города, чтобы избежать неправильного написания. Вот этот скрипт:
document.addEventListener('DOMContentLoaded', function() {
const cities = <%= JSON.stringify(citiesAndRegions.map(item => item.city)) %>;
$("#city").autocomplete({
source: cities,
mi... | 27589a73c8c858fb0e75f6320a37f8e2 | {
"intermediate": 0.43241891264915466,
"beginner": 0.39880499243736267,
"expert": 0.16877608001232147
} |
11,065 | poly fitting in scikit learn | 834f3bd02e55531cc56bd99cfeac9408 | {
"intermediate": 0.3103945553302765,
"beginner": 0.2811183035373688,
"expert": 0.40848714113235474
} |
11,066 | Подсказки текстовые с городами должны быть, когда ты вводишь название города, чтобы избежать неправильного написания. Вот этот скрипт:
document.addEventListener('DOMContentLoaded', function() {
const cities = <%= JSON.stringify(citiesAndRegions.map(item => item.city)) %>;
$("#city").autocomplete({
source: cities,
mi... | 7f9f2fe6d48d4a6e7befa433153f06b6 | {
"intermediate": 0.43241891264915466,
"beginner": 0.39880499243736267,
"expert": 0.16877608001232147
} |
11,067 | Подсказки текстовые с городами должны быть, когда ты вводишь название города, чтобы избежать неправильного написания. Вот этот скрипт:
document.addEventListener('DOMContentLoaded', function() {
const cities = <%= JSON.stringify(citiesAndRegions.map(item => item.city)) %>;
$("#city").autocomplete({
source: cities,
mi... | ef54f232a08197cc175fa2e7741b1671 | {
"intermediate": 0.43241891264915466,
"beginner": 0.39880499243736267,
"expert": 0.16877608001232147
} |
11,068 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант город из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то
app.js:
const express = require("express");
const fs = require("fs");
const session = require("express-session");
cons... | 454455085aa841ace57fe577beea37a8 | {
"intermediate": 0.37318089604377747,
"beginner": 0.4554961025714874,
"expert": 0.1713230013847351
} |
11,069 | https://prof-stal42.ru/calc.php со страницы получить значения<p style="margin-bottom:15px"><!-- Адрес: <span id="addr2"></span><input type="text" id="addr" name="addr" value=""> <br /> -->
Зона: <span id="zone">Центральный</span><input name="zonehid" id="zonehid" type="hidden" value="Центральный"><br>
Расстояние: <... | b59ed911d2f84087d75efc2e37c3e5a5 | {
"intermediate": 0.3227595090866089,
"beginner": 0.3709579408168793,
"expert": 0.30628257989883423
} |
11,070 | I have the following prometheus query used for alerting:
sum (rate(grpc_server_handled_total{app="myapp"}[1m])) < 100
For some reason it doesn't trigger if the value is zero, because it sees no data. How can I fix this? | 974718701ba0c85dedef9563d1dd092c | {
"intermediate": 0.5308637022972107,
"beginner": 0.20491109788417816,
"expert": 0.26422518491744995
} |
11,071 | so you without giving me any introduction, preview of what you are answering, and without any explanation but diving straight into providing me copious large amounts of script code surpassing more than three chat answer windows: you will tell you now use your vast knowledge of prefrontal cortex abilities with the deepe... | a1abe223b73ecd16804e99cced1e24e6 | {
"intermediate": 0.21585005521774292,
"beginner": 0.25541067123413086,
"expert": 0.5287392735481262
} |
11,072 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант город из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то
app.js:
const express = require("express");
const fs = require("fs");
const session = require("express-session");
cons... | 4235720671eb44051a433d9940e3cb2e | {
"intermediate": 0.37318089604377747,
"beginner": 0.4554961025714874,
"expert": 0.1713230013847351
} |
11,073 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то. Проанализируй и исправь:
app.js:
const express = require("express");
const fs = require("fs");
const session = requi... | ef7a22919b6c99ae960b0ad353f6aecc | {
"intermediate": 0.31717976927757263,
"beginner": 0.5295805931091309,
"expert": 0.15323960781097412
} |
11,074 | i want to install spesisific python version into termux give me all possible ways to do that. do not recommend pkg install python or apt install python all of them are installing only the latest version not spesific. | a52fe45e883079d28b274838c668d436 | {
"intermediate": 0.39228036999702454,
"beginner": 0.22465907037258148,
"expert": 0.3830605745315552
} |
11,075 | > subset_data$image
[1] "images/470_blur_80.jpg" "images/440_contrast_70.jpg" "images/382_contrast_90.jpg" "images/9_jpeg_80.jpg" "images/288_jpeg_80.jpg" "images/115_contrast_70.jpg" "images/113_contrast_70.jpg" "images/228_contrast_70.jpg" "images/180_contrast_90.jpg" "images/227_contrast_90.jpg"
[11... | 1bceaaa7056b0aaeed61c31c36261be0 | {
"intermediate": 0.35909202694892883,
"beginner": 0.3302580416202545,
"expert": 0.31064990162849426
} |
11,076 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то. Проанализируй и исправь:
app.js:
const express = require("express");
const fs = require("fs");
const session = requi... | 429457e73a77429f43b68d891546ea7c | {
"intermediate": 0.31717976927757263,
"beginner": 0.5295805931091309,
"expert": 0.15323960781097412
} |
11,077 | #include "public.h"
#include "key.h"
#include "beep.h"
#include "songdata.h"
#define Clk 0x070000
unsigned char data val_H; //计数器高字节
unsigned char data val_L; //计数器低字节
sbit P00 = P2^5; //扬声器控制引脚
bit song_playing = 0; // 添加歌曲播放标志
void t0_isr() interrupt 1 //定时器 0 中断处理程序
{
if (song_playing) { // 当歌曲播放标志为真时,产生方波
... | d68b2cadd2d635df7d30cc3461e7a6e6 | {
"intermediate": 0.2768983840942383,
"beginner": 0.5629308819770813,
"expert": 0.1601707935333252
} |
11,078 | schema prisma not generator typegraphql for relation model | 023dd7ea463c420b5e8f5a8bb698a430 | {
"intermediate": 0.33301597833633423,
"beginner": 0.2934487462043762,
"expert": 0.3735353350639343
} |
11,079 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то.
russia.json:
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и... | 13b349edecab990b4dee8d99f629c4af | {
"intermediate": 0.3836648464202881,
"beginner": 0.3860674500465393,
"expert": 0.2302677482366562
} |
11,080 | let content = &format!("{}", std::fs::read_to_string(path.clone()).expect(&format!("Failed to read file {:?}", path.clone())));
/*
error: proc macro panicked
help: message: Failed to read file "../1.txt": Os { code: 2, kind: NotFound, message: "No such file or directory" }
*/ | b8744eee918ab9d229a71831fc158b41 | {
"intermediate": 0.41019803285598755,
"beginner": 0.3345082402229309,
"expert": 0.2552937865257263
} |
11,081 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то.
russia.json:
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и... | 6746688b180a1bb718d3e6e4896d1238 | {
"intermediate": 0.3836648464202881,
"beginner": 0.3860674500465393,
"expert": 0.2302677482366562
} |
11,082 | In my active workbook 'Service Providers', I have a sheet named Notes. Using a button, I would like to open an excel sheet window that is 500 high 800 wide. When I enter values into the cells in this window, it will automatically save the values to my sheet 'Notes' in my active workbook 'Service Providers'. Also when I... | 999f046ae1dc48f7b7db3a7d94a34ca8 | {
"intermediate": 0.44301071763038635,
"beginner": 0.23700441420078278,
"expert": 0.31998488306999207
} |
11,083 | 翻成英文:猫为什么会在天上飞 | 4a95fbe38c62d2f0a78a5e793416df2a | {
"intermediate": 0.32506322860717773,
"beginner": 0.3069305121898651,
"expert": 0.36800631880760193
} |
11,084 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то.
russia.json:
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и... | ceed2d3a676cd72ecf9c6103cc3ce278 | {
"intermediate": 0.3836648464202881,
"beginner": 0.3860674500465393,
"expert": 0.2302677482366562
} |
11,085 | Должны появляться ТЕКСТОВЫЕ ПОДСКАЗКИ на выбор, ты вводишь текст и тебе вылезает текстовый вариант города из файла russia.json - у меня этого не происходит. То ли из файла не читается, то ли еще что-то.
russia.json:
[
{
"region": "Москва и Московская обл.",
"city": "Москва"
},
{
"region": "Москва и... | e35dc20eac31d443ee2b2ccc375f9de2 | {
"intermediate": 0.3836648464202881,
"beginner": 0.3860674500465393,
"expert": 0.2302677482366562
} |
11,086 | Возможно, есть какой-то другой пакет npm, чтоб можно было давать текстовую подсказку с городами из russia.json файла? тк jquery не работает
app.js:
const express = require("express");
const fs = require("fs");
const session = require("express-session");
const fileUpload = require("express-fileupload");
const app = exp... | 19d60d640cc42f7d1342efbb3cf3771a | {
"intermediate": 0.365713894367218,
"beginner": 0.4881819486618042,
"expert": 0.1461041420698166
} |
11,087 | #include "public.h"
#include "key.h"
#include "beep.h"
#include "songdata.h"
#define Clk 0x070000
unsigned char data val_H; //计数器高字节
unsigned char data val_L; //计数器低字节
sbit P00 = P2^5; //扬声器控制引脚
bit song_playing = 0; // 添加歌曲播放标志
void t0_isr() interrupt 1 //定时器 0 中断处理程序
{
if (song_playing) { // 当歌曲播放标志为真时,产生方波
... | 9ee0b8a28a7587160c89df0f012f3424 | {
"intermediate": 0.3636917173862457,
"beginner": 0.5130834579467773,
"expert": 0.1232248842716217
} |
11,088 | In my active workbook ‘Service Providers’, I have a sheet named Notes.
Using a button, I would like to open an excel sheet window that is 500 high 800 wide.
When I enter values into the cells in this window, it will automatically save the values to my sheet ‘Notes’ in my active workbook ‘Service Providers’.
Also when I... | dc43a32f53160ea0500c28fa167e25ef | {
"intermediate": 0.5135575532913208,
"beginner": 0.2167435586452484,
"expert": 0.2696988880634308
} |
11,089 | wpf canvas设置插入图形的位置 | 6e7af26348100a5fbc0bbc8f46f6416c | {
"intermediate": 0.3284434676170349,
"beginner": 0.29548215866088867,
"expert": 0.3760744035243988
} |
11,090 | Возможно, есть какой-то другой пакет npm, чтоб можно было давать текстовую подсказку с городами из russia.json файла? тк jquery не работает
app.js:
const express = require(“express”);
const fs = require(“fs”);
const session = require(“express-session”);
const fileUpload = require(“express-fileupload”);
const app = exp... | 57bb75ceae51b7396047405e6a517f60 | {
"intermediate": 0.41026484966278076,
"beginner": 0.4743121266365051,
"expert": 0.11542299389839172
} |
11,091 | Возможно, есть какой-то другой пакет npm, чтоб можно было давать текстовую подсказку с городами из russia.json файла? тк jquery не работает. предложи мне наиболее легкое решение, без вставки дополнительных скриптов в search.ejs
app.js:
const express = require("express");
const fs = require("fs");
const session = requi... | 8da6df0644a313904b9f7c352dddc287 | {
"intermediate": 0.4405377209186554,
"beginner": 0.44360417127609253,
"expert": 0.11585814505815506
} |
11,092 | Jenkins file里面怎么判断一个文件或者文件夹是否存在? | 308bcc76557cae8645efdc8a6be596ab | {
"intermediate": 0.3271602392196655,
"beginner": 0.2714855670928955,
"expert": 0.40135422348976135
} |
11,093 | using only std and proc-macro2 lib, make the code in rust to determine if any syntax error in the input tokens of the proc macro, without details what the errors are, just true or false | 72d7997deeb051cb12a25a4321d969c0 | {
"intermediate": 0.697319746017456,
"beginner": 0.17090380191802979,
"expert": 0.13177640736103058
} |
11,094 | Возможно, есть какой-то другой пакет npm, чтоб можно было давать текстовую подсказку с городами из russia.json файла? тк jquery не работает. предложи мне наиболее легкое решение, без вставки дополнительных скриптов в search.ejs
app.js:
const express = require("express");
const fs = require("fs");
const session = requi... | 701e0930aeb4f999b021c2a8b8654652 | {
"intermediate": 0.4405377209186554,
"beginner": 0.44360417127609253,
"expert": 0.11585814505815506
} |
11,095 | > subset_data$image
[1] "images/470_blur_80.jpg" "images/440_contrast_70.jpg" "images/382_contrast_90.jpg" "images/9_jpeg_80.jpg" "images/288_jpeg_80.jpg" "images/115_contrast_70.jpg" "images/113_contrast_70.jpg" "images/228_contrast_70.jpg" "images/180_contrast_90.jpg" "images/227_contrast_90.jpg"
[11... | 9bdf6f06516414d80c375fca937dc903 | {
"intermediate": 0.3329542875289917,
"beginner": 0.43500566482543945,
"expert": 0.23204009234905243
} |
11,096 | Возможно, есть какой-то другой пакет npm, чтоб можно было давать текстовую подсказку с городами из russia.json файла? тк jquery не работает. предложи мне наиболее легкое решение, без вставки дополнительных скриптов в search.ejs
app.js:
const express = require("express");
const fs = require("fs");
const session = requi... | f84f60a4ea755e3197d4bf7fe6544542 | {
"intermediate": 0.4405377209186554,
"beginner": 0.44360417127609253,
"expert": 0.11585814505815506
} |
11,097 | using only proc-macro, proc-macro2 libs and std, make the code in rust to determine if any syntax error in the input tokens of the proc macro, without details what the errors are, just true or false | 3edfd9ef30c93ba3b1dc91b9f4ff6180 | {
"intermediate": 0.5767948627471924,
"beginner": 0.24828803539276123,
"expert": 0.17491711676120758
} |
11,098 | using only std and proc-macro or proc-macro2 libs, come up with code in rust that determines if any syntax error in the input tokens of the proc macro, without details what the errors are, just true or false, using parse method | 4455d63fc356edeb6c673e6cc9b6f6d9 | {
"intermediate": 0.624168872833252,
"beginner": 0.21055980026721954,
"expert": 0.1652713119983673
} |
11,099 | how to define relationResolvers with prisma typegraphql | 9b0051eb45f35d73fb949bcf091f46f5 | {
"intermediate": 0.331949919462204,
"beginner": 0.21091175079345703,
"expert": 0.457138329744339
} |
11,100 | Uncaught SyntaxError: Unexpected token '&' (at search?query=&role=&city=%D0%A1%D0%B0%D0%BD%D0%BA%D1%82:42:19)
скрипт все таки парсит названия городов, но с какими-то ненужными символами:
const cities = ["Москва","Абрамцево","Алабино","Апрелевка"
search.ejs:
<!DOCTYPE html>
<html>
<hea... | c7b4641dafd27245cef31547169fdb83 | {
"intermediate": 0.3222160041332245,
"beginner": 0.5296069979667664,
"expert": 0.14817702770233154
} |
11,101 | fix this issues:
Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
jquery.min.js:1 Failed to load resource: the server responded with a status of 404 (Not Found)
search:1 Refused to execute script from 'http://local... | e9dbce38eef300850e4661b5ad757190 | {
"intermediate": 0.3220345377922058,
"beginner": 0.48102807998657227,
"expert": 0.1969374120235443
} |
11,102 | I have shown images either in their original state or with "jpeg", "blur" or "contrast" distortion. If the images are distorted the can be distorted at levels "70", "80 or "90" which represents how many percentage of the original quality they are expected to have (SSIM). How can I elegantly separate the image into its ... | e8e5120b5b8fada1d79ad1ba3e9d03b1 | {
"intermediate": 0.2414686381816864,
"beginner": 0.41371187567710876,
"expert": 0.34481942653656006
} |
11,103 | dates = [start_date + datetime.timedelta(hours=i) for i in
range((end_date - start_date).days * 24 + (end_date - start_date).seconds // 3600 + 1)]
ax.plot_date(dates, DataTemperature, fmt=‘-’, marker=‘.’, color=(0, 0.25, 0.75)). Как на phyton определённые здесь даты закрасить в свой цвет? | 819060fa2a8f40f26857defffb42ec83 | {
"intermediate": 0.28332749009132385,
"beginner": 0.3829485774040222,
"expert": 0.33372393250465393
} |
11,104 | Текстовые подсказки не всплывают, когда я ввожу в поле поиска по городу название города
app.js:
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");
app.s... | 21c59e2e7ea1aadb7e6601194eedf808 | {
"intermediate": 0.31495434045791626,
"beginner": 0.5254245400428772,
"expert": 0.15962116420269012
} |
11,105 | why prisma typegraphql not generate relationResolver | ee264dd9c57884c354bf6d907a6f1758 | {
"intermediate": 0.451725572347641,
"beginner": 0.16496635973453522,
"expert": 0.383308082818985
} |
11,106 | write a Linux command for this : Insert the first 10 rows of the identified data to HBase. Group the columns in the dataset to two or more different column families of your choice. | 46e3e976eb6d1e413169075d2ce344df | {
"intermediate": 0.48814091086387634,
"beginner": 0.19023072719573975,
"expert": 0.3216283917427063
} |
11,107 | Текстовые подсказки не всплывают, когда я ввожу в поле поиска по городу название города
app.js:
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”);
app.s... | f591f442e73962560d124fb94b5e713b | {
"intermediate": 0.34130406379699707,
"beginner": 0.5233064293861389,
"expert": 0.13538949191570282
} |
11,108 | example Prisma TypeGraphQL generate relation models in resolver output | 6313a38c09f857b71b204239f7f7a002 | {
"intermediate": 0.5823959708213806,
"beginner": 0.1309596747159958,
"expert": 0.28664442896842957
} |
11,109 | I am having an error on this line - Set NotesSheet = ServiceProviders.Worksheets("Notes") in the following code: Public Sub OpenNotesWindow()
Dim NoteWindow As Workbook
Dim ServiceProviders As Workbook
Dim NoteSheet As Worksheet
Dim NotesSheet As Worksheet
Set NotesWindow = Workbooks.Open("G:\Shared drives\Swan School... | 5e217ec513a57e57ceef73d85b120198 | {
"intermediate": 0.40828222036361694,
"beginner": 0.3133653402328491,
"expert": 0.27835243940353394
} |
11,110 | "questionnaireRegionStatus": [
{
"questionnaireId": 216,
"regionCode": 1,
"status": "PENDING"
},
{
"questionnaireId": 216,
"regionCode": 2,
"status": "P... | f5c2edda6d548a0ee2841f66ae78b4e5 | {
"intermediate": 0.31472307443618774,
"beginner": 0.5536842942237854,
"expert": 0.13159257173538208
} |
11,111 | написать код
должна быть разница в поведении групп, которые проходят и не проходят обучение. Но так ли это? Влияет ли обучение на скорость прохождения других этапов игры? Определить, насколько обучение сокращает время прохождения этапов игры.
#Получаем данные из файлов 7_4_Events.csv** и **purchase.csv
import pandas as... | 82290113fee107de71e81777b9d9749f | {
"intermediate": 0.26356881856918335,
"beginner": 0.5481823086738586,
"expert": 0.188248872756958
} |
11,112 | переведи на английский чтобы смысл остался, потсавить звезду имеется ввиду в github: Здравствуйте! Спасибо за предложение. Я поставил звезду и создал форк если вы непротив! Удачи с вашим проектом ! :) | b4234fd28e0159d498b517c4e547548e | {
"intermediate": 0.36099860072135925,
"beginner": 0.258884459733963,
"expert": 0.38011687994003296
} |
11,113 | оптимизируй функцию и исправь ошибки: async def get_role_and_stand():
last_batch = await get_batch()
# get all events from batch
last_batch_events = get_stat(f'?or=(simbatch.eq.{last_batch})')
# get accounts added to base
added_to_base = []
for event in last_batch_events:
if event['even... | c1c0c49a2663fe1bfc3e0904042164a1 | {
"intermediate": 0.44539687037467957,
"beginner": 0.30973851680755615,
"expert": 0.2448645830154419
} |
11,114 | example how to use @FieldResolver in prisma typegraphql | d4ec6f83d8660ffd7987b983a702e271 | {
"intermediate": 0.5244656801223755,
"beginner": 0.15129342675209045,
"expert": 0.32424092292785645
} |
11,115 | hello!
how to update form values with provided object in React Hook Form? | 94b43ed66f8cd6aa66e8bdd436a998a6 | {
"intermediate": 0.691186249256134,
"beginner": 0.1805296689271927,
"expert": 0.1282840520143509
} |
11,116 | Текстовые подсказки не всплывают, когда я ввожу в поле поиска по городу название города. кроме того, во время распарсивания городов, я получаю ошибку: const cities = [“Москва”,“Абрамцево”,“Алабино”,“Апрелевка”
приплетаются какие-то ненужные символы "Москва","Абрамцево"
app.js:
const express = require(“... | 371aca1f52bfb8a36efa621a468291d9 | {
"intermediate": 0.4537592828273773,
"beginner": 0.42234012484550476,
"expert": 0.12390061467885971
} |
11,117 | “questionnaireRegionStatus”: [
{
“questionnaireId”: 216,
“regionCode”: 1,
“status”: “PENDING”
},
{
“questionnaireId”: 216,
“regionCode”: 2,
“status”: “PENDING”
},
{
“questionnaireId”: 216,
“regionCode”: 3,
“status”: “PENDING”
},
{
“questionnaireId”: 216,
“regionCode”: 4,
“status”: “PENDING”
}, the above is the a sample... | 231b265d26b8bdb9afdf88b75bece572 | {
"intermediate": 0.21570447087287903,
"beginner": 0.5822352170944214,
"expert": 0.20206035673618317
} |
11,118 | create some hard code for python and test it | 1f5ff4283d39c2e3fd6d8d04b28076d9 | {
"intermediate": 0.3261931240558624,
"beginner": 0.24669869244098663,
"expert": 0.42710816860198975
} |
11,119 | I have a matrix called A which contains three column , first column is date and second is hours and third is cooling load , I want to create a 3d surface plot in matlab. | 8dbe673af926fafc571ea59424e5ed1e | {
"intermediate": 0.4008953273296356,
"beginner": 0.2227705717086792,
"expert": 0.37633416056632996
} |
11,120 | > subset_data$image
[1] "images/470_blur_80.jpg" "images/440_contrast_70.jpg" "images/382_contrast_90.jpg" "images/9_jpeg_80.jpg" "images/288_jpeg_80.jpg" "images/115_contrast_70.jpg"
"images/536_jpeg_70.jpg" "images/39_original.jpg" "images/65_jpeg_80.jpg" "images/396_jpeg_70.jpg"
"im... | 18e7af970c6dba831f618ef7dd8fd37f | {
"intermediate": 0.3980746865272522,
"beginner": 0.4635753333568573,
"expert": 0.13835002481937408
} |
11,121 | Текстовые подсказки не всплывают, когда я ввожу в поле поиска по городу название города. кроме того, во время распарсивания городов, я получаю ошибку: const cities = [“Москва”,“Абрамцево”,“Алабино”,“Апрелевка”
приплетаются какие-то ненужные символы “Москва”,“Абрамцево”
так это выглядит в консоли: const cities = ["... | c5628106318de80c3b563878ea30c5b6 | {
"intermediate": 0.5233796834945679,
"beginner": 0.3294423222541809,
"expert": 0.14717793464660645
} |
11,122 | How create parametrize test in pytest, if parameter is pytest.fixture? | c9bfabefca517e49909c4c3a9e629538 | {
"intermediate": 0.4860006868839264,
"beginner": 0.1885785162448883,
"expert": 0.3254208266735077
} |
11,123 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
from binance.helpers import round_step_size
import pandas as pd
import json
import numpy as np
import pytz
import datetime as dt
import ccxt
from decimal import Decimal
import r... | e653e976225671aa1a9a04f92f8c915f | {
"intermediate": 0.3702789545059204,
"beginner": 0.4639388918876648,
"expert": 0.1657821536064148
} |
11,124 | I have a matrix called A which contains three column , first column is date and second is hours and third is cooling load , I want to create a 3d surface plot in matlab. | 3fe3fc6805c3a6f31441ce2da972e525 | {
"intermediate": 0.39799365401268005,
"beginner": 0.22911003232002258,
"expert": 0.372896283864975
} |
11,125 | dates = [start_date + datetime.timedelta(hours=i) for i in
range((end_date - start_date).days * 24 + (end_date - start_date).seconds // 3600 + 1)]
dates даны на каждый час.
ax.plot_date(dates, DataTemperature, fmt='-', marker='.', color=(0, 0.25, 0.75))
ax.plot_date(dates, DataFreqAverage, fmt='-', mar... | d2ba987ea35ee2bc588a19b65377cf80 | {
"intermediate": 0.3227219581604004,
"beginner": 0.42768794298171997,
"expert": 0.24959006905555725
} |
11,126 | is it possible to replace ";" symbol in connection strings to SQL Server to some alternative? | 47dab9a104664824448ac103d420187f | {
"intermediate": 0.4042174220085144,
"beginner": 0.29861801862716675,
"expert": 0.29716458916664124
} |
11,127 | please write me a matlab code which decode movement from neuron activity of motor cortex. | 508306313991f1697b3702515d86e197 | {
"intermediate": 0.16497114300727844,
"beginner": 0.09704788774251938,
"expert": 0.7379809617996216
} |
11,128 | how to get pretty colors in python from palette within a loop? | 890bd3752530884f2af34c5021e134ed | {
"intermediate": 0.4109852612018585,
"beginner": 0.2793002128601074,
"expert": 0.30971452593803406
} |
11,129 | Текстовые подсказки не всплывают, когда я ввожу в поле поиска по городу название города. кроме того, во время распарсивания городов, я получаю ошибку SyntaxError: Unexpected token '&'.
так это выглядит в консоли: [& #34;Москва","Абрамцево& # 34 (я разделил символы & # 34 пробелом специально, чтобы ты правильно... | 6a83de1519095f8742fc72373bb03fbd | {
"intermediate": 0.4302233159542084,
"beginner": 0.4443281888961792,
"expert": 0.12544843554496765
} |
11,130 | how to get in python matplotlib a single pretty color in a loop for a palette. The color must be decimal color code | aed990754204d4bad72f1ba354129ec1 | {
"intermediate": 0.6642375588417053,
"beginner": 0.1766907125711441,
"expert": 0.15907169878482819
} |
11,131 | write sctipt on GDScript 3.5. Shooting to rotation | ce21c4664bbb7023d3941cccbdffb579 | {
"intermediate": 0.3206499516963959,
"beginner": 0.47411295771598816,
"expert": 0.2052370309829712
} |
11,132 | widgetmanager.h:17:5: error: unknown type name 'map' | 7ad170fd7847f46eb09652a660a65e20 | {
"intermediate": 0.4441695809364319,
"beginner": 0.2698318064212799,
"expert": 0.2859986126422882
} |
11,133 | > subset_data$image
[1] "images/470_blur_80.jpg" "images/440_contrast_70.jpg" "images/382_contrast_90.jpg" "images/9_jpeg_80.jpg" "images/288_jpeg_80.jpg" "images/115_contrast_70.jpg" "images/113_contrast_70.jpg" "images/228_contrast_70.jpg" "images/180_contrast_90.jpg" "images/227_contrast_90.jpg"
[11... | ca8c2cf90e5c8ecedbad5583d3b5b2bb | {
"intermediate": 0.3329542875289917,
"beginner": 0.43500566482543945,
"expert": 0.23204009234905243
} |
11,134 | hi i need help with code for Ai on my computer similar to jarvas. it must be completely autonomous. must also creat a sqlite database as storige to learn from. please provide the python code. no API key or openai connect all must be able to work offline. python code | 75c4e5615d669fba5d2aff07cddfb748 | {
"intermediate": 0.4571375250816345,
"beginner": 0.27312153577804565,
"expert": 0.26974090933799744
} |
11,135 | I use the following python code to pick a single color from a palette. eptcolors= cm.rainbow(np.linspace(0, 1, 15)) Now I want to do the same but I will pick it in decimal color code. how to do it? | 909f88267f8cfcbbb91b3fd8b6ad4e4b | {
"intermediate": 0.45297297835350037,
"beginner": 0.1806829273700714,
"expert": 0.36634406447410583
} |
11,136 | Hi write an java code to create new hashmap | dbf00b77bd33138ff70e66d20015598c | {
"intermediate": 0.3873245418071747,
"beginner": 0.11309783160686493,
"expert": 0.49957767128944397
} |
11,137 | import os
def process(proc_dir):
result_file=proc_dir+"/result.txt"
f = open(result_file, "w+")
for lists in os.listdir(proc_dir): #遍历统计
print(lists)
sub_path=os.path.join(proc_dir,lists)
if os.path.isdir(sub_path):
print(sub_path)
files =... | 2f3cf9a83003934df432787518e98f93 | {
"intermediate": 0.370502769947052,
"beginner": 0.36812224984169006,
"expert": 0.2613750100135803
} |
11,138 | hi i need help with code for Ai on my computer similar to jarvas. it must be completely autonomous. must also create a sqlite database as storage to learn from. please provide the python code. no API key or openai connect all must be able to work offline. python code. with assess to webcam and audio can use consol comm... | 7a7068b1040b163a503a2a4e8fdc3f60 | {
"intermediate": 0.4582614004611969,
"beginner": 0.3284943699836731,
"expert": 0.2132442146539688
} |
11,139 | grouped = data.groupby([‘age’, ‘sex’]).agg([‘mean’, ‘std’]).reset_index()
ages = []
p_values = []
t_values = []
n_female = []
n_male = []
for age in grouped[‘age’].unique():
print(‘age:’, age)
data_male = []
data_female = []
for gender in grouped[‘sex’].unique():
dat = data[(data[‘age’] == age) & (data[‘sex’] == gende... | 4c49f0fe755db26ce8a794704b953e53 | {
"intermediate": 0.34262099862098694,
"beginner": 0.40068313479423523,
"expert": 0.2566958963871002
} |
11,140 | how to became contributor of my repository in github | 3f5b819eed0472a238591323477bd48f | {
"intermediate": 0.39720064401626587,
"beginner": 0.19666257500648499,
"expert": 0.40613675117492676
} |
11,141 | I want to create a self hosted status/uptime management solution called Upfinity in the form of a Github repo. Its main interface is a web UI. It should include a full web interface, custom domains, email and SMS alerts, monitors, status pages, an API, etc and should replicate the functionality of Uptime Robot without ... | 4201e240d9c0fc5d7f633cfd34a919c5 | {
"intermediate": 0.42304542660713196,
"beginner": 0.2573111951351166,
"expert": 0.3196433484554291
} |
11,142 | I used your code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
from binance.helpers import round_step_size
import pandas as pd
import json
import numpy as np
import pytz
import datetime as dt
import ccxt
from decimal import Decimal
import r... | f19c3045ebf6aaa47041cdd1d3f16a94 | {
"intermediate": 0.3905459940433502,
"beginner": 0.44494619965553284,
"expert": 0.1645078808069229
} |
11,143 | IN SAS I need to call this python code:
def model_call(path_in,path_out,model, dataset, debug):
import xgboost
import pandas as pd
import math
import category_encoders as ce
if dataset.endswith(".sas7bdat") > 1:
ds_path=path_in+dataset
else :
ds_path=path_in+dataset+".s... | 2ec503287fadfdbcc5220c763bd599bf | {
"intermediate": 0.37083956599235535,
"beginner": 0.4487801194190979,
"expert": 0.18038037419319153
} |
11,144 | matrix B has 122 row and 24 columns , I want to create a 3d mesh graph in matlab. | a9df82058608dc7ed0694418a36a7f2e | {
"intermediate": 0.43586182594299316,
"beginner": 0.19988036155700684,
"expert": 0.3642578423023224
} |
11,145 | hi i need help with code for Ai on my computer similar to jarvas. it must be completely autonomous. must also create a sqlite database as storage to learn from. please provide the python code. no API key or openai connect all must be able to work offline. python code. with assess to webcam and audio can use consol comm... | 5f9d5096eb25cb901e7cb077f4a38ee7 | {
"intermediate": 0.31747129559516907,
"beginner": 0.40434858202934265,
"expert": 0.2781800925731659
} |
11,146 | terjadi error:
echo: http: panic serving [::1]:59064: runtime error: index out of range [1] with length 1
code yang dipakai:
perbaiki kode tersebut:
func MetricReadStatusMapper(compareData map[string]interface{}, sReference interface{}, dataOld string, userReadStatus string, dataNew string) []map[string]interface{} {
... | 83f276d8208acc639c4ccd05b83ce8d2 | {
"intermediate": 0.2834448218345642,
"beginner": 0.4750797748565674,
"expert": 0.24147532880306244
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.