row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
5,521 | Casting string to float in java | 4b33719d25ea75d1ed16168180c14ff9 | {
"intermediate": 0.405579537153244,
"beginner": 0.3278346359729767,
"expert": 0.2665858268737793
} |
5,522 | is EmulatorEvent.DeviceConnect -> {
if (connectingFirstDevice == null) {
connectingFirstDevice = event.device
} else {
if (connectingFirstDevice!!.id != event.device.id) {
val firstList = connectingFirstDevice!!.connections
... | 1f7e0cdbac1625bdd3cbbe35b51619b4 | {
"intermediate": 0.30427107214927673,
"beginner": 0.44926172494888306,
"expert": 0.2464672178030014
} |
5,523 | hi | 8899b25b9fae33b59bc8ac1cfb203342 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
5,524 | 1- Number Guessing Game
The project “Guess the Number” is a short Java project that allows the user to guess the number generated by the computer & involves the following steps:
The system generates a random number from a given range, say 1 to 100.
The user is prompted to enter their given number in a displayed dia... | db45243e4c61aa69fd146ee12ab710b7 | {
"intermediate": 0.4498403072357178,
"beginner": 0.24866575002670288,
"expert": 0.3014940321445465
} |
5,525 | make a code for a sandwich generator for python 3 | 037e3efdc4f72f9a75c85e61c0445ba6 | {
"intermediate": 0.32850003242492676,
"beginner": 0.22787247598171234,
"expert": 0.4436275362968445
} |
5,526 | Make a python code that checks the temprature of food being served of customers start by itrating counter , hot , cold and server as 0,if temp is -1 give an error and make it ask the temprature again from the user , then make it so that if temprature is greater than 86 it is hot but if it is lower than 63 it is too col... | 550b046b82d41092fd86f3429d4c2894 | {
"intermediate": 0.3923209011554718,
"beginner": 0.25337833166122437,
"expert": 0.3543007969856262
} |
5,527 | enum class Decision {
SKIP,
CLEAR,
}
is there a way to make this kotlin enum class return a basic string, for example, for enum SKIP can we return "Skip this one"? | 0e2dde65df52879b353e26803d7e7049 | {
"intermediate": 0.25345155596733093,
"beginner": 0.6198910474777222,
"expert": 0.1266574263572693
} |
5,528 | im working on a script in arch linux, i want to parse for games and i have Origin Installed via proton. what would be the best way to parse for this program is their a .db file or .json file located somewhere? also, could you show men an example script on how to do this? | 73723630e17a1289107d33d2d1ecd705 | {
"intermediate": 0.7169111967086792,
"beginner": 0.1505405157804489,
"expert": 0.1325482577085495
} |
5,529 | can you olearn what this code does :
import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class Dot {
int x, y, size, speedx, speedy;
Color color;
public Dot(int x, int y, int size, int speedx, int speedy, Co... | 2b29e88a817cbae62e12a1dd7a28cecf | {
"intermediate": 0.33687624335289,
"beginner": 0.5205352306365967,
"expert": 0.14258848130702972
} |
5,530 | import android.util.Log
import androidx.lifecycle.ViewModel
import androidx.lifecycle.viewModelScope
import com.example.deezermusicplayer.Category
import com.example.deezermusicplayer.DeezerRepository
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.coroutines.flow.StateFlow
import kotlinx.coroutines.laun... | f6f3a7a9529b87772c715394d86e8312 | {
"intermediate": 0.31744685769081116,
"beginner": 0.5317954421043396,
"expert": 0.15075771510601044
} |
5,531 | Can I have a VBA code that will search all sheets in a workbook that have only three letter names.
For each sheet found, it will search column I from row 5 downward and if a cell in Row I is empty and the adjoining cell in Row J is not empty it will list the value in Row J concatenated with the value of B1 from that sh... | 2d4b693c473794d8e6d2c08dd9da6403 | {
"intermediate": 0.4332416355609894,
"beginner": 0.21592657268047333,
"expert": 0.3508318066596985
} |
5,532 | Hi!Good morning!How are you? | 46fe9f70076da5fbcc7192b28f0bcf5d | {
"intermediate": 0.37670859694480896,
"beginner": 0.2631942927837372,
"expert": 0.36009714007377625
} |
5,533 | is there any overhead of empty interfaces in c# | ae25c8bcf71513a6007b389d3f7ce0a4 | {
"intermediate": 0.6142691373825073,
"beginner": 0.19445812702178955,
"expert": 0.19127270579338074
} |
5,534 | сделать ddl для sql из таблицы и данных:
Есть таблица item_prices:
Название столбца Тип Описание
item_id number(21,0) Идентификатор товара
item_name varchar2(150) Название товара
item_price number(12,2) Цена товара
created_dttm timestamp Дата добавления записи | 72c6c83e02791d183b5bf7148d9ff78a | {
"intermediate": 0.385170578956604,
"beginner": 0.36815300583839417,
"expert": 0.24667635560035706
} |
5,535 | import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class SlowDots extends JPanel implements Runnable {
private ArrayList<Dot> dots = new ArrayList<>();
private ArrayList<Food> foods = new ArrayList<>();
pr... | 93d097328f7b79b7e20fb64340bf33c9 | {
"intermediate": 0.40745437145233154,
"beginner": 0.42935022711753845,
"expert": 0.1631953865289688
} |
5,536 | hi | 39df3941b8c12ac06f19e6aa308debc3 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
5,537 | Можешь сделать рефакторинг данного кода? {%- if parametr_enter=='profile_info'%}
<a href="/my_private_office?parametr_enter=profile_info" class="punct_menu_active mb-4">
<img src="{{ url_for('static', filename='/img/icons/lk/profile_active.svg') }}" alt="" title = "Домашняя ... | b1210d78ff60a3914fd4d904bbb6fa7e | {
"intermediate": 0.2660926878452301,
"beginner": 0.5943183302879333,
"expert": 0.13958899676799774
} |
5,538 | I want the output of this code bellow to start from row 20 of column B in the sheet Start Page, is this possible?
Sub SearchSheets()
Dim ws As Worksheet
Dim i As Long
Dim resultRow As Long
resultRow = 1 'initialize result row
For Each ws In ActiveWorkbook.Worksheets 'loop through all sheets in workbook
If Len(ws.N... | 28c94c9b8ba795306c87b739bb376b75 | {
"intermediate": 0.4719986617565155,
"beginner": 0.376452773809433,
"expert": 0.1515485942363739
} |
5,539 | how to take the file name and type from reader.result in js? | 9733b7beb4ca3453f518acd849bf3a9f | {
"intermediate": 0.444086492061615,
"beginner": 0.2660153806209564,
"expert": 0.2898980975151062
} |
5,540 | import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class Minion extends Dot{
private int health;
private NeuralNetwork neuralNetwork;
public Minion(int x, int y, int size, int speedx, int speedy... | 8a95c7954331ae0232433b4cf107e723 | {
"intermediate": 0.29523974657058716,
"beginner": 0.44768351316452026,
"expert": 0.2570767104625702
} |
5,541 | in notepad++, I have a bunch of search results pasted into a file. the search results all have an xml tag that I'm looking at. tell me how, in notepad++, I can filter for just the values of that specific xml tag. I'm guessing I need to do a regex and replace. please let me know exactly how to do it. | 6b4d0061aa64ac85e85441654632f1ec | {
"intermediate": 0.5034529566764832,
"beginner": 0.20739494264125824,
"expert": 0.2891520857810974
} |
5,542 | hey can you learn this unfinished code ? | da3ebc7f4781965301740093da49dae0 | {
"intermediate": 0.2558991312980652,
"beginner": 0.37534117698669434,
"expert": 0.36875972151756287
} |
5,543 | You are a junior employee at a small software development company. Your company recently visited a local school and delivered a guest lecture. The school were pleased with the outcome of the visit and have asked your company to judge an upcoming tournament.
The school will be running an e-sports tournament for st... | 6a94e0570bb67b4ed8ba207bed6fa1f6 | {
"intermediate": 0.33223187923431396,
"beginner": 0.3279378414154053,
"expert": 0.3398302495479584
} |
5,544 | this is once piece of code : import java.awt.Color;
import java.awt.Graphics;
import java.util.ArrayList;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
public class Minion extends Dot{
private int health;
private NeuralNetwork neuralNetwork;
private Random random = new Ran... | 44fb5154eb195f87a2e95a6bac4792b4 | {
"intermediate": 0.2945629060268402,
"beginner": 0.3080550730228424,
"expert": 0.39738205075263977
} |
5,545 | here is my code for python
# Define the data structure to store participant details and scores
participants = []
teams = []
def add_participant():
name = input("Enter participant name: ")
option = input("Enter 1 for individual or 2 for team: ")
if option == '1':
participant = {'name': name, 'events... | 6d6d8dc5b1d54aa3bf3d545bc7928563 | {
"intermediate": 0.32566285133361816,
"beginner": 0.44090136885643005,
"expert": 0.23343585431575775
} |
5,546 | modify this code to meet this out put
** Welcome to um restaurant **
/n
What would You like ?
/n
1- Burger
/n
2- shawrma
/n
========================/n
Answer: 1
========================/n
what type ? /n
1- Beef [17 SR.]/n
2- Checken [15 SR.]/n
3- fish [16 SR.]/n
========================/n
Answer: 1
==============... | 33c9ceb1087f80bb1075492dd9e47e3b | {
"intermediate": 0.299474835395813,
"beginner": 0.43601107597351074,
"expert": 0.2645140588283539
} |
5,547 | You are a programming expert. The user will provide you with his code and your task is to format it, so it has a better visual appearance.
def sum (a ,b ) :
#adding two numbers
return( a + b
)
num1 = 5
num2 = 10
#calling function
result= sum (num1, num2)
print("The sum of", num1 , "and", nu... | c1a470963a7b3d9a7ecadc8fcc49bcef | {
"intermediate": 0.2372923195362091,
"beginner": 0.5337486267089844,
"expert": 0.2289590835571289
} |
5,548 | AttributeError: 'Pagination' object has no attribute 'all' | 0b682ef6902f32179af2ef4bbaaae156 | {
"intermediate": 0.4154745042324066,
"beginner": 0.26160484552383423,
"expert": 0.32292065024375916
} |
5,549 | rewrite this and change the context to my proposed inventory management solution. fill in the gaps include some code snippets and images if possible. i will provide example work for another project. remember to change your context, this is not a game it is an inventory management solution, the game is another project f... | a85b596d6a16ba58a0602fdf2f017aeb | {
"intermediate": 0.3915870189666748,
"beginner": 0.42249253392219543,
"expert": 0.18592041730880737
} |
5,550 | how can I click on cell B16 to run a macro | 543077f4d1f6addf6875dfd9c3a27b93 | {
"intermediate": 0.3760007321834564,
"beginner": 0.29273346066474915,
"expert": 0.33126580715179443
} |
5,551 | I/ezermusicplaye: Background young concurrent copying GC freed 21464(2540KB) AllocSpace objects, 0(0B) LOS objects, 84% free, 4594KB/28MB, paused 1.608ms,565us total 113.024ms
W/System: A resource failed to call close.
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.deezermusicplayer, PID: 25360
j... | fd971469438220cdf19cb93e772bf7f1 | {
"intermediate": 0.25729048252105713,
"beginner": 0.5166666507720947,
"expert": 0.22604292631149292
} |
5,552 | export const CandleChart = ({
interval,
candles,
symbolName}: CandleChartProps) => {
const chart = useRef<Chart|null>();
useEffect(() => {
chart.current = init(chart-${tradeId}, {styles: chartStyles});
return () => dispose(chart-${tradeId});
}, [tradeId]);
useEffect(() => {
chart.current?.a... | a8e9923bfa363fd3e96c015ffc114d7f | {
"intermediate": 0.4029271900653839,
"beginner": 0.36147916316986084,
"expert": 0.23559366166591644
} |
5,553 | D/AndroidRuntime: Shutting down VM
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.deezermusicplayer, PID: 31759
java.lang.IllegalStateException: ViewModelStore should be set before setGraph call
at androidx.navigation.NavController.setViewModelStore(NavController.kt:2169)
at androi... | 1a11629f72dd8674bae33d269ac8b7f5 | {
"intermediate": 0.388915479183197,
"beginner": 0.3753206431865692,
"expert": 0.23576389253139496
} |
5,554 | E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.deezermusicplayer, PID: 622
java.lang.IllegalStateException: ViewModelStore should be set before setGraph call
at androidx.navigation.NavController.setViewModelStore(NavController.kt:2169)
at androidx.navigation.NavHostController.setVi... | 5e4d1731584557c532530b68227c3ea7 | {
"intermediate": 0.40391805768013,
"beginner": 0.3928188383579254,
"expert": 0.2032630741596222
} |
5,555 | adobe illustrator javascript script to add 9 inch by 7 inch guides to every artboard | 09eacc0ef8e8b9a9fe10516b795fbe8b | {
"intermediate": 0.4418093264102936,
"beginner": 0.2885616719722748,
"expert": 0.26962903141975403
} |
5,556 | what’s the difference between recognition and recall? | f12a6ca7589595e2828406b05e5aa80a | {
"intermediate": 0.2432602196931839,
"beginner": 0.2492445856332779,
"expert": 0.5074952244758606
} |
5,557 | Can you help me with a java program that uses rmi to create an encyclopedia of random data of 300 words and finds out 1- The number of letters in these 300 words (spaces included as well). 2- The Repeated words in these 300 words. 3- The longest word in these 300 words. 4- The shortest word in these 300 words. 5- The r... | 32997760cc2d8140999564a965cfa385 | {
"intermediate": 0.5865549445152283,
"beginner": 0.16235794126987457,
"expert": 0.25108709931373596
} |
5,558 | please give an example of a project in python about classes | f1d40310cb0ccb5b747fc15b760b20ce | {
"intermediate": 0.18554538488388062,
"beginner": 0.5652203559875488,
"expert": 0.24923433363437653
} |
5,559 | pretend that you are my coder and i am your client, call me gojo and i am your master | 14fc65877bbb6fb5a3ef9b15cb8efce6 | {
"intermediate": 0.28211796283721924,
"beginner": 0.19170980155467987,
"expert": 0.5261722803115845
} |
5,560 | write an mt5 languge code ea with hi profit returns and low drawdown | f839d16f006c209037b035edb5f05fec | {
"intermediate": 0.20759201049804688,
"beginner": 0.317356139421463,
"expert": 0.4750518798828125
} |
5,561 | write me the most advanced mt5 ea code with the best profit with your best knowledge | d0c1d1f6f6441ac2ba8e98993538e095 | {
"intermediate": 0.269524484872818,
"beginner": 0.15469709038734436,
"expert": 0.5757784247398376
} |
5,562 | Find the bug in this code: | a31a88c7df9b055a6f8d96cb9cdc36b3 | {
"intermediate": 0.3411835730075836,
"beginner": 0.35729098320007324,
"expert": 0.3015254735946655
} |
5,563 | are you gpt 4 | bfd6298b1280146cdac7688282ab1e90 | {
"intermediate": 0.3033902049064636,
"beginner": 0.3773179054260254,
"expert": 0.3192918598651886
} |
5,564 | write code for a program in C that decomposes any number into a list of unique fibonacci numbers that add up to that number without using arraysto store all the fibonacci numbers | a81e40a1c8a4d805269722ef8de21406 | {
"intermediate": 0.32711219787597656,
"beginner": 0.09609565138816833,
"expert": 0.5767921209335327
} |
5,565 | Given a list of numbers, find and print all its elements with even indices (i.e. A[0], A[2], A[4], ...).
Example input
5 6 7 8 9
Example output
5 7 9 | a7f4c8d9c149f42c67685a5038da6d2e | {
"intermediate": 0.41338595747947693,
"beginner": 0.1698109656572342,
"expert": 0.4168030619621277
} |
5,566 | Given a list of numbers, find and print all its elements with even indices (i.e. A[0], A[2], A[4], …). | 2c585f3fbd3064bed667bc26e7b17fac | {
"intermediate": 0.42800167202949524,
"beginner": 0.15641775727272034,
"expert": 0.4155805706977844
} |
5,567 | Given a list of numbers, find and print all its elements with even indices (i.e. A[0], A[2], A[4], …). | 60a1c50135e348f85cc038ebbcb71178 | {
"intermediate": 0.42800167202949524,
"beginner": 0.15641775727272034,
"expert": 0.4155805706977844
} |
5,568 | Flutter get screen width without mediaquery | 4ca0f056e8179e2f140fbee3b5e19bdc | {
"intermediate": 0.38298138976097107,
"beginner": 0.3774254322052002,
"expert": 0.23959320783615112
} |
5,569 | pretend that you are my coder and i am your client, call me gojo and i am your master. Provide me with segments of the codes , not the whole thing.after you finished one php file send it to me and move on to the next.
so i need you to make me Palawan Express Php system
- User Profiling/login/register (Admin/Employee... | 9eaf7cabf03c0a1789de449dddb2ae6a | {
"intermediate": 0.37785762548446655,
"beginner": 0.4359014928340912,
"expert": 0.18624091148376465
} |
5,570 | Given a list of numbers, print all its even elements. Use a for-loop that iterates over the list itself and not over its indices. That is, don't use range() | 2df2eb7dc76ccb07e3cdd0fbe2c4a528 | {
"intermediate": 0.15704575181007385,
"beginner": 0.7118579745292664,
"expert": 0.13109628856182098
} |
5,571 | flutter how to get logical pixel width without using mediaquery or builder? | 97eb363c44e9237f267ccefed6347a70 | {
"intermediate": 0.4967782497406006,
"beginner": 0.18738967180252075,
"expert": 0.3158319890499115
} |
5,572 | given the following signal, produce a synthetic prediction signal with the given percentage of correct predictions.
observe that s has length 21, but your synthetic prediction will have a length of 20.
fill in the variable prediction, with a list with 20 zeros or ones, containing a prediction with acc correct predict... | ad79b20f49b36308b4722a2d1a54ae26 | {
"intermediate": 0.2802627384662628,
"beginner": 0.45195847749710083,
"expert": 0.26777884364128113
} |
5,573 | How can I fix the following issue?
I am in windows 10
This text pops up when I try to open the app Deskreen
X A JavaScript error occurred in the main process
Uncaught Exception:
Error: listen EACCES: permission denied 0.0.0.0:3131
at Server.setupListenHandle [as_listen2] (node:net:1317:21)
at listeninCluster (node:net... | c6107d55efd15bfa7a7a6e2528adf1d5 | {
"intermediate": 0.5428566932678223,
"beginner": 0.2983735203742981,
"expert": 0.15876977145671844
} |
5,574 | Given a list of numbers, find and print all its elements that are greater than their left neighbor. | a6b9a3c8f2e92cdaccd13968fbb23e6d | {
"intermediate": 0.37280189990997314,
"beginner": 0.16292284429073334,
"expert": 0.4642752707004547
} |
5,575 | shell script find all folders named .vscode | 14ed35fa970de68d00ec3c9fc6c13fa7 | {
"intermediate": 0.347546249628067,
"beginner": 0.2781696021556854,
"expert": 0.37428411841392517
} |
5,576 | pretend you are my programmer, you are gonna make me a simple php system. send the code bits by bits dont send it on one go, understand? | 9e2b4df6b32c0d742bfc1724d5559f30 | {
"intermediate": 0.5159192681312561,
"beginner": 0.254962295293808,
"expert": 0.2291184812784195
} |
5,577 | 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... | f6f7ffd37750da21a5aa4dd13d8d7f72 | {
"intermediate": 0.2735636830329895,
"beginner": 0.4646431505680084,
"expert": 0.2617931663990021
} |
5,578 | Given a list of non-zero integers, find and print the first adjacent pair of elements that have the same sign. If there is no such pair, print 0.
Example input #1
-1 2 3 -1 -2
Example output #1
2 3
Example input #2
1 -3 4 -2 1
Example output #2
0 | f4620f53281b227714883360cc13c0ca | {
"intermediate": 0.45227816700935364,
"beginner": 0.2300460934638977,
"expert": 0.31767576932907104
} |
5,579 | Given a list of non-zero integers, find and print the first adjacent pair of elements that have the same sign. If there is no such pair, print 0. | c7a56c71f9abad9a59065cf21caafede | {
"intermediate": 0.38258618116378784,
"beginner": 0.2382129281759262,
"expert": 0.37920087575912476
} |
5,580 | i want a code for indicator detect engulfing candles on trading view pines script | 57031b03f019d4b72d9bea2c3283bbfd | {
"intermediate": 0.5143359899520874,
"beginner": 0.1606425940990448,
"expert": 0.3250214457511902
} |
5,581 | Suppose I am conducting a research paper on time series data entitled "The Nexus Among Oil Price, Stock Market, and Exchange Rate During Recent Pandemic & Russia-Ukraine Crisis: Fresh Evidence from UK Economy". Here I have taken three variables Stock Index (SI), Brent Oil Price (OP) and Exchange Rate (ER). I have taken... | 508122e8fa2e301181c50f282e81737c | {
"intermediate": 0.42904162406921387,
"beginner": 0.23930394649505615,
"expert": 0.33165442943573
} |
5,582 | give me code so that i can enter multiple items as input to a huggingface model to either predict what the builder will ask or build. imageine my input looks like this:{
"BuilderPosition": data["BuilderPosition"],
"ChatHistory": data["ChatHistory"],
"BuilderInventory": data["BuilderInventory"],
} | e65ae1560fa301fbcd04d638d4a680a0 | {
"intermediate": 0.4185567796230316,
"beginner": 0.13605792820453644,
"expert": 0.4453853666782379
} |
5,583 | Guve me Code python to improve forcast | 96069aebc48ce03831efd9a332c9d0bd | {
"intermediate": 0.40581321716308594,
"beginner": 0.23223473131656647,
"expert": 0.3619520366191864
} |
5,584 | Design a test method and write a test program to test the maximum number of disk blocks that a file can occupy in XV6 | 64a66992dff7d0666e5fdf8860a8ce1b | {
"intermediate": 0.328249990940094,
"beginner": 0.14740702509880066,
"expert": 0.5243430137634277
} |
5,585 | Error in bind_cols(., tibble(Variable = rep(c("SI", "OP", "ER"), each = 6))) :
could not find function "bind_cols" Error showing this! | f063f013597fdfbe17fec76d9f708ba7 | {
"intermediate": 0.2743525207042694,
"beginner": 0.5848485827445984,
"expert": 0.14079885184764862
} |
5,586 | Desktop Duplication API截图并添加水印图片并显示到Win32 GUI窗口 | d6aff7bdff7fc9312e1ad94900e018eb | {
"intermediate": 0.5982545018196106,
"beginner": 0.24576252698898315,
"expert": 0.15598298609256744
} |
5,587 | 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... | ad3eef4ce7393f7ca714134d0b5bfcaa | {
"intermediate": 0.4323011636734009,
"beginner": 0.4284431040287018,
"expert": 0.13925577700138092
} |
5,588 | 请问这段JAVA代码中有什么错误,导致一直报错?" _timer.schedule(new TimerTask() {
@Override
public void run() {
if(_remain_time<=0)
{
_timer.cancel();
stopForeground(true);
return;
}
Log.... | 3c153bbd5796b481a471e3581af32873 | {
"intermediate": 0.42058998346328735,
"beginner": 0.32991597056388855,
"expert": 0.2494940310716629
} |
5,589 | write a code in java spring boot using jgit library to clone a remote repository if not exist and if exist pull new changes, explain in detail step by step.' | 1dcdbc538e1f3e68692bf956aa5e208b | {
"intermediate": 0.7096367478370667,
"beginner": 0.09596168994903564,
"expert": 0.1944015920162201
} |
5,590 | Suppose I am conducting a research paper on time series data entitled "The Nexus Among Oil Price, Stock Market, and Exchange Rate During Recent Pandemic & Russia-Ukraine Crisis: Fresh Evidence from UK Economy". Here I have taken three variables Stock Index (SI), Brent Oil Price (OP) and Exchange Rate (ER). I have taken... | 8fef401f2c5143f54c717466434d3b85 | {
"intermediate": 0.44975537061691284,
"beginner": 0.2555404007434845,
"expert": 0.29470425844192505
} |
5,591 | I have two columns in Excel and want to check which one of the value in column A exist in column B? | 223db545ac47489427e278976f471e03 | {
"intermediate": 0.408295214176178,
"beginner": 0.2932845950126648,
"expert": 0.29842016100883484
} |
5,592 | 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... | f0e37be3cecdec8d46419fb8622f28a1 | {
"intermediate": 0.4323011636734009,
"beginner": 0.4284431040287018,
"expert": 0.13925577700138092
} |
5,593 | context decorators in python | cd578c0c8d5b7b9f8bc30175f3ea0833 | {
"intermediate": 0.4358832836151123,
"beginner": 0.21257780492305756,
"expert": 0.35153892636299133
} |
5,594 | من هذا الكود <?php
// Start session
session_start();
header('Content-Type: application/json');
$submit = "";
$status = "OK";
$msg = "";
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$email = $_POST['email'];
$password = $_POST['password'];
if (empty($email)) {
$msg .= "Please Enter Valid Phone Nu... | cad5c8cfe3668b01744d841e7396d74c | {
"intermediate": 0.4308280050754547,
"beginner": 0.3600546717643738,
"expert": 0.2091173529624939
} |
5,595 | Joi validation for industryType inside declaration when occupation is housewife or unemployed then only allow null value else allow alphabete without number | a6e9fdb52c36482e2230a7f7f6a952a5 | {
"intermediate": 0.3307635486125946,
"beginner": 0.3752859830856323,
"expert": 0.29395046830177307
} |
5,596 | code for contact us page using html and css | ace54f6c857169e5f255be255dd9d99d | {
"intermediate": 0.3012879490852356,
"beginner": 0.38278698921203613,
"expert": 0.31592506170272827
} |
5,597 | how to get the average time of an exception from it’s created date to done status in qliksense. we do not have resolved date. just the status field | e71164d9251738834a5276027d22a8c5 | {
"intermediate": 0.43535473942756653,
"beginner": 0.1565413922071457,
"expert": 0.4081038236618042
} |
5,598 | 2、基于C8051F410定时器1以工作方式2设计一个电子钟表应用程序,并将钟表当前的分秒信息显示在4位数码管上。
请按要求补完代码
部分参考代码:
// Peripheral specific initialization functions,
// Called from the Init_Device() function
void PCA_Init()
{
PCA0MD &= ~0x40;
PCA0MD = 0x00;
}
void Timer_Init()
{
TCON = 0x40;
TMOD = 0x10;
// TH1=0xFF; //10... | b3a25f5ef280e2edf80d932577deea2f | {
"intermediate": 0.36388635635375977,
"beginner": 0.2915848195552826,
"expert": 0.34452879428863525
} |
5,599 | uni-forms输入框样式如何修改 | b2b0a4a7ae74d97d7e441a91032168d7 | {
"intermediate": 0.3762954771518707,
"beginner": 0.2549898624420166,
"expert": 0.36871472001075745
} |
5,600 | drop multiple columsn pandas | d0995617b409900efc28504c49f829f3 | {
"intermediate": 0.4149940013885498,
"beginner": 0.24970181286334991,
"expert": 0.3353042006492615
} |
5,601 | Give me 5 playbook for ansible that cand help me administrating oraclelinux 8 | f22a4390b2f6e7b37178a005be1d4142 | {
"intermediate": 0.6287620067596436,
"beginner": 0.12983685731887817,
"expert": 0.24140118062496185
} |
5,602 | I do not have the new app creation access at qlisense to access the templates. can I use the new sheet to access templates | 8dfd39bd488dc01b690d587e7adb4975 | {
"intermediate": 0.3916299045085907,
"beginner": 0.23951153457164764,
"expert": 0.3688585162162781
} |
5,603 | is there a better way to do this? like so it automatically grabs the latest version, ive tried using the api but arch linux cant seem to extract the .tar file correctly? echo "0"
echo "# Detecting and Installing GE-Proton"
# check to make sure compatabilitytools.d exists and makes it if it doesnt
if [ ! -d "$HOME/... | a4ef8febf90aee7c1facedefc7187019 | {
"intermediate": 0.34268030524253845,
"beginner": 0.47306329011917114,
"expert": 0.18425634503364563
} |
5,604 | give an instance use the dynamic matrix shape to finish some function in Numpy | fba1570bcfd887ee9438965516a603eb | {
"intermediate": 0.5614795684814453,
"beginner": 0.2106359750032425,
"expert": 0.22788448631763458
} |
5,605 | why it doesn't send request to endpoint <div class="container-fluid">
<div class="row text-center justify-content-center">
<div class="col">
<div id="ckeditor">
<form id="source-text">
<textarea form="source-text" class="ckeditor" name="source_data" id="editor... | 32034d113b793d5ee911f3bcddf26099 | {
"intermediate": 0.35412418842315674,
"beginner": 0.4585508406162262,
"expert": 0.18732495605945587
} |
5,606 | hi | 771a354d5a1a9ed307981ebc911c688a | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
5,607 | whats the difference between utils.AssertEqual from github.com/gofiber/fiber and assert.Equal from github.com/stretchr/testify/assert | 0136359cc7434bf534e4ad87896d3c15 | {
"intermediate": 0.5538679957389832,
"beginner": 0.23208113014698029,
"expert": 0.21405088901519775
} |
5,608 | How to create custom mod that hides player names for all players for Stellaris | e21561d09d603498b314a2217a741fde | {
"intermediate": 0.3662343919277191,
"beginner": 0.345292866230011,
"expert": 0.2884727418422699
} |
5,609 | где я ошибся и кратко скажи что и где я должен исправить?
class Expr:
pass
class Num(Expr):
def __init__(self, value: int):
self.value = value
class BinOp(Expr):
def __init__(self, left: Expr, right: Expr):
self.left = left
self.right = right
class Add(BinOp):
pass
class... | 4e734ea77a965fafd508774088f7f1e8 | {
"intermediate": 0.17884314060211182,
"beginner": 0.6803919076919556,
"expert": 0.140764981508255
} |
5,611 | Can you make a discord server report bot? scripting language: python | 530f93458c702ee79bfdeec8fe5fb197 | {
"intermediate": 0.2657717764377594,
"beginner": 0.40835314989089966,
"expert": 0.32587504386901855
} |
5,612 | I want to get the average time from it's creation date to when it became done date and status as done exceptions data. I have exception key, status , the date when exception became done | de7185c5754df81ad8dc179d0aee47d1 | {
"intermediate": 0.46529990434646606,
"beginner": 0.15254522860050201,
"expert": 0.3821548521518707
} |
5,613 | import androidx.compose.foundation.Image
import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.items
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Text
import a... | 57bb17b16ddd01ad9e7b94f1a0d2b368 | {
"intermediate": 0.24309676885604858,
"beginner": 0.6229686141014099,
"expert": 0.1339346468448639
} |
5,614 | Please modify this script to load all images from a folder and report the SSIM for each of them as well as the average for each distortion. The function could take an input as to whether it should save the images or not.
import os
import cv2
import numpy as np
import tempfile
from skimage.metrics import structural_sim... | 8faffdff1e7c9019c76bfa078c0c4c98 | {
"intermediate": 0.2369523048400879,
"beginner": 0.47778502106666565,
"expert": 0.28526270389556885
} |
5,615 | I have a golang microservice which can receive SMPP message to cotroller layer. My SMPP segments have a validity time. If we deadline vaidity then we don’t have to wait rest segments to come, but we have to handle all received segments separatly. What’s the best persistant storage for them that can handle deadline of t... | 5c0cddbd19317e5e83a4fe0bdb8a9508 | {
"intermediate": 0.531995415687561,
"beginner": 0.23746369779109955,
"expert": 0.23054088652133942
} |
5,616 | Is there a python equivalent of this matlab code:
function J = imcontrastc(I, amount)
% amount in [-1, 1]
J = curves(I, [0.25-amount/4 0.75+amount/4]); | cea794a2451374b06839c5e640ea343d | {
"intermediate": 0.26093706488609314,
"beginner": 0.3906049132347107,
"expert": 0.3484579920768738
} |
5,617 | AttributeError: module 'yandex_checkout' has no attribute 'Client'
как решить | fb63fc2e7b48a41b0f1261aa56a8c773 | {
"intermediate": 0.4511658251285553,
"beginner": 0.21577022969722748,
"expert": 0.33306387066841125
} |
5,618 | Отрефактори код, чтобы он больше соответтствовал python стилю: try:
head_content = Page.objects.get_by_url(frontend_path).head_content
except ObjectDoesNotExist:
head_content = None
return head_content | d1ce5548ab3cfdfbb5b0eb0862c0429d | {
"intermediate": 0.38454729318618774,
"beginner": 0.39491620659828186,
"expert": 0.22053645551204681
} |
5,619 | example of dictionary for dvc.yaml | ec5e72c8c436ba1e966752467fedffec | {
"intermediate": 0.46793463826179504,
"beginner": 0.23105266690254211,
"expert": 0.30101263523101807
} |
5,620 | import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.compose.foundation.layout.padding
import androidx.compose.material.*
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.Home
import androidx.compose.run... | a0d99e0c8be832d56d117113835b7a2d | {
"intermediate": 0.3219292163848877,
"beginner": 0.5007715225219727,
"expert": 0.17729924619197845
} |
5,621 | what's the difference between redis and keydb | 2b275bca925491d5815af95bdea6ce88 | {
"intermediate": 0.47725239396095276,
"beginner": 0.15031322836875916,
"expert": 0.3724343776702881
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.