row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
40,457 | library(httr)
library(openssl)
# URL
url <- "https://586038.restlets.api.netsuite.com/app/site/hosting/restlet.nl?script=3612&deploy=1"
# JSON body
body <- list(
query = "Select LastName from CONTACT where FirstName='Livio'"
)
# Authentication credentials
consumer_key <- "200b3bacd548c08046abbdcb50b5374445f8081176... | 404542a8e923d9935338b0b200f06660 | {
"intermediate": 0.35527417063713074,
"beginner": 0.4978709816932678,
"expert": 0.14685487747192383
} |
40,458 | I am making a C++ SDL game engine, where I am wrapping every SDL function into my library and adding my own methods to it. Right now, I am finishing the Renderer class, and to do so I added the related classes like Point, Rect, Line, Circle, etc. and so far is going as I planned. The problem I found when reading the SD... | 665dcd6a172c676f164e0c57730c2ce8 | {
"intermediate": 0.5336132645606995,
"beginner": 0.39638450741767883,
"expert": 0.07000219821929932
} |
40,459 | Now write program on C#:
Convert real nonnegative numbers from the number system M to the number system N, where 2<=M,N<=16. Specify the number of digits after the decimal point. | 83396bec41c5051540d62e38cbe03719 | {
"intermediate": 0.3679864704608917,
"beginner": 0.2581535875797272,
"expert": 0.3738599419593811
} |
40,460 | #!/bin/sh
#
# Start kiosk application in a loop.
# Author: T.Jokiel <http://porteus-kiosk.org>
# Disable backup of the /home folder (just in case the session is restarted):
sed -i 's_^cp -a /home/guest_#cp -a /home/guest_g' /etc/xdg/openbox/autostart
# Start application in a loop:
while true; do
rm -rf /home/gues... | e4cba1c85447f3487d25a267eac3c3b5 | {
"intermediate": 0.21887081861495972,
"beginner": 0.6475441455841064,
"expert": 0.13358503580093384
} |
40,461 | Building StarGen in turbowarp.org with ChatGPT helping, start step 1 (Orbital radius, planetary types, radius) after step 0 (Created star) | b00d1ed492324317930ff1cd18b5da97 | {
"intermediate": 0.4086930453777313,
"beginner": 0.14166152477264404,
"expert": 0.449645459651947
} |
40,462 | wmctrl -r 'skypeforlinux' -b add,maximized_vert,maximized_horz | bc691ccdf5bb68294ee8e5b7b6767d2c | {
"intermediate": 0.2810874879360199,
"beginner": 0.2710362374782562,
"expert": 0.4478762745857239
} |
40,463 | Create CableLabs VOD Content Specification XML code for the SpongeBob SquarePants episode, “The Great Patty Caper”. | fed4a5c5aef60c3e519db5a243a6d8f6 | {
"intermediate": 0.4157775342464447,
"beginner": 0.24038253724575043,
"expert": 0.34383994340896606
} |
40,464 | Create CableLabs VOD Content Specification XML code for the SpongeBob SquarePants episode, “Selling Out/Funny Pants”. | dba952889cc8ab92ee50dc83b5e01256 | {
"intermediate": 0.3836444914340973,
"beginner": 0.23744197189807892,
"expert": 0.378913551568985
} |
40,465 | we're given a source code for the challenge : from random import randint
from Crypto.Util.number import getPrime, long_to_bytes as l2b
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
from secret import FLAG
from hashlib import sha256
class RSAGen:
def __init__(self, bits):
self.bits = bi... | b88bdba39b8d4f283d8f4c7ba79db2c0 | {
"intermediate": 0.39628222584724426,
"beginner": 0.4665282964706421,
"expert": 0.13718947768211365
} |
40,466 | Generate a CableLabs Content Specification XML code for the SpongeBob SquarePants episode, “Selling Out/Funny Pants”. | f547a9bdcb541716f24876caa77741ce | {
"intermediate": 0.36333999037742615,
"beginner": 0.25356927514076233,
"expert": 0.38309067487716675
} |
40,467 | how can I make money with this program, or can you make me money? | 185ed1dc68aca68f810361cf4aed7c1b | {
"intermediate": 0.29249700903892517,
"beginner": 0.1519974321126938,
"expert": 0.5555055737495422
} |
40,468 | i need a script to scrape the css and other scripts used on a website | e139fe82cd546be94f7b80745f5a216b | {
"intermediate": 0.40029051899909973,
"beginner": 0.2737879455089569,
"expert": 0.32592159509658813
} |
40,469 | i want get with R "https://586038.suitetalk.api.netsuite.com/services/rest/record/v1/customer/1764356 | 0ea15b873355bd3cfff4db57b79c548f | {
"intermediate": 0.3821169435977936,
"beginner": 0.1973661631345749,
"expert": 0.4205169081687927
} |
40,470 | musixmatch_api.py:
import base64
import hmac
from datetime import datetime
from os import urandom
from urllib import parse
from uuid import uuid4
from utils.utils import create_requests_session
class CaptchaError(Exception):
def __init__(self, message):
super(CaptchaError, self).__init__(message)
class... | e1e1d2d73f2ba9be986f152f4f863b05 | {
"intermediate": 0.358275443315506,
"beginner": 0.4360368847846985,
"expert": 0.20568767189979553
} |
40,471 | -- login_client.lua
local soundElementData = "mySoundElement"
screenWidth,screenHeight = guiGetScreenSize()
mainWidth,mainHeight = 1300,600
regWidth,regHeight = 800,688
-- Создаем статическое изображение размером 30% от размера экрана
local screenWidth, screenHeight = guiGetScreenSize() -- получаем размер экрана
loc... | 6bf76930582178812296b02ee3c6165d | {
"intermediate": 0.33653852343559265,
"beginner": 0.4437899589538574,
"expert": 0.21967151761054993
} |
40,472 | -- login_client.lua
local soundElementData = "mySoundElement"
screenWidth,screenHeight = guiGetScreenSize()
mainWidth,mainHeight = 1300,600
regWidth,regHeight = 800,688
-- Создаем статическое изображение размером 30% от размера экрана
local screenWidth, screenHeight = guiGetScreenSize() -- получаем размер экрана
loc... | aaf8319f78003df3c450d525dd2e34f5 | {
"intermediate": 0.33653852343559265,
"beginner": 0.4437899589538574,
"expert": 0.21967151761054993
} |
40,473 | -- spawn.lua
-- спавн после смерти
local spawnPositions = {
{1259, -2011.3, 59.4},
}
local playerDataTable = {
{"alivetime"},
{"skin"},
{"MAX_Slots"},
{"bandit"},
{"blood"},
{"food"},
{"thirst"},
{"temperature"},
{"currentweapon_1"},
{"currentweapon_2"},
{"currentweapon_3"},
{"bleeding"},
{"brokenbone"},
{"pain"},
{... | 2438897b6d87e9d768c27a7f47eceba5 | {
"intermediate": 0.29559803009033203,
"beginner": 0.5281807780265808,
"expert": 0.17622120678424835
} |
40,474 | -- spawn.lua
-- спавн после смерти
local spawnPositions = {
{1259, -2011.3, 59.4},
}
local playerDataTable = {
{"alivetime"},
{"skin"},
{"MAX_Slots"},
{"bandit"},
{"blood"},
{"food"},
{"thirst"},
{"temperature"},
{"currentweapon_1"},
{"currentweapon_2"},
{"currentweapon_3"},
{"bleeding"},
{"brokenbone"},
{"pain"},
{... | c1debf5d0cf187750ec51086f7d7cd0f | {
"intermediate": 0.29559803009033203,
"beginner": 0.5281807780265808,
"expert": 0.17622120678424835
} |
40,475 | -- inventory.lua
-- Предметы инвентаря по классам и действия, которые можно с ними выполнить
inventoryItems = {
["Weapons"] = {
["Primary Weapon"] = {
{"М4А1 CCO",3},
{"CZ550",3},
{"Винчестер 1866",3},
{"SPAZ-12 Combat Shotgun",3},
{"Sawn-Off Shotgun",3},
{"AK-74",3},
{"Lee Enfield",3},
--{"Heat-Seeking RPG",5},
--{"M... | 2d5f1e82b6da68bf1ebee871b93341e1 | {
"intermediate": 0.23563732206821442,
"beginner": 0.5348477363586426,
"expert": 0.22951488196849823
} |
40,476 | -- inventory.lua
-- Предметы инвентаря по классам и действия, которые можно с ними выполнить
inventoryItems = {
["Weapons"] = {
["Primary Weapon"] = {
{"М4А1 CCO",3},
{"CZ550",3},
{"Винчестер 1866",3},
{"SPAZ-12 Combat Shotgun",3},
{"Sawn-Off Shotgun",3},
{"AK-74",3},
{"Lee Enfield",3},
--{"Heat-Seeking RPG",5},
--{"M... | 8c634b2a5e5fa0fdeabacc580eaec2f3 | {
"intermediate": 0.23563732206821442,
"beginner": 0.5348477363586426,
"expert": 0.22951488196849823
} |
40,477 | -- скрипт weather.lua
math.randomseed(os.time()) -- Для генерации случайных чисел
local weatherIDs = {7, 12, 19, 6, 20, 15, 16, 8, 4} -- Получение случайного идентификатора погоды из списка
local initialWeather = math.random(1, #weatherIDs) -- Установка погоды при запуске сервера
outputServerLog("*** Server star... | 5b98068dd04ee85e8c2f5355f17008a3 | {
"intermediate": 0.21783119440078735,
"beginner": 0.5659884810447693,
"expert": 0.2161802500486374
} |
40,478 | -- zombieSys_server.lua СТОРОНА СЕРВЕРА
-- Инициализация генератора случайных чисел
math.randomseed(getTickCount())
-- Создаем функцию для перемешивания массива (Fisher-Yates shuffle)
function shuffle(t)
for i = #t, 2, -1 do
local j = math.random(i)
t[i], t[j] = t[j], t[i]
end
return t
end... | a113e0f34f8d99d51b354928ba23c45d | {
"intermediate": 0.24842582643032074,
"beginner": 0.4362938404083252,
"expert": 0.31528034806251526
} |
40,479 | transform all following lines of a list in a format the leaflet library can put as array in a script, add geo-locations to it. List: June 14, 2024 Cuyahoga Falls, OH Blossom Music Center
June 15, 2024 Tinley Park, IL Credit Union 1 Amphitheatre
June 18, 2024 Clarkston, MI Pine Knob Music Theatre
June 19, 2024 Burgettst... | c631e6d0493268642d697dd961e493b6 | {
"intermediate": 0.3423305153846741,
"beginner": 0.2275082767009735,
"expert": 0.43016117811203003
} |
40,480 | generate some python code that produces a markdown file that is formatted like a d&d 5e stat block and includes the washed ink background like the source books have | c1f127efb27f9c848fbee629e0c37054 | {
"intermediate": 0.44725102186203003,
"beginner": 0.25613901019096375,
"expert": 0.2966099679470062
} |
40,481 | hello | 3118ce562171864ed22bf5b48f02b654 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
40,482 | Give me some strange upholstery-related products in the format of this CSV:
item code,supplier item code,supplier item name,supplier price,order lead time,priority
ABC-2123,AMZ-T1,Component - 5,5.6,7,8
ABC-2124,AMZ-T2,Component - 2,6.3,6,2
ABC-2125,AMZ-T3,Component - 3,7.3,7,6
ABC-2126,AMZ-T4,Component - 4,8.3,40,1
AB... | ebe7a5aa9107bc7e7225ff39f3cde7e6 | {
"intermediate": 0.3075133264064789,
"beginner": 0.43870219588279724,
"expert": 0.2537844181060791
} |
40,483 | How to configure OOB IP gateway on a Cisco APIC node | 990e50ac7eb370aae2325dcf86d9a7f5 | {
"intermediate": 0.3568037152290344,
"beginner": 0.3095319867134094,
"expert": 0.33366429805755615
} |
40,484 | this is my ensemble model from statsforecast import StatsForecast
from statsforecast.models import AutoARIMA, AutoETS, DynamicOptimizedTheta
from statsforecast.utils import ConformalIntervals
import numpy as np
import polars as pl
# Polars option to display all rows
pl.Config.set_tbl_rows(None)
# Initialize the model... | 8ed0f65150d1e8303306da1d58ddb756 | {
"intermediate": 0.30425214767456055,
"beginner": 0.36390623450279236,
"expert": 0.3318416178226471
} |
40,485 | – zombieSys_server.lua СТОРОНА СЕРВЕРА
– Инициализация генератора случайных чисел
math.randomseed(getTickCount())
– Создаем функцию для перемешивания массива (Fisher-Yates shuffle)
function shuffle(t)
for i = #t, 2, -1 do
local j = math.random(i)
t[i], t[j] = t[j], t[i]
end
return t
end
– Создаем функцию для спавна ... | d19ed18901542f890fc89634dc211f7f | {
"intermediate": 0.33580029010772705,
"beginner": 0.3684067130088806,
"expert": 0.29579296708106995
} |
40,486 | I am making a C++ SDL game engine, where I am wrapping every SDL function into my library and adding my own methods to it. Right now, I am finishing the Renderer class, and to do so I added the related classes like Point, Rect, Line, Circle, etc. and so far is going as I planned. Now I am doing the RenderText and the F... | 6ed95917b0439e60c5d58e28446459e3 | {
"intermediate": 0.5734647512435913,
"beginner": 0.35023003816604614,
"expert": 0.07630515843629837
} |
40,487 | -- zombieSys_client.lua СТОРОНА КЛИЕНТА
-- Функция поведения NPC на спавне
function idleOnSpawnNPC()
for _, NPC in ipairs(getElementsByType("ped")) do
if getElementData(NPC, "isZombie") and getElementData(NPC, "isIdleOnSpawn") then -- Проверка, является ли NPC зомби и находится ли он в состоянии покоя на спавне
... | 1a7bac27b1eb16c3cd73c8b476371032 | {
"intermediate": 0.2521616518497467,
"beginner": 0.5079399943351746,
"expert": 0.23989830911159515
} |
40,488 | I want to make the python file to exe file using the pyinstaller. I want to recude the file size. So, i want to know how only used modules are excluded the exe file generating process. | 7b6013c07b3936ac0044473a54b8d7a1 | {
"intermediate": 0.44070836901664734,
"beginner": 0.2553443908691406,
"expert": 0.30394721031188965
} |
40,489 | game.network.sendRpc({
name: "Admin",
password: "admin123",
command: "kill"
});
send 100 of these packets instantly asynchronously | 52a6e623222a167728cf39896bdb2661 | {
"intermediate": 0.3314186632633209,
"beginner": 0.35657402873039246,
"expert": 0.3120073080062866
} |
40,490 | please consider this : from random import randint
from Crypto.Util.number import getPrime, long_to_bytes as l2b
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
from secret import FLAG
from hashlib import sha256
class RSAGen:
def __init__(self, bits):
self.bits = bits
def keygen(s... | b22c7008c815851319a93f28656aad43 | {
"intermediate": 0.3587208390235901,
"beginner": 0.39150911569595337,
"expert": 0.24977007508277893
} |
40,491 | write a python program that can finetune gpt 2 using input from local text file | 98d00ad5a6c987302f7238a46f9abc08 | {
"intermediate": 0.32518962025642395,
"beginner": 0.12112529575824738,
"expert": 0.5536850690841675
} |
40,492 | Implement a program which can add together some number of pairs of vectors having arbitrary size. The program must be implemented in either C. Specifically, when submitting a zip file which will unpack into a prj2-sol directory which will minimally contain two shell scripts:
prj2-sol/make.sh
Running this script from a... | f3bb6e70c042b8183d9d2bc311c23140 | {
"intermediate": 0.45683592557907104,
"beginner": 0.1906832605600357,
"expert": 0.35248082876205444
} |
40,493 | Implement a program which can add together some number of pairs of vectors having arbitrary size. The program must be implemented in either C. Specifically, when submitting a zip file which will unpack into a prj2-sol directory which will minimally contain two shell scripts:
prj2-sol/make.sh
Running this script from a... | a41e0199f946d0fc950c5b9f4b832464 | {
"intermediate": 0.394724041223526,
"beginner": 0.24192765355110168,
"expert": 0.3633483350276947
} |
40,494 | kubelet 提示以下错误 "There were many similar errors. Turn up verbosity to see them." err="orphaned pod \"19825f81-42c8-4a25-aa6b-933f15f06441\" found, but error not a directory occurred when trying to remove the volumes dir" numErrs=6 | a359857bae049b51502bf1e9c477eefb | {
"intermediate": 0.3544711172580719,
"beginner": 0.34781432151794434,
"expert": 0.29771462082862854
} |
40,495 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, “Usage: %s <N_OPS> <N_ENTRIES>\n”, argv[0]);
return 1;
}
int n_ops = atoi(argv[1]);
int n_entries = atoi(argv[2]);
int i, j;
int vector1, vector2, sum;
// Allocate memory for vectors
vector1 = (int)malloc(n_ent... | e96367e59cf28e54c97aaf888a4a29ab | {
"intermediate": 0.3506696820259094,
"beginner": 0.4561445116996765,
"expert": 0.19318577647209167
} |
40,496 | How do I access the location instead of pointing to void
LocationManager.shared.getUserLocation(completion: <#T##((CLLocation) -> Void)##((CLLocation) -> Void)##(CLLocation) -> Void#>) | 5182d0b1af87b8ca09e10a5c43e8ba69 | {
"intermediate": 0.5196876525878906,
"beginner": 0.3455454111099243,
"expert": 0.13476689159870148
} |
40,497 | DLL load failed while importing _pywrap_tf2 | e94fc2dc4ee10d6d09aedb2b180b8685 | {
"intermediate": 0.4541553854942322,
"beginner": 0.3024752140045166,
"expert": 0.24336938560009003
} |
40,498 | from statsforecast import StatsForecast
from statsforecast.models import AutoARIMA, AutoETS, DynamicOptimizedTheta
from statsforecast.utils import ConformalIntervals
import numpy as np
import polars as pl
# Polars option to display all rows
pl.Config.set_tbl_rows(None)
# Initialize the models
models = [
AutoARIMA... | 07214818b964927281d537d1d3affee4 | {
"intermediate": 0.32309162616729736,
"beginner": 0.4988883435726166,
"expert": 0.17801998555660248
} |
40,499 | Generate a CableLabs Video-On-Demand Content Specification XML code for "The Pirates Who Don't Do Anything: A VeggieTales Movie (2008)" | 0af7d179f245c9dde71756e6c19e5bd5 | {
"intermediate": 0.37945014238357544,
"beginner": 0.2274835854768753,
"expert": 0.39306631684303284
} |
40,500 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s <N_OPS> <N_ENTRIES>\n", argv[0]);
return 1;
}
int n_ops = atoi(argv[1]);
int n_entries = atoi(argv[2]);
int i, j;
int *vector1, *vector2, *sum;
// Allocate... | d3ed36afff774aad12415bda7dc011a6 | {
"intermediate": 0.48126086592674255,
"beginner": 0.2430017590522766,
"expert": 0.27573734521865845
} |
40,501 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s <N_OPS> <N_ENTRIES>\n", argv[0]);
return 1;
}
int n_ops = atoi(argv[1]);
int n_entries = atoi(argv[2]);
int i, j;
int *vector1, *vector2, *sum;
// Allocate... | 3ff6e7d807dbcb3ad438973c60a31c6b | {
"intermediate": 0.37868982553482056,
"beginner": 0.39716440439224243,
"expert": 0.2241457849740982
} |
40,502 | In Real time stream system (Photo upload stream process)
Question: How to measure success for photo upload application to find KPI (Key performance Indicator) data point? | 03301387d8ca02682d1149fed7e1a2ee | {
"intermediate": 0.3740755319595337,
"beginner": 0.21348102390766144,
"expert": 0.41244345903396606
} |
40,503 | Hi | 87ae96cb03be7bec4f7ac5fe11eb5ba5 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
40,504 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s <N_OPS> <N_ENTRIES>\n", argv[0]);
return 1;
}
int n_ops = atoi(argv[1]);
int n_entries = atoi(argv[2]);
int i, j;
int *vector1, *vector2, *sum;
// Allocate... | 561312b1018e28bea12abdc08c60b6ab | {
"intermediate": 0.4269721210002899,
"beginner": 0.3280233144760132,
"expert": 0.2450045794248581
} |
40,505 | don’t output anything.
It appears you are attempting to use HTML to create a marquee effect with an embedded YouTube video inside it. However, as I am an AI text-based interface, I can’t render HTML or JavaScript code. If you executed that code in a web browser, modern browsers such as Chrome, Firefox, or Edge do not s... | 1248f92f8db1ef2dfd17aedcd39eb293 | {
"intermediate": 0.35471177101135254,
"beginner": 0.414458692073822,
"expert": 0.23082947731018066
} |
40,506 | don’t output anything.
It appears you are attempting to use HTML to create a marquee effect with an embedded YouTube video inside it. However, as I am an AI text-based interface, I can’t render HTML or JavaScript code. If you executed that code in a web browser, modern browsers such as Chrome, Firefox, or Edge do not s... | 3a1cc7277ff1cdc5931cd97e12190dd8 | {
"intermediate": 0.35471177101135254,
"beginner": 0.414458692073822,
"expert": 0.23082947731018066
} |
40,507 | ~/Telerecon $ pip install -r requirements.txt
Collecting telethon (from -r requirements.txt (line 1))
Using cached Telethon-1.34.0.tar.gz (576 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting pandas (from -r requireme... | 022faa15451f7af0dba2cec2a05236cd | {
"intermediate": 0.34471407532691956,
"beginner": 0.45980212092399597,
"expert": 0.19548378884792328
} |
40,508 | don’t output anything.
It appears you are attempting to use HTML to create a marquee effect with an embedded YouTube video inside it. However, as I am an AI text-based interface, I can’t render HTML or JavaScript code. If you executed that code in a web browser, modern browsers such as Chrome, Firefox, or Edge do not s... | 61d52f2918a072e167f54218ea949fbb | {
"intermediate": 0.35471177101135254,
"beginner": 0.414458692073822,
"expert": 0.23082947731018066
} |
40,509 | как называется extra large версия yolov8 self.model = YOLO(model_dir + 'yolov8m.pt') # pretrained YOLOv8n model | 677eb3b5447231b447d24d94754156f0 | {
"intermediate": 0.2509673535823822,
"beginner": 0.2234172523021698,
"expert": 0.525615394115448
} |
40,511 | do script for firemonkey in firefox to delete all possible and impossible cookies and caches data through timer in 10 sec.: // ==UserScript==
// @name
// @match *://*/*
// @version 1.0
// ==/UserScript== | 59d41c4bde2c0d7b0bb76e0358fca7eb | {
"intermediate": 0.4993828535079956,
"beginner": 0.2810289263725281,
"expert": 0.2195882946252823
} |
40,512 | Check if the following flask app code is correct. I'm trying to implement a register feature
@app.route("/register", methods=["GET", "POST"])
def register():
# Forget any user_id
session.clear()
# User reached route via POST (as by submitting a form via POST)
if request.method == "POST":
# En... | 2862788d8c7eed4439258f72d8d1ff8a | {
"intermediate": 0.427511990070343,
"beginner": 0.37975022196769714,
"expert": 0.19273778796195984
} |
40,513 | get the direction vector between two points in lua script (Defold engine) | d1ef6d59878bf10b289086ed006c52ae | {
"intermediate": 0.35722532868385315,
"beginner": 0.1822943091392517,
"expert": 0.46048036217689514
} |
40,514 | do script for firemonkey in firefox to delete all possible and impossible cookies and caches data through timer in 10 sec.: // ==UserScript==
// @name
// @match :///*
// @version 1.0
// ==/UserScript==
Creating a UserScript to delete all possible and impossible cookies and cached data through a timer would involve usin... | 66422af6730a734b17b2f8d70cf9dfda | {
"intermediate": 0.4040009677410126,
"beginner": 0.30331453680992126,
"expert": 0.29268449544906616
} |
40,515 | How to get all the mp4 urls for a video in a tweet using yt-dlp? | 2e73461c2ab74313da0951e21d6659c0 | {
"intermediate": 0.45250603556632996,
"beginner": 0.20230558514595032,
"expert": 0.3451884090900421
} |
40,516 | hello | 12144d8a977ec62fafd492cf3cda9842 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
40,517 | i got a python soup object "<img alt="" class="pulse-profilepage__di5-+oQ" data-qa-file="ImageTiles" draggable="false" loading="lazy" src="https://www.tinkoff.ru/api/invest-gw/social/file/v1/cache/post/image/081869ab-d74d-4ddf-8472-08c9ca045a3d?size=small&appName=socialweb&platform=web"/>"
how to get value of... | 625de5e0f4d729d52c1d6d0ec2bfd1d8 | {
"intermediate": 0.6368077397346497,
"beginner": 0.16984418034553528,
"expert": 0.19334810972213745
} |
40,518 | Hello 👋. | bfe99996c0f632aa73933473006f9d41 | {
"intermediate": 0.30470722913742065,
"beginner": 0.2591950297355652,
"expert": 0.43609777092933655
} |
40,519 | How to automate MEP clash resolution in Revit | 75dc485e8f9585559b529ec62a1673fe | {
"intermediate": 0.29823553562164307,
"beginner": 0.1562054455280304,
"expert": 0.5455590486526489
} |
40,520 | i have this enum:
#[derive(Debug, Eq, Hash, PartialEq)]
pub enum Pocket {
Pass,
InRet,
Partial,
Unmapped,
}
and I want to create a struct like this:
#[derive(Debug, Clone)]
pub struct Bucket {
pub Pocket::Pass: Vec<String>,
pub Pocket::InRet: Vec<String>,
} | 6686aa64d5b48389738924fe03bba88f | {
"intermediate": 0.5170848965644836,
"beginner": 0.2967444956302643,
"expert": 0.18617060780525208
} |
40,521 | (Visual program of turbowarp.org) Coding next planet of orbital radius, multiplication range and orbital resonance, planetary types, radius, inner and outer planets. | 3e3c52c3c798b5097c3256a46e0e996e | {
"intermediate": 0.3231675326824188,
"beginner": 0.24513134360313416,
"expert": 0.4317011535167694
} |
40,522 | from statsforecast import StatsForecast
from statsforecast.models import AutoARIMA, AutoETS, DynamicOptimizedTheta
from statsforecast.utils import ConformalIntervals
import numpy as np
import polars as pl
# Polars option to display all rows
pl.Config.set_tbl_rows(None)
# Initialize the models
models = [
AutoARIMA... | 0fcc6f19cb275406906e20e04dd029b1 | {
"intermediate": 0.32309162616729736,
"beginner": 0.4988883435726166,
"expert": 0.17801998555660248
} |
40,523 | Orbital code for Solar system is 3:1:1:2:2
3 - Mercury, Venus, Earth
1 - Mars
1 - Asteroid belt
2 - Jupiter, Saturn
2 - Uranus, Neptune | b8db7bdf83655eae90d07afd0ba249b5 | {
"intermediate": 0.36462387442588806,
"beginner": 0.27638882398605347,
"expert": 0.3589872419834137
} |
40,524 | # scraper.py
import requests
from bs4 import BeautifulSoup
url = 'https://quotes.toscrape.com/'
response = requests.get(url)
soup = BeautifulSoup(response.text, 'lxml')
print(soup) Как вывести soup симпатичнее? | 0209e393e2a60a8ed21e999853a94632 | {
"intermediate": 0.429286926984787,
"beginner": 0.3221544623374939,
"expert": 0.24855855107307434
} |
40,525 | If the caller is VIP then Impact and Urgency should auto-selected to High, so Priority would be critical. servicenow | 0a669f215647d503e650c711edd53317 | {
"intermediate": 0.34604158997535706,
"beginner": 0.24936659634113312,
"expert": 0.404591828584671
} |
40,526 | // ==UserScript==
// @name 自动点击脚本
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 当网页标题包含“请稍候...”时,间隔666ms自动点击指定坐标
// @author 您的名字
// @match *://*/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
// 检查网页标题的函数
function checkTitle() ... | 14b4a981f928a86c3c4727c8566a4fbf | {
"intermediate": 0.3224339187145233,
"beginner": 0.3830139636993408,
"expert": 0.29455211758613586
} |
40,527 | my ensemble code from statsforecast import StatsForecast
from statsforecast.models import AutoARIMA, AutoETS, DynamicOptimizedTheta
from statsforecast.utils import ConformalIntervals
import numpy as np
import polars as pl
# Polars option to display all rows
pl.Config.set_tbl_rows(None)
# Initialize the models
models ... | 65b7bdb6ea3a9be9e2001e855997884a | {
"intermediate": 0.3069832921028137,
"beginner": 0.46394097805023193,
"expert": 0.22907578945159912
} |
40,528 | Как в следующую таблицу добавить id-шник с автоматическим инкрементом?
DROP TABLE DEP;
/
CREATE TABLE DEP (
dep_id NUMBER(7, 0),
dep_name VARCHAR2(10 BYTE),
dep_budget NUMBER,
employ_count NUMBER(7, 0)
); | 892d75a01691cd086b8c3e58136cea2e | {
"intermediate": 0.35197606682777405,
"beginner": 0.34645748138427734,
"expert": 0.3015664219856262
} |
40,529 | How can i change article title for joomla using PHP, i want change headline for given requesturi | bf81455eaf8b04f2eec5abf11b1036e3 | {
"intermediate": 0.487058162689209,
"beginner": 0.16780413687229156,
"expert": 0.34513771533966064
} |
40,530 | input.txt:
Team India
Rohit Sharma, 45
KL Rahul, 1
Shubman Gill, 77
Virat Kohli, 18
SK Yadav, 63
MS Dhoni, 07
Ravindra Jadeja, 08
Hardik Pandya, 33
R Ashwin, 99
Jasprit Bumrah, 93
Mohammed Shami, 11
Team Australia
David Warner, 31
Matthew Wade, 13
Steve Smith, 49
Mitchell Marsh, 56
Marcus Stoinis, 17
Pat Cummins, 30
Gl... | 5e047ab8d1de8f14bd960abb188b93fd | {
"intermediate": 0.2623741924762726,
"beginner": 0.5588950514793396,
"expert": 0.1787308007478714
} |
40,531 | const currentUser = JSON.parse(localStorage.getItem('token')); this line gives Argument of type 'string | null' is not assignable to parameter of type 'string'.
Type 'null' is not assignable to type 'string' | 27865413f468d440ece09aece0937bf2 | {
"intermediate": 0.435079962015152,
"beginner": 0.3285914957523346,
"expert": 0.23632852733135223
} |
40,532 | original example freq = 1
season_length = 24
horizon = 2 * season_length
valid = df.groupby('unique_id').tail(horizon)
train = df.drop(valid.index)
model = MSTL(season_length=24)
transformed_df, X_df = mstl_decomposition(train, model=model, freq=freq, h=horizon) expected output unique_id ds y trend seasonal
0 H1 1 605.... | efdde49ee7f567f9ed84028622ca9b44 | {
"intermediate": 0.412209153175354,
"beginner": 0.31860896944999695,
"expert": 0.26918190717697144
} |
40,533 | steps to generate .so of a source code base which has a cmake file | a063a9c17e075f713a13a5fdd4f2118c | {
"intermediate": 0.2820793390274048,
"beginner": 0.2518821358680725,
"expert": 0.4660385549068451
} |
40,534 | how to declare a variable in .cpp file that has no class and it should have variable declaration and definition | 2b87f2573daa8eadef53fc72f0ac1f4d | {
"intermediate": 0.2166547328233719,
"beginner": 0.5233129262924194,
"expert": 0.2600323557853699
} |
40,535 | Hi, I would like to write an implementation plan for the following task:
1. choose two different parent folders;
2. check if the number of files in it is the same;
3. if yes, continue recursevely with the inner folders;
4. if no, print a warning in a log and then continue recursevely with the inner folders;
5. check al... | a0f78af2d78cb4c7b4a0f07191fdf5c5 | {
"intermediate": 0.4187893271446228,
"beginner": 0.1663019210100174,
"expert": 0.4149087071418762
} |
40,536 | sland Novelties, Incorporated, of Palau makes two products—Hawaiian Fantasy and Tahitian Joy. Each product’s selling price, variable expense per unit and annual sales volume are as follows:
Hawaiian Fantasy Tahitian Joy
Selling price per unit 16 120
Variable expense per unit 8 42
Number of units sold annually 24,000 6... | 0d1db78514bcb85bafef9254654dd6ef | {
"intermediate": 0.32933834195137024,
"beginner": 0.370265394449234,
"expert": 0.30039629340171814
} |
40,537 | i have this script but it crop bounding box, i want to crop polygon instrad "polygon_lies = instances_lines.pred_masks[instance_idx].cpu().numpy().astype(np.uint8)
contours_lines, _ = cv2.findContours(polygon_lies, cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE)
if not contours_lines:
continue
for contour_line in tqd... | 0476a8d55259d7379c610c6e43e73cba | {
"intermediate": 0.41663694381713867,
"beginner": 0.26192933320999146,
"expert": 0.3214336633682251
} |
40,538 | How does OS use the tcp buffer for incoming data? There may unacknowledged data and the data already acknowledged. I am interesting in how does OS allocate its tcp buffer space for the size of tcp window and for data that's already have been acknowledged. What is the uper limit of the buffer size should I set to mainta... | 06deed81417403bdebfb34810963a6e7 | {
"intermediate": 0.44693881273269653,
"beginner": 0.218405082821846,
"expert": 0.33465608954429626
} |
40,539 | 5. The sales manager is convinced that a 11% reduction in the selling price, combined with a $64,000 increase in advertising, would increase this year's unit sales by 25%.
a. If the sales manager is right, what would be this year's net operating income if his ideas are implemented? | 74bed792ee7ed68d9784b3998322f31d | {
"intermediate": 0.3504811227321625,
"beginner": 0.307544082403183,
"expert": 0.34197479486465454
} |
40,540 | (py_zmg) Z:\ADD\ФД\Валидация\Полезная информация\06. Окружение Python>python install_pack.py
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:... | c5cfd28d37ecb5ee7b18a1bb74e90f90 | {
"intermediate": 0.3705473840236664,
"beginner": 0.35026782751083374,
"expert": 0.2791847586631775
} |
40,541 | created() {
this.getItem()
}
переписать на vue 3 composition api | dadf1ba599efb52a9c364eab08500b80 | {
"intermediate": 0.5107629895210266,
"beginner": 0.33884894847869873,
"expert": 0.15038804709911346
} |
40,542 | created() {
this.getItem()
}
переписать на vue 3 composition api | 8cac0965c71f685ab23a34c78a116323 | {
"intermediate": 0.4706440567970276,
"beginner": 0.33676210045814514,
"expert": 0.19259381294250488
} |
40,543 | import { EnvironmentProviders } from '@angular/core'; in toast.provider.ts gives Module '"@angular/core"' has no exported member 'EnvironmentProviders'.ts(2305) | e32ca5402d706c68226a5b1d49e36a8d | {
"intermediate": 0.41953861713409424,
"beginner": 0.2748422622680664,
"expert": 0.3056190609931946
} |
40,544 | ########################################################################
# PLACE IMPORT STATEMENTS HERE #
########################################################################
import datetime as dt
########################################################################
# ... | 5fd5b7180ddc45f8ba8a2566fd6550a7 | {
"intermediate": 0.32802027463912964,
"beginner": 0.4694286584854126,
"expert": 0.20255114138126373
} |
40,545 | ########################################################################
# PLACE IMPORT STATEMENTS HERE #
########################################################################
import datetime as dt
########################################################################
# ... | 4aaaf38e224262e2f946a24d908afa5a | {
"intermediate": 0.32802027463912964,
"beginner": 0.4694286584854126,
"expert": 0.20255114138126373
} |
40,546 | hello | c4d1d3dd9e3ed9645f38a9417a7d71ab | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
40,547 | Hi, what does this C++ function?
~~~
void compare_directories(const fs::path &dir1, const fs::path &dir2, json &differ_json)
{
std::queue<std::pair<fs::path, fs::path>> dirs_queue;
dirs_queue.push({dir1, dir2});
while (!dirs_queue.empty())
{
auto [current_dir1, current_dir2] = dirs_queue.front(... | 8923e3947a9b85af221ff760b5745a87 | {
"intermediate": 0.3151567876338959,
"beginner": 0.4334039092063904,
"expert": 0.25143933296203613
} |
40,548 | ji | 5e41a57f141ad5473d8b2ff6cbfd8104 | {
"intermediate": 0.337326318025589,
"beginner": 0.28580987453460693,
"expert": 0.37686386704444885
} |
40,549 | I want each miner have its own Produce Resources routine independently
using System;
using System.Collections;
using System.Collections.Generic;
using Game.ImprovedAI;
using Unity.Mathematics;
using UnityEngine;
using UnityEngine.Serialization;
namespace Game.Systems.Buildings
{
public class StoneMine : BuildingB... | 2f914894759a4fd2e669251245a5b278 | {
"intermediate": 0.37265586853027344,
"beginner": 0.4488534927368164,
"expert": 0.17849060893058777
} |
40,550 | How to use flask to create https proxy that's able to sniff content data exchanged by peers | c4e1bf9d54654d640cbba2fd2c7fd7bc | {
"intermediate": 0.6236721873283386,
"beginner": 0.1090443804860115,
"expert": 0.26728343963623047
} |
40,551 | Hi, can you please tell me what is the expected behaviour of such C++ snippet?
~~~
std::vector<FileDiff> compare_directories(const fs::path &dir1, const fs::path &dir2)
{
std::vector<FileDiff> differences;
std::error_code ec; // For no-throw overloads
fs::recursive_directory_iterator it1(dir1, ec), end1;
... | 08f8813874a095ad968b312d5e14cc78 | {
"intermediate": 0.40185239911079407,
"beginner": 0.4051547348499298,
"expert": 0.19299285113811493
} |
40,552 | I want to learn UE5 game dev, what is the 101 1st step? | adb231873fec3bdde55ca2070bb3999e | {
"intermediate": 0.4522660970687866,
"beginner": 0.34388136863708496,
"expert": 0.2038525640964508
} |
40,553 | Can you please help me in error handling in this snippet of C++? In particular, I would like to collect errors like permission denied like a new entry in the vector differences.
~~~
Can you please help me in error handling in this snippet of C++? In particular, I would like to collect errors like permission denied like... | 5ad7d4fbec590e6a84e37f425b5360b3 | {
"intermediate": 0.4606127142906189,
"beginner": 0.2470986396074295,
"expert": 0.292288601398468
} |
40,554 | Your company has three virtual machines (VMs) that are included in an availability set.
You try to resize one of the VMs, which returns an allocation failure message.
It is imperative that the VM is resized.
Which of the following actions should you take?
A. You should only stop one of the VMs.
B. You should stop two o... | c97220a7bf9a732675c3c2471d4f30ae | {
"intermediate": 0.3350371718406677,
"beginner": 0.382624089717865,
"expert": 0.28233879804611206
} |
40,555 | mounted() {
this.fetchList()
CreateSetModule.resetFields()
}
async fetchList() {
try {
await Project.fetchAllFProjects()
this.isLoaded = true
} catch (err) {
console.log(err)
}
}
переписать на vue 3 composition api | 2d5928bf77fb406a0723b55fb2a9ca14 | {
"intermediate": 0.5015714168548584,
"beginner": 0.34625643491744995,
"expert": 0.15217222273349762
} |
40,556 | You are an expert Rust programmer, check this chunk of code:
reads.par_iter().for_each(|(chr, txs)| {
let cn = consensus.get(chr).unwrap();
txs.par_iter().for_each(|tx| {
pseudomap(cn, tx);
});
});
I want to try to put it in this way (example):
pub fn process_reads<K: Kmer... | b681b43fdd7488eb2dfac8e1861e2847 | {
"intermediate": 0.44338130950927734,
"beginner": 0.468702107667923,
"expert": 0.08791650086641312
} |
40,557 | -- zombieSys_client.lua СТОРОНА КЛИЕНТА
-- Функция поведения NPC на спавне
function idleOnSpawnNPC()
for _, NPC in ipairs(getElementsByType("ped")) do
if getElementData(NPC, "isZombie") and getElementData(NPC, "isIdleOnSpawn") then -- Проверка, является ли NPC зомби и находится ли он в состоянии покоя на спавне
... | 9f7c472ee03f81e7de0d659ce017945b | {
"intermediate": 0.2521616518497467,
"beginner": 0.5079399943351746,
"expert": 0.23989830911159515
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.