row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
22,102 | is it possible in my active workbook to open a worksheet in a new window | fd164209fabce308c6670c11f03d0f2a | {
"intermediate": 0.4575650990009308,
"beginner": 0.21510079503059387,
"expert": 0.32733410596847534
} |
22,103 | fatal: destination path 'facefusion' already exists and is not an empty directory.
[Errno 2] No such file or directory: '/content/facefusion'
/kaggle/working
python: can't open file '/kaggle/working/install.py': [Errno 2] No such file or directory | ebda149577fd73f869be93b8d58292f9 | {
"intermediate": 0.5675811767578125,
"beginner": 0.16362622380256653,
"expert": 0.26879259943962097
} |
22,104 | Flask and msearcj | b888078856cbb4e75cd199d32a9e71f7 | {
"intermediate": 0.48579612374305725,
"beginner": 0.18680842220783234,
"expert": 0.3273954689502716
} |
22,105 | Whoosh analyzers example code | b74dadf77088421f31b514929b7aeb40 | {
"intermediate": 0.14982718229293823,
"beginner": 0.43700626492500305,
"expert": 0.4131665527820587
} |
22,106 | write a program for calculator in python | 56a52893c8a6a713ac5e3a14ae3faabc | {
"intermediate": 0.39886096119880676,
"beginner": 0.326130211353302,
"expert": 0.27500876784324646
} |
22,107 | I have been asked to add the frequently used dimensions of my layout code into a resources file. If I post my code could you help me find these frequently used dimensions? Personally I don't think anything warrants being added to resources by I'm probably wrong | 75d73e0e54c29d3c958e5ec519125b43 | {
"intermediate": 0.4512283504009247,
"beginner": 0.2663831412792206,
"expert": 0.28238850831985474
} |
22,108 | "Macintosh HD" is missing from disk utilty on mac os mountain lion, the disk is called "Intenal Drive". How can i rename this or fix it so the OS can be reinstalled? | 129aae814bc509a9cde25b8f8ae6c125 | {
"intermediate": 0.37318867444992065,
"beginner": 0.3265100419521332,
"expert": 0.3003012537956238
} |
22,109 | VkResult createImageViews(VkDevice device, uint32_t imageCount, const VkImage *pImages, VkFormat format, VkImageView **ppImageViews) {
VkImageViewCreateInfo imageViewCreateInfo = {0};
/* Why size_t? */
size_t i;
VkResult createImageViewResult;
imageViewCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO;
... | 2a896a3e55228574199c668795dc6df9 | {
"intermediate": 0.46944987773895264,
"beginner": 0.2938222885131836,
"expert": 0.23672784864902496
} |
22,110 | from surprise import Dataset
from surprise import KNNBasic
from surprise import accuracy
from surprise.model_selection import train_test_split
# Загружаем датасет
data = Dataset.load_builtin('ml-100k')
# Разбиваем данные на обучающую и тестовую выборки
trainset, testset = train_test_split(data, test_size=0.25)
# Исп... | 59f5f5b5f98737f5159915b968859092 | {
"intermediate": 0.3714263439178467,
"beginner": 0.24856683611869812,
"expert": 0.3800067901611328
} |
22,111 | what is wrong with this code: const str = ' Не хочу учить JavaScript ';
const newStr = str.trim().toUpperCase.slice(3);
console.log(newStr) | 71065f5038c2f2b92e4c6700b07dbb32 | {
"intermediate": 0.2642850875854492,
"beginner": 0.6183434724807739,
"expert": 0.11737149208784103
} |
22,112 | sim_options = {
"name": ["msd", "cosine"],
"min_support": [3, 4, 5,6,7,8],
"user_based": [False, True],
}
param_grid = {"sim_options": sim_options,
"n_epochs": [5, 10,15,20],
"lr_all": [0.002, 0.005],
"reg_all": [0.2, 0.4, 0.6,0.8]
}
gs = GridSe... | 587e15932d392e62552eb0f756b41533 | {
"intermediate": 0.2852414548397064,
"beginner": 0.2561429440975189,
"expert": 0.45861557126045227
} |
22,113 | C# getmodulehandle of external module | 159d0b0172ff962dbebfedf056a7493d | {
"intermediate": 0.47607678174972534,
"beginner": 0.24681277573108673,
"expert": 0.2771104872226715
} |
22,114 | calculate a and b's product without using the operator * in c# | 8ec882a9e1bc74fc92a49ea816bc3904 | {
"intermediate": 0.4130610227584839,
"beginner": 0.22207091748714447,
"expert": 0.36486801505088806
} |
22,115 | var path = ObtenerPathConBase(_apiUsuariosHelper.ConfiguracionPath().Replace("{0}",nombre).Replace("{1}", string.IsNullOrWhiteSpace(converter)? nameof(string) : converter)); | c5e861f4b111527477ebb3e5d118e439 | {
"intermediate": 0.5062364935874939,
"beginner": 0.2906306982040405,
"expert": 0.20313280820846558
} |
22,116 | What topics could I discuss in an English class? They have to lead somewhat casual conversations about culture (mostly popular culture) and philosophy | 943bc7361b92d521e55520fe0d135dc5 | {
"intermediate": 0.34834426641464233,
"beginner": 0.3431091904640198,
"expert": 0.3085465431213379
} |
22,117 | Добавь в начало кода фильт по подкатегориям и дате публикации (за неделю, месяц, год) с кнопкой "найти" не затранивая исходный код.
<?php
/*
Template Name: Reports Category Template
Template Post Type: category
*/
?>
<?php
if ( in_category( array(456, 2, 3, 4, 5, 6, 7) ) ) {
?>
<?php get_header()... | 70a7fb96cca216022e4de1f9d2bdc707 | {
"intermediate": 0.3127978444099426,
"beginner": 0.5778636932373047,
"expert": 0.1093384325504303
} |
22,118 | what transitions define the scale of time in the long and short time regimes of physics | bce48f3a5d81ae3f0e6463743aab1569 | {
"intermediate": 0.43559882044792175,
"beginner": 0.33068612217903137,
"expert": 0.2337150275707245
} |
22,119 | Создать функцию compareStrings(str1, str2), которая принимает две строки и возвращает строку с большей длиной. Если строки равны по длине, функция возвращает строку "Строки равны по длине". | bc3927233860df8e391a7aebfe4defd2 | {
"intermediate": 0.3611036241054535,
"beginner": 0.40566521883010864,
"expert": 0.23323114216327667
} |
22,120 | Provide me multiple examples of Overload copy = assignment operator along with the big three. | d26db1115b6567f3477e1a46a689113f | {
"intermediate": 0.30905482172966003,
"beginner": 0.22665494680404663,
"expert": 0.4642902612686157
} |
22,121 | how to make java read pkl file | c64a4459af94f036c40cbb83d700dd57 | {
"intermediate": 0.49857649207115173,
"beginner": 0.19001641869544983,
"expert": 0.3114071190357208
} |
22,122 | Provide an example interaction with a Btrfs filesystem scrub that shows data corruption. | 0178a9fc87063527d5f8754848fbeaaa | {
"intermediate": 0.6559543013572693,
"beginner": 0.13508214056491852,
"expert": 0.20896358788013458
} |
22,123 | linux check is /usr/web/project exit, if not exit , to creat the path . show me bash script | 689d322034913e301a90fd167268a5a4 | {
"intermediate": 0.42543137073516846,
"beginner": 0.3554399609565735,
"expert": 0.21912868320941925
} |
22,124 | hii | 63da2473734a04733c69066a271e23d1 | {
"intermediate": 0.3416314125061035,
"beginner": 0.27302300930023193,
"expert": 0.38534557819366455
} |
22,125 | how can I modify the code if I do not want to aggregate the metrix of ecent_count
SELECT event_date,
event_name,
COUNT(*) AS event_count, COUNT(DISTINCT(user_id)) AS users, count(DISTINCT(session_id)) AS sesions
FROM
(SELECT event_date,event_name, user_id, CONCAT(ga_session_id, user_id) AS session_id
FROM (
SE... | 296bf0941e8d155afcb5f38d68a22959 | {
"intermediate": 0.16852222383022308,
"beginner": 0.6655000448226929,
"expert": 0.16597774624824524
} |
22,126 | Pattern attribute value \^[а-яА-ЯёЁ\s-]+$\ is not a valid regular expression: Uncaught SyntaxError: Invalid regular expression: /\^[а-яА-ЯёЁ\s-]+$\/v: Invalid character class/ <input onInput={handleValidationFio} pattern="\^[а-яА-ЯёЁ\s-]+$\" name="fio" type="text" className="form-control" id="fio" requi... | 1687d4e5b283d0d4569924742417600b | {
"intermediate": 0.35015687346458435,
"beginner": 0.41966214776039124,
"expert": 0.23018093407154083
} |
22,127 | private void mergeNodes(VrmAssetGraphicalTreeDto existingNode, VrmAssetGraphicalTreeDto newNode) { List existingChildren = existingNode.getChildren(); List newChildren = newNode.getChildren(); // 处理删除节点 existingChildren.removeIf(child -> !hasMatchingChild(newChildren, child)); existingNode.setChildren(existingChildren)... | 05ae1782cee819497a38edeab9ab22de | {
"intermediate": 0.3311896324157715,
"beginner": 0.5028864145278931,
"expert": 0.16592389345169067
} |
22,128 | how can I modify the code if I want to separate the results based on different event counts
SELECT event_date,
event_name,
COUNT(event_name) AS event_count, SPLIT (COLLECT user_id) AS user_id, count(DISTINCT(session_id)) AS sesions
FROM
(SELECT event_date,event_name, user_id, content_id,CONCAT(ga_session_id, user_id) ... | 3a011b166ca7d9c9344e9f6ee8ed5f99 | {
"intermediate": 0.2274179905653,
"beginner": 0.5431900024414062,
"expert": 0.22939200699329376
} |
22,129 | how can I get the results if based on different event counts
SELECT event_date,
event_name,
COUNT(*) AS event_count, COUNT(DISTINCT(user_id)) AS users, count(DISTINCT(session_id)) AS sesions
FROM
(SELECT event_date,event_name, user_id, CONCAT(ga_session_id, user_id) AS session_id
FROM (
SELECT
(SELECT v... | 0cd5b43dcb2bf67bfb6fa871bfdce327 | {
"intermediate": 0.19519641995429993,
"beginner": 0.38917720317840576,
"expert": 0.4156263768672943
} |
22,130 | Create a plot in R for, Are there age category differences for male or female who have died, and how has the death distribution changed among the different taxons?* | 2876c179938e97e3c833b57029d30fe0 | {
"intermediate": 0.3447192311286926,
"beginner": 0.11435464024543762,
"expert": 0.5409260988235474
} |
22,131 | How to get bitmap image from image resource string using BitmapFactory in android studio | 8461a61c6b69541d9b80c6aa68390943 | {
"intermediate": 0.642991840839386,
"beginner": 0.1389762908220291,
"expert": 0.21803192794322968
} |
22,132 | .addStringOption(option =>
^
SyntaxError: Unexpected token '.'
at internalCompileFunction (node:internal/vm:73:18)
at wrapSafe (node:internal/modules/cjs/loader:1178:20)
at Module._compile (node:internal/modules/cjs/loader:1220:27)
at Module._extensions..js (node:internal/modules/cjs/loa... | 2eefd2b813ff9b8fb9cb9fe809c064d1 | {
"intermediate": 0.37363189458847046,
"beginner": 0.4791448414325714,
"expert": 0.14722315967082977
} |
22,133 | How to build steering wheel that detect grip force | ebe6ae9f6d853ab5ebee49f319e90d44 | {
"intermediate": 0.17613552510738373,
"beginner": 0.21422520279884338,
"expert": 0.6096392273902893
} |
22,134 | how to use .pem and .key certificate files in Apache Zeppelin | e642c93c043befcf6b1aaf5de3c5551e | {
"intermediate": 0.42399266362190247,
"beginner": 0.32476454973220825,
"expert": 0.2512427270412445
} |
22,135 | I have many service.ts in my angular, and have this variable //baseUrl = 'https://localhost:78/api/', how all service use this variable based on 1 file, so i wont edit all baseUrl for each service | 30c440ba9ce15d8112f663228926cc0c | {
"intermediate": 0.38180288672447205,
"beginner": 0.4394546449184418,
"expert": 0.1787424087524414
} |
22,136 | I have many data want to insert to mysql, but there are password_hash and password_salt, how I insret through sql? | f66bcf81bfedd4c3b73565feb4b8b9e2 | {
"intermediate": 0.5653350949287415,
"beginner": 0.22301419079303741,
"expert": 0.21165072917938232
} |
22,137 | как нарисовать линии в
override func draw(_ rect: CGRect) {
} | c4e3f0af05998142010da5998b65caa4 | {
"intermediate": 0.3024967312812805,
"beginner": 0.4589374363422394,
"expert": 0.23856575787067413
} |
22,138 | If mobile applications work in a sandbox environment and devices implements Full Disk Encryption, why we need to use additional encryption to protect data inside Preferences, Databases or File? | ee3838d2afe5b98bd0ce7ba8f104eefd | {
"intermediate": 0.5433503985404968,
"beginner": 0.22242379188537598,
"expert": 0.2342258095741272
} |
22,139 | error: '*(const ot_eth_ctrl_config **)&test_eth_config->ot_eth_ap_ctrl_config' is a pointer; did you mean to use '->'?
58 | test_eth_config->ot_eth_ap_ctrl_config->ot_eth_p_dal_ctrl_config->ot_eth_dal_p_gmac_ctrl_config->gmac_ctrl_config->gmac_p_ctrl_state = OT_NULL; | ea0d7f132fe49c7ee1bb36234fc51109 | {
"intermediate": 0.3877394199371338,
"beginner": 0.41363584995269775,
"expert": 0.19862468540668488
} |
22,140 | How to migrate from http to https for Apache Zeppelin login on a server using SSL certificates obtained inside an organization | 5f8d2360f705bff471da45b10694b592 | {
"intermediate": 0.48623281717300415,
"beginner": 0.21723078191280365,
"expert": 0.29653632640838623
} |
22,141 | How to enable client server authentication in Apache Zeppelin using SSL certificates | 92b71eb3cadd3ba90c5680361220e886 | {
"intermediate": 0.48561716079711914,
"beginner": 0.24276353418827057,
"expert": 0.2716192901134491
} |
22,143 | check mistake
#include<bits/stdc++.h>
#include<vector>
using namespace std;
int XX[8]={2,1,-1,-2,-2,-1,1,2};
int YY[8]={1,2,2,1,-1,-2,-2,-1};
void Dequy(vector<vector<bool>>&chess,int x,int y,int k,int n) {
if(k == 0) return ;
for(int i=0;i<8;i++){
int tx=x+XX[i];
int ty=y+YY[i];
if(tx>=... | 18e4937fa0193679f8e514c871ef765b | {
"intermediate": 0.27316832542419434,
"beginner": 0.531355619430542,
"expert": 0.19547607004642487
} |
22,144 | df <- trt %>%
arrange(Dose_Amount) %>%
group_by(Dose_Amount) %>%
mutate(
group = cumsum(
Dose_Amount != lag(Dose_Amount, default = first(Dose_Amount)))
) %>%
ungroup()
how to fix this code when Dose_Amount's value changed then group will be group+1
if dose <- (5,5,10,10,15,15,20) then | 7715f886d2863b274b6ce7752e3feaff | {
"intermediate": 0.3275432884693146,
"beginner": 0.3976525664329529,
"expert": 0.27480411529541016
} |
22,145 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
}
} how to fix this code to calculate... | 4ce26fc01db98faef8b323397c9f08b0 | {
"intermediate": 0.3977522552013397,
"beginner": 0.3442024886608124,
"expert": 0.2580452859401703
} |
22,146 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
}
}
# calculate median interval betwe... | 0576d736a956f1ac2cfbb84909c9985b | {
"intermediate": 0.38030099868774414,
"beginner": 0.22487565875053406,
"expert": 0.3948233127593994
} |
22,147 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
}
} how to fix this when add logic to... | 20bd6269bf07b17a9ca7bd5ccc3d3103 | {
"intermediate": 0.3745950758457184,
"beginner": 0.3055199682712555,
"expert": 0.3198849856853485
} |
22,148 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
} how to fix this code | 70e900bcc4c37d6031e9ebf2335486ae | {
"intermediate": 0.4217311441898346,
"beginner": 0.33870694041252136,
"expert": 0.23956193029880524
} |
22,149 | how to select linux rt patch | 0ee2e22edb0a6483a52ef61d6b09541b | {
"intermediate": 0.3196984529495239,
"beginner": 0.25960132479667664,
"expert": 0.42070022225379944
} |
22,150 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
} how to fix this code | 5a1be92ac830cb2c6ff581ebb8cf972c | {
"intermediate": 0.4217311441898346,
"beginner": 0.33870694041252136,
"expert": 0.23956193029880524
} |
22,151 | please define a macro for me which like add_custom_command in cmake. | a420826b178ad42267d8098306841744 | {
"intermediate": 0.4626365005970001,
"beginner": 0.2490634322166443,
"expert": 0.2883000373840332
} |
22,152 | intervals <- c() # initialize an empty vector to store the intervals
for (i in 1:(length(trt$Subject_ID)-1)) {
if (trt$Subject_ID[i] == trt$Subject_ID[i+1]) {
interval <- difftime(trt$datetime[i+1], trt$datetime[i], units = "hours")
intervals <- c(intervals, interval)
}
how to fix this code | 7ce07e307f68142776957b0bcb8c5775 | {
"intermediate": 0.43908071517944336,
"beginner": 0.31484904885292053,
"expert": 0.24607016146183014
} |
22,153 | please define a macro like add_custom_command in cmake . | 2bbbb18710cef82761ff6fd945d98ee5 | {
"intermediate": 0.514878511428833,
"beginner": 0.18683239817619324,
"expert": 0.29828909039497375
} |
22,154 | can you help me write a code to calculate the interval between the same subject | aab83807889c73dfd45b8be6d51744af | {
"intermediate": 0.2923678457736969,
"beginner": 0.17886343598365784,
"expert": 0.5287687182426453
} |
22,155 | this.selectedDataSource$
.pipe(
switchMap((dataSource) => {
return this.getDataSourceCached$(dataSource);
}),
catchError((error) => {
this._mtToastsService.error(error);
return of(null);
})
)
.subscribe((cachedDataSource) => {
this.... | da92c723cfa35bce50435b196f0cd4dd | {
"intermediate": 0.3479708135128021,
"beginner": 0.33769524097442627,
"expert": 0.3143339157104492
} |
22,156 | I have a question regarding github pages and jekyll. Can you assist me? | de2a01d38f85da64b796f3e8eecb1910 | {
"intermediate": 0.5213755369186401,
"beginner": 0.27346065640449524,
"expert": 0.20516376197338104
} |
22,157 | string = '{\\frac{88}{99}}^23232'
pattern = r'{\\frac{(\d+)}{(\d+)}}^(d+)'
replacement = r'(\\frac{\1}{\2})^\3'
new_string = re.sub(pattern, replacement, string)
print(new_string)
Данный код прекрасно работает, если string = '{\\frac{88}{99}}^23232'. Однако в случае с заменой string = 'Вычислите: ${\\frac{5}{10}}^3 \... | 4fe3dc776fc60b400dfb658134c020ec | {
"intermediate": 0.31925076246261597,
"beginner": 0.41557279229164124,
"expert": 0.2651764452457428
} |
22,158 | Вычеслить это на python a=|sin|3x^3+5y^2+15z|/√(12x^3+6y^2-z)^2+3.14) | 82a2b39d03d3509eec6a441a244fa0d5 | {
"intermediate": 0.23312929272651672,
"beginner": 0.3644504249095917,
"expert": 0.402420312166214
} |
22,159 | code source windev sur le scan du qr code | d59396496693252eef5322e6eaad13b5 | {
"intermediate": 0.27430227398872375,
"beginner": 0.26788079738616943,
"expert": 0.4578169286251068
} |
22,160 | flask sqlalchemy how to remove all oblects togethet | 88465e44e29c838ac7b1cc4a60032fd5 | {
"intermediate": 0.4898082911968231,
"beginner": 0.1933479756116867,
"expert": 0.3168436884880066
} |
22,161 | please define a macro like add_custom_command in cmake . | cb816eeb23784f505a5dcc2b3472eb71 | {
"intermediate": 0.514878511428833,
"beginner": 0.18683239817619324,
"expert": 0.29828909039497375
} |
22,162 | Как сделать чтобы лог сохранялся в директории где находится скрипт?
#!/bin/bash
RED_COLOR="\e[31m"
GREEN_COLOR="\e[32m"
NO_COLOR="\e[0m"
DIRECTORY="/home/kligann/fail2ban"
OUTPUT_FILE="output-$(date +'%Y-%m-%d_%H:%M:%S').log"
cd "$DIRECTORY"
systemctl status fail2ban.service
{
# Проверяем существует ли fail2ban.... | 5c53be36bcd5fe55888be3756acf1bb7 | {
"intermediate": 0.3297334313392639,
"beginner": 0.5425082445144653,
"expert": 0.12775835394859314
} |
22,163 | in cmake , how to define a function which can be called with multiple arguments and the arguments has the same name. | f191cd8685a458588f91db4696a84c81 | {
"intermediate": 0.3913227617740631,
"beginner": 0.33364614844322205,
"expert": 0.2750311493873596
} |
22,164 | in cmake , how to define a function which can be called with multiple keyvalue arguments. and the arguments has same name. | be841c049c74bc15001e762c989eef70 | {
"intermediate": 0.4215368628501892,
"beginner": 0.2521851658821106,
"expert": 0.3262779414653778
} |
22,165 | in cmake , how to define a function which can be called with multiple keyvalue arguments. and the arguments has same name like add_custom_command can be called like add_custom_command( command xx command yy) | 7f31aa9b6a59320e922b76fe51414ad0 | {
"intermediate": 0.403802752494812,
"beginner": 0.33739811182022095,
"expert": 0.25879913568496704
} |
22,166 | in cmake , how to define a function which can be called with multiple keyvalue arguments. and the arguments has same name like add_custom_command can be called like add_custom_command( command xx command yy). | 282b53e9fd6f282b6b3d2e237bfabcd5 | {
"intermediate": 0.40650033950805664,
"beginner": 0.32629984617233276,
"expert": 0.267199844121933
} |
22,167 | Hi could you tell me what's wrong in following react code: //import React from 'react'
import * as React from 'react';
import { useEffect, useState } from "react";
import { useNavigate } from "react-router-dom";
import { IMinimalSalary } from '../../../types/global.typing.js';
import { Button, CircularProgress } from "... | 8167ae0699d5b1271b8b0e04a4b2ae33 | {
"intermediate": 0.4478423595428467,
"beginner": 0.428206205368042,
"expert": 0.1239514872431755
} |
22,168 | create a display using pygame | 90d0d0d8a15f2f48d8615198f93c3ddf | {
"intermediate": 0.44260600209236145,
"beginner": 0.25192990899086,
"expert": 0.30546408891677856
} |
22,169 | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
typedef struct BstNode
{
int data;
struct BstNode* lchild,*rchild;
}BstNode;
BstNode *root=NULL;
BstNode* GetNewNode(int data){
BstNode* newNode=(BstNode*)malloc(sizeof(BstNode));
newNode->data=data;
newNode->lchild=newNode->rchild=NULL;
retu... | f145f1de14163d651a1e12681432bbe5 | {
"intermediate": 0.3660520613193512,
"beginner": 0.48339447379112244,
"expert": 0.15055353939533234
} |
22,170 | What language is beong spoken in Iran? | 1bea7fc6394e003b6abcc4cb86ad1b5c | {
"intermediate": 0.38077250123023987,
"beginner": 0.3280506730079651,
"expert": 0.29117679595947266
} |
22,171 | Write a code to generate random path that has a start and finish in pygame | 6b64b732cbf78de21ea9069eb57d594a | {
"intermediate": 0.33446651697158813,
"beginner": 0.1712522655725479,
"expert": 0.49428126215934753
} |
22,172 | Ошибка в Visual Studio Code undefined reference to `ws2812_control_init()' в main.cpp подключена #include "ws2812_control.h" в ней объявлена esp_err_t ws2812_write_leds(struct led_state new_state); | 38a0006ff9417712cefc21a877ea7b55 | {
"intermediate": 0.3338380455970764,
"beginner": 0.4114907681941986,
"expert": 0.254671186208725
} |
22,173 | rules for determining integrable vs non-integrable systems | 432e204789470ba540cc5c0cdc4eb2b3 | {
"intermediate": 0.3532554805278778,
"beginner": 0.27876153588294983,
"expert": 0.36798295378685
} |
22,174 | In R plot the age category for male or female with the year they died , and the year of death among the different taxons?* | af305fb94cb68bd20c38634da861b371 | {
"intermediate": 0.3052460849285126,
"beginner": 0.18488238751888275,
"expert": 0.5098715424537659
} |
22,175 | hi | b6d8b421936c32f45e89c0a11af3ad52 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
22,176 | how to use msearch whoosh backend to ignore ends of words | cfea6a1ff00fe8b131815dea9a43af7e | {
"intermediate": 0.3386959433555603,
"beginner": 0.09099136292934418,
"expert": 0.5703126788139343
} |
22,177 | Can we diversify types of noise? I want both Gaussian noise, Poisson noise and some other kind of noise too, might be with dropout? I want it to randomly choose between different types of noise and dropout every time during training class GaussianNoise(nn.Module): def __init__(self, sigma=0.1, is_relative_detach=True):... | 19086fc4f98fc74bbf052852610edd9b | {
"intermediate": 0.21706832945346832,
"beginner": 0.2119625061750412,
"expert": 0.5709691643714905
} |
22,178 | Do you know about nlohmann json c++ library? | c51e7b1f3d3d8dfea6aec9d169e9f0ef | {
"intermediate": 0.6627325415611267,
"beginner": 0.10900035500526428,
"expert": 0.22826716303825378
} |
22,179 | C# FindPattern that returns memory address | f19f1cc275e7134005b133820ee1182b | {
"intermediate": 0.5313704013824463,
"beginner": 0.21550676226615906,
"expert": 0.25312283635139465
} |
22,180 | I want you to write me VBA code for a PowerPoint presentation about the latest trends of Italian wine and gastronomical products import in Poland. You are to fill in all the text your own knowledge, no placeholders. I need 7 slides, including and expanding the following 7 topics: (1) Poland as a gastronomical market; (... | 7eb5835b41b5f167d432dde67f75e59b | {
"intermediate": 0.3255802094936371,
"beginner": 0.4437921941280365,
"expert": 0.23062758147716522
} |
22,181 | Make it so that when performing an attack when pressing the Control key. Switching to other animations (other than falling) should not be possible until the strike/attack animation is completed. using System.Collections;
using System.Collections.Generic;
using UnityEditor.Experimental.GraphView;
using UnityEngine;
[Re... | 0cb44130e864e5d9bd7f13702d18b504 | {
"intermediate": 0.29332205653190613,
"beginner": 0.4758162796497345,
"expert": 0.23086170852184296
} |
22,182 | rails 5.1.7
напиши пример кода где из формы в erb файле делается post запрос к контроллеру и в контроллер передается поле с json, которое потом в контроллере преобразуется в хэш | 232e00c2184185edd49607f6afa3cfab | {
"intermediate": 0.5764933228492737,
"beginner": 0.19876477122306824,
"expert": 0.22474190592765808
} |
22,183 | // 查单群ID
public $checkChatId = -1001698218494;
public function webhook(Request $request){
$updates = $request->all();
Log::info($updates);
// 解析最新的消息
if (!empty($updates)) {
$latestUpdate = end($updates);
$message = $latestUpdate;
if(($mes... | fe4ceab443691e99025baf19dc4f8b13 | {
"intermediate": 0.3668285310268402,
"beginner": 0.43507689237594604,
"expert": 0.19809453189373016
} |
22,184 | acer@LAPTOP-TA0QKCOO MINGW64 /c/rest_api1
$ node server.js
Start server at port 3000.
acer@LAPTOP-TA0QKCOO MINGW64 /c/rest_api1
$ npm install express --save
up to date, audited 65 packages in 1s
11 packages are looking for funding
run `npm fund` for details
found 0 vulnerabilities
acer@LAPTOP-TA0QKCOO MINGW64 /c... | a108664229e1991a110ed70051ae4242 | {
"intermediate": 0.44950661063194275,
"beginner": 0.28627437353134155,
"expert": 0.2642190158367157
} |
22,185 | So I'm using unreal engine 5. I have a PlayerCharacter C++ Class called NovaPlayerCharacter. Inside my header file, I have added this:
public:
ANovaPlayerCharacter();
UPROPERTY(BlueprintReadWrite, Category = "Interaction")
FName InteractionTraceStartSocket;
UPROPERTY(BlueprintReadWrite, Category = "Interaction")... | a356689a52492cad211f14382a52f645 | {
"intermediate": 0.18628515303134918,
"beginner": 0.7485215663909912,
"expert": 0.06519334018230438
} |
22,186 | измени макрос, если в книге 'mybase.xlsm" в столбце "A" есть повторяющиеся значения, то значения которые есть напротив в столбце "B" подставляются в виде выпадающего списка в столбце "F" - Sub MacroMain()
On Error Resume Next
Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
Dim i As Lo... | f5a21498c9b31b89e4757ce5113cb716 | {
"intermediate": 0.4342440962791443,
"beginner": 0.321871817111969,
"expert": 0.24388405680656433
} |
22,187 | what's docker exit code 136 means | fff8fb283fdaee444fdc404266ccfda4 | {
"intermediate": 0.407294899225235,
"beginner": 0.27360835671424866,
"expert": 0.31909677386283875
} |
22,188 | Make it so that while the attack animation is not over, others could not start
using UnityEditor.Experimental.GraphView;
using UnityEngine;
[RequireComponent(typeof(CharacterController))]
[RequireComponent(typeof(Animator))]
public class ThirdPersonMovement : MonoBehaviour
{
[SerializeField] private Transform _cam... | 57ef2e41ce6fd10f8737026ce8e265e1 | {
"intermediate": 0.3234444558620453,
"beginner": 0.46832308173179626,
"expert": 0.20823243260383606
} |
22,189 | write the game code in c# as simple but interesting as possible | b4e8f994fbc0b110cde65fe13edfe2e1 | {
"intermediate": 0.32984665036201477,
"beginner": 0.42823508381843567,
"expert": 0.24191822111606598
} |
22,190 | write the game code in c# the idea is the following, it should be a simple card game where each card has its own characteristics | cb2c8b33a214e1ef50fc12b5435bfeff | {
"intermediate": 0.476453572511673,
"beginner": 0.25677838921546936,
"expert": 0.26676806807518005
} |
22,191 | make a C program that has two functions, 1 to print the machineguid and annother to change it to a random one.
Sure, here is a program written in C to | 85d1886ad182085a0f771c2c988ebd2b | {
"intermediate": 0.21155400574207306,
"beginner": 0.3861786425113678,
"expert": 0.4022674262523651
} |
22,192 | Can you add method for poisson noise?
class NoiseType(enum.Enum):
GAUSSIAN = 0
DROPOUT = 1
DIRECT = 2
POISSON = 3
class RandomNoise(nn.Module):
def __init__(self, sigma=0.1, dropout_rate=0.5, is_relative_detach=True):
super().__init__()
self.sigma = sigma
self.dropout_rate =... | 46921923176356561e382c5c1585f448 | {
"intermediate": 0.2860157787799835,
"beginner": 0.2922804355621338,
"expert": 0.4217038154602051
} |
22,193 | dataset = get_preprocessed_dataset(tokenizer, samsum_dataset, split='train')
надо еще eval_dataset | fb31c29b1890fb6f2bbe69e6c1169bc3 | {
"intermediate": 0.434022456407547,
"beginner": 0.17354218661785126,
"expert": 0.39243534207344055
} |
22,194 | Hello | 0699003621ae138f1c5c4eee223d2f44 | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
22,195 | readprocessmemory try to read byte if it's not accessible skip byte and try next byte | 8c7808aa75c38d8a6724192788924582 | {
"intermediate": 0.4373827874660492,
"beginner": 0.12801389396190643,
"expert": 0.4346033036708832
} |
22,196 | I have a VBA event that checks a worksheet wscf for empty values in column I and then it presents the value in column J to another worksheet wsjr in column D.
I would like to add to the condition as following;
If the value in column I of wscf is empty present the value in column J
If the value in column I of wscf is em... | 63ac1ec1f8008928c41fdaef80e43ce5 | {
"intermediate": 0.43485966324806213,
"beginner": 0.3284802734851837,
"expert": 0.23666010797023773
} |
22,197 | make a .sh script to compile my C program using gcc to diffrent architectures. here;s the base command:
gcc ./bot/main.c -o ./output/bot.bin
replace the bin with the architecture and "bot" with a string you can change in the script. | 0a21a2fc3e047b5c02ba188544477f53 | {
"intermediate": 0.400345116853714,
"beginner": 0.2187238484621048,
"expert": 0.3809310495853424
} |
22,198 | make a .sh script to compile my C program using gcc to diffrent architectures. here;s the base command:
gcc ./bot/main.c -o ./output/bot.bin
replace the bin with the architecture and “bot” with a string you can change in the script.
Sure! Here’s an | 790cfc838287b63e56d3c3c4d67727a8 | {
"intermediate": 0.4293135702610016,
"beginner": 0.1737695187330246,
"expert": 0.39691686630249023
} |
22,199 | hi | 1fd15373e719330f6c08404f28639fbd | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
22,200 | make a .sh script to compile my C program using gcc to diffrent architectures. here;s the base command:
gcc ./bot/main.c -o ./output/custom.bin
replace the “custom" with names from this list:
L1='jackmymipsel' #mipsel
L2='jackmymips' #mips
L3='jackmysh4' #sh4
L4='jackmyx86' #x86_64
L5='jackmyarmv6' #armv6l
L6='jac... | 83be6408de96e651f806b01ac9193376 | {
"intermediate": 0.39480799436569214,
"beginner": 0.21118813753128052,
"expert": 0.39400389790534973
} |
22,201 | make a .sh script to compile my C program using gcc to diffrent architectures. here;s the base command:
gcc ./bot/main.c -o ./output/custom.bin
replace the “custom" with names from this list:
L1='jackmymipsel' #mipsel
L2='jackmymips' #mips
L3='jackmysh4' #sh4
L4='jackmyx86' #x86_64
L5='jackmyarmv6' #armv6l
L6='jac... | cd6faf11b022de9b10d606876670c9e4 | {
"intermediate": 0.39480799436569214,
"beginner": 0.21118813753128052,
"expert": 0.39400389790534973
} |
22,202 | statistically which website are the most visited? | 1a39e9e40ae25a8781fd894ffcd16084 | {
"intermediate": 0.3885418474674225,
"beginner": 0.3822600543498993,
"expert": 0.22919809818267822
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.