row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
18,488
const openOrders = useSelector((state: AppState) => state.openOrdersSlice.openOrders[`${selectedSingleApiKey || -1}`]); \\ 32495179801 : {id: '32495179801', symbol: 'DOGEUSDT', type: 'LIMIT', apiKeyId: '2', apiKeyName: 'Test', …} 32495179884 : {id: '32495179884', symbol: 'DOGEUSDT', type: 'LIMIT', apiKeyId: '2', apiK...
054cc65cbf86da89173435b32d2fec72
{ "intermediate": 0.37200191617012024, "beginner": 0.30421051383018494, "expert": 0.3237875699996948 }
18,489
# Load the required library library(tseriesChaos) # Read the CSV file x <- read.csv("C:/Users/whoami/Machine Learning/Training/eu-west-1.csv") # Convert date_hour column to POSIXct format x$date_hour <- as.POSIXct(x$date_hour, format = "%Y-%m-%d %H:%M:%S") # Calculate the neighbourhood diameter eps <- sd(x$price) / ...
5b927152d92b1d699d9e70cf52cd309b
{ "intermediate": 0.5149358510971069, "beginner": 0.2410290241241455, "expert": 0.24403518438339233 }
18,490
how to add this extension to gitignore modified: collection-common/collection-common.iml modified: collection-data-access/collection-data-access.iml modified: collection-service/collection-service.iml modified: collection-webservice/src/main/resources/config/application-dev.yml
f1060de62109e69e4dcaaa7be1cc72a4
{ "intermediate": 0.47531870007514954, "beginner": 0.29516416788101196, "expert": 0.22951720654964447 }
18,491
Are you able to locate this publication CIGI Special Report Climate Change in Africa: Adaptation, Mitigation and Governance Challenges
a1ee22a1c2c523a84b6b13ceb971bc76
{ "intermediate": 0.38610440492630005, "beginner": 0.26250171661376953, "expert": 0.3513939380645752 }
18,492
write me a autohotkey script that sends "Hi!" when pressing ALT + !
e5c8715654ac629db57ba7eb0d034849
{ "intermediate": 0.3671528100967407, "beginner": 0.27244213223457336, "expert": 0.3604050278663635 }
18,493
namespace Vending2 { public interface IVendingMachine { string Manufacturer { get; } bool HasProducts { get; } Money Amount { get; } Money InsertCoin(Money amount); Money ReturnMoney(); bool AddProduct(string name, Money price, int count); bool UpdateProdu...
a70dea43cb4da1de7ab59758289d26a7
{ "intermediate": 0.36530357599258423, "beginner": 0.47919318079948425, "expert": 0.1555032581090927 }
18,494
hi, i have 1 rp2040 klipper microcontroller with a i2c display on it showing the klipper menu. also i have 2 esp32 microcontrollers, both are connected with espnow. i want to use 1 esp32 microcontroller to take the information from the rp2040 klipper microcontroller, without changing any code on the rp2040 (no source) ...
fb496d868d137d917fcd01fe41e3aca2
{ "intermediate": 0.4409637749195099, "beginner": 0.2542567849159241, "expert": 0.30477941036224365 }
18,495
implement code for list.insert() function c++
384874670517a2332c985d3559ac0d70
{ "intermediate": 0.36433902382850647, "beginner": 0.31981271505355835, "expert": 0.3158482313156128 }
18,496
import pygame pygame.init() width = 1280 height = 720 win = pygame.display.set_mode((width, height)) pygame.display.set_caption("gun_game") player_image = pygame.image.load("sprites/shapa++.png") bg = pygame.image.load("sprites/bg.jpg") enemy_image = pygame.image.load("sprites/enemy.png") hp = pygame.image.load("spri...
1526f2a42a304f31c6d98e44d2415ac1
{ "intermediate": 0.41825681924819946, "beginner": 0.31859081983566284, "expert": 0.2631523907184601 }
18,497
у меня есть такой код: у меня такой код: async update(req, res) { try { const user = await User.findOne({where: { username: { [Op.iLike]: %${req.params.username} } }}) if (!user) return ApiError.badRequest(‘Пользователь не найден.’) if (req.user.is_admin || req.user.id == user.id) { await user.update() return res.json...
0e0fc9e25b1d8224aad0774a01905ee8
{ "intermediate": 0.4679047465324402, "beginner": 0.2913915514945984, "expert": 0.24070371687412262 }
18,498
Convert this C++ code to Nim :
27708b189954ec61345787032b6a61a5
{ "intermediate": 0.43299242854118347, "beginner": 0.29673823714256287, "expert": 0.27026936411857605 }
18,499
CREATE DATABASE HorseRacingDB; USE HorseRacingDB; CREATE TABLE Horses ( HorseID INT NOT NULL AUTO_INCREMENT, HorseName VARCHAR(100), Age INT, Gender ENUM("Male", "Female"), Breed VARCHAR(50), OwnerID INT, PRIMARY KEY (HorseID), FOREIGN KEY (OwnerID) REFERENCES Owners (OwnerID) ); CREATE TABLE Owners ...
245f9a4775b19605d71c6cafddf0097f
{ "intermediate": 0.48431745171546936, "beginner": 0.21453644335269928, "expert": 0.30114609003067017 }
18,500
Can you write me a program in Arduino for 22 WS2812 Leds with an flame effect with normal flame colors but also with green/yellow collors. I want to switch between these 2 with a button.
2e0ca761c0a2dc814efcd76a8c4d428a
{ "intermediate": 0.44859442114830017, "beginner": 0.21373140811920166, "expert": 0.3376741409301758 }
18,501
Can you write an arduino script which simulates fire with WS2812, 22 LED, I do not want the color white in it
1e3481c1144dbc2dd2302708db7759e5
{ "intermediate": 0.4582297205924988, "beginner": 0.2270595133304596, "expert": 0.314710795879364 }
18,502
Can you write an Arduino program that simulates a flame effect using a strip of 22 WS2812 LEDs LED1 = base of the flame and LED22 = top of the flame, similar ro … The program includes three flame modes: normal fire color (Mode A), green/yellow flame with more green than yellow (Mode B), and blue/white flame (Mode C). Y...
9d4ec3a0c55c24070b2719a2235f0f33
{ "intermediate": 0.4773451089859009, "beginner": 0.19803045690059662, "expert": 0.3246243894100189 }
18,503
I have a list of working experience with start year and end year. there is some overlap between work experience. use python to write a function to find the gap between work history.
54f8b709667d7fba9f5c699c7f411eb6
{ "intermediate": 0.31931072473526, "beginner": 0.3631361722946167, "expert": 0.31755316257476807 }
18,504
Can you write an Arduino program that simulates a flame effect using a strip of 22 WS2812 LEDs LED1 = base of the flame and LED22 = top of the flame, similar to fire2012withpalette from the FastLed library. The program should include three flame modes: normal fire color (Mode A), green/yellow flame with more green tha...
cb40d9b5ce7541a76b1427117d77838f
{ "intermediate": 0.5529627203941345, "beginner": 0.19328463077545166, "expert": 0.2537526488304138 }
18,505
--------------------------------------------------------------------------- LookupError Traceback (most recent call last) Cell In[5], line 1 ----> 1 find_sim(62857) Cell In[4], line 67, in find_sim(open_inquiry_id) 64 open_inq_clean_text = clean_text_result['clean_text'] ...
799d5f865f8c7c73883a0d2254aeccfe
{ "intermediate": 0.38290226459503174, "beginner": 0.289365291595459, "expert": 0.3277324438095093 }
18,506
this.$refs.cropper.getCroppedCanvas().toDataURL() приводит к строке base64 png, как приводить к base64 jpg?
6bb62569657caedca80eba6b36f024ea
{ "intermediate": 0.524524450302124, "beginner": 0.3016885817050934, "expert": 0.1737869381904602 }
18,507
Can you write an Arduino program that simulates a flame effect using a strip of 22 WS2812 LEDs LED1 = base of the flame and LED22 = top of the flame, similar to fire2012 from the Arduino FastLed library. The program should include three flame modes: normal fire color (Mode A), green/yellow flame with more green than ...
741ae5e7b5d7dd2d99d2cc6a35df5ade
{ "intermediate": 0.5801553130149841, "beginner": 0.15936946868896484, "expert": 0.26047518849372864 }
18,508
1. Project setup: a. Create a new Spring Boot project using your preferred IDE. b. Add the necessary dependencies for Spring Boot, Hibernate, Couchbase, Elasticsearch, Kibana, Redis, and unit testing frameworks. 2. Design the database structure and product entity: a. Determine the attributes necessary for the product ...
9fde9df4222b3c48838a1b7dc90e5528
{ "intermediate": 0.7989119291305542, "beginner": 0.10243537276983261, "expert": 0.09865264594554901 }
18,509
> model <- keras_model_sequential() Error: Valid installation of TensorFlow not found. Python environments searched for 'tensorflow' package: C:\Users\whoami\Documents\.virtualenvs\r-reticulate\Scripts\python.exe Python exception encountered: Traceback (most recent call last): File "C:\Users\whoami\AppData\Local\...
0e84e4a44dce72a1b5e7f898ffa5c3be
{ "intermediate": 0.38114091753959656, "beginner": 0.17473635077476501, "expert": 0.44412267208099365 }
18,510
right a login backend for a website on django
73184df7843e9b40dba81c0bf204d33f
{ "intermediate": 0.4257647693157196, "beginner": 0.2609047293663025, "expert": 0.31333044171333313 }
18,511
how to save each dataframe in one sheet of csv file
d76c227d948f250ddc4ee8d8e85f0e41
{ "intermediate": 0.3409697413444519, "beginner": 0.28656089305877686, "expert": 0.37246936559677124 }
18,512
what kind of data structures need to be used for saving game parameters in unreal engine?
bfd045d4f4aef3547ad68f99e621bb43
{ "intermediate": 0.4765097200870514, "beginner": 0.14887236058712006, "expert": 0.37461790442466736 }
18,513
I used this code: url = "https://contract.mexc.com//api/v1/private/account/asset/USDT" headers = { "Authorization": f"Bearer {api_key}", "Content-Type": "application/json" } params = { "currency": "USDT" } response = requests.get(url, headers=headers, params=params) if response.status_code == 200: dat...
756f415000e052f5a69d9fc7f80218b2
{ "intermediate": 0.42757654190063477, "beginner": 0.30443552136421204, "expert": 0.2679879069328308 }
18,514
Write some sample text in Java script.
e67b22f1a96f3d1bff300acd28f15aff
{ "intermediate": 0.3103015124797821, "beginner": 0.37162575125694275, "expert": 0.31807273626327515 }
18,515
const routes = [ { path: '/', component: () => import('layouts/MainLayout.vue'), children: [ { path: '', component: () => import('pages/IndexPage.vue') }, {path: '/BaseProjects', component: () => import('pages/BaseProjects/BaseProjectList.vue')}, {path: '/PkgProjects', component: () => i...
0c9612dccc9139b6c107f0451485f202
{ "intermediate": 0.24648728966712952, "beginner": 0.427169531583786, "expert": 0.3263431489467621 }
18,516
How does xcb detect rendering completion
9618fa2f92f68bc30cb9c22e0b672686
{ "intermediate": 0.2818993926048279, "beginner": 0.1370084136724472, "expert": 0.5810922384262085 }
18,517
create table name(name varchar(30)) insert into name values ('Ibragimovich') select * from name --1. cut name from first 'i' till end on mysql
cffe89ad7e2b5d150024c32cd81a071b
{ "intermediate": 0.3798709511756897, "beginner": 0.26829415559768677, "expert": 0.3518349230289459 }
18,518
hello
82c8966f9d2ddb000b75de897d314501
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
18,519
Known issue: In yaml file, application/json is only covered by a subset of successful responses. how to resolve it?
205da9aa352adc0e9c8a11ef14d150f1
{ "intermediate": 0.41618961095809937, "beginner": 0.310845285654068, "expert": 0.27296507358551025 }
18,520
what does the keyword static mean for variables in C?
b3e0136d4e1905813d93d6da4fe1b1b6
{ "intermediate": 0.09858078509569168, "beginner": 0.8060806393623352, "expert": 0.0953386127948761 }
18,521
How to know if findOneAndUpdate worked?
37c532ebe8d52cbd27c929b6a2f1f96f
{ "intermediate": 0.39266741275787354, "beginner": 0.11898308992385864, "expert": 0.4883494973182678 }
18,522
which cause CString memory leak
838637feb5e582419d795c43c213f762
{ "intermediate": 0.3512258529663086, "beginner": 0.4027577340602875, "expert": 0.24601636826992035 }
18,523
For Minecraft Forge mod making for Minecraft 1.7.10, how do you use the OreDictionary when registering a crafting recipe?
47fc3d223f158110d0b107e87d812c82
{ "intermediate": 0.6162353157997131, "beginner": 0.21352620422840118, "expert": 0.17023850977420807 }
18,524
Translate this JSON RFC8259 format from english to thailand language. DO NOT translate the key, only provide a RFC8259 compliant JSON response { “nav1”:“Overview”, “nav2”:“Flash News”, “nav3”:“Research”, “nav4”:“Academy”, “nav5”:“Column”, “nav6”:“Community Index”, “nav7”:“Launch Space”, “USER_TOOLTIP”:“My Account”, ...
868b341505b2b1b75f69a762c3cc0a84
{ "intermediate": 0.24111659824848175, "beginner": 0.5596550703048706, "expert": 0.19922828674316406 }
18,525
How is hibernate.cfg.xml for sqlite supposed to look like?
c953c568cb7461c867736d12248205c5
{ "intermediate": 0.45584923028945923, "beginner": 0.27461403608322144, "expert": 0.2695367634296417 }
18,526
import pandas as pd import numpy as np import csv import datetime df = pd.read_csv("W33_new.csv") # Replace Fail to recall and recall to late with empty strings df['Posted Round Attribution Strategy'] = df['Posted Round Attribution Strategy'].replace('[Machine] A. Fail to Recall', '') df['Posted Round Attribution Str...
5d5cd054738f49c847011dbff00ec6c9
{ "intermediate": 0.3927195966243744, "beginner": 0.3590558171272278, "expert": 0.24822451174259186 }
18,527
cd /home/user/NetBeansProjects/MathenoHibernate; JAVA_HOME=/app/jdk /app/netbeans/java/maven/bin/mvn -Dexec.vmArgs= "-Dexec.args=${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}" -Dexec.executable=/app/jdk/bin/java -Dexec.mainClass=com.mycompany.mathenohibernate.ClientCode -Dexec.classpathScope=ru...
9b4391dc1d2ced25c107c05768d892b5
{ "intermediate": 0.29283928871154785, "beginner": 0.506171464920044, "expert": 0.2009892463684082 }
18,528
I'd like to port Blitz3D's TFormVector function in Ogre 1.7. The function is described as: TFORMVECTOR(FLOAT X,FLOAT Y,FLOAT Z, SOURCE_ENTITY,DEST_ENTITY) x, y, z = components of a vector in 3d space source_entity = handle of source entity, or 0 for 3d world dest_entity = handle of destination entity, or 0 for 3d wor...
4dd7abf0b5b4b5858801022bc2c07e66
{ "intermediate": 0.5669476985931396, "beginner": 0.1899482160806656, "expert": 0.24310413002967834 }
18,529
Please, write java code for this API request: curl --location 'https://mobile.bsb.by/api/v1/free-zone-management/exchange-rates/rates' \ --header 'Content-Type: application/json' \ --header 'Cookie: sessioncookie=177c37730412a56748f8352e18991a24f22b3a2f4323d472445ff9450330af664335b2f7c077fe8e577f8c12f0f39da0' \ --data ...
7a04d97c6a0705a1076afa72ac5fb362
{ "intermediate": 0.7220532894134521, "beginner": 0.13333642482757568, "expert": 0.1446102410554886 }
18,530
I would like a VBA code to do the following. In my open workbook 'Service Providers', click a link in my spreadsheet that will, capture all the data from cells J5 downwards from a closed external workbook 'Service Providers History' and from it's worksheet of the same name from where the click that activated the VBA or...
9f5e1886def42e3ed5f3947a7f5968e9
{ "intermediate": 0.6277437210083008, "beginner": 0.14774422347545624, "expert": 0.22451207041740417 }
18,531
I'd like to port Blitz3D's TFormVector function in Ogre 1.7. The function is described as: TFORMVECTOR(FLOAT X,FLOAT Y,FLOAT Z, SOURCE_ENTITY,DEST_ENTITY) x, y, z = components of a vector in 3d space source_entity = handle of source entity, or 0 for 3d world dest_entity = handle of destination entity, or 0 for 3d wor...
2c4364a7cc96a0f1ef86bc4ebf106f0b
{ "intermediate": 0.3761078715324402, "beginner": 0.313982218503952, "expert": 0.3099098801612854 }
18,532
how to create type in typescript that prevent to use same name value in nested object example structure { x: { name: "mattew" } } i mean in this example mattew cant be value in name again
40688bdd26eb33caa426f4bb8ab26a81
{ "intermediate": 0.5096157193183899, "beginner": 0.2269284427165985, "expert": 0.2634558379650116 }
18,533
setOpenOrdersIds((prev: OpenOrdersByIds) => { if (!prev[symbol]?.some((order) => order.overlayId === overlay)) { const newOrder = {id: id.toString(), overlayId: overlay}; console.log(newOrder); return {...prev, [symbol]: [...(prev[symbol] ?? []), newOrder]}; } else { ...
4a800541cc4b375a45481074e9a71428
{ "intermediate": 0.34931108355522156, "beginner": 0.42150697112083435, "expert": 0.22918196022510529 }
18,534
I'd like to port Blitz3D's TFormVector function in Ogre 1.7. The function is described as: TFORMVECTOR(FLOAT X,FLOAT Y,FLOAT Z, SOURCE_ENTITY,DEST_ENTITY) x, y, z = components of a vector in 3d space source_entity = handle of source entity, or 0 for 3d world dest_entity = handle of destination entity, or 0 for 3d wor...
938b0b4695007a425d07806f8f1a12ad
{ "intermediate": 0.41881096363067627, "beginner": 0.27596181631088257, "expert": 0.30522724986076355 }
18,535
привет помоги с рефакторингом кода для Unity [SerializeField] private Image currentstateBike; [SerializeField] private Sprite stateBikeSitting; [SerializeField] private Sprite stateBikeStanding; private void Update() { if (Input.GetKeyDown(KeyCode.Keypad5)) { if (currentstateBike.sprite == stateBikeStanding) { curr...
a7e4f6e9ae023c4823af125a00e4019f
{ "intermediate": 0.418540894985199, "beginner": 0.31134623289108276, "expert": 0.27011290192604065 }
18,536
In JIRA CLOUD, with the help of a filter and Enhanced Search, i want a JQL request that returns all test tickets from a test execution, in order to use it into a dashboard
a9ce61d79bb69a8c408dd54ea0b7e1ba
{ "intermediate": 0.5768385529518127, "beginner": 0.17327521741390228, "expert": 0.24988624453544617 }
18,537
interface OpenOrders { id: string; overlayId: string; } export interface OpenOrdersByIds { [key: string]: OpenOrders[]; } export interface AccountOpenOrder { apiKeyId: string; apiKeyName: string; id: string; symbol: string; type: string; price: number; quantity: number; side: string; status: ...
902ffc2ed74bf21a3681edc9c1e7d361
{ "intermediate": 0.28288620710372925, "beginner": 0.6116246581077576, "expert": 0.10548918694257736 }
18,538
I'd like to port Blitz3D's TFormVector function in Ogre 1.7. The function is described as: TFORMVECTOR(FLOAT X,FLOAT Y,FLOAT Z, SOURCE_ENTITY,DEST_ENTITY) x, y, z = components of a vector in 3d space source_entity = handle of source entity, or 0 for 3d world dest_entity = handle of destination entity, or 0 for 3d wor...
8987a15865052f52e06f1a5de44d657d
{ "intermediate": 0.41171514987945557, "beginner": 0.27925556898117065, "expert": 0.3090292811393738 }
18,539
design me a esp32 arduino program using espnow to interconnect two esp32 microcontrollers interconnecting both in a way that all i2c, spi and gpio are interconnected as if there is only 1 microcontroller, making i2c, spi and gpio wireless
b465a411d4339239771c77845dfd9ac0
{ "intermediate": 0.4725801646709442, "beginner": 0.11309884488582611, "expert": 0.41432100534439087 }
18,540
design me a esp32 arduino program using espnow to interconnect two esp32 microcontrollers interconnecting both in a way that all i2c, spi and gpio are interconnected as if there is only 1 microcontroller, making all connected devices like i2c screens and push buttons and rotary encoder inputs, i2c, spi and gpio wireles...
80ff2a9c94ce468c28c9775a829362fb
{ "intermediate": 0.4470013678073883, "beginner": 0.21893571317195892, "expert": 0.3340629041194916 }
18,541
design me a esp32 program that uses 2 esp32 microcontrollers connected trough espnow working as one esp32 capable of full gpio and i2c input/output wireless bridge that acts as if there is only 1 microcontroller connected to peripherals. Structure the code in a way that i have a place where i can put any example progra...
6cb3e8046b2e7022f0974b2ec0b521f7
{ "intermediate": 0.5386858582496643, "beginner": 0.20347368717193604, "expert": 0.25784051418304443 }
18,542
how to implement singleton with shared_ptr in c++ 11
6892fd5cc163145cfe04e1d2de5878d6
{ "intermediate": 0.4620507061481476, "beginner": 0.16304568946361542, "expert": 0.3749036192893982 }
18,543
# Load the required library library(e1071) # Read the CSV file x <- read.csv("C:/Users/whoami/Machine Learning/Training/eu-west-1.csv") # Convert date_hour column to POSIXct format x$date_hour <- as.POSIXct(x$date_hour, format = "%Y-%m-%d %H:%M:%S") # Create a new dataframe with only the price column price_data <- x...
d7963b4f18a82e6248b3ac0644c75815
{ "intermediate": 0.7007572650909424, "beginner": 0.1163828894495964, "expert": 0.18285983800888062 }
18,544
Create me a arduino esp32 program with hardware interupt functions for handling GPIO, I2C, SPI input and output with coresponding buffers, use espnow to transfer the buffers so two esp32 microcontrollers can use the same GPIO, I2C, SPI input and output
471268456c0e642cdd7efc0edb26ac34
{ "intermediate": 0.6487833857536316, "beginner": 0.15720945596694946, "expert": 0.19400714337825775 }
18,545
Abstract Objectives This study aimed to evaluate the temporal changes in the drug regimens and cost in older adults with diabetes in China. Study Design A retrospective, observational and multi-center research was performed to estimate the temporal changes in the drug regimens and cost in older adults with diabetes in ...
2489a4345a39cbfd424603a996b70766
{ "intermediate": 0.32740718126296997, "beginner": 0.4263528883457184, "expert": 0.24623994529247284 }
18,546
Provided Grok expressions do not match field value: [2023-08-25 06:17:32 172.19.125.203 POST /UAT_SMS_ARKAFINECAP/AdvancePayment/EmployeeReimbursement/GetGridDataForSettlementHistory - 443 admin 172.19.100.158 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/116.0.0.0+Safari/537.3...
ce164a9ea2cba234d827368d7f490fa8
{ "intermediate": 0.5817650556564331, "beginner": 0.2695571482181549, "expert": 0.1486777812242508 }
18,547
how do I parse log file Grok expressions
29f4f205e7b56fbf5ca92aa0a9856191
{ "intermediate": 0.4715832769870758, "beginner": 0.26559019088745117, "expert": 0.262826532125473 }
18,548
confirmClone() { const inputTitle = this.$t('propmt.clone.input').toString() const promptTitle = this.$t('propmt.clone.title').toString() this.$prompt(inputTitle, promptTitle, { confirmButtonText: this.$t('confirmation.clone').toString(), cancelButtonText: this.$t('btns.cancel').toString(), ...
a3620c95e4bbfdc97cd7814251253967
{ "intermediate": 0.36750707030296326, "beginner": 0.33329498767852783, "expert": 0.2991980016231537 }
18,549
Make ttt game made with html, Before players play they must choose Multiplayer or Solo Game play, if chosen is Multiplayer each player must Enter Their name If there is someone player won then display in the screen congratulations player <name> you won the game. If chosen solo, Enter the player name and one of his opp...
4f498fd2a7b9ae6ecbab1e3be7c1e952
{ "intermediate": 0.43287286162376404, "beginner": 0.22581122815608978, "expert": 0.34131595492362976 }
18,550
Create me a arduino esp32 program with hardware interupt functions for handling GPIO, I2C, SPI input and output with coresponding buffers, use espnow to transfer the buffers so two esp32 microcontrollers can use the same GPIO, I2C, SPI input and output
eab271f123e28fdf0c6c40da86bc5d92
{ "intermediate": 0.6487833857536316, "beginner": 0.15720945596694946, "expert": 0.19400714337825775 }
18,551
Make ttt game made with html, Before players play they must choose Multiplayer or Solo Game play, if chosen is Multiplayer each player must Enter Their name If there is someone player won then display in the screen congratulations player <name> you won the game. If chosen solo, Enter the player name and one of his oppo...
15549610e3224aca8cf7163f111b8b79
{ "intermediate": 0.3479181230068207, "beginner": 0.25631359219551086, "expert": 0.39576834440231323 }
18,552
Hi! Can you write me a Flutter class that will provide API to work with Shared Preferences package and also it should use injectable
93b759607ac82838da75626148b67836
{ "intermediate": 0.8471992015838623, "beginner": 0.09685556590557098, "expert": 0.055945225059986115 }
18,553
can you check the following code for errors? #include <esp_now.h> #include <pgmspace.h> // Define the slave address used for I2C communication #define SLAVE_ADDRESS 0x10 // Define the SPI pins #define I2C_SDA_PIN 4 // Example I2C SDA pin #define I2C_SCL_PIN 5 // Example I2C SCL pin #define SPI_CS_PIN 15 // Exampl...
266f4275d85fee0fd47991b3df250b0c
{ "intermediate": 0.20485472679138184, "beginner": 0.5639577507972717, "expert": 0.23118753731250763 }
18,554
use flutter fill image on one page
38040843c1a1e298f3fb8b0255d8b7de
{ "intermediate": 0.3689571022987366, "beginner": 0.2893886864185333, "expert": 0.3416541814804077 }
18,555
can you check the code below for errors? #include <esp_now.h> #include <Wire.h> #include <ESP32SPISlave.h> #include <SPI.h> ESP32SPISlave slave; // Define the slave address used for I2C communication #define SLAVE_ADDRESS 0x10 // Define the SPI pins #define I2C_SDA_PIN 4 // Example I2C SDA pin #define I2C_SCL_PI...
fdac5a2bc2e08f9f7ee58a3db153a0ae
{ "intermediate": 0.4172469973564148, "beginner": 0.3083636462688446, "expert": 0.2743893265724182 }
18,556
_positions.length == 1 "ScrollController attached to multiple scroll views."
108c08f23203da9facf646a783482a55
{ "intermediate": 0.4270566999912262, "beginner": 0.24891377985477448, "expert": 0.32402947545051575 }
18,557
как в tkinter убрать белую рамку по краям image = ImageTk.PhotoImage(image) canvas = tk.Canvas(window, width=width, height=height) canvas.pack(side="top", fill="both") canvas.create_image(0, 0, anchor="nw", image=image) canvas["background"] = "white" window.title("Тест") window.geometry("800x800") window["background"]...
2547ca1a53778231fe17d931d0af7b5a
{ "intermediate": 0.4016757011413574, "beginner": 0.193028062582016, "expert": 0.4052962064743042 }
18,558
reload page flutter
6837df26aca94533ef81cdf21eb606bd
{ "intermediate": 0.28765326738357544, "beginner": 0.36018213629722595, "expert": 0.3521645665168762 }
18,559
i have errors in my code, can you help? Errors: In function 'void setup()': 114:18: error: invalid conversion from 'void (*)()' to 'void (*)(int)' [-fpermissive] Wire.onReceive(i2cInterruptHandler); ^~~~~~~~~~~~~~~~~~~ In file included from 2: C:\Users\izanamie\AppData\Local\Arduino15\packages\esp3...
204bf23d1ac1995a832f8e034708af3c
{ "intermediate": 0.3865264058113098, "beginner": 0.4313236474990845, "expert": 0.1821499764919281 }
18,560
I need a VBA code that can do the following: From my open workbook 'Service Provider'and active sheet, Open into the background the closed workbook 'Service Provider History' located at "G:\Shared drives\Swan School Site Premises\PREMISES MANAGEMENT\SERVICE PROVIDERS\Service Providers History.xlsx". Copy cells with da...
c3b911ab56c3988debbb92c098452b48
{ "intermediate": 0.540340781211853, "beginner": 0.17219094932079315, "expert": 0.2874682545661926 }
18,561
SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; -- ---------------------------- -- Table structure for order_master -- ---------------------------- DROP TABLE IF EXISTS `order_master`; CREATE TABLE `order_master` ( `order_id` int(18) NOT NULL AUTO_INCREMENT COMMENT '订单主键', `buyer_name` varchar(32) CHARACTER SET ut...
08411e21df296a101abadb40932bc1aa
{ "intermediate": 0.37455135583877563, "beginner": 0.2282300591468811, "expert": 0.3972185552120209 }
18,562
i have a list of dict. i want to make it a df
72ec868f4457bdace395320e629544b0
{ "intermediate": 0.32505565881729126, "beginner": 0.39842739701271057, "expert": 0.27651697397232056 }
18,563
please check the below python code to check "Bogdady" whatsapp online status. "#!/usr/bin/env python # coding: utf-8 # In[ ]: from selenium import webdriver from datetime import datetime driver = webdriver.Chrome(r'chromedriver.exe') # Load Whatsapp Web page driver.get("https://web.whatsapp.com/") name="Bogdady"...
8119bab52a7971f744e68959688a3b21
{ "intermediate": 0.2967156171798706, "beginner": 0.6018277406692505, "expert": 0.1014566719532013 }
18,564
The following VBA works very well but I would like a change. I want the values of column I and column J copied then joined together with a space between and then pasted into Notepad. Sub HistoryToNotepad() Dim sourceWorkbook As Workbook Dim destinationWorkbook As Workbook Dim sourceWorksheet As Worksheet Dim destinat...
8cfdb1d7f833008f5a3dca2302412673
{ "intermediate": 0.3343140184879303, "beginner": 0.4067781865596771, "expert": 0.2589077949523926 }
18,565
flutter web zip file and download
d9d2469bf82f47693155ca4102a62768
{ "intermediate": 0.36035796999931335, "beginner": 0.2525900900363922, "expert": 0.38705193996429443 }
18,566
i would like to know how blitz3d's TFormVector works. do you know? this is the example code in b3d, the result shows at the bottom given the INPUT#1 #2 and #3 p = CreatePivot() PositionEntity p, 10, 20, 30 ; THIS IS IGNORED BY TFORMVECTOR TurnEntity p, -5, -15, 25 ; INPUT #1 ; Question: what would happen if ...
4f2c342b0deae889772cc4fae92ce015
{ "intermediate": 0.6743444800376892, "beginner": 0.14159941673278809, "expert": 0.1840560883283615 }
18,567
how would i change this code to work on a pretrained model like bert: model_file_name = 'TI_recommendation_algorithm/ti_rec_model_doc2vec' model_file_path = model_file_name #! #! model_file_path = temp_file_path + '/' + model_file_name # Checks if doc2vec file exist; if not down...
04bf58f6b972ff3dba858b3ad87be891
{ "intermediate": 0.4145069420337677, "beginner": 0.30688178539276123, "expert": 0.27861130237579346 }
18,568
Can you give me pandas's code, to find the number of row in dataset that have a colum with date before 1900 ?
63f04d9c206c4f88c27628f9a482b709
{ "intermediate": 0.6907713413238525, "beginner": 0.07815276831388474, "expert": 0.2310759276151657 }
18,569
how do i hide the path in command line prompt jupyter notebook
bd45cd4b412e4ae06c725fae368f8bc9
{ "intermediate": 0.4998560845851898, "beginner": 0.17785945534706116, "expert": 0.322284460067749 }
18,570
Cab you optimize the following script (from FastLed) in a way that I can toggle with a button between
34faec821a9df4e48d7c9a18f67e0bd0
{ "intermediate": 0.22827711701393127, "beginner": 0.12876887619495392, "expert": 0.6429540514945984 }
18,571
Cab you optimize the following script (from FastLed) in a way that I can toggle with a button between GPAL A, GPAL B and GPAL C
23c15cd7a089ac1c5b75966bdbf530be
{ "intermediate": 0.22735440731048584, "beginner": 0.09658955037593842, "expert": 0.6760560870170593 }
18,572
I am using %%cmd adn running a C executable in jupyter notebook but I don’t want to see anything but the output of the file in the outout of the notebook. I am usuing windows 10.
71fa5845c4ef6c0e287b606503a8f625
{ "intermediate": 0.3390694856643677, "beginner": 0.272945761680603, "expert": 0.3879847824573517 }
18,573
class LastPageTransition extends AbstractElement { constructor(selector) { super(selector); } maxPage() { return this.$$('[data-testid*="antd-pagination-page-link"]').pop() } selector needs to be typeof `string` or `function`
e65c7b6e3d71c75dc5acb33a6bb6ad5c
{ "intermediate": 0.2948835492134094, "beginner": 0.5701073408126831, "expert": 0.13500910997390747 }
18,574
following script does not work. Can you correct it for me? /// @file Fire2012WithPalette.ino /// @brief Simple one-dimensional fire animation with a programmable color palette /// @example Fire2012WithPalette.ino #include <FastLED.h> #define LED_PIN 6 #define COLOR_ORDER GRB #define CHIPSET WS2811 #defin...
40257fac15d9aaaaedfe709a25d56725
{ "intermediate": 0.41566482186317444, "beginner": 0.40625813603401184, "expert": 0.17807705700397491 }
18,575
const AbstractElement = require('./abstractElement'); const AbstractElements = require('./abstractElements'); class LastPageTransition extends AbstractElement { constructor(selector) { super(selector); } async maxPage() { const elements = this.$$('[data-testid*="antd-pagination-page-link"]') ...
c2a91cc9bc220b69be283b540b69cdf4
{ "intermediate": 0.36355745792388916, "beginner": 0.3991129994392395, "expert": 0.23732952773571014 }
18,576
Could you please correct the errors in this script: /// @file Fire2012WithPalette.ino /// @brief Simple one-dimensional fire animation with a programmable color palette /// @example Fire2012WithPalette.ino #include <FastLED.h> #define LED_PIN 6 #define COLOR_ORDER GRB #define CHIPSET WS2811 #define NUM_L...
f72101b1cd4a31c7ab046ad72d633cac
{ "intermediate": 0.3257967233657837, "beginner": 0.3644981384277344, "expert": 0.30970507860183716 }
18,577
I sued this code : from pymexc import futures symbol = "BCH_USDT" client = futures.HTTP(api_key = api_key, api_secret = api_secret) def handle_message(message): # handle websocket message print(message) print(client.asset(currency="USDT")) But terminal returning me: {'success': False, 'code': 602, 'messag...
3e82a823782a9664d96e516bc0ef8a05
{ "intermediate": 0.41510823369026184, "beginner": 0.41322213411331177, "expert": 0.1716696172952652 }
18,578
maxPage() { return this.$('[data-testid*="antd-pagination-page-link"]')[-1]; } selector needs to be typeof `string` or `function`
aee1b89bc4eb204c368efecb01f7dbb1
{ "intermediate": 0.336896687746048, "beginner": 0.4827089011669159, "expert": 0.18039441108703613 }
18,579
что вернет код const elements = $$('[data-testid*="antd-pagination-page-link"]' console.log(elements)
de52e2770e3a0938ed3782d2f934cf11
{ "intermediate": 0.3511030077934265, "beginner": 0.37294331192970276, "expert": 0.27595362067222595 }
18,580
Hi, this script has some errors, could you please correct them for me? /// @file Fire2012WithPalette.ino /// @brief Simple one-dimensional fire animation with a programmable color palette /// @example Fire2012WithPalette.ino #include <FastLED.h> #define LED_PIN 6 #define COLOR_ORDER GRB #define CHIPSET ...
d87251f21a89b242e9b16d4b858cc3f7
{ "intermediate": 0.39342552423477173, "beginner": 0.31495150923728943, "expert": 0.29162299633026123 }
18,581
In VBA how can I open a workbook minimised
9e569806daa6761b151d8914d72b3ebb
{ "intermediate": 0.4739876389503479, "beginner": 0.28924471139907837, "expert": 0.23676763474941254 }
18,582
final content = base64Encode(rawData); final anchor = AnchorElement( href: "data:application/octet-stream;charset=utf-16le;base64,$content") ..setAttribute("download", "file.zip") ..click(); read multi urls and zip it to rawData and download it use this code
684c4eaeed8955087ff6b21632fda916
{ "intermediate": 0.5159727334976196, "beginner": 0.20722147822380066, "expert": 0.2768057584762573 }
18,583
Tell me shortly what is signature in MEXC API ?
a910182c2f89fb9bc25a67236185443b
{ "intermediate": 0.764786422252655, "beginner": 0.08251499384641647, "expert": 0.15269865095615387 }
18,584
In number theory, two integers a and b are coprime if the only positive integer that is a divisor of both of them is 1. This is equivalent to their greatest common divisor (GCD) being 1. Given a natural number n. Find two natural numbers a and b (a < b) that are coprime such that a * b = n and |a - b| is the smallest. ...
a039923e61b845f9bfa602a35ab813a0
{ "intermediate": 0.42536818981170654, "beginner": 0.28712591528892517, "expert": 0.2875058352947235 }
18,585
I want you to write me VBA code for a PowerPoint presentation about Medical Image Analysis. I want Abstract, Introduction, Models to be implemented(CNN & RNN), Background, Literature Survey to be included in the Presentation. You are to fill in all the text with your own knowledge, no placeholders. I need at least 6 sl...
ac42ca0d6e3b7b084a05ef1420d0e8f4
{ "intermediate": 0.1397862285375595, "beginner": 0.22744041681289673, "expert": 0.6327733397483826 }
18,586
selenium python assert that after double click on button text the same
035ab1da06bec6f5200aa147b0fac4fd
{ "intermediate": 0.4116447865962982, "beginner": 0.27785733342170715, "expert": 0.31049785017967224 }
18,587
make me a javascript code to automatically download an image in a website. the link will be contained in an element as such: "<div class="media" style="max-height: 815.1px;"> <img src="https://static.wikia.nocookie.net/leagueoflegends/images/9/94/Aurelion_Sol_StormDragonSkin_HD.jpg/revision/latest/scale-to-width-dow...
6a02fab9b7e350ac96b9bbcf1934690a
{ "intermediate": 0.4197499752044678, "beginner": 0.2620505094528198, "expert": 0.3181995153427124 }