row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
46,284 | привет у меня есть скрипт который я делал чтобы pdf прочитать и получить в витде картинок и без много поточсности все хорошо работает но когда я добавил многопоток то получил что в книге везде 1 и таже страница почему? я предпологаю что это из-за перезаписи изображений, можешь предоставить код который это исправит
priv... | a5e189411bc017f483e24bbdfe250103 | {
"intermediate": 0.4560789167881012,
"beginner": 0.4154563844203949,
"expert": 0.1284647136926651
} |
46,285 | Set sourceWortest1kbook = Workbooks.Open(folderPath & sourceFileName) not find folder error 1004 | 4bcb72df1403f54e58d0c605681f4fc9 | {
"intermediate": 0.3755350112915039,
"beginner": 0.32507601380348206,
"expert": 0.2993890345096588
} |
46,286 | Convert this Vnet to Unet
net = VNet(n_channels=1, n_classes=num_classes, normalization='batchnorm', has_dropout=True)
import torch
import time
from networks import centroid_cluster
from torch import nn
from scipy.ndimage import gaussian_filter
import numpy as np
import torch.nn.functional as F
class ConvBlock(... | f292806ceabcb8c250350e0b8c04c4b1 | {
"intermediate": 0.3135925531387329,
"beginner": 0.48371002078056335,
"expert": 0.20269738137722015
} |
46,287 | convert vnet to unet like same
import torch
import time
from torch import nn
import numpy as np
import torch.nn.functional as F
class ConvBlock(nn.Module):
def __init__(self, n_stages, n_filters_in, n_filters_out, normalization='none'):
super(ConvBlock, self).__init__()
ops = []
for i in... | 4a380e8e577f63a5679e7b17af2b7e96 | {
"intermediate": 0.29645466804504395,
"beginner": 0.5043821930885315,
"expert": 0.19916310906410217
} |
46,288 | calculate n60 in the (normally consolidated) silty sand layer is reported as 8 blows/30 cm, | 4a8d10f538c0f1dcf9f88a301809f075 | {
"intermediate": 0.2932129502296448,
"beginner": 0.20639677345752716,
"expert": 0.5003902912139893
} |
46,289 | i need you to help me to install libcurl in my vscode 2022 windows 10 environnement for c++ | e2987def495834fd685b4019789f9869 | {
"intermediate": 0.795555830001831,
"beginner": 0.08403390645980835,
"expert": 0.12041030079126358
} |
46,290 | How do I route to show a youtube video embed without creating a new Vue page for it:
const routes = [
{ path: '/', component: () => import('pages/IndexPage.vue') },
{ path: '/sunshine', component: () => import('pages/IndexPage.vue') },
{ path: '/:catchAll(.*)*', component: () => import('pages/NotFound.vue') }
]
... | 8c41c91a01b3c19073c5f0e71f5912e0 | {
"intermediate": 0.6145241260528564,
"beginner": 0.23147046566009521,
"expert": 0.15400542318820953
} |
46,291 | Is there a website that plays a fullscreen youtube video embed | 20c1f30b253ceac56fa2c3e9e1ceda05 | {
"intermediate": 0.3003650903701782,
"beginner": 0.2588709592819214,
"expert": 0.4407639503479004
} |
46,292 | Is there a specific event type in React when you either click the link with your mousewheel or when you right click it and then select open in a new tab? | db5563c36968bdc3f0b0d4d090bb34e3 | {
"intermediate": 0.7326110005378723,
"beginner": 0.08177855610847473,
"expert": 0.18561047315597534
} |
46,293 | i need help to install libcurl on vscode currently install with c++ Microsoft compiler Build Tools 20222 | 0bd0e494e3d3e0655a482ba48aa47257 | {
"intermediate": 0.800517737865448,
"beginner": 0.07968904078006744,
"expert": 0.11979323625564575
} |
46,294 | TRIP_NO ID_COMP PLANE TOWN_FROM TOWN_TO TIME_OUT TIME_IN
---------- ---------- ---------- ------------------------- ------------------------- ------------------------------- -------------------------------
1145 2 IL-... | 6970c9d53f5c2d0b6a2fa6715f9cc129 | {
"intermediate": 0.41056132316589355,
"beginner": 0.413953572511673,
"expert": 0.17548511922359467
} |
46,295 | убери отсюда многопоточность
public class PdfFilesUI : MonoBehaviour
{
private const string PathName = "/StreamingAssets/PDF/Training";
private const string FileExtension = "*.pdf";
private const string PathConverter = "/../Converter/pdf2img.exe";
private const string PathImage = " ... | 6d2a91c01d51fcc32095b3e05ecdadb0 | {
"intermediate": 0.34685125946998596,
"beginner": 0.5010285377502441,
"expert": 0.1521202176809311
} |
46,296 | i have this script :
import requests
from requests.auth import HTTPBasicAuth
# Paramètres de connexion ARI
ari_url = "http://EU999LINPBX01:8088/ari/channels"
username = 'userfpbx'
password = 'Linux%624r!'
# Paramètres de l'appel
endpoint = "PJSIP/80004"
extension = "18510033611326786"
context = "CLI_SELECTORS"
priori... | 1213a3ab45dacad93c4b6ae024a303a5 | {
"intermediate": 0.37414446473121643,
"beginner": 0.35021471977233887,
"expert": 0.2756408154964447
} |
46,297 | how to get subnet of this ip 95.26.102.202 | 50f1b1a139c985c945c2010419c6e663 | {
"intermediate": 0.3618573546409607,
"beginner": 0.2976463735103607,
"expert": 0.3404962122440338
} |
46,298 | Why doesnt / route me to indexpage
const routes = [
{
path: '/',
component: () => import('layouts/MainLayout'),
children: [
{ path: '/', component: () => import('pages/IndexPage') },
{ path: '/:catchAll(.*)*', component: () => import('pages/NotFound.vue') }
]
},
// { path: '/sunshine'... | 239488a9d43fd4e977e4285277c8907b | {
"intermediate": 0.4463977813720703,
"beginner": 0.3505089581012726,
"expert": 0.2030932456254959
} |
46,299 | what is python assert | 833a656d6adbaba90fe43de764b88307 | {
"intermediate": 0.30567383766174316,
"beginner": 0.24761216342449188,
"expert": 0.44671401381492615
} |
46,300 | How to protect file from writing and changing permissions on Linux? | 98c2d14de89bceba5e5b4387962940ab | {
"intermediate": 0.3649922311306,
"beginner": 0.280198872089386,
"expert": 0.35480889678001404
} |
46,301 | How do I just make / and the catchall use the mainlayout, and /sunshine not use the mainlayout
import MainLayout from 'layouts/MainLayout.vue';
const routes = [
{ path: '/', component: () => import('pages/IndexPage.vue') },
{ path: '/:catchAll(.*)*', component: () => import('pages/NotFound.vue') }
{ path: '/sun... | c30b0f0c91c51203b89e522a28eed93a | {
"intermediate": 0.5154477953910828,
"beginner": 0.36545681953430176,
"expert": 0.11909540742635727
} |
46,302 | norm?
Got a question,
I saw that NumPerPage starts with a default value of 6, yet some menues change it to 5 as default.
public int NumPerPage {
get
{
return NumPerPage;
}
set
{
if (value > 6 || value <= 0)
{
NumPerPage ... | b08d108eb0057d59c3161601b67b5e9e | {
"intermediate": 0.46045544743537903,
"beginner": 0.28294748067855835,
"expert": 0.25659704208374023
} |
46,303 | How do I disable rule vue/multi-word-component-names | 193b36f4255c4054bd664848dd8da0fb | {
"intermediate": 0.3059481382369995,
"beginner": 0.33083364367485046,
"expert": 0.3632182776927948
} |
46,304 | import java.io.*;
import java.util.Scanner;
import java.util.LinkedList;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length !... | 1423eb1cb57a648f9a6fe4e76e6693a0 | {
"intermediate": 0.3389153778553009,
"beginner": 0.5038269758224487,
"expert": 0.15725764632225037
} |
46,305 | If I had Xd6s and I wanted to calculate how many times the sum would equal to a certain number for every number. How would I do that? | e3a2f7a56344e646aa0afa0bfec17abe | {
"intermediate": 0.4005211293697357,
"beginner": 0.18633517622947693,
"expert": 0.41314372420310974
} |
46,306 | I am making a c++ sdl based game engine, I am fixing some old things I left out, but I found out a thing I haven't noticed until I made the Event base class, which is I have my Event class constructor as protected, but in my GameScreen base class, which is a class I don't want to be instantiated, I have my constructor ... | d85549883c6b654dbdf143991333d38b | {
"intermediate": 0.32837221026420593,
"beginner": 0.5183961987495422,
"expert": 0.1532316654920578
} |
46,307 | Can you list the amount of times a sum shows up from 4-24 on a 4d6 please? | 3ca7a94077dce72ca2b477955e0fcc39 | {
"intermediate": 0.3108949363231659,
"beginner": 0.25381720066070557,
"expert": 0.43528783321380615
} |
46,308 | how to free space on Linux removing cached and not needed packages from apt installation? | 891475b8022e3d5855b694bf1cdf6ab6 | {
"intermediate": 0.38022497296333313,
"beginner": 0.3671520948410034,
"expert": 0.2526229918003082
} |
46,309 | import java.io.*;
import java.util.Scanner;
import java.util.LinkedList;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length !... | 6c6c41b5b1f49b9b5f1ac0d438c8e0f6 | {
"intermediate": 0.3389153778553009,
"beginner": 0.5038269758224487,
"expert": 0.15725764632225037
} |
46,310 | привет после того как этот код считал ссылку он ее открывает и при возврати обратно в приложение у меня уже не работает считывание перепиши код так чтобы при возвращении он считывал снова qr
public class QRCodeScanner : MonoBehaviour
{
[SerializeField]
private string lastResult;
private WebCamTexture camTe... | 25e776200e28eccea39fd482354c8916 | {
"intermediate": 0.36728787422180176,
"beginner": 0.44797787070274353,
"expert": 0.18473419547080994
} |
46,311 | You are working on a game engine named CAGE "Custom Advanced Game Engine", you wrote a 1000 lines long code written in python, and you basically send snippets of the code to your manager, which is me, you don't explain, talk, text nor say anything else than sending code, the complete version of the code, you only send ... | f0083453c2764c7014ebe8527d5456ea | {
"intermediate": 0.19785283505916595,
"beginner": 0.5607110857963562,
"expert": 0.24143612384796143
} |
46,312 | Im supposed to print out the companies that dont have any connections with moscow and rostov but this code prints out all of the flights and they have the same company name it should just print the name once
SELECT name
FROM company c
JOIN trip t ON c.ID_COMP = t.ID_COMP
WHERE NOT TOWN_TO='Moscow' AND NOT TOWN_TO='Rost... | 4f79eeac2edb02d702c2be4e49e972cf | {
"intermediate": 0.35828185081481934,
"beginner": 0.3656151294708252,
"expert": 0.27610301971435547
} |
46,313 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 92827db7ad3f7506206d62ca7ad16814 | {
"intermediate": 0.32622256875038147,
"beginner": 0.5244174003601074,
"expert": 0.14936000108718872
} |
46,314 | HELLO | 767753d92e0cda2f8318f04f26c9009e | {
"intermediate": 0.3374614715576172,
"beginner": 0.2841505706310272,
"expert": 0.37838801741600037
} |
46,315 | перепиши этот код в единый цикл за раз отрисовывающий все значения ticks и если надо рисующий под ними числа. -- Отрисовка основных делений
for x = ticks.main.startX, ticks.main.endX, ticks.main.width do
renderDrawLine(speedometer.posX + x, speedometer.posY + ticks.main.startY, ... | d5e68fc9a7b7d64fcab7ab40ec64c451 | {
"intermediate": 0.25657588243484497,
"beginner": 0.47794869542121887,
"expert": 0.26547542214393616
} |
46,316 | перепиши этот код в единый цикл за раз отрисовывающий все значения ticks и если надо рисующий под ними числа. -- Отрисовка основных делений
for x = ticks.main.startX, ticks.main.endX, ticks.main.width do
renderDrawLine(speedometer.posX + x, speedometer.posY + ticks.main.startY, ... | ca9ea1fe2893db8a5a32b218625259ee | {
"intermediate": 0.25657588243484497,
"beginner": 0.47794869542121887,
"expert": 0.26547542214393616
} |
46,317 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | 898d6a46208e41102f12974c9349227c | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,318 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | 60fb7290769c1e5b1f86071716c20237 | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,319 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | 898d6a46208e41102f12974c9349227c | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,320 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | 5635b0d5eff2ab4eab3e4f010e7ad6c6 | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,321 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | c623e4a61cad4e380db8b829b42d3cc8 | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,322 | I want you to act as a linux terminal. I will type commands and you will reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. do not write explanations. do not type commands unless I instruct you to do so. When I need to tell you som... | cb3c4ea88bc2a551271a89128d5feb65 | {
"intermediate": 0.2897449731826782,
"beginner": 0.29727470874786377,
"expert": 0.4129802882671356
} |
46,323 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | f6ac692446ebe6e87ddda90689803b38 | {
"intermediate": 0.32622256875038147,
"beginner": 0.5244174003601074,
"expert": 0.14936000108718872
} |
46,324 | How do I split words in a string using \t\n\r,-.!?[]';:/() these characters in java | 803765904e0a8c41b561844a0cde3b98 | {
"intermediate": 0.4945925772190094,
"beginner": 0.20435988903045654,
"expert": 0.30104753375053406
} |
46,325 | Write me the code to string.split (java) with these characters: \t\n\r,-.!?[]';:/() | 3404414d7bc82d8c0797f83cf05e3e25 | {
"intermediate": 0.4486769139766693,
"beginner": 0.3135238587856293,
"expert": 0.2377992421388626
} |
46,326 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 839b620cd7e796498529ed582a37b146 | {
"intermediate": 0.32622256875038147,
"beginner": 0.5244174003601074,
"expert": 0.14936000108718872
} |
46,327 | Exclude spaces from this too. I dont want any elements to just be a space: next.split("[`*_\" \\t\\n\\r\\,\\-\\.\\!\\?\\[\\]\\';:/\\(\\)]+") | 3c8348a8f6e053bdb834304918b402e4 | {
"intermediate": 0.3837074935436249,
"beginner": 0.3491828441619873,
"expert": 0.2671097218990326
} |
46,328 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 22faef244a7d6d391c12343fdd857a2e | {
"intermediate": 0.32622256875038147,
"beginner": 0.5244174003601074,
"expert": 0.14936000108718872
} |
46,329 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 75c9df1b0a164b4921c278af279fb866 | {
"intermediate": 0.32622256875038147,
"beginner": 0.5244174003601074,
"expert": 0.14936000108718872
} |
46,330 | is this poc // SPDX-License-Identifier: MIT
pragma solidity ^0.8.15;
import "forge-std/Test.sol";
import "../src/FaultDisputeGame.sol";
contract Exploit {
FaultDisputeGame faultDisputeGame;
uint256 public constant SPLIT_DEPTH = 2; // Example value, adjust based on actual contract
// Constructor to se... | b23d9ec130a1bb64e7b92eb650d88b8e | {
"intermediate": 0.38944122195243835,
"beginner": 0.3722454309463501,
"expert": 0.23831337690353394
} |
46,331 | generate code for appointment booking form for patient side in react using calender | 3b22e8c55e2ecf43b92b05c0346c7c4f | {
"intermediate": 0.44194507598876953,
"beginner": 0.18607762455940247,
"expert": 0.37197738885879517
} |
46,332 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 43a783e7cfd5931d8bd936aeb9053116 | {
"intermediate": 0.31662964820861816,
"beginner": 0.508885383605957,
"expert": 0.1744849532842636
} |
46,333 | break the contract into small part with understand the interaction in every function and how it's work Find all edge cases that do not follow the happy path to real bugs and security flaw not hypothetical and not applicable bug and break the log and give severity and impact with vulnerable lines with code from contrac... | 19e8bcceb2bf1bd4cb53a25885660c30 | {
"intermediate": 0.5501857399940491,
"beginner": 0.25343313813209534,
"expert": 0.19638116657733917
} |
46,334 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | 7d1f2f12fdce2a735689296226a4957e | {
"intermediate": 0.36342859268188477,
"beginner": 0.4917334020137787,
"expert": 0.14483799040317535
} |
46,335 | How do I change the number of context line for a shell patch command? | 80b7a9167d6de16c1c69d5e3eb276e05 | {
"intermediate": 0.435407429933548,
"beginner": 0.23182658851146698,
"expert": 0.33276593685150146
} |
46,336 | edit this code so that cards have children and that cards are nestable and drag and dropabble: import { useEffect, useContext } from "react";
import { DndContext } from "react-dnd";
import Frame, { FrameContext } from "react-frame-component";
import HTML5Backend from "react-dnd-html5-backend";
import update from "immut... | de29be6a337467913ae28eca876499fb | {
"intermediate": 0.4239664673805237,
"beginner": 0.35575950145721436,
"expert": 0.22027407586574554
} |
46,337 | import java.io.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
System.err... | c9dc6b60a6233d50cdc3231a571cf4ef | {
"intermediate": 0.36342859268188477,
"beginner": 0.4917334020137787,
"expert": 0.14483799040317535
} |
46,338 | Predict Hotel Cancellation
StayWithUS is a leading online portal that enables consumers to book individually owned residences for short-term vacation rental. Recently they have noticed that many customers are canceling their reservations at the last minute. This reduces their occupancy rate and is leading to decreased... | 96a25d9505d16214fbe4f91c73727723 | {
"intermediate": 0.3821716010570526,
"beginner": 0.34715890884399414,
"expert": 0.27066946029663086
} |
46,339 | import java.io.*;
import java.util.*;
import java.util.Scanner;
public class floyd {
private static int[][] adjMatrix;
private static int[][] pMatrix;
private static final String OUTPUT_FILE = "output.txt";
public static void main(String[] args) throws IOException {
if (args.length != 1) {
... | 09ddf7ff91747124a141f484cf28bac6 | {
"intermediate": 0.38069820404052734,
"beginner": 0.5266152620315552,
"expert": 0.09268652647733688
} |
46,340 | Hi there, please be a senior sapui5 developer and answer my following questions with working code examples. | aab75807c1f44dd16d406865591c3474 | {
"intermediate": 0.42116406559944153,
"beginner": 0.2712341248989105,
"expert": 0.3076017498970032
} |
46,341 |
def initialize_matrices(num_vertices, edges):
inf = float('inf")
D= [[inf if i != j else 0 for i in range(num_vertices)] for j in range(num_vertices)]
P = [[0 if i != j else 0 for i in range(num_vertices)] for j in range(num_vertices)]
for start, end, weight in edges:
D[start][end]= weight
P[start][end]= start + ... | 15eed1a36f7a0c293fcf1c450ac5161f | {
"intermediate": 0.3542378842830658,
"beginner": 0.3154880404472351,
"expert": 0.3302740454673767
} |
46,342 | 1. Predict Hotel Cancellation
StayWithUS is a leading online portal that enables consumers to book individually owned residences for short-term vacation rental. Recently they have noticed that many customers are canceling their reservations at the last minute. This reduces their occupancy rate and is leading to decrea... | d17c20daa25578ee8d23f224e29e5d36 | {
"intermediate": 0.3404620587825775,
"beginner": 0.1293935477733612,
"expert": 0.5301443934440613
} |
46,343 | Fix
function findBigRoadContainers() {
const iframe = document.querySelector('iframe');
const selector = '[class*="bigRoadContainer"]';
const elements = iframe.querySelectorAll(selector);
console.log(elements);
return elements;
} | c8d758df35861a1d5b452910d20f0893 | {
"intermediate": 0.2511037588119507,
"beginner": 0.5712831616401672,
"expert": 0.1776130646467209
} |
46,344 | Hi there, please be a senior sapui5 developer and answer my following questions with working code examples. | 99cf34f2734d9af35018a17990ea75dd | {
"intermediate": 0.42116406559944153,
"beginner": 0.2712341248989105,
"expert": 0.3076017498970032
} |
46,345 | Sub CopyDataFromXLSXInSameFolder()
Dim sourceWorkbook As Workbook
Dim destWorkbook As Workbook
Dim sourceSheet As Worksheet
Dim destSheet As Worksheet
Dim folderPath As String
Dim sourceFileName As String
Dim sourceFilePath As String
' Dynamically get the folder path of the workbook... | 9b9a069967b23301e3a5843bcde6adaa | {
"intermediate": 0.45397821068763733,
"beginner": 0.28491753339767456,
"expert": 0.2611042559146881
} |
46,346 | import asyncio, socket, pickle, threading
from kivy.clock import Clock
from kivy.uix.gridlayout import GridLayout
from kivy.uix.textinput import TextInput
from kivy.uix.button import Button
from kivy.uix.scrollview import ScrollView
from kivy.uix.boxlayout import BoxLayout
from kivymd.app import MDApp
from discord.ext ... | bc0f533c85344efa0c3837429fb43174 | {
"intermediate": 0.27996715903282166,
"beginner": 0.5009981989860535,
"expert": 0.2190345823764801
} |
46,348 | Hi there, please be a senior sapui5 developer and answer my following questions with working code examples. | 491ee63fe2540bb00e30a375cf79a94d | {
"intermediate": 0.42116406559944153,
"beginner": 0.2712341248989105,
"expert": 0.3076017498970032
} |
46,349 | are the operators in this program performing a shadow copy
#include <iostream>
#include <stdexcept>
#include <cstring>
#include "str.h"
using namespace std;
// Add your implementations here.
Str::Str() : data_(new char[1]){
data_[0] = '\0';
size_ = 0;
}
Str::~Str(){
delete[] data_;
}
Str::Str(const char*s)... | ab4e71d11b286912d1ef73c9a5543669 | {
"intermediate": 0.3070048987865448,
"beginner": 0.41205132007598877,
"expert": 0.28094378113746643
} |
46,350 | Sub CopyDataFromXLSXInSameFolder()
Dim sourceWorkbook As Workbook
Dim destWorkbook As Workbook
Dim sourceSheet As Worksheet
Dim destSheet As Worksheet
Dim folderPath As String
Dim sourceFileName As String
Dim sourceFilePath As String
' Dynamically get the folder path of the workbook... | 5e3759defcbd70e2ca4a2528d185b874 | {
"intermediate": 0.41473400592803955,
"beginner": 0.30954766273498535,
"expert": 0.27571842074394226
} |
46,351 | I need your advice of clone and customizing opensource project repository. The idea is BlueOS to DeepOs name change when every BlueOS came I need to change DeepOS. So the opensource project is continuously releasing the build So I want to keep training same but in my name how can I do that? | 9ee765e9857fb3bed313956e4c8bde4b | {
"intermediate": 0.32885584235191345,
"beginner": 0.21991103887557983,
"expert": 0.4512330889701843
} |
46,352 | check at this:
let cn_coords = cn
.get(chr)
.unwrap_or_else(|| panic!("No consensus data for chromosome {}", chr));
how can i make it use the error! macro from the log crate? | 1168edee5613161c23804005a0d45914 | {
"intermediate": 0.4378996789455414,
"beginner": 0.3892851769924164,
"expert": 0.17281518876552582
} |
46,353 | number=input()
number=number.replace(" ","")
check=int(number[-1])
double=[]
unmoved=[]
for n in range(-1, -len(number) - 1, -1):
if n == -1 or -n % 2 != 0:
double.append(int(number[n]))
else:
unmoved.append(int(number[n]))
def doubling(n):
return n*2
doubled=map(doubling,double)
def ... | f3df0ce66f367359bb97567448cc6408 | {
"intermediate": 0.27425616979599,
"beginner": 0.5191385746002197,
"expert": 0.2066051959991455
} |
46,354 | I found opensource project on github it need to customize blueOS to DeepOS. How can i configure when bueos name came DeepOS. The BlueoS keep updating weekly releasey new build. how can I contuly update blueOS remane to DeepOS. Give me example blueOS django and vue project I need change word only how to create a file eh... | 0a9a2daf33b4bed52db3ed445ecd5666 | {
"intermediate": 0.6382107138633728,
"beginner": 0.16643613576889038,
"expert": 0.1953531801700592
} |
46,355 | How to use openai-whisper python package for mic recording recognition on the fly? My goal is to automatically start script on boot (Ubuntu), check availability of input-output audio devices and start recording with stream through ASR (later i want to add commands recognition and "skills", but for now let's just write ... | aa6a70edb5bb0aab3aec01c9b664612d | {
"intermediate": 0.7705375552177429,
"beginner": 0.05368678644299507,
"expert": 0.1757756918668747
} |
46,356 | is it ok to use black box testing for writing gtest for static functions | f063c070d820b5797de4f1f9e984443a | {
"intermediate": 0.436948299407959,
"beginner": 0.2866407036781311,
"expert": 0.2764109671115875
} |
46,357 | **************************************************************
*** ***
*** ---> IMPORTANT INFORMATION ABOUT format_mp3 <--- ***
*** ***
*** format_mp3 has been selected to be installed, but the ***
*** M... | 3032922bbb1fbb6bd2f3435693e819fc | {
"intermediate": 0.38151976466178894,
"beginner": 0.3714459240436554,
"expert": 0.24703426659107208
} |
46,358 | Hi there, please be a senior sapui5 developer and answer my following questions with working code examples. | 5534d17d69a58f1e7c7b117c898ecb4a | {
"intermediate": 0.42116406559944153,
"beginner": 0.2712341248989105,
"expert": 0.3076017498970032
} |
46,359 | При установке asterisk 16 в конце выдает такое:
**************************************************************
*** ***
*** ---> IMPORTANT INFORMATION ABOUT format_mp3 <--- ***
*** ***
*** format_mp3 has ... | 4ac44d41631c9c8999eb915891e6afda | {
"intermediate": 0.354504257440567,
"beginner": 0.4133971035480499,
"expert": 0.23209862411022186
} |
46,360 | Hey I found a way to calculate if I have XdYs and I want to find out how many times a certain sum can be rolled. but that's only if they all have the same side, I want to see how to figure this out if they had different sides. | 00246723ce2c240780657b21b7cc8a22 | {
"intermediate": 0.30027323961257935,
"beginner": 0.26529911160469055,
"expert": 0.4344276487827301
} |
46,361 | Что за ошибка [root@localhost freepbx]# ./start_asterisk start
STARTING ASTERISK
./start_asterisk: line 45: /usr/sbin/safe_asterisk: No such file or directory
lsAsterisk Started
При условии что freepbx и asteriks я устанавливаю из директории /usr/src | 5719de786005e4bbe73fbe0c020bc57b | {
"intermediate": 0.4038495123386383,
"beginner": 0.2636580169200897,
"expert": 0.332492470741272
} |
46,362 | Is there a type of event for right click open in the new tab in React | 5a1bd19aa2ed784b099fbc89a0efb2e6 | {
"intermediate": 0.4685547351837158,
"beginner": 0.1595955342054367,
"expert": 0.3718496561050415
} |
46,363 | 아래같은 에러는 왜 발생하는가?
41.23 Fetched 145 MB in 40s (3633 kB/s)
41.23 E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/u/util-linux/bsdextrautils_2.37.2-4ubuntu3.3_amd64.deb 404 Not Found [IP: 91.189.91.82 80]
41.23 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
------
... | f74b128126404e7160a9c5312bd897db | {
"intermediate": 0.31576162576675415,
"beginner": 0.39423397183418274,
"expert": 0.2900044322013855
} |
46,364 | In React when user clicks on another link by right mouse and chooses open link in a new tab, the user stays on the current page while new tab opens in browser. After that page is loaded but user is still didn't put that tab in focus, can that page run some code to check for user status and show up a modal window even i... | 5c07b901d6891b5e35bf1eb755e2916d | {
"intermediate": 0.6161519289016724,
"beginner": 0.1420379877090454,
"expert": 0.24181005358695984
} |
46,365 | write a python script that does the following
1. Ask for a day of the week and consider that yesterday was not that day.
2. Ask for another day of the week and consider that tomorrow will not be that day.
Then it must show all the possible days of week for today. | e2b6899d6ed0a0a3b8cdb3e31aa02901 | {
"intermediate": 0.3399063050746918,
"beginner": 0.328389436006546,
"expert": 0.3317042589187622
} |
46,366 | What does :: operator mean in c++ | b0c433ec9312c13cfdcc0bc9b674b983 | {
"intermediate": 0.25994956493377686,
"beginner": 0.42860281467437744,
"expert": 0.3114476501941681
} |
46,367 | Hi do you know how to fix Codeium defaule setting that is responsible for this [ERROR]: [deadline_exceeded] context deadline exceeded | 31229971b4ca57983ead16dca60cc111 | {
"intermediate": 0.4967259168624878,
"beginner": 0.22136567533016205,
"expert": 0.28190839290618896
} |
46,368 | Type xau=string;
Var
St:xau;
F1,f2:text;
M,N:longint;
Luu:array[1..1000000] of xau;
Function kt(st:xau):boolean;
Var
N1,k:longint;
Begin
N1:=1;
End;
For k:=2 to N do
Begin
End;
If st[k-1]='0' then N1:=N1-k; If st[k-1]='1' then n1:=n1+k;
If N1=0 then kt:=true
Else
Kt:=false;
Procedure Sinh_np(n: byte);
Var i:byte; | 33a190fdaa1a332cebff1d5a721d0126 | {
"intermediate": 0.35563310980796814,
"beginner": 0.37664079666137695,
"expert": 0.2677261233329773
} |
46,369 | make a document clear
"To enable the gopro USB stream it’s required to install the gopro lab firmware into the gopro. This firmware enables a USB plug into power on the Gorpo. So Dont need to required manual power on.
To Download the Gopro lab firmware visit: GoPro Labs
To enable the USB plug to power on to visi... | 62fbe38092af26837fc4e65c9119d817 | {
"intermediate": 0.3486422300338745,
"beginner": 0.3017811179161072,
"expert": 0.3495767116546631
} |
46,370 | Make a document clear
"Gopro Camera UDP stream
To enable the gopro USB stream it’s required to install the gopro lab firmware into the gopro. This firmware enables a USB plug into power on the Gorpo. So Dont need to required manual power on.
To Download the Gopro lab firmware visit: GoPro Labs
To enable the USB p... | 2b467e04a5a9b2b31c1aa52032900523 | {
"intermediate": 0.30106085538864136,
"beginner": 0.4051765203475952,
"expert": 0.29376256465911865
} |
46,371 | Question 3: (a) Use python math module to find the sine value of the angles (in degrees) in the list, named. theta
theta = [0, 30, 45, 60, 90]
(b) Accumulate the sine value of theta in a list named
sine_calculated.
(c) Use the values of sine from trigonometric table and find the error % associated with sine_calculat... | d8d2e5a48b436be9d0e5d64a19dc4854 | {
"intermediate": 0.3862890601158142,
"beginner": 0.22257709503173828,
"expert": 0.3911338150501251
} |
46,372 | hi | 33ca44b5d2b9a9af252822c1e4c92cac | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
46,373 | sort((a: any, b: any) => {
const getOrder = (item: any): number => {
if (typeof item === "string") {
if (item === "d-day") return 1;
else if (item === "now") return 0;
} else if (item instanceof Date) {
return 2;
}
return 3;
};
... | 81a7104dd18a08e6665b1fc35862674f | {
"intermediate": 0.265188604593277,
"beginner": 0.5061014890670776,
"expert": 0.22870996594429016
} |
46,374 | how to effectively organize the django rest framework project with multiple apps | 31e88929d5e326dedaa4dd87ef7c3ea7 | {
"intermediate": 0.7161026000976562,
"beginner": 0.17218166589736938,
"expert": 0.11171572655439377
} |
46,375 | def predict(question,history):
try:
# if username not in user_sessions:
# return 'User Authentication Failed.'
preprocessed_question_var = fn_preprocess_question(question)
for predefined_question_var,predefined_answer_var in dict_predefined_answers.items():
if fn_prep... | 6f347357e9cc52138081182e340d9bc4 | {
"intermediate": 0.5573274493217468,
"beginner": 0.28694236278533936,
"expert": 0.15573018789291382
} |
46,376 | Sub ReadNumericValueAndList()
Dim fs As Object, folder As Object, file As Object
Dim wbPath As String, ws As Worksheet
Dim i As Integer
' Set the worksheet object to the active sheet
Set ws = ThisWorkbook.Sheets("Sheet1")
' Initialize the FileSystemObject
Set fs = CreateObject("Scripting.FileSystemObject")
' ... | 2e548ea15da291aa6236a97f5d5fd10a | {
"intermediate": 0.4437970221042633,
"beginner": 0.29676225781440735,
"expert": 0.2594407796859741
} |
46,377 | Convert Vnet to Unet
import torch
import time
from torch import nn
from scipy.ndimage import gaussian_filter
import numpy as np
import torch.nn.functional as F
class ConvBlock(nn.Module):
def __init__(self, n_stages, n_filters_in, n_filters_out, normalization='none'):
super(ConvBlock, self).__init__()
... | 1e3fdb276665db9b97e8ca15780b86f8 | {
"intermediate": 0.247004896402359,
"beginner": 0.611480712890625,
"expert": 0.1415143758058548
} |
46,378 | import argparse
import sys
import os
import random
import imageio
import torch
from diffusers import PNDMScheduler
from huggingface_hub import hf_hub_download
from torchvision.utils import save_image
from diffusers.models import AutoencoderKL
from datetime import datetime
from typing import List, Union
import gradio a... | 725da4e48f079b137be2a0070f320dd5 | {
"intermediate": 0.4243105947971344,
"beginner": 0.3238646686077118,
"expert": 0.2518247663974762
} |
46,379 | import java.util.HashMap;
import java.util.Scanner;
public class InventoryReport {
// Функция для проверки, могло ли наименование товара измениться путем перестановки двух соседних символов
private static boolean couldBeTransformed(String query, String stockItem) {
if (query.length() != stockItem.leng... | e4be28fb564b310ec07a6a36d6bdfb35 | {
"intermediate": 0.326783686876297,
"beginner": 0.5808968544006348,
"expert": 0.09231951087713242
} |
46,380 | What is the diffrence between General purpose OS and RTOS | 332313f072bd0a60e45e3b63e3e5eee5 | {
"intermediate": 0.31833335757255554,
"beginner": 0.3663743734359741,
"expert": 0.31529223918914795
} |
46,381 | Corrija o erro : FeatureCollection (Error)
Reducer.combine: Can't combine Reducer.group(Reducer.sum) (unweighted inputs) with Reducer.frequencyHistogram (weighted inputs).
Cannot read properties of undefined (reading 'classList'). Aqui está o script de referência: // IMPORT DATASETS
//var aceh = ee.FeatureCollection("... | 5a596ade5da46c634f2b5d5020dd14ae | {
"intermediate": 0.3530760705471039,
"beginner": 0.3943931758403778,
"expert": 0.2525307238101959
} |
46,382 | Правильно ли написана условная конструкция? %%time
edges = []
for index, row in table_unique.iterrows():
start_id, end_id, dist = row['IN_FID'], row['NEAR_FID'], row['NEAR_DIST']
start_point = points[points['TARGET_FID'] == start_id].geometry.values[0]
end_point = points[points['TARGET_FID'] == end_id].ge... | dd275548bfaee2ca931a702e88c4a28c | {
"intermediate": 0.3212047815322876,
"beginner": 0.45909222960472107,
"expert": 0.21970295906066895
} |
46,383 | hi | 6930fd2196d1748bb82ede0c67789712 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
46,384 | hello | ced8b981446413955054aa6da752022a | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.