row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
20,395 | Write an awk one-liner that, given input piped from another command does the following: for each line, if the line is 'Webservice has started' the program exits, otherwise the line is printed. | b29eaa9e24983e32e6a6fa5512751c96 | {
"intermediate": 0.43924546241760254,
"beginner": 0.1851908564567566,
"expert": 0.3755636513233185
} |
20,396 | const query = `SELECT COUNT(*) as count FROM apps WHERE id IN
(SELECT app_id FROM apps_pricing_plans WHERE pricing_plan_id =
(SELECT id FROM pricing_plans WHERE price = 'Free'));`; .... I need modify this query to match cases 'Free' and 'Free to install' | 099099f63d18c952cddfe51809485e07 | {
"intermediate": 0.3918988108634949,
"beginner": 0.35944920778274536,
"expert": 0.24865199625492096
} |
20,397 | write php reverse shell one liner | 2860f5b56d81b3980c17e78f5245107e | {
"intermediate": 0.1947171837091446,
"beginner": 0.61259925365448,
"expert": 0.19268351793289185
} |
20,398 | example code pid autotune to c stm32 for hal library | b193dd21566330d584dde6e71a872501 | {
"intermediate": 0.4702068567276001,
"beginner": 0.19322502613067627,
"expert": 0.336568146944046
} |
20,399 | FROM golang:1.21-alpine
RUN apk update
RUN apk add make
RUN make build
RUN . ./test_env.sh
WORKDIR /bin/public/
EXPOSE 8085
CMD [". /s2s"]
this Dockerfile with docker-compose file
version: '3.8'
services:
auth-service:
container_name: auth-service
build:
context: auth-service/
dockerfile... | adf2aab5d27ee46b6bca2af9e2f3f1b6 | {
"intermediate": 0.6085426807403564,
"beginner": 0.21568456292152405,
"expert": 0.1757727712392807
} |
20,400 | select a random float between 0.05 and .5 pick a random int from 2 to 20. show me the python code to do that | 5372cd6d689224a95b79d442def18dbf | {
"intermediate": 0.4507090449333191,
"beginner": 0.20896945893764496,
"expert": 0.34032148122787476
} |
20,401 | Write a python script for an app that determines the domain of definition of a mathematical function, use tkinter for a clean GUI | c6187a7070887d24058a375c4ddb51a1 | {
"intermediate": 0.28647947311401367,
"beginner": 0.36262452602386475,
"expert": 0.3508959710597992
} |
20,402 | In Unity, I got a shader that has a variable which contains a x-value and a y-value, can you write a code in C# so that I can change the x-value from 0 to 1 in a given time. | a5720a56645065cc6df9d5fdfe5729db | {
"intermediate": 0.5605494379997253,
"beginner": 0.3450859785079956,
"expert": 0.09436459839344025
} |
20,403 | make a chatgpt program without openai | f87d6d2199a3f7db0f49b1feb48aa55a | {
"intermediate": 0.2540224492549896,
"beginner": 0.15989868342876434,
"expert": 0.5860788822174072
} |
20,404 | Write a solution to this in c++: Canadian Computing Competition: 2000 Stage 2, Day 2, Problem 1
The date is October 29th, 1969. Today, scientists at UCLA made history by exchanging data between two computers over a network. The transmission wasn't very spectacular: only the first two letters of the word login were rece... | c5cf11f00774610f4be0e259d2e5252c | {
"intermediate": 0.22863800823688507,
"beginner": 0.24208298325538635,
"expert": 0.5292789936065674
} |
20,405 | do you know the concept of endless mirrors? can you do similar endless mirror in concept background from squares lines?: width: 100%;
background: linear-gradient(to right, cyan 1px, transparent 1px) 0 0,
linear-gradient(to right, cyan 1px, transparent 1px) 0 100%,
linear-gradient(to top,... | cf30f2811c4f70d7f7fd5ccd3203e491 | {
"intermediate": 0.3539952039718628,
"beginner": 0.3148079812526703,
"expert": 0.3311968147754669
} |
20,406 | do you know the concept of endless mirrors? can you do similar endless mirror in concept background from squares lines?: width: 100%;
background: linear-gradient(to right, cyan 1px, transparent 1px) 0 0,
linear-gradient(to right, cyan 1px, transparent 1px) 0 100%,
linear-gradient(to top,... | 9daf0b7342813b16be5c71d8e799c96f | {
"intermediate": 0.3539952039718628,
"beginner": 0.3148079812526703,
"expert": 0.3311968147754669
} |
20,407 | do you know the concept of endless mirrors? can you do similar endless mirror in concept background from squares lines?: width: 100%;
background: linear-gradient(to right, cyan 1px, transparent 1px) 0 0,
linear-gradient(to right, cyan 1px, transparent 1px) 0 100%,
linear-gradient(to top,... | 58cab8874a1efa9f74bf512684ed5e10 | {
"intermediate": 0.3539952039718628,
"beginner": 0.3148079812526703,
"expert": 0.3311968147754669
} |
20,408 | Yes, I can help you create a similar endless mirror effect using squares and lines. Here’s an example code you can use:
html, body{
height: 100%;
margin: 0;
overflow: hidden;
}
.square {
width: 50%;
height: 25%;
position: absolute;
}
.square.top-left {
top: 0;
left: 0;
background: linear-gradient(... | 9134506b07282fef7e3eafaf9d08e237 | {
"intermediate": 0.3693515360355377,
"beginner": 0.3898465633392334,
"expert": 0.2408018708229065
} |
20,409 | in gamemaker studio 2, a 2d array named score_top_array with 3 columns, with this array data draw a table with 3 columns named (rank, username, score). | b17d12b017b6cb9d90b3f6bd0e756fb2 | {
"intermediate": 0.41827303171157837,
"beginner": 0.21601076424121857,
"expert": 0.36571624875068665
} |
20,410 | help me to debug this | 357a3f67e9ab985d9072128588ae8c63 | {
"intermediate": 0.42859774827957153,
"beginner": 0.33793002367019653,
"expert": 0.23347222805023193
} |
20,411 | in gamemaker studio 2. draw 10 rows with black and white like zebra! | 9c84d4fa3b991aef1aea265a8867fd7a | {
"intermediate": 0.40672966837882996,
"beginner": 0.3373446464538574,
"expert": 0.2559256851673126
} |
20,412 | delayed bash script execution after boot | 1ffd5380cd0c90531828b6e81ff8d7d8 | {
"intermediate": 0.2899288237094879,
"beginner": 0.41866281628608704,
"expert": 0.29140833020210266
} |
20,413 | do you know the concept of endless mirrors? can you do similar endless mirror in concept background from squares lines?: width: 100%;
background: linear-gradient(to right, cyan 1px, transparent 1px) 0 0,
linear-gradient(to right, cyan 1px, transparent 1px) 0 100%,
linear-gradient(to top,... | b0dad754c6e5e8cf777493e8bd047cab | {
"intermediate": 0.3539952039718628,
"beginner": 0.3148079812526703,
"expert": 0.3311968147754669
} |
20,414 | do you have any not simple bg templates with animation? , within only one element css rule (as:background, background-size:, background-repeat, background-position, ), without pseudos. | bd3dd1214baf2f892543c4514667435b | {
"intermediate": 0.35530000925064087,
"beginner": 0.3527750074863434,
"expert": 0.29192495346069336
} |
20,415 | do you have any not simple bg templates with animation? , within only one element css rule (as:background, background-size:, background-repeat, background-position, ), without pseudos. | 521f1bef05f5ef04b9e9e0136bc222b6 | {
"intermediate": 0.35530000925064087,
"beginner": 0.3527750074863434,
"expert": 0.29192495346069336
} |
20,416 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(gradient), background-size:, background-repeat, background-position, ), without pseudos. | 02c9a86b13a8e00dcd642a7a5fa96ee4 | {
"intermediate": 0.3908386826515198,
"beginner": 0.33555376529693604,
"expert": 0.2736075818538666
} |
20,417 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(gradient), background-size:, background-repeat, background-position, ), without pseudos. | 572add92a23c36222e35c0d5e1c65e6a | {
"intermediate": 0.3908386826515198,
"beginner": 0.33555376529693604,
"expert": 0.2736075818538666
} |
20,418 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 7322fcc91478cc3a2efa7eeacd61cbc4 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,419 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 2d7fd1a96a76196d79600f4bc151cc19 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,420 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | ea6a29076e7ed381128475c431486c71 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,421 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 52d363a0e2c161518d878c6488e144dc | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,422 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 11b05da31c8d8928900826782d29c7b6 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,423 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | e1eee9c644c68b1e8a05f1124a60b671 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,424 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 9a28f672b99e53e3bb72db40a5768367 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,425 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | cb7855f1c12e48dc71cb94a1a2ff0d36 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,426 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 1f8c5c2a92ab30ce18dc80594f135f89 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,427 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | e0916851a2a2be90aba80a39311649bb | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,428 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | 7613b68a2a7ca4e0ef3b17a366889199 | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,429 | do you have any not simple bg templates with animation? , within only one element css rule (as:background(multiple gradients), background-size:, background-repeat, background-position, ), without pseudos. | e6378cfeae2689b4625ba6750afb9abf | {
"intermediate": 0.4109894335269928,
"beginner": 0.3229311406612396,
"expert": 0.2660793960094452
} |
20,430 | Give a java definition and illustration/sample code for each topic:
1. Math.random()
2. Getting user input from the command-line
3. Loops
4. Casting primitives from a large size to a smaller size
5. Converting string to an int | 6ec09c9feb1fd9865e218f823d2e3ebf | {
"intermediate": 0.2777164578437805,
"beginner": 0.5910310745239258,
"expert": 0.13125242292881012
} |
20,431 | I want to return in which table the result row was found:
SELECT “nachricht”,“id”,“antworten”,“zeit” FROM “b” WHERE “id” ==8381711 UNION SELECT “nachricht”,“id”,“antworten”,“zeit” FROM “b” WHERE “id” ==8384448 UNION SELECT “nachricht”,“id”,“antworten”,“zeit” FROM “int” WHERE “id” ==21139552 UNION SELECT “nachricht”,“id... | bc83b756d966752f3922ab29d8146c22 | {
"intermediate": 0.2939922511577606,
"beginner": 0.37444862723350525,
"expert": 0.3315591514110565
} |
20,432 | C# for loop to write integers to int array | ad2ac1ddb290357e640773d887bb7287 | {
"intermediate": 0.2729370892047882,
"beginner": 0.6100420355796814,
"expert": 0.11702084541320801
} |
20,433 | Create a summary of this text, and make python examples for the problems given: "Python has many different kinds of data types: integers, floats, strings, lists, dictionaries, booleans. In Python, each is an object. Every object has the following: a type, internal representation, a set of functions called methods to in... | 2cace839e01d7373e2ec327019b9929c | {
"intermediate": 0.4169919788837433,
"beginner": 0.43691185116767883,
"expert": 0.1460961401462555
} |
20,434 | C# set range of float array | 7073732f6e97602e5b6b804dd2b9af10 | {
"intermediate": 0.39794623851776123,
"beginner": 0.3947388529777527,
"expert": 0.20731496810913086
} |
20,435 | give me 50 examole about analogue | cfc3dade31a0fbf47752d3118840ae7b | {
"intermediate": 0.20336498320102692,
"beginner": 0.6154016852378845,
"expert": 0.18123337626457214
} |
20,436 | i want the code for unique matrix in python with for loop | 8e9f6d7d1d8998240fe5b6d2aa8d5687 | {
"intermediate": 0.3096814751625061,
"beginner": 0.38991692662239075,
"expert": 0.30040159821510315
} |
20,437 | give me 20 problem solving questions about end in python | 6d46bd0d59539c9a9cba63287cf51412 | {
"intermediate": 0.4622038006782532,
"beginner": 0.23977531492710114,
"expert": 0.2980208694934845
} |
20,438 | Who are you ? | d83932504bc878b9b808804f2ba9824f | {
"intermediate": 0.40732118487358093,
"beginner": 0.26502543687820435,
"expert": 0.3276534080505371
} |
20,439 | Maintain and applied several SAS macro in daily SAS programming work | 96a791cd9894c97156ce0cb1c0aea44d | {
"intermediate": 0.19426484405994415,
"beginner": 0.6468576192855835,
"expert": 0.15887755155563354
} |
20,440 | how i can use infinit and - infinite in python | b54f200139ef134936efb91c1db01694 | {
"intermediate": 0.32026565074920654,
"beginner": 0.3113129734992981,
"expert": 0.36842140555381775
} |
20,441 | Composite design pattern | cfddc6fa0ed10057344d83d16d092b36 | {
"intermediate": 0.36706337332725525,
"beginner": 0.2272607535123825,
"expert": 0.4056759178638458
} |
20,442 | SyntaxError: Non-UTF-8 code starting with '\xb4' in file C:\Users\muli\PycharmProjects\pythonProject\auto-focus\EOG.py on line 2, but no encoding declared; see https://python.org/dev/peps/pep-0263/ for details | ee31876ab15d9ae9588dc8d9a96da79d | {
"intermediate": 0.23768168687820435,
"beginner": 0.47937190532684326,
"expert": 0.2829464375972748
} |
20,443 | zmodyfikuj kod na postać sha1024
package sha512
import (
"crypto"
"crypto/internal/boring"
"encoding/binary"
"errors"
"hash"
)
func init() {
crypto.RegisterHash(crypto.SHA384, New384)
crypto.RegisterHash(crypto.SHA512, New)
crypto.RegisterHash(crypto.SHA512_224, New512_224)
crypto.RegisterHash(crypto.SHA512... | bd25cf6532855e1ae05ce820cf160aad | {
"intermediate": 0.30915239453315735,
"beginner": 0.44224900007247925,
"expert": 0.24859856069087982
} |
20,444 | I have a multi layer graph which is provided from an excel file | b2965660d034589d263c8d283afd91aa | {
"intermediate": 0.2871984839439392,
"beginner": 0.225126251578331,
"expert": 0.4876752197742462
} |
20,445 | [ WARN:0@0.019] global loadsave.cpp:248 cv::findDecoder imread_('C:\Users\muli\Desktop\photograph1\{L}.jpg'): can't open/read file: check file path/integrity
Traceback (most recent call last):
File "C:\Users\muli\PycharmProjects\pythonProject\auto-focus\EOG.py", line 13, in <module>
for x in range(I.shape[0]-1):
... | bb01b6caa8b4de8caa026200d9cdf4f0 | {
"intermediate": 0.5201544761657715,
"beginner": 0.2293853461742401,
"expert": 0.2504602372646332
} |
20,446 | Как в код добавить ProcessPoolExecutor в
def prepare_index_products(
offers_iter: Iterable,
categories_df: pd.DataFrame,
sales_df: pd.DataFrame,
filters_df: pd.DataFrame,
) -> Generator[Dict[str, Any], None, None]:
for offer_validator in offers_iter:
try:
o = buil... | 37cb17a54e1eb3c3db0e9756637000b3 | {
"intermediate": 0.5242602229118347,
"beginner": 0.23942705988883972,
"expert": 0.23631268739700317
} |
20,447 | It is a php file, debug for me:
<html>
<head>
<title> IEDA 3302: Hidden Form Field for Session Tracking </title>
</head>
<body bgcolor=#DDDDDD>
<p>
<!-- The lines above are the standard html header -->
<?php
// First get the input variables and their values
$User_Name = $_POST['User_Name'];
$User_PIN = $_POST['Us... | 6e3b20b407b41c309a72087dbb06e9c0 | {
"intermediate": 0.5283897519111633,
"beginner": 0.31154415011405945,
"expert": 0.1600661277770996
} |
20,448 | how i can remove native splash screen in flutter and add my custom splash screen | 8624b64778f47f02f5313abb1d23e179 | {
"intermediate": 0.43905675411224365,
"beginner": 0.24157066643238068,
"expert": 0.31937262415885925
} |
20,449 | In Hibernate, are converters also needed for custom-object embeddable types? Be concise. | b49c8f6854e275888121c5a0c1567e13 | {
"intermediate": 0.4933943450450897,
"beginner": 0.15952624380588531,
"expert": 0.34707939624786377
} |
20,450 | how to apply visitor that returns std::string from boost::variant<nullptr_t, int64_t, double, std::string, bool> | 0c5696a21e79bc7f8e503baae0d940a4 | {
"intermediate": 0.4188920855522156,
"beginner": 0.37198948860168457,
"expert": 0.20911847054958344
} |
20,451 | how to display a blob url in html | 905a2d0bf15cb091ea0bedfce5cd4626 | {
"intermediate": 0.35610437393188477,
"beginner": 0.4197981357574463,
"expert": 0.22409746050834656
} |
20,452 | titan dataset code | 659a39b311cc241b9486345aadd87511 | {
"intermediate": 0.24727442860603333,
"beginner": 0.323530375957489,
"expert": 0.42919519543647766
} |
20,453 | #include <<stdio. h main()
inta=-11,b=10;
a%-b%=4; STT.A
printf("%d %d\n",a,b); | cde3fdf715f5ba82da23f57ba445c4a4 | {
"intermediate": 0.36438724398612976,
"beginner": 0.3701041638851166,
"expert": 0.2655085027217865
} |
20,454 | def matrix_print(matrix):
print('_______')
for i in matrix:
for el in i:
print(el, end=' ')
print()
matrix_2x2 = [[1, 2],
[3, 4]]
matrix_3x2 = [[32, 232],
[543, 134],
[565, 665]]
matrix_2x3 = [[1, 2, 3],
[4, 5, 6]]
def matri... | c4b10f361b23dcfd00f7b50f67029a41 | {
"intermediate": 0.21925212442874908,
"beginner": 0.5812323093414307,
"expert": 0.19951561093330383
} |
20,455 | Step by step guid on how to install and setup ec2 postgres db | de9b6f4beb096feb603f4fd6378b8256 | {
"intermediate": 0.3958252966403961,
"beginner": 0.29672056436538696,
"expert": 0.3074541687965393
} |
20,456 | def matrix_print(matrix):
print(‘_______’)
for i in matrix:
for el in i:
print(el, end=’ ‘)
print()
matrix_2x2 = [[1, 2],
[3, 4]]
matrix_3x2 = [[32, 232],
[543, 134],
[565, 665]]
matrix_2x3 = [[1, 2, 3],
[4, 5, 6]]
def matrix_metric(matrix):
m = 0
n = 0
for rows in matrix:
m += 1
for elements in rows:
if elements >... | 1d7687d7bb6fb1696f856cef52b1ea44 | {
"intermediate": 0.2990107834339142,
"beginner": 0.4789089858531952,
"expert": 0.22208021581172943
} |
20,457 | def matrix_print(matrix):
print(‘_______’)
for i in matrix:
for el in i:
print(el, end=’ ‘)
print()
matrix_2x2 = [[1, 2],
[3, 4]]
matrix_3x2 = [[32, 232],
[543, 134],
[565, 665]]
matrix_2x3 = [[1, 2, 3],
[4, 5, 6]]
def matrix_metric(matrix):
m = 0
n = 0
for rows in matrix:
m += 1
for elements in rows:
if elements >... | 33c687ca2b7058439dd68e8a6b80b078 | {
"intermediate": 0.2990107834339142,
"beginner": 0.4789089858531952,
"expert": 0.22208021581172943
} |
20,458 | I'm using javascript. How can I count the array that have 5 in their mark field? | 438001c515545ccdfe43b0cd84e3302b | {
"intermediate": 0.5997635126113892,
"beginner": 0.18167828023433685,
"expert": 0.21855823695659637
} |
20,459 | def matrix_print(matrix):
print("______")
for i in matrix:
for el in i:
print(el, end=" ")
print()
def matrix_metric(matrix):
m = len(matrix)
n = len(matrix[0])
metric = (m,n)
return metric
def transpose_matrix(matrix):
metric = matrix_metric(matrix)
transpo... | 194060612649e5d34017ba83f8c97659 | {
"intermediate": 0.28263619542121887,
"beginner": 0.5460219383239746,
"expert": 0.1713419109582901
} |
20,460 | whats a fast way to get the hash to an image which is accurate but also very fast? | 6d94bc68b52f5e7c0bc0d949e81aea4c | {
"intermediate": 0.2417527288198471,
"beginner": 0.10341383516788483,
"expert": 0.6548334360122681
} |
20,461 | A number is said to be Disarium if the sum of its digits raised to their respective positions is the number itself.
Create a function that determines whether a number is a Disarium or not.
Examples
isDisarium(75) ➞ false
// 7^1 + 5^2 = 7 + 25 = 32
isDisarium(135) ➞ true
// 1^1 + 3^2 + 5^3 = 1 + 9 + 125 = 135
isDisa... | 4a9dab84f71f678fd48164bb29dce185 | {
"intermediate": 0.36186128854751587,
"beginner": 0.31369608640670776,
"expert": 0.32444268465042114
} |
20,462 | I used this code:
lookback = 10080
quantity = 0.05
active_signal = None
buy_entry_price = None
sell_entry_price = None
import binance
def calculate_percentage_difference_buy(entry_price, exit_price):
result = exit_price - entry_price
price_result = entry_price / 100
final_result = result / price_result
... | c562f093d98563399de0c35451b68c2e | {
"intermediate": 0.3538196086883545,
"beginner": 0.5064595341682434,
"expert": 0.1397208869457245
} |
20,463 | write a file hashing algorithm in python that is good for images, has little to no collisions and is fast. | 542738c8fa4748a4d2662055f60d9732 | {
"intermediate": 0.11720382422208786,
"beginner": 0.04084533825516701,
"expert": 0.8419508337974548
} |
20,464 | Can you make a script that will convert a mssql schema definition into a openapi 3 "definitions" section ? | 561f4e4ee4869f2ec4e847f46c56f3a7 | {
"intermediate": 0.7064248919487,
"beginner": 0.13310065865516663,
"expert": 0.160474494099617
} |
20,465 | what is the most efficient implementation of bitwise boolean implication in C? | 9589ddd4a219491a5345d3c173d301ee | {
"intermediate": 0.19159778952598572,
"beginner": 0.13534575700759888,
"expert": 0.6730564832687378
} |
20,466 | In unity, i have got a shader with a vector2 variable, which contains a x-value and a y-value, can you write a code in C# so that the x-value is this vector2 variable can change from 0 to 1 in a specified time range? | 2e3ed9e493b32c627c5df06f0ccf0eea | {
"intermediate": 0.5116302371025085,
"beginner": 0.29676946997642517,
"expert": 0.19160032272338867
} |
20,467 | i need to create tests for the code with the pytest library and expllain what and why is tested. Here is the code for an etl task: "import os
from datetime import datetime, timedelta
from airflow import DAG
from airflow.operators.python_operator import PythonOperator
from airflow.operators.postgresql_operator import Po... | 1149b9873122783b44d4797392316c9e | {
"intermediate": 0.5070717930793762,
"beginner": 0.2685328423976898,
"expert": 0.22439530491828918
} |
20,468 | Study the EZ Robot. If you had one of the robots in your possession, tell Dr_T a very detail plan about what you would do with it. What code would you run? How would you run the code? What tutorials did you look at to help you develop this plan? State each of them in the EZ Robot Forum, and respond to the plans of fel... | 1b9eef2db31a121f9454f035b737218a | {
"intermediate": 0.3973568379878998,
"beginner": 0.3261181712150574,
"expert": 0.27652508020401
} |
20,469 | how to update app on frappe without make lose for data | ed397669bb369de3025e2290966675df | {
"intermediate": 0.47801366448402405,
"beginner": 0.12485426664352417,
"expert": 0.3971320688724518
} |
20,470 | write css that changes the default position of the weglot language switcher "country-selector" from bottom right to bottom left | b37109ffd2f3027dee621047c6ff8eb4 | {
"intermediate": 0.31806230545043945,
"beginner": 0.26573997735977173,
"expert": 0.41619768738746643
} |
20,471 | the ".control-container {
display: flex;flex-direction: row;
grid-template-columns: auto auto auto;
grid-gap: 5px;
margin:0px;
align-items: flex-start;}" is in a row, but need to align button under h1: "<body>
<div class='container'>
<div class='control-container' style='display: flex; justify-content: space-be... | dea66592150eca8482be5f457bdd4a12 | {
"intermediate": 0.4992908239364624,
"beginner": 0.2341705560684204,
"expert": 0.2665386199951172
} |
20,472 | есть папка task_generator. В ней есть папка text_tasks, в ней находятся 2 файла input_parameters.py, tasks_for_work.py. Когда я пытаюсь запустить файл from task_generator.text_tasks import tasks_for_work я получаю ----> 7 from input_parameters import input_parameters_work, morph, correct_word, gent_pers
8
... | 0316235aa4d0db0ddd884d29206e6db2 | {
"intermediate": 0.517645001411438,
"beginner": 0.2301151305437088,
"expert": 0.2522399127483368
} |
20,473 | Привет. Можешь переделать этот код, чтобы в нем не было классов и желательно функций | 13211b2ef2459c2cb54a24d9e87c43b0 | {
"intermediate": 0.2914310693740845,
"beginner": 0.34682461619377136,
"expert": 0.36174437403678894
} |
20,474 | A coding competition is being organized onthe HackerRank platform. All participants need tobe grouped into teams where each team hasexactly two candidates and the sums of theirskills must be equal for all teams. Theefficiency of a team is the product of the skills ofits members, e.g. for a team with skills [2, 3], thee... | bd3c95b64ca6f28c80391741704c734c | {
"intermediate": 0.31117066740989685,
"beginner": 0.2695258557796478,
"expert": 0.4193035066127777
} |
20,475 | delete first five line in dataframe | 624a0d7709280bcaa4e0512b8d3dd3a3 | {
"intermediate": 0.34497353434562683,
"beginner": 0.3416443169116974,
"expert": 0.3133821487426758
} |
20,476 | posing as a software developer write me a google sheets function that will reset all the checkboxes in a range in a sheet every sunday | a8f50ff19723b3bc11b9dc024e0a3e24 | {
"intermediate": 0.37216630578041077,
"beginner": 0.2978702783584595,
"expert": 0.32996344566345215
} |
20,477 | for azure az204 Creating Azure Apps Service Web Apps: I got stuck at: On the App Service blade in the Settings section, select the Properties link to view more information about App Services. To get the App Service's URL, go to the Overview link, copy the value from the Default domain section, and then paste it to Note... | 33ea5835fbce8335b2ed990fb50849a6 | {
"intermediate": 0.3043818473815918,
"beginner": 0.25375449657440186,
"expert": 0.44186365604400635
} |
20,478 | How do I Use the arp command to find the MAC address of your system and at least five other systems on your network. | 69c194ea00ee392f49aad6ff5e184c0b | {
"intermediate": 0.37867453694343567,
"beginner": 0.23298823833465576,
"expert": 0.3883371651172638
} |
20,479 | Examplo de implementação circuitbreaker com java 17 spring boot e resilience4j | 1857bb4d4c57f6149aa4a7684964583b | {
"intermediate": 0.3700432777404785,
"beginner": 0.25817951560020447,
"expert": 0.37177717685699463
} |
20,480 | In a queue, people are supposed to stand in ascending order of their heights. However, due to some confusion, the order of the queue gets disrupted. Your task is to determine the number of disorder pairs in the queue. A disorder pair is defined as a pair of people (pi , pj ) such that i < j and pi is taller than pj in ... | fc5fe164b8d7150f9b6eddb77fb58009 | {
"intermediate": 0.4053347706794739,
"beginner": 0.1930622160434723,
"expert": 0.4016030430793762
} |
20,481 | Is there a way to send packet bytes using pythons requests library rather than the socket one? | ad1aaf0f0ed9f63a59e0c8e1b8e35ec3 | {
"intermediate": 0.6334197521209717,
"beginner": 0.12702758610248566,
"expert": 0.23955264687538147
} |
20,482 | hi | 8bb1c07aadc311d7810e342a7e05a0ab | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
20,483 | google sheets app script to use a specific sheet from multiple tabs | 2491c71cdd31976a3dc78530c34f3e6d | {
"intermediate": 0.5121418833732605,
"beginner": 0.21960756182670593,
"expert": 0.26825058460235596
} |
20,484 | Is there a way to reload an iframe without the status bar and refresh button of the browser flashing? Javascript can't be used. | 766b44dd4b1ab04b2a6e06bbda008b1a | {
"intermediate": 0.3981098234653473,
"beginner": 0.24470044672489166,
"expert": 0.35718971490859985
} |
20,485 | hi | 8ccc5e24ab6f55c1fc3708285dfd1392 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
20,486 | I want to create a button in Excel so that when I click on it, it displays the required values for me through a query box in which I type any numerical value. Thus, it will display all of this entered value in a column from the first row up to 12 rows down vertically. For example, if I have column A and I want to enter... | 3d5e6ddf5a3bf8d4c7964d79def1713b | {
"intermediate": 0.4265013635158539,
"beginner": 0.2353123426437378,
"expert": 0.33818626403808594
} |
20,487 | we have mysql table "payed" with "paydate" datetime column. iterate though table, add 6 months to "paydate" column, and save value to "paytill" colum in each row. use php. | 670982c3918c94b576bb5304954f7563 | {
"intermediate": 0.3794708549976349,
"beginner": 0.2942814230918884,
"expert": 0.32624778151512146
} |
20,488 | def question01(text):
# Implement a function that takes a string and checks that the three sets of braces "()<>{}" are all matched properly.
# Any characters other than the 6 characters for braces should raise an Exception exception.
# Any mismatched braces should raise an Exception exception.
# If the ... | 19b3821cde28b8234fe776aaa1edeb17 | {
"intermediate": 0.477944016456604,
"beginner": 0.3805406987667084,
"expert": 0.14151522517204285
} |
20,489 | in terms of lexemes and parsing in computer science, how do you resolve the parser warnings about shift-reduce and reduce-reduce conflicts?
A. there is no way to resolve these warnings without changing the grammar of the language
B. you specify a precedence for the grammar rules
C. you traverse your abstract syntax tre... | de6ab82fb2d808652b44c62bee2ef46e | {
"intermediate": 0.2224324643611908,
"beginner": 0.5303292870521545,
"expert": 0.24723829329013824
} |
20,490 | hi | ccfa8a13be7805bddb4cbc7cebc0ccef | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
20,491 | draw line renderer from point until it hits a certain object in the down direction | ac18580a493043f7e5a040f84f397446 | {
"intermediate": 0.3341158330440521,
"beginner": 0.1997000277042389,
"expert": 0.4661841094493866
} |
20,492 | how can i create anai likechatgpt-4 | c2251f3df4ac36d6ffd660ff7e4cfe2d | {
"intermediate": 0.2655121684074402,
"beginner": 0.17190058529376984,
"expert": 0.5625872015953064
} |
20,493 | write material design layout for list view android xml | 06c428b2a834e573551fe840c3eb9c38 | {
"intermediate": 0.388232946395874,
"beginner": 0.31219232082366943,
"expert": 0.29957473278045654
} |
20,494 | TypeError: expected str, bytes or os.PathLike object, not NoneType | b10ccfa16a3cdb52a5c9c6750c5f5a2f | {
"intermediate": 0.3749403953552246,
"beginner": 0.3813011944293976,
"expert": 0.24375846982002258
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.