row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
18,588 | make me a javascript code to automatically download an image in a website.
the link will be contained in an element as such:
"<div class="media" style="max-height: 815.1px;">
<img src="https://static.wikia.nocookie.net/leagueoflegends/images/9/94/Aurelion_Sol_StormDragonSkin_HD.jpg/revision/latest/scale-to-width-dow... | 8a5bde032c76be37a134b53558886313 | {
"intermediate": 0.4507471024990082,
"beginner": 0.189955934882164,
"expert": 0.35929691791534424
} |
18,589 | rename column in dataframe | 3508c135691be4efd5518058cf07e706 | {
"intermediate": 0.31033968925476074,
"beginner": 0.266719251871109,
"expert": 0.42294105887413025
} |
18,590 | make me a javascript code to automatically download an image in a website.
the link will be contained in an element as such:
"<div class="media" style="max-height: 815.1px;">
<img src="https://static.wikia.nocookie.net/leagueoflegends/images/9/94/Aurelion_Sol_StormDragonSkin_HD.jpg/revision/latest/scale-to-width-dow... | c923db7f23957f8b7ea685abe03d7be2 | {
"intermediate": 0.4507471024990082,
"beginner": 0.189955934882164,
"expert": 0.35929691791534424
} |
18,591 | make me a userscript code to automatically download an image in a website.
the link will be contained in class="media" > img src="target"
the target image link to be downloaded begins with "https://static.wikia.nocookie.net/leagueoflegends/images/" and ends with .jpg, ignoring the rest, such as"/revision/latest/scale-t... | d86750c5edc8ca1b275caefab73bfbf0 | {
"intermediate": 0.46995288133621216,
"beginner": 0.2497074007987976,
"expert": 0.2803397476673126
} |
18,592 | fix this code: SELECT inquiry_id, FROM `i2ms-debug`.inquiry_analytics_vw as i WHERE i.type = 'TINQ' AND i.received_date > '2010-01-01 00:00:00'; | c7bc617eabc0c0776db8d61bda91d0d7 | {
"intermediate": 0.4475246071815491,
"beginner": 0.3585830628871918,
"expert": 0.19389227032661438
} |
18,593 | # Retrieve Text for the open inquiry
query_open_inq = "SELECT * FROM inquiry_analytics_vw WHERE inquiry_id;"
with connection.connect(**mydbconfig) as mydb:
mycursor = mydb.cursor()
mycursor.execute(query_open_inq)
xq = mycursor.fetchone()
how would i make xq a df | 150f3815353c4df0b52bc7bcbb5ab019 | {
"intermediate": 0.5561760663986206,
"beginner": 0.23033267259597778,
"expert": 0.21349121630191803
} |
18,594 | MS SQL
Constrains
Procedural Integrity Constraints
Declarative Integrity Constraints
Not Null, Unique, Default and Check constraints
Primary Key and Referential Integrity or foreign key constraints
Data Types In TSQL | 7ba0d8b667f1e989289bdf301d2327e8 | {
"intermediate": 0.36101964116096497,
"beginner": 0.23820333182811737,
"expert": 0.40077701210975647
} |
18,595 | make a userscript that shows a button on tope left corner that runs a function | fb711942ec1405df7d36fb6d1793087f | {
"intermediate": 0.33406946063041687,
"beginner": 0.41218724846839905,
"expert": 0.2537432909011841
} |
18,596 | import React, {useCallback, useEffect, useRef, useState} from "react";
import {Box, Checkbox, Stack, Typography, useTheme} from "@mui/material";
import {Check, Clear} from "@mui/icons-material";
const OrderFeed = ({workerRef, symbol, settings}: OrderFeedProps) => {
const [volumeChoice, setVolumeChoice] = useState(... | c97621d1cda1d40fd20432dceb0dca06 | {
"intermediate": 0.5227829813957214,
"beginner": 0.31774863600730896,
"expert": 0.15946847200393677
} |
18,597 | If I were to provide code from a working Minecraft Forge mod for Minecraft 1.4.7 involving altering sounds for blocks (such as by metadata), would you be able to update most or all of it to the newer sound system in Minecraft Forge for Minecraft 1.7.10? In 1.4.7, the names of the sounds were passed as Strings, but this... | acaaaf3f4f75bf46d4a46598b7834883 | {
"intermediate": 0.573018491268158,
"beginner": 0.18670742213726044,
"expert": 0.240274116396904
} |
18,598 | LLaMA-2-7B-32K
Model Description
LLaMA-2-7B-32K is an open-source, long context language model developed by Together, fine-tuned from Meta's original Llama-2 7B model. This model represents our efforts to contribute to the rapid progress of the open-source ecosystem for large language models. The model has been extend... | f177deb3809dd17df19b1f4da7c13a71 | {
"intermediate": 0.44333216547966003,
"beginner": 0.26302874088287354,
"expert": 0.29363909363746643
} |
18,599 | can you have multiple rabbitmq shovel on the same queue? | 8e913d57b1f66ab8b7ea93d8704feb06 | {
"intermediate": 0.29062217473983765,
"beginner": 0.15516729652881622,
"expert": 0.5542105436325073
} |
18,600 | Are there any errors in this vba event: Sub ServiceDueSoon()
Dim wscf As Worksheet
Dim wsjr As Worksheet
Dim lastRow As Long
Dim copyRange As Range
Dim cell As Range
Set wscf = Sheets(Range("G3").Value)
Set wsjr = Sheets("Start Page")
Range("F5:F8").Calculate
Application.Wait (Now + TimeValue("0:00:01"))
ActiveShee... | bd3fd85f127142a82687cb9ba0a1ebf1 | {
"intermediate": 0.5848647952079773,
"beginner": 0.2219626009464264,
"expert": 0.1931726336479187
} |
18,601 | In MS SQL
Outer Join
Left Outer Join
Right Outer Join
Full Outer Join
Cross Join | 461282a213d828b1e722005919ed5f54 | {
"intermediate": 0.3029821217060089,
"beginner": 0.38043415546417236,
"expert": 0.3165837526321411
} |
18,602 | Give me code based on thos params: Get all informations of user's asset
GET https://contract.mexc.com/api/v1/private/account/assets
Required permissions: Trade reading permission
Rate limit:20 times/2 seconds
Request parameters:
None
Response parameters:
Parameter Data Type Description
currency string currency
pos... | e5412f2c643f95326593303d17b20ae8 | {
"intermediate": 0.5138707160949707,
"beginner": 0.19634366035461426,
"expert": 0.2897855341434479
} |
18,603 | Give me Python code based on those params: Signature is not required for public endpoint.
For private endpoint, ApiKey, Request-Time, Signature and Content-Type need to be passed into the header, must be specified as application / JSON, Recv-Window (optional) parameters, Signature is a signature string. The signature ... | c8455abfb7905192a5f6df2f5e8fc39f | {
"intermediate": 0.45599326491355896,
"beginner": 0.24054324626922607,
"expert": 0.3034634590148926
} |
18,604 | Can you show me how to write a real time rendering algorithm similar to eevee in Codea? | 77796b23c3ac5b4c0ce3d2a60bae4ea2 | {
"intermediate": 0.1147896870970726,
"beginner": 0.03329276666045189,
"expert": 0.8519175052642822
} |
18,605 | give me a blender script create a rigged small dog | b3954107357bf76ad2bf2b2e0dead38b | {
"intermediate": 0.37521693110466003,
"beginner": 0.33030444383621216,
"expert": 0.2944786250591278
} |
18,606 | <ComboSkill>
<Class index="0" check_quest="6"> <!-- 法师 -->
<SkillListFirst>
<Skill index="3"/> <!-- 掌心雷 -->
<Skill index="379"/> <!-- 掌心雷强化 -->
<Skill index="1"/> <!-- 毒咒 -->
<Skill index="384"/> <!-- 毒咒强化 -->
<Skill index="7"/> <!-- 冰封 -->
<Skill index="5"/> <!-- 火龙 -->
<Skill index... | aae93c5823f5cfcb77d41d4999e6a42f | {
"intermediate": 0.4104115664958954,
"beginner": 0.29594558477401733,
"expert": 0.29364287853240967
} |
18,607 | How I can place order through this code :def order(self,
symbol: str,
price: float,
vol: float,
side: int,
type: int,
open_type: int,
position_i... | 37834d0297648b38bd682cf6eb307d69 | {
"intermediate": 0.3669683337211609,
"beginner": 0.28909367322921753,
"expert": 0.3439379632472992
} |
18,608 | <?xml version="1.0" encoding="utf-8"?>
<ComboSkill>
<Class index="0" check_quest="6"> <!-- 法师 -->
<SkillListFirst>
<Skill index="3"/> <!-- 掌心雷 -->
<Skill index="379"/> <!-- 掌心雷强化 -->
<Skill index="1"/> <!-- 毒咒 -->
<Skill index="384"/> <!-- 毒咒强化 -->
<Skill index="7"/> <!-- 冰封 -->
<Skill in... | 31fff68cc9d0eb84aedef17468305184 | {
"intermediate": 0.25943121314048767,
"beginner": 0.4016548693180084,
"expert": 0.3389139175415039
} |
18,609 | <?xml version="1.0" encoding="utf-8"?>
<ComboSkill>
<Class index="0" check_quest="6"> <!-- 法师 -->
<SkillListFirst>
<Skill index="3"/> <!-- 掌心雷 -->
<Skill index="379"/> <!-- 掌心雷强化 -->
<Skill index="1"/> <!-- 毒咒 -->
<Skill index="384"/> <!-- 毒咒强化 -->
<Skill index="7"/> <!-- 冰封 -->
<Skill in... | 7fc89c470b3fbad6915f6faa44f5d42d | {
"intermediate": 0.25943121314048767,
"beginner": 0.4016548693180084,
"expert": 0.3389139175415039
} |
18,610 | In MS SQL
Exception Handling
Implementing Exception Handling
Adding and removing User Defined Error Messages To And From SQL Server Error Messages List
Raising Exceptions Manual | 4838ca6a1311cb350b84dce6960451a1 | {
"intermediate": 0.39881381392478943,
"beginner": 0.33162716031074524,
"expert": 0.2695590555667877
} |
18,611 | In PL/SQL
Iterations in PL/SQL
Simple LOOP,WHILE LOOP,FOR LOOP and NESTED LOOPS
SQL within PL/SQL
Composite Data types (Complete)
Cursor Management in PL/SQL
Implicit Cursors | 78aa0b2cd002f5618731b89a5113b6db | {
"intermediate": 0.15093645453453064,
"beginner": 0.7376999258995056,
"expert": 0.11136366426944733
} |
18,612 | I have a compile problem. In the following function the line "if (((LPTREEFOLDER)tvi.lParam)->m_nFolderId == folder_id)" crashed the program:
void SelectTreeViewFolder(int folder_id)
{
HWND hTreeView = GetTreeView();
HTREEITEM hti = TreeView_GetRoot(hTreeView);
TVITEM tvi;
memset(&tvi,0,sizeof(tvi));
while (hti... | 0403f666b5f54ac92f1802608fa2c6f1 | {
"intermediate": 0.4135015308856964,
"beginner": 0.31102418899536133,
"expert": 0.27547430992126465
} |
18,613 | Select distinct t1.日期, xm.bh,xm.mc,fy.编码,fy.名称,t1."数量",t1."金额" ,t2."cb数量1",t2.cb数量2,t2.cb金额1+t3.sq金额1 金额合计,t2.cb金额2+t3.sq金额2 累计金额,t4.sp金额1,t5.fk金额1,t4.sp金额2,t5.fk金额2,t1.计量产值,t1.施工产值,t1.合同金额,t1.目标利润率
from
(select field0005 bh,field0007 mc from formmain_0190) xm
left join
/*项目预算表*/
(select distinct a.field0008"合同金额",... | b58f791feefb88e55c8c523dd9ab4324 | {
"intermediate": 0.29196271300315857,
"beginner": 0.3961222767829895,
"expert": 0.31191498041152954
} |
18,614 | how to clear windows disk | b94660a7f9fb655411d135e28fefc139 | {
"intermediate": 0.3347451686859131,
"beginner": 0.40780094265937805,
"expert": 0.257453978061676
} |
18,615 | unserialize($_GET | 3a1551b5841bdd3b4c9f357eaaaf676a | {
"intermediate": 0.3241260051727295,
"beginner": 0.2817833125591278,
"expert": 0.3940907418727875
} |
18,616 | vue3+quasar为什么无法通过这样拿到两个id <div v-if="column.name === 'pkgTestTypeID'" :id="[props.row[row_key],props.row[row_key1]]" class="my_PK q-pa-none flex justify-center content-center" @click="handle_my_PK_Click" style="">
<span class="text-center" :id="[props.row[row_key],props.row[row_key1].pkgProjec... | b4d90a13f9c1dd77985ed80f30b8823e | {
"intermediate": 0.4031068980693817,
"beginner": 0.28752338886260986,
"expert": 0.3093697428703308
} |
18,617 | i have this text رواية أماريتا .. أرض زيكولا 2 i want change its special chars with - | 652f90ca730eb3d9a0bf9300490cf5af | {
"intermediate": 0.316485196352005,
"beginner": 0.31420445442199707,
"expert": 0.36931031942367554
} |
18,618 | <div v-if="column.name === 'pkgTestTypeID'" :id="props.row[row_key]" :id1="props.row[row_key1].pkgProjectComboID" class="my_PK q-pa-none flex justify-center content-center" @click="handle_my_PK_Click" style="">
<span class="text-center" :id="props.row[row_key]" :id1="props.row[row_key1].pkgProject... | c76714e0267632cdc247d5c28b1cb23d | {
"intermediate": 0.40946727991104126,
"beginner": 0.31929811835289,
"expert": 0.27123454213142395
} |
18,619 | write a very brief sentence for "I am interested in data science because" | b833037c3b9db7fd39ec2da54bb08094 | {
"intermediate": 0.11574911326169968,
"beginner": 0.07961895316839218,
"expert": 0.8046318888664246
} |
18,620 | /Fix grammar errors of following email, rewrite it to make the email more fluently, then name a title of the email. | be95346bd3ff4b9279bb3e84bf965e53 | {
"intermediate": 0.3399227559566498,
"beginner": 0.25156059861183167,
"expert": 0.40851664543151855
} |
18,621 | hi | c99d80e2cd239f1b460b451b36658ce4 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
18,622 | How do I set Hibernate dialect for SQlite to be org.hibernate.community.dialect.SQLiteDialect? | c31a25a91b4353f05aaabefc17d87549 | {
"intermediate": 0.5160886645317078,
"beginner": 0.24082571268081665,
"expert": 0.24308563768863678
} |
18,623 | pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany</... | fffe8b18797f9401bcff9c324c057683 | {
"intermediate": 0.3337748646736145,
"beginner": 0.42758652567863464,
"expert": 0.23863868415355682
} |
18,624 | pom.xml:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.mycompany</... | e0c15661902530b4c613b00ea2d1a9d6 | {
"intermediate": 0.3895246684551239,
"beginner": 0.3395172357559204,
"expert": 0.2709580659866333
} |
18,625 | Read this log grok expression Provided Grok expressions do not match field value: [2023-08-25 05:57:00 172.19.125.203 POST /UAT_SMF/OrganizationalSetup/EmployeeMaster - 443 - 172.19.101.152 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/114.0.0.0+Safari/537.36 https://sit.osourc... | 665bd17589f9e3066f9c5df2176a815e | {
"intermediate": 0.4673808217048645,
"beginner": 0.21992583572864532,
"expert": 0.31269338726997375
} |
18,626 | select xm.field0005 bh,xm.field0007 mc,fy.field0007 编码,fy.field0004"名称",rq.field0001 rq,xm.field0122 cz,xm.field0121 jl,xm.field0078 zb,xm.field0103 lr from formmain_0275 fy full join formmain_0190 xm
on 1=1 full join formmain_0394 rq on 1=1 | 134b6f6b41c814968368622dcc4b6517 | {
"intermediate": 0.33188948035240173,
"beginner": 0.3372798264026642,
"expert": 0.3308306932449341
} |
18,627 | select qb.bh,qb.mc,qb.编码,qb.名称,t1."数量",t1."金额" ,t2."cb数量1",t2.cb数量2,t2.cb金额1+t3.sq金额1 金额合计,t2.cb金额2+t3.sq金额2 累计金额,t4.sp金额1,t5.fk金额1,t4.sp金额2,t5.fk金额2,qb.rq,qb.cz,qb.jl,qb.qb,qb.lr from
(select xm.field0005 bh,xm.field0007 mc,fy.field0007 编码,fy.field0004"名称",rq.field0001 rq,xm.field0122 cz,xm.field0121 jl,xm.field0078... | 0c3ce33c6f83b102a495f0687000f4f8 | {
"intermediate": 0.2631129026412964,
"beginner": 0.47247132658958435,
"expert": 0.26441577076911926
} |
18,628 | code for the meter for the period with Аrduino? | bebf2f64959248d67ab4c90bbf406030 | {
"intermediate": 0.3152909576892853,
"beginner": 0.1839759200811386,
"expert": 0.5007331371307373
} |
18,629 | This line of code opens NotePad - Shell "notepad.exe", vbNormalFocus - is there a way to set the window size of NotePad when it opens | 01fd997b1701dc86c4bf2e44c22ffa06 | {
"intermediate": 0.5662103295326233,
"beginner": 0.16916795074939728,
"expert": 0.2646217346191406
} |
18,630 | how to show plots in pandas of timeseries without gaps if I use datetime index | 4ada2fa68244a213a3d2c12e752edd93 | {
"intermediate": 0.44367536902427673,
"beginner": 0.15323388576507568,
"expert": 0.4030907154083252
} |
18,631 | Hi HuggingFace! I'm building a project because I thought it would be a great idea. I want you to help me build Geometry Dash. | 730dcf5cd10576c274ba1c8de1a3009f | {
"intermediate": 0.3732340633869171,
"beginner": 0.2787865698337555,
"expert": 0.347979336977005
} |
18,632 | write FQA have open-close tag flutter | a4aebe52368f48ba41ffcd1b67300415 | {
"intermediate": 0.2989003658294678,
"beginner": 0.418460875749588,
"expert": 0.2826387882232666
} |
18,633 | How my code of order need to seem with thise params: def order(self,
symbol: str,
price: float,
vol: float,
side: int,
type: int,
open_type: int,
... | 2bdb98ad3bdb678cef7f924c2c29236e | {
"intermediate": 0.37359288334846497,
"beginner": 0.34750816226005554,
"expert": 0.2788989543914795
} |
18,634 | hey. can you write me an eample of html css code to make a landing page in neuromorphic style ? | 90205017179ce01a83f7f02459d14dcf | {
"intermediate": 0.2431224286556244,
"beginner": 0.1970619559288025,
"expert": 0.5598156452178955
} |
18,635 | 请逐句翻译一下Python代码:import string
upperletter = string.ascii_uppercase
s = input().upper()
code = list(set(upperletter) - set(s))
code.sort()
ls = list(set(s))
ls.sort(key=s.index)
keys = "".join(ls + code)
decode = input().upper()
table = "".maketrans(upperletter,keys)
print(decode.translate(table)) | 4efc6a5a27bce6d7129aa8ba5ddbac1d | {
"intermediate": 0.4058227241039276,
"beginner": 0.28932666778564453,
"expert": 0.30485066771507263
} |
18,636 | I have this code : def order(self,
symbol: str,
price: float,
vol: float,
side: int,
type: int,
open_type: int,
position_id: Optional[i... | ad3798ff5e3d7c8ab2f0b95b5d673739 | {
"intermediate": 0.3291022479534149,
"beginner": 0.3464024066925049,
"expert": 0.324495404958725
} |
18,637 | Modal with id staticModal has not been initialized. Please initialize it using the data-modal-target attribute. in tailwindcss | 4d7eac7b5ce88c0594a5aedcfd999051 | {
"intermediate": 0.3855022192001343,
"beginner": 0.22789105772972107,
"expert": 0.3866066634654999
} |
18,638 | Please write a Delphi function calcultating the time of sun rise | f14dc31f7a062b93f63132335b2e1114 | {
"intermediate": 0.34588855504989624,
"beginner": 0.3053797483444214,
"expert": 0.34873166680336
} |
18,639 | Please write a Delphi function that can calculate sun rise and sun set in ancient time | ec29896d89ef2ed5e50b55489a4770bf | {
"intermediate": 0.3796384334564209,
"beginner": 0.32771867513656616,
"expert": 0.29264286160469055
} |
18,640 | progress downloading flutter | 0d1e320ee1c0b017d43343e62d53ab84 | {
"intermediate": 0.3054211437702179,
"beginner": 0.23029005527496338,
"expert": 0.4642888009548187
} |
18,641 | How to use a variable to be displayed in a input prompt in python | 26e7c92090cac06c036cb66250a3992b | {
"intermediate": 0.3311082422733307,
"beginner": 0.5361902713775635,
"expert": 0.13270147144794464
} |
18,642 | есть ли ошибки в коде:
from threading import Thread
from time import sleep
from PIL import ImageGrab
from googletrans import Translator
import pytesseract
from colorama import Fore
import cv2
import numpy as np
import re
import keyboard
import pyautogui
custom_conf = "--psm 11 --oem 1"
translator = Translator()
sharpe... | 4c57a8d0399fdbe08a9f3c0c017aba38 | {
"intermediate": 0.26942178606987,
"beginner": 0.5653812885284424,
"expert": 0.16519695520401
} |
18,643 | php remove all files and folders | d33e445ebc5041d5f0fac4130a3b7167 | {
"intermediate": 0.41228410601615906,
"beginner": 0.22062459588050842,
"expert": 0.3670913279056549
} |
18,644 | create table emp(id int, name varchar(20))
create table officevisits(emp_id int, visit_id int, visit_date date)
insert into emp values (1,'Anna'), (2, 'Nancy')
insert into officevisits values(1,1,'2023-04-01'),
(1,2,'2023-04-03'),
(2,1,'2023-04-02'),
(2,2,'2023-04-05')
select id, name from emp... | 3c430414d9c36be5222e6b07d006b0fb | {
"intermediate": 0.3485458195209503,
"beginner": 0.37798288464546204,
"expert": 0.27347129583358765
} |
18,645 | write code pass data to new root flutter | 8e53eeb33afd0e53cbc65e2be8cc9ab3 | {
"intermediate": 0.43207401037216187,
"beginner": 0.2441537082195282,
"expert": 0.3237723112106323
} |
18,646 | write code flutter save data without SharedPreferences | e5491d6444c32345935e6f2a644ff646 | {
"intermediate": 0.6103726029396057,
"beginner": 0.15364554524421692,
"expert": 0.2359817773103714
} |
18,647 | hi | c726cf8e1b8a8bd0260e3c296e447b93 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
18,648 | --2.make date values appear as date on mysql: the result must be 1-23-22 | 2a78836d1328d0db2cbcdd9abff4c086 | {
"intermediate": 0.4717271625995636,
"beginner": 0.19676800072193146,
"expert": 0.33150482177734375
} |
18,649 | hI THERE | 06eddfa6d1178e4a5292801cc986c681 | {
"intermediate": 0.3202860355377197,
"beginner": 0.29859229922294617,
"expert": 0.3811216354370117
} |
18,650 | create table dates ([date] varchar(20))
insert into dates values ('12322'),('11122'),('21821'),('30723'),('40920'),('111223'),('121320')
select * from dates, --2.make date values appear as date on mysql: | 41088d1ab52dcc350033145ff3f3f4ef | {
"intermediate": 0.40167245268821716,
"beginner": 0.29167360067367554,
"expert": 0.3066539168357849
} |
18,651 | How to disable the first operation when the window has just appeared?
bool isFocusWindow = false;
std::string callback;
HWND foregroundWindow;
//init window...
foregroundWindow = GetForegroundWindow();
callback = "launcherOutOfFocus";
bool noQuit = true;
while (noQuit)
{
if (isFocusWindow && callback != "launcherI... | 9d38a2a5f3b92a954054e358101b78b7 | {
"intermediate": 0.3304072916507721,
"beginner": 0.48172086477279663,
"expert": 0.18787187337875366
} |
18,652 | const Cup = ({workerRef, symbol, settings, setShowSettings}: CupProps) => {
const cupParams = useSelector((state: AppState) => state.cupSlice);
const [dpiScale, setDpiScale] = useState(Math.ceil(window.devicePixelRatio));
const [canvasSize, setCanvasSize] = useState<CanvasSize>({height: 0, width: 0});
const con... | 5d8b634d31370c292af484ef00a94fed | {
"intermediate": 0.3712165355682373,
"beginner": 0.42977991700172424,
"expert": 0.19900351762771606
} |
18,653 | Write sql query to get the invoice which are more than 100 rs | 42da2204d81cd300f0d847286cafac21 | {
"intermediate": 0.4445062577724457,
"beginner": 0.32015714049339294,
"expert": 0.23533661663532257
} |
18,654 | You plan to create a YAML Azure Pipelines build pipeline that will use Azure virtual machines from your Azure subscription as build agents.
Which YAML schema elements must you include in the YAML build pipeline? | b2199874af841c1a35ecd32b06db7b87 | {
"intermediate": 0.33709990978240967,
"beginner": 0.4214833974838257,
"expert": 0.24141673743724823
} |
18,655 | generate interesting usecase for workshop conducted for college students using RDBMS | ec6f82d2941d99db7269cf5d3b6c8a85 | {
"intermediate": 0.25384601950645447,
"beginner": 0.2784689962863922,
"expert": 0.4676849842071533
} |
18,656 | # Напишите определение декоратора double_it
# Код ниже не удаляйте, он нужен для проверки
@double_it
def multiply(num1, num2):
return num1 * num2
@double_it
def some_func_return(a, b, c):
return a ** b + c
@double_it
def get_sum(*args):
return sum(args)
assert multiply(9, 4) == 72
assert multip... | d3c9da0b23251ed1bf29b242ec85d5a7 | {
"intermediate": 0.2597111761569977,
"beginner": 0.531140148639679,
"expert": 0.20914871990680695
} |
18,657 | Rewrite this to actionscript 3 please
#define SPINNER_HEADER(pos, size, centre, num_segments) ImVec2 pos, size, centre; int num_segments; if (!detail::SpinnerBegin(label, radius, pos, size, centre, num_segments)) { return; }; ImGuiWindow *window = ImGui::GetCurrentWindow(); \
auto circle = [&] (auto point_func, aut... | c38ae740cbf20766419bb456541f218a | {
"intermediate": 0.3020404875278473,
"beginner": 0.459297776222229,
"expert": 0.23866170644760132
} |
18,658 | How to get loading circle like windows 10 boot loading in actionscript 3? | 5961f2a528153382a4f029384b603553 | {
"intermediate": 0.37495890259742737,
"beginner": 0.20289964973926544,
"expert": 0.4221414625644684
} |
18,659 | In my excel table,
C:C values are the names of employees that worked hours
T:T values are recorded dates of hours for each employee
I:I values are names of employees
I3 is employee X
U:U values are the start dates
V:V values are the end dates
I want a formula that will look at employee X in I3.
Find the number of tim... | 6dd83a7126aaeb09a29859eb53d6c0a7 | {
"intermediate": 0.3486965000629425,
"beginner": 0.2916892170906067,
"expert": 0.3596143126487732
} |
18,660 | Help me make a sealed class with for handling different states of UI errors in Kotln. I'll need the main sealed class to contain 3 types of UI errors, some requiring some values to be passed to them as parameters | ac7a09d41d30a2815447450480da48ec | {
"intermediate": 0.45688679814338684,
"beginner": 0.30008772015571594,
"expert": 0.24302546679973602
} |
18,661 | i need the code for a custom stream elements widget that lets me keep track of tasks for the audeience on twitch | fa19373ab4db692e9bd75edb66cb63e5 | {
"intermediate": 0.6164920330047607,
"beginner": 0.12213342636823654,
"expert": 0.2613745331764221
} |
18,662 | I used this code :def signal_generator(df, symbol):
if df is None or len(df) < 2:
return ''
# Retrieve depth data
threshold = 0.35
depth_data = client.get_depth(symbol=symbol)
bid_depth = depth_data['data']['bids']
ask_depth = depth_data['data']['asks']
buy_price = float(bid_depth[0... | ac8935d46556c4b22afcf1ba3635f673 | {
"intermediate": 0.4121500253677368,
"beginner": 0.37021344900131226,
"expert": 0.21763654053211212
} |
18,663 | how can i make my bot on discord.js have a custom status? | c65d766014e1ac33328ad64f9d3ca7b6 | {
"intermediate": 0.4812381863594055,
"beginner": 0.23106002807617188,
"expert": 0.2877018451690674
} |
18,664 | how can i make my bot on discord.js have a custom status? | b9d4994b3c3ca1e18c01b67fdaf0a9a0 | {
"intermediate": 0.4812381863594055,
"beginner": 0.23106002807617188,
"expert": 0.2877018451690674
} |
18,665 | how can i make my bot on discord.js have a custom status? | cb673a79ed7ed30d07bb0534de7eff63 | {
"intermediate": 0.4812381863594055,
"beginner": 0.23106002807617188,
"expert": 0.2877018451690674
} |
18,666 | how can i make my bot on discord.js have a custom status? | 6469dddb03ce6d5801edd4a341d0a8f7 | {
"intermediate": 0.4812381863594055,
"beginner": 0.23106002807617188,
"expert": 0.2877018451690674
} |
18,667 | This code is only copying the last value in column A to the stop row and notto the other empty cells above it: If Target.Column = 15 And Target.Value = "Calculated" Then ' Column O
Dim rowAddress As Integer
rowAddress = Target.Row
Dim lastValue As Variant
lastValue = Cells(Row... | 546ca7ebe1d4b095f20e600854709dde | {
"intermediate": 0.3787820339202881,
"beginner": 0.33766597509384155,
"expert": 0.2835519313812256
} |
18,668 | Is it normal / typical for the latest stable release of Hibernate to not (yet) support a or the SQLite dialect? | f6a93c1ffddcc79d9ed52c1337eb89df | {
"intermediate": 0.6175867915153503,
"beginner": 0.18832121789455414,
"expert": 0.19409197568893433
} |
18,669 | \\Device\\KProcessHacker3
i have my driver device here how can i access this from usermode deviceiocontrol | e1f9aa010c5c4e68c1285a62e5aad2de | {
"intermediate": 0.541659414768219,
"beginner": 0.2454313188791275,
"expert": 0.2129092663526535
} |
18,670 | hello | afba7ff798494b22cfe57c44873b412b | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
18,671 | what is the command for prevalence in stata? | 48e9911dc5df6ee43d12d287133ba5bf | {
"intermediate": 0.25050076842308044,
"beginner": 0.36526063084602356,
"expert": 0.3842385709285736
} |
18,672 | what is the command for calculating risk in stata? | cdb0d06823d35055bbae53be1ed3b850 | {
"intermediate": 0.2533262372016907,
"beginner": 0.17064251005649567,
"expert": 0.5760312676429749
} |
18,673 | На языке Си написать функция расчета строки из чисел в обратной польской нотации. Пример 43+5+
На языке программирования Си разработать программу graph.c для построения графиков функций, задаваемых произвольными выражениями. Для вычисления значений выражений использовать алгоритм Дейкстры для перевода выражения ... | 927e7f466dc893afdc2286a2999873e7 | {
"intermediate": 0.15879826247692108,
"beginner": 0.5311647057533264,
"expert": 0.3100370168685913
} |
18,674 | You have two arrays. One shows the names of the people names, while the other shows their occupation jobs. Your task is to create an object displaying each person to their respective occupation.
Names Jobs
Annie Teacher
Steven Engineer
Lisa Doctor
Osman Cashier
Example
const names = ["Dennis", "Vera", "Mabel", "Annett... | 30b984b2694076b4835d8ce183960e44 | {
"intermediate": 0.5186588764190674,
"beginner": 0.22322978079319,
"expert": 0.2581113874912262
} |
18,675 | implement 3d objects angular | e02c60599215aac9af451826bb6b2f13 | {
"intermediate": 0.4062497913837433,
"beginner": 0.3514977693557739,
"expert": 0.24225246906280518
} |
18,676 | how get monitor width and height from wmi in c# | cb5dde874526e9945c5542bf03698e88 | {
"intermediate": 0.5269279479980469,
"beginner": 0.16328281164169312,
"expert": 0.3097892701625824
} |
18,677 | stored procedure with dotnet | d17739fe52d3c8c024d002baa2f0e549 | {
"intermediate": 0.29725179076194763,
"beginner": 0.25755706429481506,
"expert": 0.4451911449432373
} |
18,678 | implement 3d objects library in angular | ae7b25600aea012100913ce97c955fae | {
"intermediate": 0.7930156588554382,
"beginner": 0.13073374330997467,
"expert": 0.07625054568052292
} |
18,679 | python i have dataframe with columns datetime and temperature, and i have database with columns datetime and temperature
i want to insert data to database | 57080b0dbeea83db4404473b8652c6a2 | {
"intermediate": 0.6187581419944763,
"beginner": 0.1571897268295288,
"expert": 0.22405213117599487
} |
18,680 | Give me code based on those params: Signature is not required for public endpoint.
For private endpoint, ApiKey, Request-Time, Signature and Content-Type need to be passed into the header, must be specified as application / JSON, Recv-Window (optional) parameters, Signature is a signature string. The signature rules a... | 4b280db3ebdcfbbc71a7690c48943d1a | {
"intermediate": 0.476043164730072,
"beginner": 0.23136398196220398,
"expert": 0.2925928831100464
} |
18,681 | Give me same code on Python | 2d394e35867fb5faeca7cb3aaafa053c | {
"intermediate": 0.32953768968582153,
"beginner": 0.3139882981777191,
"expert": 0.35647401213645935
} |
18,682 | write listbox in flutter | e21a4284db317d4ac5c2ff45818efffb | {
"intermediate": 0.4784778356552124,
"beginner": 0.29756271839141846,
"expert": 0.2239595353603363
} |
18,683 | Give me this code on Python, code: public static String getRequestParamString(Map<String, String> param) {
if (MapUtils.isEmpty(param)) {
return "";
}
StringBuilder sb = new StringBuilder(1024);
SortedMap<String, String> map = new TreeMap<>(param);
for (Map.Entry<String, String> entry : map.... | 4036e3e75342e5bcee4b6d138f60529a | {
"intermediate": 0.6338857412338257,
"beginner": 0.1677355021238327,
"expert": 0.1983787566423416
} |
18,684 | how to watch props in vue3 in opetionAPI | 549ffed872da03bb7eeae1f623741bfd | {
"intermediate": 0.6715893745422363,
"beginner": 0.15852944552898407,
"expert": 0.16988112032413483
} |
18,685 | Give me code for MEXC signature | b2b279a437c7d8cccf4d6e94d4c5c89d | {
"intermediate": 0.35374778509140015,
"beginner": 0.15516184270381927,
"expert": 0.4910903573036194
} |
18,686 | Hi! I was thinking about building SpaceEngine in HTML, CSS, JS. So, can you help me build it? | e28295ba955f3ab47b008514608c59cf | {
"intermediate": 0.5599083304405212,
"beginner": 0.23655003309249878,
"expert": 0.20354165136814117
} |
18,687 | gee python | b199e56e8efe97dc4318345461780f1f | {
"intermediate": 0.27583837509155273,
"beginner": 0.347779244184494,
"expert": 0.37638232111930847
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.