row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
20,797 | The overall rating of an interview is calculated as a weighted average.The interview rating depends on the following categories:
- Quality of answers (rated on a scale of 1 to 5) has a weight of 2
- Experience in the field (rated on a scale of 1 to 5) has a weight of 5
Here is an example:
- Rating of Answers =... | 3edc4293fb4a367644acf2c9d1f725e3 | {
"intermediate": 0.3447313606739044,
"beginner": 0.3050941824913025,
"expert": 0.3501744568347931
} |
20,798 | I want to sort this array by timestamp:
"{'b:8410683': ('Bernd ging auf ein recht gutes Gymnasium. Akademik...', 360, '2023-09-23T22:33:57.417Z'), 'b:8420861': ('Bernd würde gerne irgendwas spielen, aber gerade ...', 24, '2023-09-27T12:04:24.328Z'), 'b:8413212': ('Gibt es eigentlich eine aufstellung wieviel leute ...',... | d0ab45faa57b78d6797dc175e67484f4 | {
"intermediate": 0.28628748655319214,
"beginner": 0.3781730532646179,
"expert": 0.33553948998451233
} |
20,799 | This is the first query
SELECT
report_details.campaignid,
report_details.funneltemplateid,
report_details.campaignidrt
FROM report_details
GROUP BY report_details.campaignid,report_details.funneltemplateid,report_details.campaignidrt
And this is the second query
SELECT
report_adgroups.adgroupid,
JSON_AGG(
... | 5b99b085fcc57d09b1bf73bd89bdf3e7 | {
"intermediate": 0.4668006896972656,
"beginner": 0.23180435597896576,
"expert": 0.30139490962028503
} |
20,800 | crbug/1173575, non-JS module files deprecated. | 0a5238dd120e5410e27f321218c980a1 | {
"intermediate": 0.36100879311561584,
"beginner": 0.3032597601413727,
"expert": 0.33573150634765625
} |
20,801 | Implement the following classes according to the following class diagrams.
● After you implement all the classes, write a main method to create objects of the classes you defined and
print out their contents.
● Each class should have appropriate setters and getters using property annotation for accessing private
attrib... | 18ad7edbed3d9cb5c8078c532565f601 | {
"intermediate": 0.2062135636806488,
"beginner": 0.658621072769165,
"expert": 0.13516540825366974
} |
20,802 | For example BCH Price is 200 and you have $27 how many BCH you can buy ? | 3011d982ac1a7a2a4f3e54938c3c1d23 | {
"intermediate": 0.419880211353302,
"beginner": 0.29610922932624817,
"expert": 0.2840105891227722
} |
20,803 | Tell me about FSSTH( high order synchrosqueezing transform) decomposition | 962dfb931f7972715f90c7fc87dd2964 | {
"intermediate": 0.12791238725185394,
"beginner": 0.06730812788009644,
"expert": 0.8047794103622437
} |
20,804 | Every class that you want to receive calls to Awake(), Start(), Update(), and FixedUpdate() needs to be a subclass of _____. | 033997a90242f15a2edcace2e3145b32 | {
"intermediate": 0.2399539351463318,
"beginner": 0.6017412543296814,
"expert": 0.1583048701286316
} |
20,805 | input_str[i:i+interval] = mask
TypeError: 'str' object does not support item assignment | cd7cc0696528de8c6a0e3ef41f9eba76 | {
"intermediate": 0.4345987141132355,
"beginner": 0.2786893844604492,
"expert": 0.2867118716239929
} |
20,806 | def mul(lhs_digits: list[Integer], rhs_digits: list[Integer], base: Integer)->list[Integer]:
return [] | 8395d25074a8518e52b6a7d6d588bac1 | {
"intermediate": 0.3115769326686859,
"beginner": 0.4125240743160248,
"expert": 0.2758990228176117
} |
20,807 | Write a menu driven C++ program to do following operation on two-dimensional array A of
size m x n. You should use user-defined functions which accept 2-D array A, and its size m and n as
arguments. The options are:
• To input elements into matrix of size m x n
• To display elements of matrix of size m x n
• Sum of all... | 09c20939a046bfed90c30ff9006c883a | {
"intermediate": 0.4242890477180481,
"beginner": 0.24664226174354553,
"expert": 0.329068660736084
} |
20,808 | def mul(lhs_digits, rhs_digits, base): | 1df1c0aa0d522702d068783235ba6bae | {
"intermediate": 0.33055952191352844,
"beginner": 0.2572290301322937,
"expert": 0.41221147775650024
} |
20,809 | c++ how to pass a 2d array into a function with 2 variables representing it's dimensions | 688f2e248d20e9e855df750b334db5fa | {
"intermediate": 0.353729248046875,
"beginner": 0.38622036576271057,
"expert": 0.2600502669811249
} |
20,810 | fill this function. def mul(lhs_digits: list[Integer], rhs_digits: list[Integer], base: Integer)->list[Integer]: | 1e0421a2c9d271002dac2daba5824711 | {
"intermediate": 0.31921014189720154,
"beginner": 0.4125440716743469,
"expert": 0.26824575662612915
} |
20,811 | Write the python code to fully integrate this chatbot api | 4263dc71ccd1983680b15b77422c07dd | {
"intermediate": 0.6930563449859619,
"beginner": 0.14764223992824554,
"expert": 0.15930140018463135
} |
20,812 | For this discussion assignment, please provide your response in a minimum of 500 to 750 words.
Explore the fundamental distinctions between static and non-static (instance) methods and variables in Java, comprehensively explaining their essential dissimilarities, use cases, and implications in object-oriented programm... | 04c9201430bf5bb1183d4b8f9032d0bb | {
"intermediate": 0.4496309459209442,
"beginner": 0.3174445331096649,
"expert": 0.2329244613647461
} |
20,813 | Write a discussion post about static and non-static methods as a freshman college student for a java programming class. This discussion post should have around 400 words and include code examples. Write the discussion post as if the student learned everything he needs to know about the topic from hands on examples on s... | 0fafe1e6263c4b4540447a3f60435c17 | {
"intermediate": 0.2691460847854614,
"beginner": 0.41223329305648804,
"expert": 0.31862059235572815
} |
20,814 | How to delete logs from kibana 7.1 | ef8ee4f358f7843029dfefc71a71b991 | {
"intermediate": 0.3942297399044037,
"beginner": 0.18357838690280914,
"expert": 0.422191858291626
} |
20,815 | what is the use of ChatGpr? | 7785af4d96751bd78bf01e7662377410 | {
"intermediate": 0.35092267394065857,
"beginner": 0.18950678408145905,
"expert": 0.4595705568790436
} |
20,816 | comment and explain what this does:
"import numpy as np
import matplotlib.pyplot as plt
%matploylib inline
x = np.linspace(0, 2*np.pi, num=100)
y = np.sin(x)
plt.plot(x, y)
plt.xlabel(‘x’)
plt.ylabel(‘y’)
plt.title(‘Sine Function’)
plt.show()" | 2b55f697e8299cd6666e80369f51399d | {
"intermediate": 0.5122244954109192,
"beginner": 0.27197137475013733,
"expert": 0.2158040851354599
} |
20,817 | Hi How to rebuild an existing index of Amazon OpenSearch | d2e5495cf476775fb06163dc612f957a | {
"intermediate": 0.3639757037162781,
"beginner": 0.1357850283384323,
"expert": 0.5002392530441284
} |
20,818 | shooting game html code | a0ab0e9bd2a84e1b5787a8dd948cf4cd | {
"intermediate": 0.2909289002418518,
"beginner": 0.41131091117858887,
"expert": 0.2977601885795593
} |
20,819 | consider this code again please:
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import os
from secret import FLAG
class AAES():
def __init__(self):
self.padding = "CryptoHackTheBox"
def pad(self, plaintext):
return plaintext + self.padding[:(-len(plaintext) % 16)] + self.... | 2e9ba785f15f585e4e0e49388c5ff1c2 | {
"intermediate": 0.3393497169017792,
"beginner": 0.4115953743457794,
"expert": 0.24905498325824738
} |
20,820 | consider this code again please:
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import os
from secret import FLAG
class AAES():
def __init__(self):
self.padding = "CryptoHackTheBox"
def pad(self, plaintext):
return plaintext + self.padding[:(-len(plaintext) % 16)] + self.... | 75992272f55ba507920b2a921698a773 | {
"intermediate": 0.34049373865127563,
"beginner": 0.40189889073371887,
"expert": 0.2576074004173279
} |
20,821 | Create a summary of this text, and make python examples for the problems given: “We will cover the basics and array creation in 2D, indexing and slicing in 2D, and basic operations in 2D. Consider the list a, the list contains three nested lists each of equal size. Each list is color-coded for simplicity. We can cast t... | 7af94105d20e9871111ead442c871df8 | {
"intermediate": 0.4633842706680298,
"beginner": 0.3527813255786896,
"expert": 0.18383438885211945
} |
20,822 | consider this code again please:
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import os
from secret import FLAG
class AAES():
def init(self):
self.padding = “CryptoHackTheBox”
def pad(self, plaintext):
return plaintext + self.padding[:(-len(plaintext) % 16)] + self.padding
def encrypt(self, p... | 8e3572a3cc17ecd5feb6f016de01a6df | {
"intermediate": 0.3491932153701782,
"beginner": 0.4817356765270233,
"expert": 0.16907110810279846
} |
20,823 | can you wrime a gamemaker studio 2 script, hen the player ("0bj_player") hit the enemy slime ("oSlime") it plays the music and when the enemy get destroy it will stop playing the music or back to another music | 131aed967946b134e7cdabfeb5fbab50 | {
"intermediate": 0.47610554099082947,
"beginner": 0.23589766025543213,
"expert": 0.287996768951416
} |
20,824 | make a script for a telegram bot that takes user input and displays what they typed out in the command | 94c6f923e64e6ff243330c9903824ccb | {
"intermediate": 0.2900412082672119,
"beginner": 0.19606122374534607,
"expert": 0.5138975977897644
} |
20,825 | consider this code again please:
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import os
from secret import FLAG
class AAES():
def __init__(self):
self.padding = "CryptoHackTheBox"
def pad(self, plaintext):
return plaintext + self.padding[:(-len(plaintext) % 16)] + self.... | 6cb63b3b2c2bdaf906e8ca16c69564a3 | {
"intermediate": 0.34414130449295044,
"beginner": 0.3962664008140564,
"expert": 0.25959232449531555
} |
20,826 | consider this code again please:
from Crypto.Cipher import AES
from Crypto.Util.Padding import pad
import os
from secret import FLAG
class AAES():
def __init__(self):
self.padding = "CryptoHackTheBox"
def pad(self, plaintext):
return plaintext + self.padding[:(-len(plaintext) % 16)] + self.... | 43c903ef688733890a8cac6b073c3dd9 | {
"intermediate": 0.3605881333351135,
"beginner": 0.3673677146434784,
"expert": 0.2720440924167633
} |
20,827 | Make a summary of this including tools and what they are used for: "We can create numpy arrays with more than one dimension. This section will focus only on 2D arrays but you can use numpy to build arrays of much higher dimensions. Consider the list a, the list contains three nested lists each of equal size. Each list ... | 234635941723390e3dcf0b321651d452 | {
"intermediate": 0.4313242435455322,
"beginner": 0.1813717931509018,
"expert": 0.3873039484024048
} |
20,828 | In Hibernate, if I use @JoinColumn(name = "tpts_uuid"), do I need to specify that the tables will be joined somehow? If so, concisely show me how. | 5188474e1231d5b8ffad78d9579da9ba | {
"intermediate": 0.7991055250167847,
"beginner": 0.05748530849814415,
"expert": 0.14340917766094208
} |
20,829 | how to solve this problem:
%%%%% Intensity normalization
%%%%% Make Mean image
Error using strsplit (line 80)
First input must be either a character vector or a string scalar.
Error in preproc_volume_fMRI (line 319)
temp2 = strsplit(temp,'/');
Error in Volume_fMRI>GO_Callback (line 211)
preproc_volume_f... | 486c90a280b79aa1bd2bf67509000a10 | {
"intermediate": 0.38775569200515747,
"beginner": 0.3486165702342987,
"expert": 0.2636277675628662
} |
20,830 | I have a table with Date, Product, Client, Group. I need DAX measure to determine the maximum number of values among Group for each unique combination of Payer and Client. See example
Input
|Date|Product|Client|Group|
|01.01.2022|X|A1|1|
|01.02.2022|X|A1|1|
|01.05.2022|X|A1|2|
|01.06.2022|X|A1|2|
|01.07.2022|X|A1|2|
... | c7703f65968b7a7f36b6a2a63f35c4b5 | {
"intermediate": 0.37317943572998047,
"beginner": 0.37632516026496887,
"expert": 0.25049543380737305
} |
20,831 | Hi | 2e2e7664b5e4c61c9952324fa3dc0109 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
20,832 | I want to build a voice bot by using a github repo 'Vocode'. This repo can be used as a package. Can you provide me the steps to build vocode in my system? | 60551a5f5b686ee381eac300829e7091 | {
"intermediate": 0.518646776676178,
"beginner": 0.18641473352909088,
"expert": 0.29493850469589233
} |
20,833 | I would like to include in a VBA module, an event that will copy A1:C28 to a new notepad sheet, print the sheet and close notepad without saving | c28363ef7580d3522fb1aa578627665e | {
"intermediate": 0.49667835235595703,
"beginner": 0.19841940701007843,
"expert": 0.30490222573280334
} |
20,834 | consider this code in Python: padding = "CryptoHackTheBox"
def pad(plaintext):
return plaintext + padding[:(-len(plaintext) % 16)] + padding | 27fdafc8706fafe72423fbad7226d24a | {
"intermediate": 0.4332371652126312,
"beginner": 0.3161887526512146,
"expert": 0.2505740821361542
} |
20,835 | Привет, помоги с улучшением и рефакторингом этого кода на Unity
namespace ZarnFramework.Gorod
{
[System.Serializable]
public class PedestrianPrefabs
{
[SerializeField]
public List<PedestrianPrefab> Prefabs = new List<PedestrianPrefab>();
public PedestrianController GetPedestrian()... | c348bda9b4e57b60e228cbc707bb3430 | {
"intermediate": 0.38761529326438904,
"beginner": 0.5161927342414856,
"expert": 0.09619201719760895
} |
20,836 | Is it possible to make GNU Octave and/or Matlab give exact values to trigonometric evaluations? | f816f2f2fe8cc371fd72344627388d34 | {
"intermediate": 0.4755142331123352,
"beginner": 0.14860449731349945,
"expert": 0.37588128447532654
} |
20,837 | def cashMoneyItems = [
items : response.Result.items
]
response.Result.items - это ArrayNode и выглядит примерно так "[{"surname":"Khadiullin","cashMoney":{"Crable1":11,"Crable2":22,"Crable3":33}}]"
мне нужно разложить на surname и cashMoney
как (groovy) это сделать | 54ea637be9b7b5c31331c39c2e1bba7c | {
"intermediate": 0.3362843990325928,
"beginner": 0.42310547828674316,
"expert": 0.24061015248298645
} |
20,838 | How to write an realtime audio provider service in Kotlin? | bc100e1179dfc71108e2d61c03b15bce | {
"intermediate": 0.46151092648506165,
"beginner": 0.17961028218269348,
"expert": 0.35887885093688965
} |
20,839 | hello | 17cf685f4d24d5f80fbbabf7ce2d52be | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
20,841 | What is wrong with row number here: "SELECT ROW_NUMBER() OVER(PARTITION __rowid ORDER BY LineDescription DESC) as RN
FROM
(
SELECT [FiscalYear]
,[FiscalMonth]
,CASE WHEN [AccountNumber] = '' THEN NULL ELSE AccountNumber END as AccountNumber_LKP
,CASE WHEN [CompanyNumber] = '' THEN NULL ELSE Com... | 2f8c7c1eb9dbb376d8b94897475abcdb | {
"intermediate": 0.3435761034488678,
"beginner": 0.39637407660484314,
"expert": 0.26004981994628906
} |
20,842 | can you write mysql insert command for sample data
use this table as reference
id,userid,Type,Name,Message,Number,Date,Address | 0e02eb28f374ba34970b9d8d515b3dcd | {
"intermediate": 0.5436262488365173,
"beginner": 0.20090501010417938,
"expert": 0.2554686963558197
} |
20,843 | can you write mysql insert command for sample data
use this table as reference
id,userid,Type,Name,Message,Number,Date,Address
use table name as sms, use start index of userid 1, create 100 sample data | 1802d540c0ebac1d45bb584b6c960955 | {
"intermediate": 0.5744745135307312,
"beginner": 0.13700447976589203,
"expert": 0.2885209918022156
} |
20,844 | can you write mysql insert command for sample data
use this table as reference
id,userid,Type,Name,Message,Number,Date,Address
use table name as sms, use start index of userid 1, create 100 sample data
use this sample data as reference
1,1,OUTGOING ,Samantha,"Hello, how are you doing ",656160387,3/25/2019 15:46,... | 6c81db15287ab20f38ea1c917d30716a | {
"intermediate": 0.5740692019462585,
"beginner": 0.16913634538650513,
"expert": 0.2567944824695587
} |
20,845 | com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize value of type `java.util.ArrayList<com.nexign.lbf.crab.scenarios.models.cashMoneyList>` from Object value (token `JsonToken.START_OBJECT`) | 70d77e961f29d6420d4de1962ffefcea | {
"intermediate": 0.5285581946372986,
"beginner": 0.2679029703140259,
"expert": 0.20353877544403076
} |
20,846 | rotate 2d sprite by 90 degrees on the z axis when the mouse clicks on it | daf8302cf3bd4fdb69d6ef9f59a30fee | {
"intermediate": 0.3753383159637451,
"beginner": 0.19681815803050995,
"expert": 0.42784354090690613
} |
20,847 | def responeMap = OAPIBatchExecuteUtils.instance.batchResponseHandler(exchange, WardrobePocketsModels, mapper) as Map<String, WardrobePocketsModels>
Cannot deserialize value of type `java.util.ArrayList<com.nexign.lbf.crab.scenarios.models.cashMoneyList>` from Object value (token `JsonToken.START_OBJECT`) | 63021c5ff192e886a011816eed7e1392 | {
"intermediate": 0.5339574217796326,
"beginner": 0.30442801117897034,
"expert": 0.1616145223379135
} |
20,848 | rotate 2d sprite by 90 degrees on the z axis when the mouse clicks on it in unity | 65967fd5624f24960a68eaec2799bce8 | {
"intermediate": 0.3778751790523529,
"beginner": 0.2258932739496231,
"expert": 0.3962315618991852
} |
20,849 | I want you to write me VBA code for a PowerPoint presentation about impact of Saudi Arabia's international trade policies during the COVID-19 pandemic. You are to fill in all the text with your own knowledge, no placeholders. I need 8 slides. | 789abd36ed10533b5072bf7a65d320c1 | {
"intermediate": 0.2327011525630951,
"beginner": 0.4252903461456299,
"expert": 0.34200844168663025
} |
20,850 | insert 100 row to userid from users table. 2 to 100 mysql | f94b20fb846b2137c618de672e0538a3 | {
"intermediate": 0.41490980982780457,
"beginner": 0.3009864091873169,
"expert": 0.28410375118255615
} |
20,851 | Give me an example of how to implement drag and drop nodes in sigma.js using plugin | 4911615a09013872d2d8843487d034c1 | {
"intermediate": 0.5922673344612122,
"beginner": 0.06228268891572952,
"expert": 0.3454500436782837
} |
20,853 | I wanna make a tool to sign up the user to a bundle of email newsletters, the problem is none of the process of signing up is standardized so I would have to send a diffrent request and diffrent everything each time.
what would be a good way to sign the user up?
maybe I should store them all as curl commands that I use... | 73d63792cdfdf39954ecd1dc2a88f56d | {
"intermediate": 0.520176112651825,
"beginner": 0.2731703817844391,
"expert": 0.20665347576141357
} |
20,854 | [{
“resource”: “/d:/Auto downloads/Auto_downloads”,
“owner”: “generated_diagnostic_collection_name#2”,
“severity”: 8,
“message”: “Expected expression”,
“source”: “Pylance”,
“startLineNumber”: 7,
“startColumn”: 7,
“endLineNumber”: 7,
“endColumn”: 59
},{
“resource”: “/d:/Auto downloads/Auto_downloads”,
“owner”: “generate... | 679cf7d7e764f47059d3c1a26bbcdf1c | {
"intermediate": 0.39764487743377686,
"beginner": 0.3095179796218872,
"expert": 0.29283711314201355
} |
20,855 | I have a text file called curl_cmds.txt
I want you to read each line of the file and execute each command using os.system, I also want you to use templates to find a place to put an email and replace it with my email and if there is a name | 065afce64c1e5e56254f10a191190575 | {
"intermediate": 0.32416149973869324,
"beginner": 0.3293758034706116,
"expert": 0.3464626669883728
} |
20,856 | How to disable Linux filesystem cache? | 4fa2a9ee940d2bec13466486eb5c1e95 | {
"intermediate": 0.24921388924121857,
"beginner": 0.3160630464553833,
"expert": 0.4347230792045593
} |
20,857 | Task: Create a C programming language using arrays to display the required output below.
Output:
The original array elements are:
LA[0] = 3
LA[1] = 1
LA[2] = 2
LA[3] = 4
LA[4] = 9
The array elements after insertion:
LA[0] = 3
LA[1] = 1
LA[2] = 11
LA[3] = 2
LA[4] = 4
LA[5] = 9 | 4f1ebf706693d5ee59fbe53e38c9f6b3 | {
"intermediate": 0.37811198830604553,
"beginner": 0.24927771091461182,
"expert": 0.3726102411746979
} |
20,858 | Rewrite the documentation: #include <stddef.h>
// The virtual table for memory allocators.
typedef struct krt_alloc krt_alloc_t;
// A "channel" construct for inter-thread communication.
typedef struct krt_kanal krt_kanal_t;
// Creates a new channel. "data_size" specifies the message size that the channel will use.
k... | 2ad7304ffbdd10d82dd41d943941a313 | {
"intermediate": 0.3735997974872589,
"beginner": 0.3956359922885895,
"expert": 0.2307642251253128
} |
20,859 | I have a table with columns Client, Product, StartDate, EndDate. I need to create a columns with dates from StartDate to EndDate for each row using Python. Write script | b19cd356a406565310f99bb7afd1a724 | {
"intermediate": 0.4276220202445984,
"beginner": 0.21512256562709808,
"expert": 0.3572554588317871
} |
20,860 | Df has columns Client, Product, StartDate, EndDate.
# Create a new empty DataFrame to store the expanded date ranges
expanded_df = pd.DataFrame(columns=df.columns)
# Iterate over each row in the original DataFrame
for _, row in df.iterrows():
# Get the start and end date for the row
start_date = row['StartDa... | 989a09f0a5685d88c340921e601d4066 | {
"intermediate": 0.33179429173469543,
"beginner": 0.46657299995422363,
"expert": 0.20163270831108093
} |
20,861 | Please reflect on what you have learned in the C++ course. Expand on how you intend to use these skills in the future.
Explain your understanding of programming at the beginning of the course to now.
What advice would you give to a student who will begin this class next? | 5f2453862c9a9b0338d54da226362a3e | {
"intermediate": 0.3454763889312744,
"beginner": 0.38324880599975586,
"expert": 0.2712748944759369
} |
20,862 | i need to write for me simple app by dart languge | 19130299224c6f54f4b681686f4bdc71 | {
"intermediate": 0.3729904294013977,
"beginner": 0.36783918738365173,
"expert": 0.2591703534126282
} |
20,863 | Create a pass by reference function call void displayPattern(int &) with one int parameter.
Make the function call in int main().
Accept input into in int main() of an integeger value called highNumber The high number of the pattern is based upon the cin >> input of the user via the function (don't worry about validat... | 0559c7c232cee242afe0996fe53bea64 | {
"intermediate": 0.31234389543533325,
"beginner": 0.48137104511260986,
"expert": 0.2062850445508957
} |
20,864 | I have a table with columns Client, Product, StartDate, EndDate. I need to get columns with Client, Product, Date, where Date is between StartDate EndDate for each Client and Product. Write Python script and provide example | 21f9ccb98b4be766a86bb31f86f17cdf | {
"intermediate": 0.32286012172698975,
"beginner": 0.29149550199508667,
"expert": 0.3856443762779236
} |
20,865 | Failed to bind the socket: Bad file descriptor原因 | d182de686b2c0c5b074433f20ead35ac | {
"intermediate": 0.408840149641037,
"beginner": 0.2651703655719757,
"expert": 0.3259894549846649
} |
20,866 | I have a table with columns 'Customer Code','SCU Code','Итого отгрузка, л.','start_date','end_date','comment'. I need to remain only rows where 'Итого отгрузка, л.' > 0 and 'comment' is not empty. Write Ptrhon script | 92a30ca0aaa190aebad383bffe50715d | {
"intermediate": 0.33152684569358826,
"beginner": 0.2620323896408081,
"expert": 0.40644076466560364
} |
20,867 | conversion to non-scalar type requested | 2dc923407af845b96d19f1703a5a1519 | {
"intermediate": 0.35281017422676086,
"beginner": 0.31968653202056885,
"expert": 0.3275032341480255
} |
20,868 | hello world python program | 1a992cffebf9d5bfa6d20ba3f5616b4c | {
"intermediate": 0.2969292402267456,
"beginner": 0.26628968119621277,
"expert": 0.4367810785770416
} |
20,869 | hello world python program | 5204b9f41718725bb1c8de99f29a3929 | {
"intermediate": 0.2969292402267456,
"beginner": 0.26628968119621277,
"expert": 0.4367810785770416
} |
20,870 | hello world python program | e1d9ff9289ee1665729406049f504322 | {
"intermediate": 0.2969292402267456,
"beginner": 0.26628968119621277,
"expert": 0.4367810785770416
} |
20,871 | hello world python program | c60ed6a1d3da42dbdd1decef9785acf5 | {
"intermediate": 0.2969292402267456,
"beginner": 0.26628968119621277,
"expert": 0.4367810785770416
} |
20,872 | how to solve | a4e015185ba926594dbd3414627fd7db | {
"intermediate": 0.3768915832042694,
"beginner": 0.2545124888420105,
"expert": 0.3685958981513977
} |
20,873 | write hello world java program | d8af36b95f47d3f6fb645520773ecf73 | {
"intermediate": 0.31644418835639954,
"beginner": 0.4413021504878998,
"expert": 0.24225367605686188
} |
20,874 | hello world python program | 9cdd55a85c59d9529008f985fc7cd2fe | {
"intermediate": 0.2969292402267456,
"beginner": 0.26628968119621277,
"expert": 0.4367810785770416
} |
20,875 | I want you to write me VBA code for a PowerPoint presentation about the history of Saudi Arabia. You are to fill in all the text with your own knowledge, no placeholders. I need 5 slides. | 1a29a04c5f0fd3f264b78d74638349a4 | {
"intermediate": 0.2848091125488281,
"beginner": 0.4460447132587433,
"expert": 0.2691461741924286
} |
20,876 | Допиши код полность.
Судь программы анти чит, задача доделать код защиты процесса от инджекта в него dll
#include <Windows.h>
#include <iostream>
#include <string>
#include <TlHelp32.h>
bool EnableAntiDllInjection()
{
std::cout << "Anti - DLL Injection Enabled" << std::endl;
return true; // Возвращаем true, ... | 7def7437d86ce9d3a6302ec71c3fe574 | {
"intermediate": 0.37467822432518005,
"beginner": 0.41992199420928955,
"expert": 0.2053997963666916
} |
20,877 | добавить вашу логику защиты от DLL Inject
#include <Windows.h>
#include <iostream>
#include <string>
#include <vector>
#include <TlHelp32.h>
bool EnableAntiDllInjection()
{
std::cout << "Anti - DLL Injection On" << std::endl;
return true; // Возвращаем true, чтобы показать успешную активацию защиты
}
bool P... | 393196d875e04386843322503e11e1b0 | {
"intermediate": 0.28515708446502686,
"beginner": 0.4862179458141327,
"expert": 0.22862495481967926
} |
20,878 | Допиши полностью идеально функцию anti DLL inject в ProtectProcess.
#include <Windows.h>
#include <iostream>
#include <string>
#include <vector>
#include <TlHelp32.h>
bool EnableAntiDllInjection()
{
std::cout << "Anti - DLL Injection On" << std::endl;
return true; // Возвращаем true, чтобы показать успешную ак... | 25cac3bc52393e494ea098795f82d78e | {
"intermediate": 0.3512127995491028,
"beginner": 0.3970540761947632,
"expert": 0.2517331540584564
} |
20,879 | I have an error when trying to import scikit-image to python, under termux in android | 9a15d81e8ff954d68380efc2277436ef | {
"intermediate": 0.46021488308906555,
"beginner": 0.20349852740764618,
"expert": 0.33628660440444946
} |
20,880 | I get an error when importing scikit-image into python under termux on Android: Traceback (most recent call last):
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/skimage/__init__.py", line 122, in <module>
from ._shared import geometry
ImportError: dlopen failed: cannot locate symbol "PyExc_Im... | 4bc9447f9d359521a9d5fa597f01e1c3 | {
"intermediate": 0.533498227596283,
"beginner": 0.24896003305912018,
"expert": 0.21754169464111328
} |
20,881 | I have a c# project in visual studio 2019, I have set up two post build scripts which copies the dlls I need to run the program:
mkdir $(OutDir)x64 2> NUL
mkdir $(OutDir)x86 2> NUL
echo F|xcopy "$(ProjectDir)..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\x64\SQLite.Interop.dll" "$(OutDir)x... | 62335b3e9cd209701a74e41d0fcdf1b4 | {
"intermediate": 0.6589470505714417,
"beginner": 0.20666305720806122,
"expert": 0.13438987731933594
} |
20,882 | I have a c# project made in visual studio 2019, i have the following post build script:
mkdir $(OutDir)x64 2> NUL
mkdir $(OutDir)x86 2> NUL
echo F|xcopy "$(ProjectDir)..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.118.0\build\net46\x64\SQLite.Interop.dll" "$(OutDir)x64\SQLite.Interop.dll" /d /y
echo F|xcopy... | 086d48a53482a2ffca894c53948790c8 | {
"intermediate": 0.5935381650924683,
"beginner": 0.2023131102323532,
"expert": 0.20414872467517853
} |
20,883 | google sheet function to apply a timestamp to a cell whenever a reference cell value equals true. when false do not update the timestamp | 94fb3733fe5d87680172b9ecdd56cdbf | {
"intermediate": 0.48828786611557007,
"beginner": 0.18624095618724823,
"expert": 0.3254711627960205
} |
20,884 | Users Table:
• UserID (Primary Key)
• Username
• Email
• Password (Hashed and Salted)
• Role (Admin, Instructor, Student)
Courses Table:
• CourseID (Primary Key)
• Title
• Description
• InstructorID (Foreign Key referencing Users)
• Category
• EnrollmentCount
• ImageURL
Assignments Table:
• AssignmentID (Primary Key)... | 3003f4aab9e331a4da22fca542655512 | {
"intermediate": 0.3758681118488312,
"beginner": 0.2204495668411255,
"expert": 0.40368232131004333
} |
20,885 | import java.util.Scanner;
public class Student {
private String name;
private String id;
private int age;
private double grade;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getId() {
return i... | 48dff2b82268776085338189390f435c | {
"intermediate": 0.26641833782196045,
"beginner": 0.6246062517166138,
"expert": 0.1089753732085228
} |
20,886 | Users Table:
• UserID (Primary Key)
• Username
• Email
• Password (Hashed and Salted)
• Role (Admin, Instructor, Student)
Courses Table:
• CourseID (Primary Key)
• Title
• Description
• InstructorID (Foreign Key referencing Users)
• Category
• EnrollmentCount
• ImageURL
Assignments Table:
• AssignmentID (Primary Key)... | 30ce0ca6e3dc0685d3858e7fbc23b37b | {
"intermediate": 0.27449342608451843,
"beginner": 0.4132181406021118,
"expert": 0.31228846311569214
} |
20,887 | 1. User Model:
public class User
{
[Key]
public int UserID { get; set; }
[Index(IsUnique = true)]
public string Username { get; set; }
[Index(IsUnique = true)]
public string Email { get; set; }
public byte[] PasswordHash { get; set; }
public byte[] PasswordSalt { get; set; }
public ... | c1786dd06e5c9232721ab4c678560a73 | {
"intermediate": 0.3498578667640686,
"beginner": 0.2821444272994995,
"expert": 0.3679977059364319
} |
20,888 | Change this code so that for each "i" value only one "k" value is checked. the "k" value should match the "i" value
for (var i = 0; i < values.length; i++) {
if (values[i][0] === true) {
for (var k = 0; k < dates.length; k++) { | dc93e1491d550d0ef49ec209132ef7af | {
"intermediate": 0.3634205758571625,
"beginner": 0.3761894702911377,
"expert": 0.2603899836540222
} |
20,889 | I am added as a developer for a project in GitHub I want to write some code what's I need to do | a3274af8020ae9fd9c6dd8a82fd2a8c8 | {
"intermediate": 0.38379859924316406,
"beginner": 0.21965380012989044,
"expert": 0.3965475857257843
} |
20,890 | How to make a high-quality 3D object from an ordinary photo using python in termux on Android? | ad84bb6f202cab6f55a9b53e2d4de3de | {
"intermediate": 0.36755889654159546,
"beginner": 0.13343510031700134,
"expert": 0.4990060031414032
} |
20,891 | public static String swapEnds(String a)
// return the string a with the first and last letters swapped
// "pickles" -> "sicklep"
// "bird" -> "dirb"
// "regrets" -> "segretr" | 40388e2afa55c5533331657c1bc68bf8 | {
"intermediate": 0.4092418849468231,
"beginner": 0.30795490741729736,
"expert": 0.2828032374382019
} |
20,892 | in unity C#, i am trying to implement a function in which an object acts like a fan that is blowing upward to keeping a paper plane floating in the air, can you write the scripts? | 5e54af6603e404bf3cfc760e6bd4bb3e | {
"intermediate": 0.5361055731773376,
"beginner": 0.3666592836380005,
"expert": 0.09723512828350067
} |
20,893 | write an email that inform all invloved staff that the vpn of fis server is disconnected | 4db31c59c653e60bf8eaa2972a74e510 | {
"intermediate": 0.30569377541542053,
"beginner": 0.18176622688770294,
"expert": 0.5125399827957153
} |
20,894 | Hello, can you point out my errors in the code below?
#include <iostream>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdio.h>
using namespace std;
int main(int argc, char* argv[]) //command line argument
{
int number = argc;
cout << "I have " << number << " of children. " << endl;... | a597c43fe3355fd13a7cf18f0ce4884a | {
"intermediate": 0.2831422984600067,
"beginner": 0.5718106031417847,
"expert": 0.14504705369472504
} |
20,895 | hi! i'm writing some code in python, and i have to take an input string and turn it into a dictionary. can you help me with this please? | cd6033c71b5de5a203697bef590e40ec | {
"intermediate": 0.44560423493385315,
"beginner": 0.18483534455299377,
"expert": 0.3695604205131531
} |
20,896 | Where is the error below:
include <iostream>
#include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdio.h>
using namespace std;
int main(int argc, char* argv[]) //command line argument
{
int number = argc - 1;
cout << "I have " << number << " children. " << endl;
for(int i = 0; i < numbe... | 18394d14738395e31ab42bd8dda708a3 | {
"intermediate": 0.3007526099681854,
"beginner": 0.5258594155311584,
"expert": 0.1733880192041397
} |
20,897 | write a program to to perform all opperator overloading | 55e68075a40c9d5da018f1f2c437f5f9 | {
"intermediate": 0.22143390774726868,
"beginner": 0.305948942899704,
"expert": 0.47261717915534973
} |
20,898 | . Consider an example of book shop which sells books and video tapes. These two classes are inherited from base class called media. The media class has command data members such as title and publication. The book class has data members for storing number of pages in a book and tape class has playing time in a tape. Eac... | 3e10b9a0fe650b2f9e8c2bf02ceb4cb6 | {
"intermediate": 0.19948332011699677,
"beginner": 0.6590818166732788,
"expert": 0.14143489301204681
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.