row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
8,229
- name: Comparing last updated kernel and running kernel shell: | LAST_KERNEL=$(rpm -q --last kernel |head -1 | awk '{print $1}' | sed 's/kernel-//'); CURRENT_KERNEL=$(uname -r) if [[ $LAST_KERNEL != $CURRENT_KERNEL ]]; then # Set reboot flag touch /tmp/reboot echo "KERNEL_...
9bc7ba08057c8a86372b35213112d16e
{ "intermediate": 0.3178209662437439, "beginner": 0.4625280797481537, "expert": 0.2196509838104248 }
8,230
Using an understanding understanding of loops, if statements, compound conditions, strings, lists, and binary numbers. "Write a program that prompts the user for a string. Similar to Lab 2 Question 4, the program will print the string b...
4cabf6e997a24944788006a0c1c987c5
{ "intermediate": 0.1268426775932312, "beginner": 0.8168259263038635, "expert": 0.0563313364982605 }
8,231
Using knowledge of loops, if statements, compound conditions, strings, lists, and binary numbers "Question 2. (3 marks correctness, 3 marks demo, 1 mark documentation) Write a program that takes a list of numbers as input from the user, prints the list of numbers that the user entered, and prints the sum of the even a...
5b3a31ca4d17fcdf526896606a93d221
{ "intermediate": 0.17393070459365845, "beginner": 0.7457917928695679, "expert": 0.08027749508619308 }
8,232
how to add this loader.jsx on below code loader.jsx import React from 'react'; const Loader = () => ( <div className="flex justify-center items-center h-screen"> <div className="relative w-12 h-12"> <div className="absolute top-0 left-0 w-full h-full rounded-full bg-gradient-to-r from-purple-400 via-pink-5...
6ad1e0ed4f2de1b9d20ab264a4410984
{ "intermediate": 0.3109692633152008, "beginner": 0.48630428314208984, "expert": 0.20272649824619293 }
8,233
Write a query that lists for each book its title and the name of its publisher. Order the listing alphabetically by the books' titles. Rename the columns as shown on the result table below.
d3475f11861995a1ad819a58eb5bceae
{ "intermediate": 0.3048074543476105, "beginner": 0.23173806071281433, "expert": 0.4634544849395752 }
8,234
can you write a pine script codes for Trading view
5429cc051cddb33b69273ba9e0c8cd9a
{ "intermediate": 0.3850594162940979, "beginner": 0.4243708848953247, "expert": 0.1905696541070938 }
8,235
How to run Cypress tests on Slack
fb5224f79853e0636400a1c5798323ae
{ "intermediate": 0.3404037058353424, "beginner": 0.07352545112371445, "expert": 0.5860707759857178 }
8,236
A customer can have any number of bank accounts For future multi-factor authentication and other purposes, we must record the customer’s telephone number The bank ranks its customers into three groups: basic, silver, and gold - the system must keep track of this information Customers ranked silver and gold can loan ...
82bca5172326c6e7d05047e86cb4ac84
{ "intermediate": 0.8184555768966675, "beginner": 0.08778737485408783, "expert": 0.0937570109963417 }
8,237
Modify the code below in such a way that the code returns the addresses of all transactions from the “TRANSACTIONS” tab in the given block import requests bscscan_api_key = ‘CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS’ def get_newly_created_contracts(start_block, end_block): url = f’https://api.bscscan.com/api?module=account...
0868342dc98974cef7797849fc41c731
{ "intermediate": 0.4839744567871094, "beginner": 0.35246679186820984, "expert": 0.1635587215423584 }
8,238
why is this code public static void ListContactsWithLastName(List<Contact> contacts) { string lastName; Write("Enter the last name to find: "); lastName = Console.ReadLine(); if (contacts.Contains(Contact.lastName)) { } } giving me this error and how to ...
84cc3da0b737fedfc0b17f908e93c7eb
{ "intermediate": 0.5398650169372559, "beginner": 0.28600284457206726, "expert": 0.17413215339183807 }
8,239
teach me count SQL
978db8bd40084e27b3a6eee7ca235f2a
{ "intermediate": 0.2320004403591156, "beginner": 0.616944432258606, "expert": 0.15105514228343964 }
8,240
Please write python example code
d063b592504f5ba40f63639ec1caf56b
{ "intermediate": 0.3519745469093323, "beginner": 0.27782154083251953, "expert": 0.3702039122581482 }
8,241
модифицируй код так, чтобы в ответ на слово 'пост' пользователя вылетала подборка, с кнопками 'да' и 'нет', при нажатии на 'да' данная подборка выкладывалась в группу при нажатии на 'нет' составлялась другая подборка."""import random import vk_api import requests from vk_api.bot_longpoll import VkBotLongPoll, VkBotEven...
0815540ea78bd764638ce3d1aa097461
{ "intermediate": 0.3684937357902527, "beginner": 0.4709985852241516, "expert": 0.1605076938867569 }
8,242
im getting this error bad argument #1 to 'gsub' (string expected, got table) if (Config.saveOnlyESXOwnedVehicles) then QBCore.Functions.CreateCallback("AP:getVehicleOwnership", function(source, plate, model) local trimmedPlate = string.gsub(plate, "^%s*(.-)%s*$", "%1") loca...
d4e734946b09ac074108a149f99195a0
{ "intermediate": 0.4110679626464844, "beginner": 0.3812738358974457, "expert": 0.20765818655490875 }
8,243
docker run container-name
cca0ff02f54af6b9d15e0628e191c0e6
{ "intermediate": 0.3623901903629303, "beginner": 0.27371007204055786, "expert": 0.36389976739883423 }
8,244
java code to remove all but the first instrument track from a midi sound sequence
7b7281aa7fda6864f3666287ce8324a7
{ "intermediate": 0.41340315341949463, "beginner": 0.1874687224626541, "expert": 0.3991280496120453 }
8,245
I need a TextField for currency in Android Compose. The TextField should behave: 1. If it is empty is should show 0 with gray text color; 2. When user types the first number, it should turn black; 3. If the user removes all number, the text should stay black without 0, which is mentioned in the first case; 4. If the Te...
be6664113d3c130c0c77f38ad68f7549
{ "intermediate": 0.5771088004112244, "beginner": 0.1516522765159607, "expert": 0.27123895287513733 }
8,246
у меня график строится благодаря коду import pandas as pd import seaborn as sns df_78 = pd.read_excel('target_final_2.xlsx', dtype=str, index_col=None) df_melt = pd.melt(df_78, id_vars=['Time','target'], value_vars=['first', 'second', 'third'], var_name='sort_1...
f0546d5b5470f0327c964446f775d56a
{ "intermediate": 0.33436304330825806, "beginner": 0.498931884765625, "expert": 0.16670513153076172 }
8,247
Laravel storage s3. How to get multiple files in one request?
8b867dcd14f0a56761070d4767db8c5a
{ "intermediate": 0.5369833111763, "beginner": 0.23195217549800873, "expert": 0.2310645878314972 }
8,248
Laravel s3 delete all files how?
3a2be6c55fea44af86c875973a18b39a
{ "intermediate": 0.5478072762489319, "beginner": 0.1414858102798462, "expert": 0.31070688366889954 }
8,249
package com.bezkoder.springjwt.security.services; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.security.core.userdetails.UsernameNotFou...
212205e3e891b6bce6719411f98c13f7
{ "intermediate": 0.3840685188770294, "beginner": 0.2989213764667511, "expert": 0.3170100748538971 }
8,250
i'm loading a texture in my imgui menu and it's causing some fps issues, i'm using stb_image.h, and this function bool LoadTextureFromFile(const char* filename, ID3D11ShaderResourceView** out_srv, int* out_width, int* out_height) { // Load from disk into a raw RG...
76434607c69937a05eaddd9a39fe9bd2
{ "intermediate": 0.45546892285346985, "beginner": 0.3390507102012634, "expert": 0.20548035204410553 }
8,251
这个脚本什么意思。 if [[ $SKIP_FE == "true" ]] then echo "skip feProcess" else echo "start feProcess" mkdir -p ~/.ssh cp $PWD/deploy/priv/id_rsa ~/.ssh/id_rsa cp $PWD/deploy/priv/config ~/.ssh/config chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/config fi
fdf3d043e5b4b9925bfa2cae2abe6b7a
{ "intermediate": 0.36496663093566895, "beginner": 0.4067758321762085, "expert": 0.22825755178928375 }
8,252
get [“Miles value”](){ return id => “[dat-test-id=‘detail-${id}’]” увидел это в ts, откуда берется id?
ec6d21fc991a0899d3704c751ca0be0c
{ "intermediate": 0.3895096480846405, "beginner": 0.3296903073787689, "expert": 0.28080007433891296 }
8,253
i Want to make a state isSelected with spread planning and urgent and update this state in react native
86c54834a5d7ec210b6664ffc729299e
{ "intermediate": 0.38453927636146545, "beginner": 0.22981682419776917, "expert": 0.385643869638443 }
8,254
I need a TextField for currency in Android Compose. The TextField should behave: 1. If it is empty is should show 0 with gray text color; 2. When user types the first number, it should turn black; 3. If the user removes all number, the text should stay black without 0, which is mentioned in the first case; 4. If the Te...
351a42dcc7568e74d24a081290aa703f
{ "intermediate": 0.5771088004112244, "beginner": 0.1516522765159607, "expert": 0.27123895287513733 }
8,255
How can I use a csv file in psychopy to only download and show specific images for each observer?
a18e21ef277dee8eb02ff26f479561b3
{ "intermediate": 0.5029191374778748, "beginner": 0.1284315139055252, "expert": 0.36864936351776123 }
8,256
how do i make a rpn package from my project builded with make
25c6fa140beaa6955cca19c1f68d873c
{ "intermediate": 0.35848379135131836, "beginner": 0.1754976361989975, "expert": 0.46601855754852295 }
8,257
The code below does not return all transactions in the specified block. import requests bscscan_api_key = ‘CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS’ def get_transactions(start_block, end_block): url = f’https://api.bscscan.com/api?module=account&action=tokentx&startblock={start_block}&endblock={end_block}&sort=asc&api...
680a0ca70cc2fe8a6a6896f5d77152f4
{ "intermediate": 0.46920955181121826, "beginner": 0.3362186849117279, "expert": 0.1945718377828598 }
8,258
You are an AI programming assistant. - Follow the user's requirements carefully and to the letter. - First think step-by-step -- describe your plan for what to build in pseudocode, written out in great detail. - Then output the code in a single code block. ...
2d240c6be6745c93b8c630a5df14fb95
{ "intermediate": 0.19757366180419922, "beginner": 0.3483876883983612, "expert": 0.4540386199951172 }
8,259
what is the best way to check if the current prediction matches any of the previous predictions without taking too much memory in image detection problem using python?
efe0fea9385853026034ad3bf052cb20
{ "intermediate": 0.31139829754829407, "beginner": 0.09379813075065613, "expert": 0.594803512096405 }
8,260
how to pause 5 secondon python
10be6ac61c2884e18a9ffaafbe33e237
{ "intermediate": 0.2903911769390106, "beginner": 0.18507471680641174, "expert": 0.5245341062545776 }
8,261
how do i create my rpm package for CentOS for my project which is builds with cmake
247d7e1a266c306e871bdba297d65473
{ "intermediate": 0.5237882733345032, "beginner": 0.15219470858573914, "expert": 0.32401707768440247 }
8,262
Based on the context between hashtags, I need you to generate C# example code using the latest version of tensorflow.net library that uses dag-based scheduling algorithm with reinforced learning using DQN to find the lowest possible global execution time maximizing CPU and RAM usage, the example should contain code to ...
d762d0f236073e2ca29b9a58fcd696b9
{ "intermediate": 0.25823378562927246, "beginner": 0.08711576461791992, "expert": 0.6546505093574524 }
8,263
can you give me a sample code java using kecloak for two microservices that intercat each other
77f8a5da9ad956f8e69cda1a4853713a
{ "intermediate": 0.7548450231552124, "beginner": 0.14717644453048706, "expert": 0.09797859191894531 }
8,264
image car and man and dog logo
59d4a939d08bb85d2487bad77a5fa2ba
{ "intermediate": 0.40704596042633057, "beginner": 0.26856598258018494, "expert": 0.3243880271911621 }
8,265
Измени приведенный ниже код таким образом, чтобы он отображал список всех внешних транзакций в указанном блоке import requests bscscan_api_key = ‘CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS’ def get_transactions(address, start_block, end_block): url = f’https://api.bscscan.com/api?module=account&action=txlist&address={...
40ae512b41e4c785c3ed6a78ea07c033
{ "intermediate": 0.42011553049087524, "beginner": 0.41257309913635254, "expert": 0.16731137037277222 }
8,266
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...
9d842242eaa5ce905c54dd2c9a755de9
{ "intermediate": 0.367301881313324, "beginner": 0.36825671792030334, "expert": 0.2644413709640503 }
8,267
what is constr in pydantic
8596e0f69f450881330b878165a178ed
{ "intermediate": 0.4127753674983978, "beginner": 0.3370327353477478, "expert": 0.250191867351532 }
8,268
Make for me a game pong on scratch
df5238a3fbc21fba131059a0bf224cfe
{ "intermediate": 0.3283328711986542, "beginner": 0.34960460662841797, "expert": 0.32206249237060547 }
8,269
Based on the context between hashtags, I need you to generate python example code that uses dag-based scheduling algorithm with reinforced learning using DQN to find the lowest possible global execution time maximizing CPU and RAM usage, the example should contain code to train the model if already exists and it should...
d69abb998301a32946828b9034052f83
{ "intermediate": 0.14930474758148193, "beginner": 0.05345303192734718, "expert": 0.7972422242164612 }
8,270
const handleSelection = (type) => { setIsSelected({ …isSelected, [type]: !isSelected[type], }); }; // usage <Button title={isSelected.planning ? ‘Planning selected’ : ‘Select planning’} onPress={() => handleSelection(‘planning’)} /> <Button title={isSelected.urgent ? ‘Urgent selected’ : ‘Select urgen...
34cfd99914b14bb559b432b9a94a4c29
{ "intermediate": 0.34556034207344055, "beginner": 0.30483901500701904, "expert": 0.349600613117218 }
8,271
write code ball game c++ use glut open gl
877eacbb86216cb56307d574f3b4be52
{ "intermediate": 0.37907761335372925, "beginner": 0.44479572772979736, "expert": 0.1761266440153122 }
8,272
привет, я написал код на c++/cli с помощью chat Gtp 3.5, но получил много ошибок, помоги мне их исправить private: System::Void button3_Click(System::Object^ sender, System::EventArgs^ e) { // Задаем строки для поиска String^ searchStr1 = "строка1"; String^ searchStr2 = "строка2"; String^ searchStr3 = "строка...
13eb1073f41626d00e8e41d2179f0d80
{ "intermediate": 0.36741209030151367, "beginner": 0.3838859498500824, "expert": 0.2487020194530487 }
8,273
hi
dcc7178cb4f8fce359adccfecae23923
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
8,274
we have a string and list . we need to compare the string with the items of list if the string and item.name have a match more than 50% return the item from list in reatc native
a7a74417e832c56eaa2ead54f4cfbf2d
{ "intermediate": 0.46981188654899597, "beginner": 0.15459851920604706, "expert": 0.3755895495414734 }
8,275
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...
b1ba7907f279f11619176241b9360a20
{ "intermediate": 0.367301881313324, "beginner": 0.36825671792030334, "expert": 0.2644413709640503 }
8,276
Преобразуй десятеричное значение блока в приведенном коде в шестнадцатеричное import requests bscscan_api_key = 'CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS' def get_external_transactions(block_number): url = f'https://api.bscscan.com/api?module=proxy&action=eth_getBlockByNumber&tag={block_number}&boolean=true&apikey={bs...
8efcaab710c7ee4a2db8b358f753f6c6
{ "intermediate": 0.4482796788215637, "beginner": 0.3297829329967499, "expert": 0.2219374030828476 }
8,277
const TelegramBot = require('node-telegram-bot-api'); const sourceChannelId = 813511483; const targetChannelId = 813511483; const bot = new TelegramBot('6298783679:AAHu7hJus-qu_QLal7PDaIalUBRBNACjBzY', { polling: true }); let chat = await bot.getChat("813511483") console.log(chat) bot.on('message', (message) => {...
7ec678a896d638b34e5ad764a9412744
{ "intermediate": 0.46943235397338867, "beginner": 0.3045729398727417, "expert": 0.2259947657585144 }
8,278
How do I recognize malicious/suspicious C# code? Give me a good example of a malicious code hidden as a regular code.
07a9da082187f27a6e3aeb71e543bff5
{ "intermediate": 0.2934969365596771, "beginner": 0.4679517149925232, "expert": 0.23855136334896088 }
8,279
You are a senior developper. You have to develop a virtual tour application using three.js. List all the steps you need to realize the tour.
6e1857afe58a94b564b9f88c5ac28e25
{ "intermediate": 0.48152878880500793, "beginner": 0.259722501039505, "expert": 0.25874871015548706 }
8,280
"while ~isempty(idx) % Check if idx is empty or has only one element if numel(idx) > 1 temp_idx = idx(yp(idx) <= YPredict(:, idx(1:end-1))); else temp_idx = []; end if ~isempty(temp_idx) temp_idx = temp_idx(temp_idx >= 1 & temp_idx <= nTimeStep-1); if ~isempty(temp_idx) [LstmNet, yp(temp_idx)] = predictAndUpdateState(...
48d89e6fa2b8df099c546183e1e24f6f
{ "intermediate": 0.4044823944568634, "beginner": 0.3113812506198883, "expert": 0.2841363847255707 }
8,281
使用java编程实现PING的服务器端和客户端,实现操作系统提供的ping命令的类似功能
a338831467c3b2bfa5d0f0c404f25625
{ "intermediate": 0.33683663606643677, "beginner": 0.4013708531856537, "expert": 0.26179245114326477 }
8,282
we have a string and list . we need to compare the string with the items of list if the string and item.name have a match more than 50% return the item from list . exemple str='pediatree' and list =[{id:1,name:"pediatre"},{id:1,name:"medecin physique"},{id:1,name:"medecin esthetique"},{id:1,name:"medecin generaliste"}]
18e999b34412c23d925b717f719e8b9f
{ "intermediate": 0.43821656703948975, "beginner": 0.18986362218856812, "expert": 0.37191978096961975 }
8,283
hi
7adda3a664d123950fbbdd553ca1a4d8
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
8,284
can you explain me a concept of target entity and source entity (wish side of a relation) in JPA Relationship
2f0d96e0ef92430d309999872e924f7d
{ "intermediate": 0.5859021544456482, "beginner": 0.18393167853355408, "expert": 0.23016619682312012 }
8,285
Hello
28b80b1fee1abd118f9cef4ea1352d7d
{ "intermediate": 0.3123404085636139, "beginner": 0.2729349136352539, "expert": 0.4147246778011322 }
8,286
how can I make this show nice WriteLine("Name {0,-10}", contact.name + contact.lastName); WriteLine("Phone {0,-10}", contact.phoneNum); WriteLine("Email {0,-10}", contact.email); WriteLine("State {0,-10}", contact.state); WriteLine("Age {0,...
e93ed9d53fdcbb58fd0e2e68eab60465
{ "intermediate": 0.3343488276004791, "beginner": 0.2192312777042389, "expert": 0.446419894695282 }
8,287
how can I save a created cdf file using pycdf from spacepy
95c5bf761f41e706b164c027f9d6df5f
{ "intermediate": 0.5962343215942383, "beginner": 0.14811758697032928, "expert": 0.25564810633659363 }
8,288
org.freedesktop.DBus - возвращает только три интерфейса, result = g_dbus_proxy_call_sync(proxy, “Introspect”, NULL, G_DBUS_CALL_FLAGS_NONE, -1, NULL, &error); при таком вызове, можно ли расширить возможности вывода?
227a8c12ed36f2bfe813c08f1f4d8f11
{ "intermediate": 0.5844565033912659, "beginner": 0.24127115309238434, "expert": 0.17427240312099457 }
8,289
The following code does pretty much what I want it to doa. My only requirement is that it pastes only the last 20 values found in column 10: Sub LastTenJobs() Dim wscf As Worksheet Dim wsjr As Worksheet Dim lastRow As Long Dim copyRange As Range Dim cell As Range Set wscf = Sheets(Range("G3").Value) Set wsjr = Shee...
99f4633dedf193d60e07f7d6c9dbd178
{ "intermediate": 0.4361696243286133, "beginner": 0.34633567929267883, "expert": 0.2174946814775467 }
8,290
Generate java spark code for SCD type 2 without udf and with parametrizable fields
6f87af3b72ad51c0f0f433fd6b31e170
{ "intermediate": 0.5054598450660706, "beginner": 0.19739432632923126, "expert": 0.297145813703537 }
8,291
can you explain me a concept of target entity and source entity (wish side of a relation) in JPA Relationship? and give me a cocrete example using those concept source and target for @ManyToOne, @OneToMany, @OneToOne, and @ManyToMany
14e324436caad13d217bcb7b723c9175
{ "intermediate": 0.6760783195495605, "beginner": 0.10842693597078323, "expert": 0.215494766831398 }
8,292
explian me the use of MapStruct librairie in spring boot application, with the full sample code java?
31025e45c4ab879fc3b926156ba04540
{ "intermediate": 0.7393226027488708, "beginner": 0.06667675822973251, "expert": 0.19400061666965485 }
8,293
Show me an ASCII art of a crocodile.
dbd3f6acfec83afca6c1549665adfbe0
{ "intermediate": 0.38056525588035583, "beginner": 0.3549731969833374, "expert": 0.2644614577293396 }
8,294
explian me the use of MapStruct librairie in spring boot application, with the full sample code java?
0c7ef03c6edae5dea94ccab5a7877825
{ "intermediate": 0.7393226027488708, "beginner": 0.06667675822973251, "expert": 0.19400061666965485 }
8,295
explian me the use of MapStruct librairie in spring boot application, with the full sample code java?
5b3ccd887b1df76924ff0bd9cabe98b3
{ "intermediate": 0.7393226027488708, "beginner": 0.06667675822973251, "expert": 0.19400061666965485 }
8,296
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...
36aadb18104eafbd13f5ec9abf962d82
{ "intermediate": 0.367301881313324, "beginner": 0.36825671792030334, "expert": 0.2644413709640503 }
8,297
Why does my github actions keep changing to the repo with the latest commit push, how can i set it to only deploy when main has recent pushes?
da7c3119c65f1041a94c9973b023fb45
{ "intermediate": 0.503757894039154, "beginner": 0.24060887098312378, "expert": 0.25563326478004456 }
8,298
repeat this:
7f773c5a73f38b93e37f4415c33c0cdb
{ "intermediate": 0.3278663754463196, "beginner": 0.3366943299770355, "expert": 0.3354393541812897 }
8,299
Generate java spark code for SCD type 2 without udf and with parametrizable fields and hashing
c88cdb226b93e70ddd7ee13dbc29de72
{ "intermediate": 0.5402789115905762, "beginner": 0.17016877233982086, "expert": 0.2895522713661194 }
8,300
Generate java spark code for SCD type 2 without udf and with parametrized fields and hashing and 5 primary keys and 10 value fields and schema check
4da2fc49e7b94e7714e52efe1013fb15
{ "intermediate": 0.5596026182174683, "beginner": 0.14715349674224854, "expert": 0.2932438850402832 }
8,301
Измени ниже приведенный код таким образом, чтобы возвращались не все транзакции заданного блока, а только транзакции, у которых в {tx[‘to’] есть метод Create (New contract source code verified) import requests bscscan_api_key = ‘CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS’ def get_external_transactions(block_number): url = f...
af99b84849e3e3d1219c18a4e037242d
{ "intermediate": 0.47168660163879395, "beginner": 0.37975871562957764, "expert": 0.1485546976327896 }
8,302
java code to display a 88 key piano keyboard as swing gui with pressable white and black keys
14215593b5815c2b0ebd1590575a6319
{ "intermediate": 0.48298192024230957, "beginner": 0.16698680818080902, "expert": 0.3500312864780426 }
8,303
what are openmpi-dev openmpi-common and build-essential packages for arch linux
7ab8761e4e206fdf226b57d0e711a153
{ "intermediate": 0.5670361518859863, "beginner": 0.22555026412010193, "expert": 0.20741359889507294 }
8,304
Generate java spark code for SCD type 2 without udf and with parametrizable fields, hashing, partitionning and schema check
4615e99c79ad476e16c320f297d626de
{ "intermediate": 0.5915141105651855, "beginner": 0.1617279201745987, "expert": 0.24675799906253815 }
8,305
Based on the following prisma schemas model Quote { id Int @id @default(autoincrement()) price Decimal @db.Decimal(10, 2) quantity Float // UoMCode String // measurment ItemMeasurement @relation(fields: [UoMCode], references: [U...
c452f3d1bc7fca8cb08a2ba4472980aa
{ "intermediate": 0.5177257061004639, "beginner": 0.30947545170783997, "expert": 0.17279884219169617 }
8,306
For the single angle pulse data of the strain gauge test, how to do it with matlab is the signal recognition and smoothing processing, giving the treatment method in matlab
90d167693b39d1fef39eb86f577c25d7
{ "intermediate": 0.2784879505634308, "beginner": 0.13822981715202332, "expert": 0.5832822322845459 }
8,307
Review and employee strength about revgurus company
391d7f1acab0641a578a48b222822afb
{ "intermediate": 0.3803046643733978, "beginner": 0.27542105317115784, "expert": 0.34427428245544434 }
8,308
Create for me a website for my University, Badr University in Cairo, Include drop down lists with html
190199b9ed5ae376b038778be5265993
{ "intermediate": 0.34278345108032227, "beginner": 0.23349237442016602, "expert": 0.4237242043018341 }
8,309
Please fill up the missing code for this package com.ipsummusic.challenge.controllers; import java.time.LocalDateTime; import java.time.ZoneOffset; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import com.google.gson.Gson; import com.google.gson.JsonObject; import ...
bfb450232caa34213a48b5f5f459dd16
{ "intermediate": 0.3488830029964447, "beginner": 0.34631356596946716, "expert": 0.30480343103408813 }
8,310
Unhandled rejection Error: ETELEGRAM: 409 Conflict: terminated by other getUpdates request; make sure that only one bot instance is running const TelegramBot = require('node-telegram-bot-api');
9263356866412ba49161512eb577f9eb
{ "intermediate": 0.5364882946014404, "beginner": 0.2042073756456375, "expert": 0.25930431485176086 }
8,311
how to read : spring.datasource.password=${JDBC_DATABASE_PASSWORD:<<YOUR_PASSWORD>>} using java code
dba2f2d782bd99b4e213d853f8c2134d
{ "intermediate": 0.31238171458244324, "beginner": 0.5671206116676331, "expert": 0.12049766629934311 }
8,312
Generate code to create neural network ensembling model to generate the top 10 most probable set of items ranged from 1 to 52 based on previous classified combination set of items ranged from 1 to 52
72ad62bce96db51be0c1c2c8718d7b5d
{ "intermediate": 0.08944320678710938, "beginner": 0.04205654561519623, "expert": 0.868500292301178 }
8,313
Please write java code for this '# Milestone 3: Managing account info Now that we're storing our students' account and payment information, we need to help them update and delete it: - People sometimes change their credit cards, email addresses, and names; they need to be able to reflect that in our records. - Letti...
c62fc88bb49409f1f1b343077e70eebd
{ "intermediate": 0.5723682045936584, "beginner": 0.1972232609987259, "expert": 0.23040851950645447 }
8,314
Write a Python application that detects white stickers in an image
a03e473692644cf7028ff98ff6a17404
{ "intermediate": 0.33925706148147583, "beginner": 0.13199736177921295, "expert": 0.5287455916404724 }
8,315
explain me @ControllerAdvice and how to use is with a sample code java with springboot MVC Controller
cf91787a6237fed50ec26e5b394b4c51
{ "intermediate": 0.7025320529937744, "beginner": 0.22045738995075226, "expert": 0.0770106166601181 }
8,316
Hi
12108313862cb11ef1d37502504b8056
{ "intermediate": 0.33010533452033997, "beginner": 0.26984941959381104, "expert": 0.400045245885849 }
8,318
How to ssh into ubuntu server from wsl if i have pem private key
47b06794d57fb0dccf42f5c3397aa24d
{ "intermediate": 0.3895489573478699, "beginner": 0.2816506028175354, "expert": 0.3288004696369171 }
8,319
How do i set my github actions to only deploy from main branch and only listen for commit pushes to main and ignore pushes to other branches
d39c99f446cf6c4273c4a5b81c70d69a
{ "intermediate": 0.54539555311203, "beginner": 0.18779727816581726, "expert": 0.2668071985244751 }
8,320
"clc clear all close all % Stock Morket/Exchange Forecasing Using LSTM % A sequence-to-sequence regression LSTM Network. % This Example uses the data set of Tehran Stock in 2022. %% Step1: load and Prepare Data [Xtrain,YTrain,Params] = LoadPrepareData2(); %% Step2: Create a LSTM network NumHiddenUnits = 100; Layer...
2a041b13386d1de7437449d90ccc2a28
{ "intermediate": 0.2718467712402344, "beginner": 0.3161354064941406, "expert": 0.4120177924633026 }
8,321
name: Deploy to Production on: push: branches: - main jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout main branch uses: actions/checkout@v2 with: ref: main what does the above github action yaml do
3f2822a0bbea9143a261b835a5ade0aa
{ "intermediate": 0.4707479178905487, "beginner": 0.34440433979034424, "expert": 0.18484778702259064 }
8,322
Modify the code below to also display the following details of the created contract (token): 1. Capitalization amount (FDV) of the created contract (token) 2. Date and time of listing of the created contract (token) 3. Date and time of adding liquidity to the created contract (token) 4. Date and time of creation of the...
5c5c771edea28dcd4ef9cfb8ff0e630a
{ "intermediate": 0.38949209451675415, "beginner": 0.44722869992256165, "expert": 0.1632792353630066 }
8,323
i want to make server sided xml mod for 7 days to die in wich i use 1 of armor mod named Banded Armor Plating Mod and 4 of Military Fiber and 4 of Steel Armor parts and 6 of Military Armor Parts and 300 of Lead, in result of this recipe i want to get armor attachment named Scavenger's Fortification wich has Armor Rat...
378900b9dff039af5eefce4aa294787f
{ "intermediate": 0.3680087924003601, "beginner": 0.2723926901817322, "expert": 0.3595985770225525 }
8,324
Use a pretrained deep learning model for object detection (ex: Yolo or MobileNet SSD) to detect moving object in a video
2aae91db87586cb5eff99ad5c0f9e599
{ "intermediate": 0.07109657675027847, "beginner": 0.044526584446430206, "expert": 0.8843768239021301 }
8,325
Generate optimized code for better classifier performance based on the following code : “import numpy as np import pandas as pd from keras.models import Sequential, Model from keras.layers import Dense, Dropout, Input, Concatenate from keras.optimizers import Adam, RMSprop from keras.utils import to_categorical from sk...
f0131120f2afad45c5eb1ab038a0274f
{ "intermediate": 0.39816489815711975, "beginner": 0.3525998592376709, "expert": 0.24923527240753174 }
8,326
Optimize the following code to run on billions of data with broadcast joins and repartition : “import org.apache.spark.sql.Dataset; import org.apache.spark.sql.Row; import org.apache.spark.sql.SparkSession; import org.apache.spark.sql.functions; import static org.apache.spark.sql.functions.*; public class SCDType2Examp...
3f8df3686e649a214c646be3eb53a6ef
{ "intermediate": 0.37033548951148987, "beginner": 0.41876915097236633, "expert": 0.210895374417305 }
8,327
Can I find information of small molecule inhibitors for PMS2 from the PDB (https://www.rcsb.org/)? If so, how?
bfcd67dab186a037d04e320baef4ef25
{ "intermediate": 0.4013444781303406, "beginner": 0.23232172429561615, "expert": 0.3663337826728821 }
8,328
Есть такие данные ввиде pandas. Time target sort_1 value 25 25 200 nM,\nno SPARDA first 518 151 25 0 nM first 3884 277 25 1 nM first 4038 403 25 5 nM first 5641 529 25 10 nM first 11383 655 25 20 nM first 27107 781 25 200 nM,\nno SPARDA second 526 907 25 0 nM second 2808 1033 25 1 nM second 4026 1159 25 5 nM second 51...
5ad367caea9df51816a769ae230f4b8d
{ "intermediate": 0.4873813986778259, "beginner": 0.27248328924179077, "expert": 0.2401352971792221 }
8,329
Optimize the following code by reducing the number of joins : "import org.apache.spark.sql.Dataset; import org.apache.spark.sql.Row; import org.apache.spark.sql.SparkSession; import org.apache.spark.sql.functions; import static org.apache.spark.sql.functions.*; public class SCDType2Example { public static void main(S...
8e1204566488d2794b4dd9f10bdc74aa
{ "intermediate": 0.30239659547805786, "beginner": 0.3581012487411499, "expert": 0.33950212597846985 }