row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
2,808 | this is my python code
import requests
url = 'https://steamcommunity.com/market/priceoverview/'
params = {
'country': 'NZ',
'currency': 1,
'appid': 730,
'market_hash_name': 'Revolution Case'
}
response = requests.get(url, params=params)
print(response.text)
and you create a loop that increases the ... | eb2f924b185ab0334e2ad8c57bdea57f | {
"intermediate": 0.28324222564697266,
"beginner": 0.5107914805412292,
"expert": 0.2059662938117981
} |
2,809 | import requests
url = 'https://steamcommunity.com/market/priceoverview/'
params = {
'country': 'NZ',
'currency': 1,
'appid': 730,
'market_hash_name': 'Revolution Case'
}
""" params['currency'] = 22
response = requests.get(url, params=params)
print(response)
print(f"Currency {22}: {response.text}")
prin... | 35af7e27c964ffa1cf35925fe7108278 | {
"intermediate": 0.44357407093048096,
"beginner": 0.34399232268333435,
"expert": 0.2124336063861847
} |
2,810 | hello can you help me by telling me where are the pip packages installed usually? | b2ad1cf3ee20a9e8a56a99e4762acd67 | {
"intermediate": 0.6160361170768738,
"beginner": 0.10912203043699265,
"expert": 0.274841845035553
} |
2,811 | is jquery a lib that we use in java script | c209aabc2a2101a455d8dfc980b89047 | {
"intermediate": 0.7812793254852295,
"beginner": 0.1532757580280304,
"expert": 0.0654449313879013
} |
2,812 | Can you explain how I should implement this project in C++
For this project, you will be implementing a rudimentary market for cryptocurrencies. A class, name "Exchange", has public member functions that allow for the deposit and withdrawl of various assets (e.g. Bitcoin, Etherum and US Dollars). Orders to buy and sell... | 353465552c8ccad951f44c0d262b7f3a | {
"intermediate": 0.45579156279563904,
"beginner": 0.36903470754623413,
"expert": 0.17517371475696564
} |
2,813 | Give me this code using babypandas.
3. Game On! 🎮
Here, we'll be working with a dataset taken from Kaggle that contains sales information for thousands of video games, including some released this year. In the cell below, we load the dataset in as a DataFrame named video_games. Take some time to understand what each ... | 80c910088112b0da398c46d2c7e8c08a | {
"intermediate": 0.3255295157432556,
"beginner": 0.48500654101371765,
"expert": 0.18946395814418793
} |
2,814 | Please create nuxt-image provider for imgproxy.net. Use Nuxt 3 | f8e556f57a72c37f3e06f74663dbb54c | {
"intermediate": 0.3921182155609131,
"beginner": 0.26725563406944275,
"expert": 0.3406260907649994
} |
2,815 | Hi. How to create game like Hearthstone in Javascript? | c534d12a30b7531c9b441c3baa8608b4 | {
"intermediate": 0.3705942630767822,
"beginner": 0.3887172341346741,
"expert": 0.2406885325908661
} |
2,816 | create spell for lite-version Hearthstone | 759dc8a8962d17ca1b848ed041f33aa3 | {
"intermediate": 0.3394688665866852,
"beginner": 0.32669535279273987,
"expert": 0.33383575081825256
} |
2,817 | I have this function to display images: "def display_image(image, title="", max_size=(10, 10)):
# Set the max size of the image
plt.figure(figsize=max_size)
# Display the image
plt.imshow(image)
# Set the title
plt.title(title)
# Remove the axis
plt.axis("off")
# Show the image
... | 9215aa3a213ca52f61ddac8cdede1d41 | {
"intermediate": 0.4332564175128937,
"beginner": 0.21439173817634583,
"expert": 0.3523518741130829
} |
2,818 | create Javascript code for HEarthstone cards which summon another card | dcf5eee327efb36257bf3cb3c93690f6 | {
"intermediate": 0.37636420130729675,
"beginner": 0.3556665778160095,
"expert": 0.2679692804813385
} |
2,819 | I have a table in mysql primary database with 100k rows. I have a replication setup with special ("archive") secondary mysql database along side regular secondary mysql databases. For certain deletion statements, I want to skip propagation of the deletion to secondary so as to keep this special secondary mysql database... | fd6a13ff2363061ca97fa05de571c03a | {
"intermediate": 0.5154849290847778,
"beginner": 0.22460487484931946,
"expert": 0.2599102258682251
} |
2,820 | hi | bd093c28abf90f6f2bc6a5bfb4e8e8c4 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
2,821 | I want to create lite version card game which is like Heartstone. What cards can be implemented? | 8cd3e7b2823d6bb291bd18543fb72b24 | {
"intermediate": 0.3692474961280823,
"beginner": 0.33142268657684326,
"expert": 0.29932987689971924
} |
2,822 | aws mqtt | a0509758867db19b0eac691755a65444 | {
"intermediate": 0.32087093591690063,
"beginner": 0.27363356947898865,
"expert": 0.4054955244064331
} |
2,823 | athena OpenCSVSerde carriage return how to process | dadd17f23a00b83a65d769686d475c82 | {
"intermediate": 0.4438185393810272,
"beginner": 0.2029445320367813,
"expert": 0.35323694348335266
} |
2,824 | C sdl2 opengl example with multiple window open contexts | 89a92da0e4743981017b0c5f7158db3c | {
"intermediate": 0.35268181562423706,
"beginner": 0.24292317032814026,
"expert": 0.4043950140476227
} |
2,825 | create Javascript code for cards “Deal 3 damage to target”, “Deal 1 damage to ALL minions”, “Draw a card” and "Summon a 2/2 minion" with function play() where their function is implemented which are objects of the same class. Only “Deal 3 damage to target” has a target. | ed8e09d575e8f8605926bd518c6831bc | {
"intermediate": 0.37384161353111267,
"beginner": 0.38764360547065735,
"expert": 0.23851479589939117
} |
2,826 | create Javascript pseudocode for minion card Heartstone | ae32d1c421b4e0939a68207ba7c38eed | {
"intermediate": 0.31731516122817993,
"beginner": 0.3530197739601135,
"expert": 0.3296651542186737
} |
2,827 | typedef struct
{
UINT nFileSize; // 文件大小
UINT nSendSize; // 已发送大小
}SENDFILEPROGRESS, *PSENDFILEPROGRESS;
class CFileManager : public CManager
{
public:
virtual void OnReceive(PBYTE lpBuffer, ULONG nSize);
UINT SendDriveList();
CFileManager(CClientSocket *pClient, int h = 0);
virtual ~CFileManager();
private:
... | 37d752b4e67390e60f6a68b12c1082ff | {
"intermediate": 0.36433741450309753,
"beginner": 0.39901968836784363,
"expert": 0.23664283752441406
} |
2,828 | C sdl2 opengl example with multiple window open contexts | 53524c8a444504e6e5d5a04df7e0fdbf | {
"intermediate": 0.35268181562423706,
"beginner": 0.24292317032814026,
"expert": 0.4043950140476227
} |
2,829 | How to check whether a directory exists in bash? | 3bce46114b0ab82f7b162ff6e2910167 | {
"intermediate": 0.4797973334789276,
"beginner": 0.20260705053806305,
"expert": 0.31759563088417053
} |
2,830 | create Javascript code for cards “Deal 3 damage to target”, “Deal 1 damage to ALL minions”, “Draw a card” and “Summon a 2/2 minion” with function play() where their function is implemented which are objects of the same class. Only “Deal 3 damage to target” has a target. | 835fd4a31ccfd53c68f8c85faceec2f8 | {
"intermediate": 0.3575422465801239,
"beginner": 0.4004341959953308,
"expert": 0.24202357232570648
} |
2,831 | failed to parse API parameters: request body contains unknown field \"confirmPassword | 97b425b3036dd209671b9cf823956b53 | {
"intermediate": 0.6665505766868591,
"beginner": 0.13615620136260986,
"expert": 0.1972932070493698
} |
2,832 | import numpy as np
def vmodsquare(t):
return np.sum(t * np.conj(t), axis=(0, 1)).real
def compute(left, right, rin):
rout = left @ rin @ right
pout = vmodsquare(rout)
return rout, pout
def randn(*args):
cnum = np.random.randn(args) + <br/> np.random.randn(args) * 1j
return cnum.astype(np.csingle)
if name == ‘main’:... | 42ec84f66026fed193baa320ec2df746 | {
"intermediate": 0.2985937297344208,
"beginner": 0.46887442469596863,
"expert": 0.23253189027309418
} |
2,833 | How do i call a microservice api in spring from my project | 6d6f80334e8120fb369971ee9856d5dc | {
"intermediate": 0.7582665681838989,
"beginner": 0.1006212905049324,
"expert": 0.14111219346523285
} |
2,834 | create minion card class for Hearthstone Javascript (2 attack and 2 health) | 313631c0a3ad83b62129ba14dd433190 | {
"intermediate": 0.24997594952583313,
"beginner": 0.5198662877082825,
"expert": 0.23015770316123962
} |
2,835 | fivem scripting I'm working on a crossbreeding farming script
neg = {'X','W'}
pos = {'Y','G','H'}
plant1 = 'YGXWHH'
plant2 = 'XWHYYG'
plant3 = 'GHGWYY'
plant4 = 'GHGWXY'
planttobreed = 'GWGYHY'
the planttobreed is in the middle surrounded by the other 4 plants
a plant gets its trails from the surrounding plants plus... | e7903db384ddda91af69db9e6234e07b | {
"intermediate": 0.4615498483181,
"beginner": 0.2666800022125244,
"expert": 0.271770179271698
} |
2,836 | create minion card class for Hearthstone Javascript (2 attack and 2 health) | 0f6ccbb5826a1f7486535d43bb217bdb | {
"intermediate": 0.24997594952583313,
"beginner": 0.5198662877082825,
"expert": 0.23015770316123962
} |
2,837 | How to stop ssh connection from exiting after running a command with ssh? | 238530dce62cf97b22313ed109054710 | {
"intermediate": 0.2921481430530548,
"beginner": 0.33945462107658386,
"expert": 0.36839720606803894
} |
2,838 | SELECT case_type,COUNT(DISTINCT ed.evaluate_id) caseNum,count(ed.id) problemNum,IFNULL(sum(se.score),0) score,IFNULL(sum(CASE WHEN ed.type_id=9 THEN 1 ELSE 0 END),0) AS noDutyNum,IFNULL(sum(CASE WHEN ed.type_id=9 THEN se.score ELSE 0 END),0) AS noDutyScore FROM dq_evaluate_detail ed LEFT JOIN dq_self_evaluate se ON se.... | 50185a7a4213e3129030102a7232e180 | {
"intermediate": 0.3042696714401245,
"beginner": 0.33000847697257996,
"expert": 0.3657218813896179
} |
2,839 | create Javascript pseudocode for minion Mana Wyrm from Hearthstone with ability "Whenever you cast a spell, gain +1 Attack" | 4dd1d97ccfede948f26ccb945855ec35 | {
"intermediate": 0.39089399576187134,
"beginner": 0.31592899560928345,
"expert": 0.2931770086288452
} |
2,840 | Read all of the instructions below and once you understand them say "Shall we begin:"
I want you to become my Prompt Creator. Your goal is to help me craft the best possible prompt for my needs. The prompt will be used by you, ChatGPT. You will follow the following process:
Your first response will be to ask me what ... | 957c34e925c88e1e9f89a625d6488991 | {
"intermediate": 0.28553614020347595,
"beginner": 0.3760981261730194,
"expert": 0.338365763425827
} |
2,841 | A = np.array([ [1, 2, 3, 4],
[5,6,7,8],
[9,10,11,12],
[13,14,15,16]])
i think u misunderstand the 4*4 block, like the instance above, i need to save the number by order 1->2->5->6, and next 44 block like 3->4->7->8 and go on with every line including one number | 2d4c580b363cd4993f1545e7a9f7d617 | {
"intermediate": 0.3227121829986572,
"beginner": 0.41246023774147034,
"expert": 0.26482754945755005
} |
2,842 | import { useMemo } from "react";
import Button from "@mui/material/Button";
import { SubmitHandler, useForm } from "react-hook-form";
import { yupResolver } from "@hookform/resolvers/yup";
import { typedMemo } from "@/shared/hocs";
import { Form } from "@/shared/ui/form-component";
import { ClientDetails } from "../c... | 44f829bc5499cb16c5c27dfb5ccc178d | {
"intermediate": 0.36700016260147095,
"beginner": 0.3666507303714752,
"expert": 0.2663491666316986
} |
2,843 | [
{
"case": {
"ref_id": "string",
"case_status": "PRC",
"referral_submitted_date": "2023-04-24",
"modified_by": 0,
"lead_id": 1,
"loan_amount": 123456,
"deal_lost_date": "2023-04-24",
"modified_at": "2023-04-21",
"property_type": "property type",
"hkmc_n... | d65a2c26d22d7c4dd7ce69cffcd8f9ad | {
"intermediate": 0.3160921335220337,
"beginner": 0.44793370366096497,
"expert": 0.23597417771816254
} |
2,844 | net core Elastic Search 查询数据 | db34d3acc469c449f008c30e0c6205bb | {
"intermediate": 0.266849547624588,
"beginner": 0.28816500306129456,
"expert": 0.44498544931411743
} |
2,845 | my feature matching function does bad when used with orb, I don't know why, what is the best feature matching that is available in opencv. Give me suggestions, help me. Here is my code: "def feature_matching(descriptors, matcher_type="BF"): # Feature matching function using opencv as it was allowed in this part
if ... | f7f1980327b7068ee021de3ef14c89ac | {
"intermediate": 0.5414692163467407,
"beginner": 0.18501225113868713,
"expert": 0.27351853251457214
} |
2,846 | i have an existing react app and i must build and separate my screens using entry points. how do i go about that =? | b7375ccce248c5fc8bbe5035f37d8b6c | {
"intermediate": 0.5072880387306213,
"beginner": 0.2666577696800232,
"expert": 0.22605417668819427
} |
2,847 | please expand on this along with working examples : Human users of Docker use repository names to communicate which software they would like Docker to install:
For example, if a user wants to install the nginx web server, they can specify the nginx repository by using the following command: docker install nginx | 683feb3e5969b9cbc6dde04bebbcd0ed | {
"intermediate": 0.5510760545730591,
"beginner": 0.2862352132797241,
"expert": 0.162688747048378
} |
2,848 | In my feature matching function I have a lot of wrong matches using ORB. I am also using ransac to calculate, would setting ransac iterations or threshold help me fixing wrong matches. Tell me if there are better matching methods. Here is my code: "if matcher_type == "BF":
matcher = cv2.BFMatcher() # Using BF M... | 4b9f11cf31318cef6e5aef3a772b7a2e | {
"intermediate": 0.5632442831993103,
"beginner": 0.16034726798534393,
"expert": 0.2764084041118622
} |
2,849 | c# UTC时间转时间戳 | 271f67ff430ed9feaf7352d0f1c9d6d7 | {
"intermediate": 0.3338722884654999,
"beginner": 0.32476335763931274,
"expert": 0.3413642942905426
} |
2,850 | Create minion card class from Hearthstone in Javascript | 1a4e43cb9019e985b4c113150149dc3e | {
"intermediate": 0.26957181096076965,
"beginner": 0.5758363008499146,
"expert": 0.15459194779396057
} |
2,851 | create code for card classes “Deal 3 damage to target”, “Deal 1 damage to ALL minions”, “Draw a card” and "Summon a 1/1 minion" with function play() where their function is implemented which are objects of the same class. Only “Deal 3 damage to target” has a target. | ffa35449ed2be0a64e6d23ce1307277e | {
"intermediate": 0.3350410759449005,
"beginner": 0.36070796847343445,
"expert": 0.30425095558166504
} |
2,852 | hi | f415e0bd9f8137cb892de52c0f0b55a2 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
2,853 | I want create a lite-version of Hearthstone in Javascript. Rules:
1) Each player starts the game with 30 Health and 0 Mana slots.
2) Each player starts with a deck of 20 Damage cards with the following Mana costs: 0,0,1,1,2,2,2,3,3,3,3,4,4,4,5,5,6,6,7,8
3) From the deck each player receives 3 random cards has his initi... | 17c944a4723aaf697096c8626c74d15c | {
"intermediate": 0.3570278286933899,
"beginner": 0.2774295508861542,
"expert": 0.36554259061813354
} |
2,854 | java code to select randomly 10 words from a text file wherein words are separated by blanks. Before selecting the words detect amount of words to correctly set the random value. | 06ac3ad39fc850bcfabe99e11829f561 | {
"intermediate": 0.35545051097869873,
"beginner": 0.1797652691602707,
"expert": 0.4647842347621918
} |
2,855 | export interface ReferrerIncomesStatistics {
open_link: DateCount[];
registration: DateCount[];
order_pay: DateCount[];
subscription_pay: DateCount[];
}
export interface Referrer {
user_id: number;
user_name: string;
user_email: string;
key: string;
status: “new” | “active” | “disabled”;
}
export const referrerIncomes... | 6b1c01a615d9a501bc1036745e81fbb0 | {
"intermediate": 0.2536470293998718,
"beginner": 0.5826830863952637,
"expert": 0.16366994380950928
} |
2,856 | write Javascript code cards from SLay the Spire | 7b7f9ef7bb8b20de1d64236b48437f2e | {
"intermediate": 0.25682446360588074,
"beginner": 0.4046962857246399,
"expert": 0.33847928047180176
} |
2,857 | write Javascript code Strike and Block cards from SLay the Spire | dbe7a71f2cb978f3368f3ef84a02c5fc | {
"intermediate": 0.3145529329776764,
"beginner": 0.4162414073944092,
"expert": 0.26920562982559204
} |
2,858 | what is the difference between nfs and s3 buckets in elastic cloud storage | 514a98b9e57ff35f6a1a8b4b63827617 | {
"intermediate": 0.4005582332611084,
"beginner": 0.32968956232070923,
"expert": 0.26975223422050476
} |
2,859 | const [data, setData] = useState<any>();
const [referralList, setReferralList] = useState<Array<any> | null>(null);
const [referralIds, setReferralIds] = useState<Array<number>>([]);
useEffect(() => {
referrersList(bearer)
.then(data => {
if (!data) return;
setReferralList... | 371bbc270608c817a081210578bb01cb | {
"intermediate": 0.3301631808280945,
"beginner": 0.4263896346092224,
"expert": 0.2434472292661667
} |
2,860 | #include “FileManager.h”
typedef struct
{
DWORD dwSizeHigh;
DWORD dwSizeLow;
}FILESIZE;
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CFileManager::CFileManager(CClientSocket *pClient, int h):C... | 5bf6668fd1fa40bf8642be2d6361f7ba | {
"intermediate": 0.432755708694458,
"beginner": 0.36120498180389404,
"expert": 0.20603929460048676
} |
2,861 | write Javascript code Strike and Block class cards from SLay the Spire | ee7e775b1cee8bbc11be0a5d058532ee | {
"intermediate": 0.2726074457168579,
"beginner": 0.5441112518310547,
"expert": 0.18328127264976501
} |
2,862 | Fivem scripting lua
I'm working on a NOS script how could I make it so if i use the command /enableNOS in a vehicle it will then let me use nos in that vehicle and also save that even if i restart the script so i don't need to type /enableNOS everytime | cf5a8eec4993bdd86f67d65127665f6d | {
"intermediate": 0.3829617500305176,
"beginner": 0.22624419629573822,
"expert": 0.390794038772583
} |
2,863 | how can i download a file from a public key protected stfp server in alteryx | d3e5aab31173d4c0448f7f4b48a60e49 | {
"intermediate": 0.5105174779891968,
"beginner": 0.16916213929653168,
"expert": 0.3203204274177551
} |
2,864 | write Javascript code Strike and Block class cards from SLay the Spire | 6fd8c66e737d2250ae4da892e29440b5 | {
"intermediate": 0.2726074457168579,
"beginner": 0.5441112518310547,
"expert": 0.18328127264976501
} |
2,865 | write Javascript code Strike and Block class cards from SLay the Spire | f5b6169ff955c129ef1fa3173ae3d7cc | {
"intermediate": 0.2726074457168579,
"beginner": 0.5441112518310547,
"expert": 0.18328127264976501
} |
2,866 | get is like gettting data from server like list of product like an dpost about form submittion elobarat ean dgive me best clear expanation and exmaple swhere an dwhen tp us e in djnago | ea6c3fbb0e10fb8abdfef2662ed180f7 | {
"intermediate": 0.3922719657421112,
"beginner": 0.28529152274131775,
"expert": 0.32243648171424866
} |
2,867 | Read file to massiv python code | dfdb1faf47ead4635d5b6a9f0c6a202e | {
"intermediate": 0.38423725962638855,
"beginner": 0.1774929016828537,
"expert": 0.43826985359191895
} |
2,868 | make a python file which types random numbers until the number is 15000 | d915ab3a244ac76401080f4abe9cd54a | {
"intermediate": 0.3959217667579651,
"beginner": 0.19654898345470428,
"expert": 0.4075292646884918
} |
2,869 | is grayscale better for feature matching | 25ce239d2faa9517bea895487da038f6 | {
"intermediate": 0.2949874699115753,
"beginner": 0.2187962681055069,
"expert": 0.4862162172794342
} |
2,870 | Please give me instructions for an experiment where people are supposed to rate the technical quality of a series of images. The rating is 1-5 ACR and the instructions should follow the standards set by the international telecommunication union. | b3821a5e14768a6162eecac456c43345 | {
"intermediate": 0.3700832724571228,
"beginner": 0.24412965774536133,
"expert": 0.3857870399951935
} |
2,871 | suggest how to realise Bang the dice game in Javascript | c7a88832560dc5a7067644014166e7fb | {
"intermediate": 0.2835027873516083,
"beginner": 0.3360850214958191,
"expert": 0.38041216135025024
} |
2,872 | Give me a concise summary explaining all the different elements of a desktop user interface with a focus on colors, particularly how many colors and what their purposes are. | 27338b2ea5d53df0aa5969310238a379 | {
"intermediate": 0.3198327124118805,
"beginner": 0.38122326135635376,
"expert": 0.29894405603408813
} |
2,873 | give me the python scripts and resources needed for this ai project
Creating a human-like AI robot with Python involves multiple components, including computer vision, natural language processing, and robotic control. In this outline, we will create a drone-like AI robot capable of performing repetitive human tasks, r... | b236ca9cb75057d3c85d2b5dbf3116df | {
"intermediate": 0.4442142844200134,
"beginner": 0.29519417881965637,
"expert": 0.2605915069580078
} |
2,874 | I have save image function, as paramater there is name but I can pass folders in name too for example data/name. Problem is if data folder does not exist it throws error, what I need is that the function creates folder when necessary. Here is my code: "def save_image(img, name="Test"): # A function to save images to di... | 3d2d150baabfe09e04760ebfacb23933 | {
"intermediate": 0.40413039922714233,
"beginner": 0.31689876317977905,
"expert": 0.2789708375930786
} |
2,875 | Do you have knowledge of Symbian programming? | 91ea0b797eb481738570519ef5d60cb0 | {
"intermediate": 0.32477742433547974,
"beginner": 0.5864599943161011,
"expert": 0.08876260370016098
} |
2,876 | привет можешь подсказать как сделать из этого кода отсчет времени в unity
using UnityEngine;
using TMPro;
public class Timer : MonoBehaviour
{
[SerializeField]
private float timerDuration = 3f * 60f; //Duration of the timer in seconds
[SerializeField]
private bool countDown = true;
private floa... | 211fb6e6a86a1c3cc96a05860be925ac | {
"intermediate": 0.4813567101955414,
"beginner": 0.34952038526535034,
"expert": 0.16912288963794708
} |
2,877 | I moved on to the rotated images for warping however applying homography does not rotate the image to correct rotation. Can you know why, does the rotation not get calculated by using ORB, SURF or my warp can not apply rotation ? Here is my warp function: "def warp_perspective(img, H, reverse=True): # The function to w... | c83a9d4af342e048eeefe899f7151f4e | {
"intermediate": 0.3971143066883087,
"beginner": 0.4334907531738281,
"expert": 0.16939492523670197
} |
2,878 | Afrobeatles is an Afrobeats group, our latest single "Hazardous" spent 3 weeks on the Hot 100. We're starting a big tour in 6 months, and while we'll be selling tickets and merchandise as usual, we'd also like to experiment with "social selling". We want to help our fans sell Afrobeatles t-shirts, then give the best se... | 5b03eaa7806d0d9fca4c24fabeb9292f | {
"intermediate": 0.17626380920410156,
"beginner": 0.6313754320144653,
"expert": 0.1923607587814331
} |
2,879 | write scyther security verification code for secure data provenance | 1321e688cf875baf4b0bd130440b836f | {
"intermediate": 0.3167864978313446,
"beginner": 0.22877438366413116,
"expert": 0.4544391334056854
} |
2,880 | How to prevent ssh from closing after executiong a command with "su user -c ..." | 8266ce527c7c5ee4d553d0b46062d1fb | {
"intermediate": 0.3278005123138428,
"beginner": 0.19457954168319702,
"expert": 0.47761988639831543
} |
2,881 | Traceback (most recent call last):
File "/home/ludovic/Bureau/csv.py", line 1, in <module>
import pandas as pd
File "/home/ludovic/.local/lib/python3.10/site-packages/pandas/__init__.py", line 48, in <module>
from pandas.core.api import (
File "/home/ludovic/.local/lib/python3.10/site-packages/pandas/core... | df2224778fc3b278e2d5adad336cd38d | {
"intermediate": 0.5866397619247437,
"beginner": 0.19769535958766937,
"expert": 0.21566489338874817
} |
2,882 | Show me an example of a REST API in Spring framework for CRUD on a user object. Include examples of Hibernate objects. | c17a0791308dcc0ad98f304cd9edb971 | {
"intermediate": 0.9000393152236938,
"beginner": 0.05479932203888893,
"expert": 0.04516131058335304
} |
2,883 | :-1: error: one or more PCH files were found, but they were invalid | c63dfdd63eb85181a8b1fa7bc3b37809 | {
"intermediate": 0.3483699858188629,
"beginner": 0.26292046904563904,
"expert": 0.3887096047401428
} |
2,884 | how to get value of variable
ipPort from string in python{
"supportsHttps": true,
"protocol": "socks4",
"ip": "145.239.252.47",
"port": "11135",
"get": true,
"post": true,
"cookies": true,
"referer": true,
"user-agent": true,
"anonymityLevel": 1,
"websites": {
"example": true,
"google": t... | a0f0976ec086ebc33e1675281fdb66bd | {
"intermediate": 0.46857351064682007,
"beginner": 0.23667369782924652,
"expert": 0.294752836227417
} |
2,885 | const tempReferrData: ReferralData[] = [
{
id: 1,
open_link: [
{ date: "2023-04-20", count: 10 },
{ date: "2023-04-21", count: 12 },
{ date: "2023-04-22", count: 15 },
{ date: "2023-04-23", count: 18 },
{ date: "2023-04-24", count: ... | ff410ecaa31ef0527f9eb454c5c64fba | {
"intermediate": 0.29197490215301514,
"beginner": 0.529462456703186,
"expert": 0.17856261134147644
} |
2,886 | please suggest some original formal buddhist or tantric meditation | e594fd58d4c0cf1ed60d0aaf42194c46 | {
"intermediate": 0.3391853868961334,
"beginner": 0.3917583227157593,
"expert": 0.2690562605857849
} |
2,887 | Fivem Scripting
I want to attach and object (a pellet) to a flatbed when the pallet is not connected to a forklift | 82e0608b752688a6ec17b2835f87e4aa | {
"intermediate": 0.3617357313632965,
"beginner": 0.31465715169906616,
"expert": 0.32360705733299255
} |
2,888 | I have a nix app and I want to add a run time dependency to it, how do I do that ? | 3d7a300541d542ccc60d92d01b5ea7a2 | {
"intermediate": 0.4324987232685089,
"beginner": 0.1997443586587906,
"expert": 0.3677569031715393
} |
2,889 | //---------------------------------------------------------------------------
// Example: InitPll:
//---------------------------------------------------------------------------
// This function initializes the PLLCR register.
void InitPll(Uint16 val, Uint16 divsel)
{
// Change the PLLCR
if (SysCtrlRegs.PLLCR.b... | a1e98dd95f75b3963c1e5b3dd421dc1a | {
"intermediate": 0.40654879808425903,
"beginner": 0.30293992161750793,
"expert": 0.2905113697052002
} |
2,891 | The following code causes an error "CS1061 'EventsRequestBuilder' does not contain a definition for 'Request' and no accessible extension method 'Request' accepting a first argument of type 'EventsRequestBuilder' could be found (are you missing a using directive or an assembly reference?)".
<C#>
using System;
using... | df634d67b1d248e06352cafa2c464fa4 | {
"intermediate": 0.35288432240486145,
"beginner": 0.5139694809913635,
"expert": 0.13314619660377502
} |
2,892 | Можно ли инвертировать условие
def getZipFile(self, zipPath):
if os.path.exists(zipPath):
with open(zipPath, "rb") as outboxFile:
outboxContent = outboxFile.read()
if '/tst_full_download' in f"{squishinfo.testCase}":
return {"full": (outboxFi... | b1548e5b0a73f3e2d5cb7c7351e169bf | {
"intermediate": 0.29750174283981323,
"beginner": 0.42863255739212036,
"expert": 0.2738656997680664
} |
2,893 | <body style="width: 100%; margin: 0px; padding: 0px; display: flex; flex-direction: column; flex-grow: 1; background-color: rgb(11, 15, 25);">
<gradio-app control_page_title="true" embed="false" eager="true" style="display: flex; flex-direction: column; flex-grow: 1">
<div class="gradio-container gradio-container-3... | 0f11e58b5c9093ab826e8224fe42a32e | {
"intermediate": 0.31808504462242126,
"beginner": 0.46164670586586,
"expert": 0.22026829421520233
} |
2,894 | now how to put these things together, so they will work properly inside codepen, for example, for “https://yuntian-deng-chatgpt.hf.space/?__theme=dark” domain? the current url for chatbot gpt 3.5 interface that I’m using right now is as follows: “https://yuntian-deng-chatgpt.hf.space/?__theme=dark” with some dark mode ... | 3e14307fd03a5db15bd315af685e0b24 | {
"intermediate": 0.6075461506843567,
"beginner": 0.15383757650852203,
"expert": 0.2386162281036377
} |
2,895 | Please program a simple program that generates a red heart fractal using the p5.js library and WebGL: | 67ad308b04ee3ff74ad3de34d60b90f9 | {
"intermediate": 0.6632364988327026,
"beginner": 0.16000524163246155,
"expert": 0.17675821483135223
} |
2,896 | Having two bounding boxes compute in python intersection over union | 8fdc606412d3f8a51200675d796c5de5 | {
"intermediate": 0.2992875576019287,
"beginner": 0.16300103068351746,
"expert": 0.5377114415168762
} |
2,897 | Traceback (most recent call last):
File "/home/ludovic/Bureau/process_csv.py", line 8, in <module>
grouped_data = data.groupby(['Project', 'PCR_Ribotype', 'Data_Source','Sample','Name','Source']).size().reset_index(name='count')
File "/home/ludovic/.local/lib/python3.10/site-packages/pandas/core/frame.py", line... | 1b5fd1c2d7599a60afd171ebce7684c0 | {
"intermediate": 0.5170127749443054,
"beginner": 0.3232668936252594,
"expert": 0.15972039103507996
} |
2,898 | using C# reflection, how do I the propertyinfo associated with the backing field? | 344abff160543d0ad2d7ee1a2a64f18c | {
"intermediate": 0.6635286808013916,
"beginner": 0.18484795093536377,
"expert": 0.15162333846092224
} |
2,899 | Привет! помоги пожалуйста, нужно сделать так чтобы работал не Update а Corutine
public class QuestTime : MonoBehaviour
{
[SerializeField]
private TextMeshProUGUI hourHand;
public string GetTime()
{
return hourHand.text;
}
private void Update()
... | 76882ddbc956e84cd96e170864b7ca40 | {
"intermediate": 0.4222727417945862,
"beginner": 0.3781299293041229,
"expert": 0.1995972990989685
} |
2,900 | can u use python write a program of atmospheric science? | 5bd412b07682f14a9a27e31df5c5e2ba | {
"intermediate": 0.4232655167579651,
"beginner": 0.1966637521982193,
"expert": 0.38007068634033203
} |
2,901 | implement Strike and Block card from Slay the Spire into Javascript classes | eac2e8ab06026f094e8439bf253157a1 | {
"intermediate": 0.271650493144989,
"beginner": 0.5721607804298401,
"expert": 0.15618878602981567
} |
2,902 | I have an outlook addin which I have written:
<C#>
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Microsoft.Graph;
using Outlook = Microsoft.Off... | 35dd2045f8428c0c7890412eb8d836b0 | {
"intermediate": 0.4145398437976837,
"beginner": 0.36611104011535645,
"expert": 0.21934916079044342
} |
2,903 | implement Strike, Block and Flex cards from Slay The Spire into Javascript classes | fd7cac21ff9d01e9eeb3f0c4b117b523 | {
"intermediate": 0.2720761299133301,
"beginner": 0.6213498115539551,
"expert": 0.10657403618097305
} |
2,904 | implemente chantments system for Hearthstone card in Javascript | e74d1c88a68343dc6e3d0c5864ee4eb6 | {
"intermediate": 0.37826958298683167,
"beginner": 0.2905998229980469,
"expert": 0.3311305642127991
} |
2,905 | implement echantments system for Hearthstone card in Javascript. When a echantment added or removes from card, refresh card. Possible enchantments:
1) Add +1 attack until the end of turn
2) +1 attack / +1 health
3) -2 cost | cec908ed9a95680b617e4b87edfe4247 | {
"intermediate": 0.40279850363731384,
"beginner": 0.276922345161438,
"expert": 0.32027915120124817
} |
2,906 | fix the following matlab code to use the gipps model using the following ODE defentions: █(&v_n (t+τ)=min{v_n (t)+2.5a_n τ(1-v_n (t)/V_n ) (0.025+v_n (t)/V_n )^(1/2),┤@&├ b_n τ+√(b_n^2 τ^2-b_n [2[x_(n-1) (t)-s_(n-1)-x_n (t)]-v_n (t)τ-v_(n-1) (t)^2/b ̂ ] )}@&) Also use X instead of * to represent multiplication :
% D... | 847ca8bdf01aa5a97282e18a58d032dc | {
"intermediate": 0.29843783378601074,
"beginner": 0.43966078758239746,
"expert": 0.2619014382362366
} |
2,907 | give me idea how to write lite Heartstone version in Javascript | b0df10351f3aede4a911fe8def038b2b | {
"intermediate": 0.4445364773273468,
"beginner": 0.25990912318229675,
"expert": 0.29555439949035645
} |
2,908 | Write code for several cards for a card game with abilities in Javascript. | 3f6806518dac959ee02af996c06c2513 | {
"intermediate": 0.32669588923454285,
"beginner": 0.4224870204925537,
"expert": 0.25081709027290344
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.