row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
9,139
/******************* * Napminimal Test * *******************/ import { core, data, sound, util, visual, hardware } from './lib/psychojs-2023.1.1.js'; const { PsychoJS } = core; const { TrialHandler, MultiStairHandler } = data; const { Scheduler } = util; //some handy aliases as in the psychopy scripts; const { abs,...
b5ee2ec7328fbdc438eafc90b1cfbafd
{ "intermediate": 0.3429770767688751, "beginner": 0.43570634722709656, "expert": 0.22131659090518951 }
9,140
how to download google doc as a pdf file
823a76856c48175b4ff9de8ba6fcead6
{ "intermediate": 0.32640719413757324, "beginner": 0.2243417203426361, "expert": 0.44925108551979065 }
9,141
How escape % sign in django raw sql query?
44b96d814243ec9214625f396435ec19
{ "intermediate": 0.6908746361732483, "beginner": 0.12561394274234772, "expert": 0.18351146578788757 }
9,142
Write 10 strong argument why I must use spark instead of write my custom code in kotlin for transfer data
ff4efc706f48525d071ab08162c1e656
{ "intermediate": 0.7449144124984741, "beginner": 0.06433090567588806, "expert": 0.19075463712215424 }
9,143
I need a rust function that adds a hashset to another hashset and returns that new hashset
78a02b6b10fb0b8fc3e75c63724098df
{ "intermediate": 0.3306950330734253, "beginner": 0.3272722065448761, "expert": 0.342032790184021 }
9,144
7 solutions to copy sublime's Build Results into a string variable. Requirements: solutions with minimal viable code example in rust that can do this, strictly using only std library in rust. Starting with one most efficient solution, proceeding through several most sophisticated ones and, finally, to the several compl...
4a4be3b2a7bfe837e5defb0833f2a8d1
{ "intermediate": 0.3741579055786133, "beginner": 0.4172670841217041, "expert": 0.20857496559619904 }
9,145
<html> <head> <title>Калькулятор расчета щебня фракции 10-20 мм.</title> <style> h1 { text-align: center; font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"; font-size: 20px; } form { max-width: 500px; margin: 0 auto; } input[type="text"], input[type="email"], ...
3c3eff6cc91b6f6c4abfa462d445158f
{ "intermediate": 0.34308114647865295, "beginner": 0.49804508686065674, "expert": 0.15887384116649628 }
9,146
POST /resweb/asset/assetCheck.spr?method=startPD HTTP/1.1 Referer: http://10.35.35.43:7016/resweb/asset/assetCheck.spr?method=forwardStartAssetsPD querystring : method startPD body: processType ZCPD roomId 000102080000000000009564 roomName 东方医院位置点 使用requests.post处理,给出代码
c50263f4afeba3a8b9b1bceb277b7238
{ "intermediate": 0.3588533401489258, "beginner": 0.21016943454742432, "expert": 0.4309772551059723 }
9,147
Can you write a function `generate_chunk` which takes `x` and `y` as parameters. Where a chunk is a square made up of 64 `tiles`. And returns the value as a list of lists containing position of tile inside the chunk, tile type and plant type in the following pattern: `[(x_pos, y_pos), tile_type, plant_type]` Tile type ...
a531a27c7b976b35b191ee2849aa7ae4
{ "intermediate": 0.41182371973991394, "beginner": 0.26185110211372375, "expert": 0.3263251781463623 }
9,148
Can you split the addComponent function into smaller functions? template<class C, typename... Args> C* ECS::AddComponent(const uint32_t entityId, Args&&... args) { auto newComponentID = Component<C>::GetTypeID(); if (componentMasks[entityId].HasComponent(newComponentID)) { return nullptr; // Component already exi...
732bf732ed64e99bd90ca001d05f4e81
{ "intermediate": 0.4108835756778717, "beginner": 0.3578696548938751, "expert": 0.23124676942825317 }
9,149
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
7253b84cc7f06d334894c6b0ecf15004
{ "intermediate": 0.3753734827041626, "beginner": 0.29778599739074707, "expert": 0.32684049010276794 }
9,150
How to upgrade python to last version ?
09349c9382d81ac8322515d81f288ed8
{ "intermediate": 0.39015012979507446, "beginner": 0.20973090827465057, "expert": 0.40011900663375854 }
9,151
hi
d9170cd021ff35b66227252c4c1bad8a
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
9,152
代码注释package com.mindskip.xzs.controller.admin; import com.mindskip.xzs.base.BaseApiController; import com.mindskip.xzs.base.RestResponse; import com.mindskip.xzs.configuration.property.SystemConfig; import com.mindskip.xzs.service.FileUpload; import com.mindskip.xzs.service.UserService; import com.mindskip.xzs.viewmo...
7f68bdceeec06b5fdec013840f7681bc
{ "intermediate": 0.2594969570636749, "beginner": 0.5244630575180054, "expert": 0.2160399705171585 }
9,153
import disnake from disnake.ext import commands import time import threading import requests import random import socks botchannel = 1110877089374146621 logschannel = 1110877089374146621 moderators = [5418189181651561651] intents = disnake.Intents.all() bot = commands.Bot(command_prefix='!', intents=intents) discord ...
033556b4c73ad73ae2913363b1107513
{ "intermediate": 0.3654032051563263, "beginner": 0.4523208737373352, "expert": 0.1822759211063385 }
9,154
write me a qiskit code of LiH simulation to get groundstate energy using noise model
1eca4bf2dabe52442542542a36efb941
{ "intermediate": 0.20161737501621246, "beginner": 0.0776778906583786, "expert": 0.7207047343254089 }
9,155
why I get this python error? AttributeError: 'str' object has no attribute '_fname_str'
0c69db8ecf9073b86278e790feb9ed25
{ "intermediate": 0.6058030128479004, "beginner": 0.17541050910949707, "expert": 0.21878649294376373 }
9,156
strcpy C example with length
c80dfaf6c2715430e2ac02020ff5ad6d
{ "intermediate": 0.20736141502857208, "beginner": 0.4916563332080841, "expert": 0.3009822964668274 }
9,157
void *VC_FaceThreadFnc(void* param) { ImageThread_S *pFaceThread; PF_Rect_S viRect; Uapi_ExpWin_t expWin; HNY_AiFaceRectInfo_S *pAiFaceRectInfo = NULL; char threadName[64]; char *pBuf = NULL; int i, id, faceRect, width, height, ret, cnt = 0; PF_Rect_S stRect = {0}; sprintf(threadName, "FaceFnc"); prctl(PR_...
89627bc975ce5cca3b7aaf5dc552ac25
{ "intermediate": 0.33367225527763367, "beginner": 0.5233447551727295, "expert": 0.14298295974731445 }
9,158
how to check if adding letter is lower case or not and then add it
c684c50e407e2e196dab50bd46065126
{ "intermediate": 0.35090020298957825, "beginner": 0.2007518857717514, "expert": 0.44834795594215393 }
9,159
I used this code: import time from binance.client import Client from binance.enums import * from binance.exceptions import BinanceAPIException import pandas as pd import requests import json import numpy as np import pytz import datetime as dt date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S") print(date) url = "...
4c3d842bc01b9fb584693b4424a8b48c
{ "intermediate": 0.46476611495018005, "beginner": 0.3227807283401489, "expert": 0.21245312690734863 }
9,160
how to plot a 3d vector in python
49db0f60679fde37cf0929f0ca8e413e
{ "intermediate": 0.3488674759864807, "beginner": 0.15963834524154663, "expert": 0.49149414896965027 }
9,161
can "Logger.setLogLevel" set level for a specific tag
098051f6c3cea630d00485af7ecb864c
{ "intermediate": 0.4638359248638153, "beginner": 0.1900651454925537, "expert": 0.34609895944595337 }
9,162
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
ab0102b7ec370c1f61b0a94478d73d90
{ "intermediate": 0.3753734827041626, "beginner": 0.29778599739074707, "expert": 0.32684049010276794 }
9,163
how to justify text in css?
9fb2bbf51aba8ff155aa4d79c4330495
{ "intermediate": 0.4232422113418579, "beginner": 0.3513346016407013, "expert": 0.225423201918602 }
9,164
import { createFeatureSelector, createSelector } from '@ngrx/store'; import { defaultLoadingState } from '@engage/ngrx/config/ngrx-loading-states.config'; import type { ITask } from '../../interfaces'; import { taskEntityAdapter } from '../adapter/tasks-entity.adapter'; import type { TasksEntityState } from '../state/t...
07292a55a28e4f4e65b636db641089cd
{ "intermediate": 0.4255211353302002, "beginner": 0.3035237789154053, "expert": 0.27095502614974976 }
9,165
thank you a lot
12d627efeba5ad7379c40d7643f3920e
{ "intermediate": 0.33974817395210266, "beginner": 0.263821005821228, "expert": 0.3964308202266693 }
9,166
No, I need code for using in natural language processing, without any second libraries for example, additional struct word { bool alive;//applied to alive objects=1, else=0 char* word;//char sequence char* wordbase;//additional int code;//code of this word for zipping char** suffixes;//additional code char** preffixes;...
e68291a0dc4a7b038e86764a03b0a2a8
{ "intermediate": 0.5056236982345581, "beginner": 0.298227459192276, "expert": 0.1961488425731659 }
9,167
/**************************************** * Conditional_Resources_From_List Test * ****************************************/ import { core, data, sound, util, visual, hardware } from './lib/psychojs-2023.1.1.js'; const { PsychoJS } = core; const { TrialHandler, MultiStairHandler } = data; const { Scheduler } = util...
c0bcbea70619120da949a2babe06ba14
{ "intermediate": 0.3939041793346405, "beginner": 0.43475592136383057, "expert": 0.17133992910385132 }
9,168
const Title = styled.h3``; const List = styled.ul``; const ListItem = styled.li``; const Right = styled.div` flex: 1; `; const Footer = () => { return ( <Container> <Left> <Logo>FABICO</Logo> <Description> Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam quo ...
5233fc283334b247f856d7a9a83e57e7
{ "intermediate": 0.39261576533317566, "beginner": 0.39218243956565857, "expert": 0.21520182490348816 }
9,169
@Prop() sets: Set[]; get isNotValid() { const { status } = this.set return status === 'NOT VALID' } как исправить get isNotValid(), чтобы получать set
0d10d9a44bf39a129b55212f83611dc3
{ "intermediate": 0.40197640657424927, "beginner": 0.41651421785354614, "expert": 0.1815093755722046 }
9,170
In unreal engine 4, when the player is looking through a tube, the viewing area inside the tube is very narrow due to the tube being long. I want to look through a tube and clip the pixels that are visible only inside the tube. is it possible to write a custom HLSL shader code using a Custom expression node in the tube...
cc70313eae7dc178d7fbf1305707d550
{ "intermediate": 0.56504887342453, "beginner": 0.16759169101715088, "expert": 0.2673594653606415 }
9,171
How do I automatically change the ownership of mounted volumes to the www-data user inside a Docker container in my docker-compose.yml?
50577628c9cee8c93635cbd520243663
{ "intermediate": 0.602087140083313, "beginner": 0.22644208371639252, "expert": 0.1714707762002945 }
9,172
/** * * @param {Array} questionnaireItems * @returns {void} */ export default function (questionnaireItems) { questionnaireItems.forEach((questionnaireItem) => { let product = 1; let count = 0; let min = Number.POSITIVE_INFINITY; let max = Number.NEGATIVE_INFINITY; for (const quotation of ques...
76b6122642c1561d75c3375b2ec1ed80
{ "intermediate": 0.26067817211151123, "beginner": 0.5671185255050659, "expert": 0.17220324277877808 }
9,173
What will be the result of the given function: def foo(positional, only, /, either, pos, or_='default', *, keyword, just, **keywords): print(positional, only, either, pos, or_, keyword, just, keywords) and given input arguments: foo('a', 'b', 1, 2, 'or_', keyword='keyword', just='just', unknown_k...
419cb809b5cafef60dbeced69c8a456a
{ "intermediate": 0.1887194663286209, "beginner": 0.7151484489440918, "expert": 0.09613209217786789 }
9,174
I need a C++ code that using word sequence from begin to "dot symbol" or from first "dot" to second "dot", for associate this sequence with process such as "painting". Firstly, user typing example o sequence and meaning (process). Secondly, user typing process and program returns randomly sequence with same meaning; or...
a400591df8b56b6f3e15a1f5e47adc74
{ "intermediate": 0.517859160900116, "beginner": 0.15948036313056946, "expert": 0.3226604461669922 }
9,175
Explain in detail how the https://moonarch.app/ resource, when entering the contract address in the search bar, displays dubious functions in the contract code in the Rugcheck by Moonarch.app block.
a10e1fdb2ef3efcb518791a8e05aeb3b
{ "intermediate": 0.5026808977127075, "beginner": 0.32120832800865173, "expert": 0.17611080408096313 }
9,176
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
da6b6bdda20c0ae7ac1c12d8d77de86f
{ "intermediate": 0.3753734827041626, "beginner": 0.29778599739074707, "expert": 0.32684049010276794 }
9,177
/** * * @param {Array} questionnaireItems * @returns {void} */ export default function (questionnaireItems) { questionnaireItems.forEach((questionnaireItem) => { let product = 1; let count = 0; let min = Number.POSITIVE_INFINITY; let max = Number.NEGATIVE_INFINITY; for (const quotation of ques...
06e36cb107c4a545cb978e07ed398cba
{ "intermediate": 0.2922351658344269, "beginner": 0.46177324652671814, "expert": 0.24599166214466095 }
9,178
hi
4b734aed5a27606da28d2fea47f3d96a
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
9,179
Check usage of address pair Check usage of address devFeeReceiver Check usage of address marketingFeeReceiver Check usage of address autoLiquidityReceiver Unusual balanceOf, beware of hidden mint Unusual param holder in balanceOf Unusual param numTokens in approve Unusual param delegate in approve Check usage of hidde...
d6eae28021e7f166719fd36208e53d63
{ "intermediate": 0.36365988850593567, "beginner": 0.4121166467666626, "expert": 0.22422349452972412 }
9,180
Write me a python script that uses OCR on all the pdf files from the folder and output everything in docx format wonderfully formatted.
1e7a107d471d41fba9598b274e314b26
{ "intermediate": 0.43182483315467834, "beginner": 0.22721007466316223, "expert": 0.34096506237983704 }
9,181
In unreal engine 4, when the player is looking through a tube, the viewing area inside the tube is very narrow due to the tube being long. I want to look through a tube and clip the pixels that are visible only inside the tube. is it possible to write a custom HLSL shader code using a Custom expression node in the tube...
942e31a25211c9a82dda65aed8828b2e
{ "intermediate": 0.56504887342453, "beginner": 0.16759169101715088, "expert": 0.2673594653606415 }
9,182
need to apply a random function which rotates from negative value to positive value randomly in range of 0.005 - -0.005. make properre: angleX += Math.floor(Math.random() * 0.005) + -0.005; angleY += 0; angleZ += 0;
b7f6f9097300d96c0f36612b1bee0962
{ "intermediate": 0.37404608726501465, "beginner": 0.29854896664619446, "expert": 0.3274049162864685 }
9,183
write the code for this problem for matlab I have a matrix called A which contains n rows and 2 columns. The data has sort for every 24 hours of the day. I want to store only data which is for 16 hours of the day.
a7b41707c308a572d6ad79e000386127
{ "intermediate": 0.4994487762451172, "beginner": 0.17927102744579315, "expert": 0.32128018140792847 }
9,184
write the code for this problem for matlab I have a matrix called A which contains n rows and 2 columns. The data has sort for every 24 hours of the day. I want to store only data of 16th hours of the day for day 1 to 5.
eb3cf7240f6e127d2eec71e164a3385d
{ "intermediate": 0.49480798840522766, "beginner": 0.18214179575443268, "expert": 0.32305020093917847 }
9,185
hi
dfb24d19e89f87fdccdba2174a7172bd
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
9,186
Write code on dysnake for discord, bot need check status user and writing with status
a4a68ae0f0ab74e48d7eccf6dbdaaa36
{ "intermediate": 0.3594416081905365, "beginner": 0.26230964064598083, "expert": 0.37824875116348267 }
9,187
Pyrhon add rectangle with text into pdf only on first page
2d336f28fabe3c7e3f4c5e54574fcabe
{ "intermediate": 0.3822669982910156, "beginner": 0.23223546147346497, "expert": 0.3854975402355194 }
9,188
import sys import json import requests from web3 import Web3 # Define your Ethereum node URL here INFURA_URL = ‘https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID’ # Connect to Ethereum node w3 = Web3(Web3.HTTPProvider(INFURA_URL)) # Check if connected to Ethereum node if not w3.isConnected(): print(“Not connec...
38f8c13788cfe5091f9fec6d924a051b
{ "intermediate": 0.3762224316596985, "beginner": 0.49100732803344727, "expert": 0.13277019560337067 }
9,189
import * as aesjs from 'aes-js'; const KEY = '036AAF9B256F7D04F1768BBCEB0DD709'; const ivHex = '1228785d26a33271b2555c56a96332c3'; const data = { type: "0", endtime: "2023-06-05 18:07:01", active: "1", highpurchase: "1" } function json_encode_u(val: any, keyHex: string, ivHex: string): string { ...
80167628149a8e6cf887035fc6af340d
{ "intermediate": 0.42768532037734985, "beginner": 0.34222927689552307, "expert": 0.23008538782596588 }
9,190
Write a python program that detects white stickers in images
41f62ccf185f2079eeb2c9cc7fcdd451
{ "intermediate": 0.23852434754371643, "beginner": 0.1437855213880539, "expert": 0.6176902055740356 }
9,191
i have this json which returns me by logging a request.body in react, using this data: 2023-05-30 13:55:53 │ backend │ accepts_marketing: 'false', 2023-05-30 13:55:53 │ backend │ email: 'marius.placinta@catenate.com', 2023-05-30 13:55:53 │ backend │ first_name: 'Marius', 2023-05-30 13:55:53 │ backe...
dc3815aaa68cf805f9012bf1ef47ef29
{ "intermediate": 0.41668248176574707, "beginner": 0.2411162257194519, "expert": 0.342201292514801 }
9,192
Do you have your own conscience
2d8e322f326a124611a4a1c2dcc1ac7c
{ "intermediate": 0.41400817036628723, "beginner": 0.37401899695396423, "expert": 0.21197283267974854 }
9,193
Check usage of address pair Check usage of address devFeeReceiver Check usage of address marketingFeeReceiver Check usage of address autoLiquidityReceiver Unusual balanceOf, beware of hidden mint Unusual param holder in balanceOf Unusual param numTokens in approve Unusual param delegate in approve Check usage of hidde...
d3a660d1de6b84290d3929ccee07f568
{ "intermediate": 0.36365988850593567, "beginner": 0.4121166467666626, "expert": 0.22422349452972412 }
9,194
if i have forked a mainnet who should be the provider
58f7b191221be67486a13aa3b8250feb
{ "intermediate": 0.2954014539718628, "beginner": 0.18950678408145905, "expert": 0.5150917172431946 }
9,195
Create a design plan for a roblox game that is a rhythm game
dc52afc153ec03c82e58dfa0c8fb823b
{ "intermediate": 0.31675779819488525, "beginner": 0.24999865889549255, "expert": 0.4332435727119446 }
9,196
<TextFieldMultiLine multiline numberOfLines={9} maxLength={600} style={{ marginBottom: height >= screenHeightLarge ? 2 : 5, }} value={message} ...
d37d7e0836692d0f6460d567794770b6
{ "intermediate": 0.36985263228416443, "beginner": 0.43102216720581055, "expert": 0.19912518560886383 }
9,197
I used this code: import time from binance.client import Client from binance.enums import * from binance.exceptions import BinanceAPIException import pandas as pd import requests import json import numpy as np import pytz import datetime as dt date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S") print(date) url = "...
2fceda6972a82052ee1ed99b008e5a09
{ "intermediate": 0.3884851038455963, "beginner": 0.39824047684669495, "expert": 0.21327440440654755 }
9,198
try apply and integrate and output full working code.: ("Genetic algorithm for “getDeviation” function: 1. Define a target shape as a set of edges between vertices. 2. Create an initial population of 100 deviation values, randomly sampled from a normal distribution with mean 0 and standard deviation 0.1. 3. Evaluate e...
f1cd2f35060dd895b5decac695b765e9
{ "intermediate": 0.24863238632678986, "beginner": 0.4605068266391754, "expert": 0.29086077213287354 }
9,199
write the code which finds the letter with which words most often begin in A.P. Chekhov's story "Anna on the Neck." and Uses the word frequency file words_freq.txt also Writes Python code that displays the most popular first letter itself and the number of words for it. some hints Most likely, you will look in the dict...
8b3b2a505be20eda1603724b77dbbf6e
{ "intermediate": 0.43351641297340393, "beginner": 0.22347921133041382, "expert": 0.34300440549850464 }
9,200
分行注释代码package com.mindskip.xzs.controller.student; import com.mindskip.xzs.base.BaseApiController; import com.mindskip.xzs.base.RestResponse; import com.mindskip.xzs.domain.*; import com.mindskip.xzs.domain.enums.ExamPaperAnswerStatusEnum; import com.mindskip.xzs.event.CalculateExamPaperAnswerCompleteEvent; import com...
dd7da0a5a704b5d0de224cb3511703e5
{ "intermediate": 0.22944825887680054, "beginner": 0.5629510283470154, "expert": 0.20760072767734528 }
9,201
分行注释代码package com.mindskip.xzs.controller.student; import com.mindskip.xzs.base.BaseApiController; import com.mindskip.xzs.base.RestResponse; import com.mindskip.xzs.domain.ExamPaperQuestionCustomerAnswer; import com.mindskip.xzs.domain.Subject; import com.mindskip.xzs.domain.TextContent; import com.mindskip.xzs.domai...
8d8aa7d16f24dd9eaaa23a527910e09c
{ "intermediate": 0.2842358946800232, "beginner": 0.5518974661827087, "expert": 0.1638665795326233 }
9,202
try apply and integrate and output full working code.: (“Genetic algorithm for “getDeviation” function: 1. Define a target shape as a set of edges between vertices. 2. Create an initial population of 100 deviation values, randomly sampled from a normal distribution with mean 0 and standard deviation 0.1. 3. Evaluate e...
669af9b390d1cd17f912d8fd65f829f1
{ "intermediate": 0.2755557894706726, "beginner": 0.42556825280189514, "expert": 0.29887595772743225 }
9,203
can you code a freemium website for me about getting tarot card readings?
ca15b343a98499040b12ca4d268b9aa4
{ "intermediate": 0.4487041234970093, "beginner": 0.2830244302749634, "expert": 0.26827147603034973 }
9,204
hello
08133b4def3657171d68f2ef29caba68
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
9,205
I have this json : name: "Andrea Rossi" I need to split the name and surname using lodash and compact in react in one line
2c3d7f3f82f9c2e8dc8574d44fde2dab
{ "intermediate": 0.4918411672115326, "beginner": 0.24192065000534058, "expert": 0.26623818278312683 }
9,206
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
0ed79646ce1b343a03fea4b8bc3fc395
{ "intermediate": 0.3753734827041626, "beginner": 0.29778599739074707, "expert": 0.32684049010276794 }
9,207
this error ypeError: Cannot read properties of undefined (reading '0') at new Trade (C:\Users\lidor\Desktop\Trade Bot\node_modules\@uniswap\v3-sdk\dist\v3-sdk.cjs.development.js:2630:31) at main (C:\Users\lidor\Desktop\Trade Bot\index.js:38:26) at process.processTicksAndRejections (node:internal/process/tas...
b6f0377600315f529d4e2dfe2891e08d
{ "intermediate": 0.3265821635723114, "beginner": 0.42321449518203735, "expert": 0.25020337104797363 }
9,208
AssertionError: Torch not compiled with CUDA enabled How to solve this issue ?
9e9470c17f1d4385f412ee776be2a3c1
{ "intermediate": 0.5224122405052185, "beginner": 0.1358613222837448, "expert": 0.3417263925075531 }
9,209
How to connect login/signup to database using php and mysql
dcc3f1638da823301084076c4e81cad0
{ "intermediate": 0.4855959117412567, "beginner": 0.3021692931652069, "expert": 0.21223479509353638 }
9,210
I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele...
d048bf4d8b7bdf04ec03ff8c9e5db559
{ "intermediate": 0.3753734827041626, "beginner": 0.29778599739074707, "expert": 0.32684049010276794 }
9,211
How to connect login/signup to database using php and mysql
9d92e524965a6360d5341b0607b84923
{ "intermediate": 0.4855959117412567, "beginner": 0.3021692931652069, "expert": 0.21223479509353638 }
9,212
I have text values in column D which have duplicates. I need to write a code that will search column D and list downwards, one instance of each unique value that exists without any row space between the results.
b3cfbc059aa514a0796148775f41f78c
{ "intermediate": 0.4234725534915924, "beginner": 0.17981889843940735, "expert": 0.39670848846435547 }
9,213
how do I open on specific profile using selenium 4 ?
11fe0a2e5fac9911567ce88e24012619
{ "intermediate": 0.4107806086540222, "beginner": 0.1484079211950302, "expert": 0.44081148505210876 }
9,214
i have a kotlin app, in which i have a table and i dynamically add records into it. the records have three values - an ordinal number, name, and year. i want to add functionality which would allow sorting by either name, or year in ascending or descending order. i would also want it to retain correct ordinal numbers - ...
1d48eda7944146ce55b645e373f22846
{ "intermediate": 0.4976537525653839, "beginner": 0.14777067303657532, "expert": 0.35457557439804077 }
9,215
using Microsoft.Win32; using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Windows; using System.Windows.Controls; using System.Windows.Ink; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; namespace DrawArt_f { public partial ...
8882d78bce0722a94030411de8e17b9d
{ "intermediate": 0.3373264670372009, "beginner": 0.5283401608467102, "expert": 0.13433338701725006 }
9,216
what means here state @router.get('/self', summary='Read self employee', response_description='The employee', ) async def self(request: Request) -> EmployeeReadDto: user = request.state.user employee = postgresql_manager.get_employee_by_user_id(user.id) return employee
eab1beaf8c74cb08846294300f06def8
{ "intermediate": 0.43538132309913635, "beginner": 0.4991113245487213, "expert": 0.06550734490156174 }
9,217
Flashing LEDs: 8 LEDs are connected to the pins according to the figure below, write first a Pseudocode and then a Arduino programming language code for a Adafruit HUZZAH32-ESP32 Feather that performs the following sequence: - When the LEDs connected to 0, 1, 2 and 3pins are lit, the others LEDs (connected to 4, 5, 6,...
139841b833799962e9f5e0470854e113
{ "intermediate": 0.37647274136543274, "beginner": 0.31794971227645874, "expert": 0.3055775761604309 }
9,218
Return a substring java program Description: write a program in Java displays the substring when the starting index and ending index is given. Sample input: stringName: “Mangalyaan” Starting index:0 Ending Indec:5 Output: subString of Mangalyaan from 0 to 5 is: Mangal Sample input: stringName: “Dinosaur” S...
9c9ff0777ee11ee9e5f789c0a5b3b2b7
{ "intermediate": 0.5030578970909119, "beginner": 0.21668179333209991, "expert": 0.280260294675827 }
9,219
make snake game code for matlab
455399bbdfb1279fe61960c31a5fb4cd
{ "intermediate": 0.3829285204410553, "beginner": 0.2249089628458023, "expert": 0.3921625316143036 }
9,220
Answer the following question using matlab The data given is to be curve-fitted with the equation 𝑦 = 𝑎𝑥 𝑒^(𝑚𝑥), where 𝑎 and 𝑚 are the unknown parameters. Again, 𝑥 should be treated as a vector of constants, and 𝑦 as a vector of measurements contaminated with error. Note that the weights, 𝑤, are inversely ...
784c15f8f176bf058a110f95e4328d35
{ "intermediate": 0.237201988697052, "beginner": 0.2957204580307007, "expert": 0.4670775234699249 }
9,221
"close all; clear all; clc figure(); global t; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); imshow(grid); snake = [10 10; 10 9; 10 8]; t = timer('ExecutionMode','fixedRate','Period',0.2,'TimerFcn',@moveSnake); start(t); if snake(1,1) < 1 || snake(1,1) > 20 || snake(1,2) < 1 || snake(1,2) > 20 || any(...
87cdbb97c1b01483a6a4ba1fcc5037c1
{ "intermediate": 0.35507524013519287, "beginner": 0.4632135033607483, "expert": 0.18171125650405884 }
9,222
I used this code: import time from binance.client import Client from binance.enums import * from binance.exceptions import BinanceAPIException import pandas as pd import requests import json import numpy as np import pytz import datetime as dt date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S") print(date) url = "...
cb39e8c8c84de348fc9b0c6fa852ec21
{ "intermediate": 0.3884851038455963, "beginner": 0.39824047684669495, "expert": 0.21327440440654755 }
9,223
"close all; clear all; clc figure(); global t; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); imshow(grid); snake = [10 10; 10 9; 10 8]; t = timer('ExecutionMode','fixedRate','Period',0.2,'TimerFcn',@moveSnake); start(t); if snake(1,1) < 1 || snake(1,1) > 20 || snake(1,2) < 1 || snake(1,2) > 20 || any(...
91f48b3675fb59652c089b81c395a992
{ "intermediate": 0.3518734276294708, "beginner": 0.349752813577652, "expert": 0.2983737587928772 }
9,224
Give me a video summarization algorithm that only selects the frames with motion in them. within python also, please
b442f87ac9a057cbe9b0af68d61fed80
{ "intermediate": 0.15490306913852692, "beginner": 0.04735628515481949, "expert": 0.797740638256073 }
9,225
"close all; clear all; clc figure(); global t; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); imshow(grid); snake = [10 10; 10 9; 10 8]; t = timer('ExecutionMode','fixedRate','Period',0.2,'TimerFcn',@moveSnake); start(t); if snake(1,1) < 1 || snake(1,1) > 20 || snake(1,2) < 1 || snake(1,2) > 20 || any(...
acc08b532a5eacb9d2aa02e3d11a6977
{ "intermediate": 0.3651008903980255, "beginner": 0.38691383600234985, "expert": 0.24798521399497986 }
9,226
I used this code: import time from binance.client import Client from binance.enums import * from binance.exceptions import BinanceAPIException import pandas as pd import requests import json import numpy as np import pytz import datetime as dt import asyncio date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S") print...
8ba6834ce0e60683df07e426245b68df
{ "intermediate": 0.36938726902008057, "beginner": 0.3605802059173584, "expert": 0.27003249526023865 }
9,227
I need a formula that will tell me the number of times a value in column F appears in Column D. I also need another formula that will tell me the number of times a value in column F appears in Column D and also has a value in column B (column B is not empty).
f349753d3b8e7aa3223fce6a7550cb20
{ "intermediate": 0.42509087920188904, "beginner": 0.21556788682937622, "expert": 0.35934123396873474 }
9,228
provide LinCheck code that will prove that code below is not thread-safe class ReferenceProblem { private var data = mutableMapOf<String, String>() fun getData() = data fun refreshData(randomData: String) { val freshData = LinkedHashMap<String, String>() freshData[randomData] = randomData...
a50d54c0d0687e87d1355b20c0b341cd
{ "intermediate": 0.3915722966194153, "beginner": 0.5332979559898376, "expert": 0.07512976974248886 }
9,229
"close all; clear all; clc figure('Position', [100, 100, 400, 400]); global t; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); % set color map cmap = [1 1 1; 1 1 0; 0 0 0]; colormap(cmap); % set snake color to white snakeColor = 1; imshow(grid, 'InitialMagnification', 'fit'); % initialize snake snake = [...
c144d19c56e259f786b67fc5c71baf1d
{ "intermediate": 0.37104374170303345, "beginner": 0.2987489104270935, "expert": 0.33020734786987305 }
9,230
in kotlin, i have a context menu linked to a button. is it possible to show it on normal press rather than long press, or am i misunderstanding how it works/
cb508d198eec50e4993a48af65862e52
{ "intermediate": 0.5702577233314514, "beginner": 0.1656212955713272, "expert": 0.2641209661960602 }
9,231
i have a kotlin app, and i want to store images in a database - i want to store locations of pictures as locations of them in internal storage. how can i do that? i already have a database schema prepared, with an image field of type string
790028632572f0cf2ea89d67b67c2af2
{ "intermediate": 0.5098758935928345, "beginner": 0.19464856386184692, "expert": 0.2954755425453186 }
9,232
" close all; clear all; clc figure('Position', [100, 100, 400, 400]); global t snakeColor; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); % set color map cmap = [1 1 1; 1 1 0; 0 0 0]; colormap(cmap); % set snake color to white snakeColor = 1; imshow(grid, 'InitialMagnification', 'fit'); % initialize sna...
5d335f52c5a21a519be77da83adc152b
{ "intermediate": 0.33428382873535156, "beginner": 0.35717475414276123, "expert": 0.3085414171218872 }
9,233
Can Lincheck check that 2 function use the same synchronized key ? Write working example
d321380e826c9f3a74e334d7eb4a89a1
{ "intermediate": 0.4914032518863678, "beginner": 0.20743870735168457, "expert": 0.30115807056427 }
9,234
"close all; clear all; clc figure('Position', [100, 100, 400, 400]); global t snake snakeColor grid score food score snakeColor snakeDir; set(gcf,'KeyPressFcn',@onKeyPress); grid = zeros(20,20); % set color map cmap = [1 1 1; 1 1 0; 0 0 0]; colormap(cmap); % set snake color to white snakeColor = 1; imshow(grid, 'I...
d32507520b04e97757e221d23a9ad7dc
{ "intermediate": 0.3117510974407196, "beginner": 0.3895762860774994, "expert": 0.298672616481781 }
9,235
I have the following ViewModel that manages the UI states for the following screens in Android(Compose): TipSelectionScreen, CustomTipScreen, TipPaymentScreen. Can we split this logic by different delegates(classes) for each screen to simplify the ViewModel and also follow the single responsibility principle. @HiltVie...
a31c4741d50a4da24bbda1a7fd71388a
{ "intermediate": 0.3256226181983948, "beginner": 0.45565441250801086, "expert": 0.21872296929359436 }
9,236
is this code thread safe ? class ReferenceProblem { private var data = mutableMapOf<String, String>() fun getData() = data fun refreshData(randomData: String) { val freshData = LinkedHashMap<String, String>() freshData[randomData] = randomData data = freshData } }
81dfb77504aef8607062fa77c10d2642
{ "intermediate": 0.4025548994541168, "beginner": 0.5346965193748474, "expert": 0.06274860352277756 }
9,237
i have a C# application containing wolflive.api and telegram.bot, i have a prefix called /send that stays running for a while, i need the user to be able to use any other prefixes while /send is running. this is my code for both prefixes: "else if (messageText.StartsWith("/ارسل")) { ...
4be2af9b042f2729b25a28b6f98afebf
{ "intermediate": 0.323093980550766, "beginner": 0.43735992908477783, "expert": 0.23954609036445618 }
9,238
Create a full code with all details about tortoise tts on google colabs, easy to use and access, can upload my audio files to clone my voice and generate other audios with text.
5de6d04d54d857cf5589f42eeb1a16fe
{ "intermediate": 0.5264797210693359, "beginner": 0.13756461441516876, "expert": 0.3359556794166565 }