row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
4,618
Run 20 pages in English about le particle in Chinese language
ee67679935382e523c89177e51662e1c
{ "intermediate": 0.39127132296562195, "beginner": 0.36364784836769104, "expert": 0.24508078396320343 }
4,619
已知一任意长度字符串str,以00h结束,长度小于200h,编写汇编程序实现在该字符串中搜索匹配子串substr(以00h结束,长度小于80),若找到,则将found单元置为ffh,并将匹配位置(匹配位置以字符串str首地址为0参考点)存放在pos单元中;否则,将found单元置为00H。 要求: 1. 编写完整程序,代码有简要注释,并上机通过调试能运行 2.禁止使用串操作指令 3.写出算法思路说明 4.题目中的任意长度的字符串和匹配子串,是在代码运行后,要用户自己输入的自定义变量
9ce91ee0ce5a0e07db51359f45065a67
{ "intermediate": 0.31820327043533325, "beginner": 0.3447321057319641, "expert": 0.33706462383270264 }
4,620
Мне нужно написать главу в диплом про добавление отзыва на товар в марет плейсе. Вот код по которому нужно написать главу async createByDevice(req, res, next) { try { let { text, positive, negative, grade, deviceId, userId } = req.body; if(!userId || !deviceId) { return next(ApiError.badRequest(‘Нет userId || deviceId...
aa01785b98b898d582495e858c4e0704
{ "intermediate": 0.3515647351741791, "beginner": 0.34937816858291626, "expert": 0.29905715584754944 }
4,621
code a snake game using python
be2693b9a2abe66d67809a80b8809814
{ "intermediate": 0.33556702733039856, "beginner": 0.30161944031715393, "expert": 0.3628135919570923 }
4,622
Can you write a code snippet using polynomial regression to linearize a dac output in C, using only Arduino's libraries?
013c637ec5a47d4ef5a686d4c5c76e2c
{ "intermediate": 0.48255258798599243, "beginner": 0.05366390198469162, "expert": 0.46378347277641296 }
4,623
write a python code fopr topic modelling using LSA where the results also gives the individual wights in particular documents take multiple documents in the data set(atleast 5) and the code shall be able to give the percentages of the discovered topics in each documents as a result.
40798f4f88d9cb62ecc6b091b8030683
{ "intermediate": 0.3383603096008301, "beginner": 0.10452712327241898, "expert": 0.5571125149726868 }
4,624
hi
0bf8a090fcb6ec99eca9b70282f356a1
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
4,625
Print in console there is an error in, line 84, in NameError: name ' oled ' isn't defined. Please fix: import network from machine import Pin, I2C import time import urequests import ujson import ssd1306 wifi_ssid = 'KME551Group4_5G' wifi_password = 'group4-2023' i2c = I2C(1, scl=Pin(15), sda=Pin(14)) oled = ssd1306....
3f13d7995a63ec328703dc874fe03d2e
{ "intermediate": 0.3558475375175476, "beginner": 0.4338853657245636, "expert": 0.21026703715324402 }
4,626
How to add to this code: @with_kw mutable struct ProductionLineWH tick::Int = 0 # simulation step bob_glues_box::Bool = false completed_boxes::Int = 0 # completed boxes time_alice::Matrix{Int} time_bob::Matrix{Int} q::PriorityQueue{Function, Tuple{Int,Int}}...
495c23835f560f5f631afcfdd5d2ea76
{ "intermediate": 0.4337034821510315, "beginner": 0.4031311869621277, "expert": 0.16316533088684082 }
4,627
I need in pythno a machine learning moudle that predicts the next grid of a clan's next position on a map that is from A0 to U25 using the past grids. It just needs to say 3 positions
33c6a43912277c7f0debba03324ab672
{ "intermediate": 0.09843809902667999, "beginner": 0.06669241935014725, "expert": 0.8348694443702698 }
4,628
Often, when building machine learning models on texts, one of the input parameters of the model is the frequency of occurrence of a word in the text. In this problem, we will solve the problem of finding the frequency of a word in a document. " document_text". You need to find the frequency of use of each unique word ...
c0e0cbef3386c28c87c6757f58401d80
{ "intermediate": 0.18023857474327087, "beginner": 0.20124460756778717, "expert": 0.6185168027877808 }
4,629
Set adminRequestCell = wscf.Range("B:B").Find("Admin Request", , xlValues, xlWhole, xlByColumns) In the code below does not appear to be working. The Value 'Admin Request' exists in the soucre but I do not get any prompts. Can you identify the error and any other errors. Sub Worksheet_Change(ByVal Target As Range)...
35ca8d86c31ef627b15a191e4d3462d4
{ "intermediate": 0.4658800959587097, "beginner": 0.34520307183265686, "expert": 0.18891678750514984 }
4,630
Can you rewrite this code so that the user can pick up multiple same colored rectangles with one click? function pickRectangle(event) { if(click === 0){ const gameBoard = document.getElementById(‘game-board’); const boardRect = gameBoard.getBoundingClientRect(); const columnWidth = gameBoard.offsetWidth / boardWidth; ...
e42a5d9fc879958bd0dca195f624a1e9
{ "intermediate": 0.22744600474834442, "beginner": 0.6519607901573181, "expert": 0.12059319764375687 }
4,631
hi there, i have a fresh arch install with no desktop environment or windows manager, how do i setup gnome with a low latency vnc server?
490695ab5759657100ad3cec07ae434c
{ "intermediate": 0.5210453867912292, "beginner": 0.2662152051925659, "expert": 0.21273942291736603 }
4,632
What's command for split long text to smaller sections?
f6953b0a7a43d8a3ce6444c677922f56
{ "intermediate": 0.4007410705089569, "beginner": 0.22069743275642395, "expert": 0.37856149673461914 }
4,633
convert this partial vue2 script to vue3 using script setup style """ if (json != null) { // Import data directroy from paperjs object this.compoundPath.importJSON(json); } else if (segments != null) { // Load segments input compound path let center = new paper.Point(width / 2...
2ca651e7bee9a87b1eb06ba4a056720e
{ "intermediate": 0.4801604747772217, "beginner": 0.254092812538147, "expert": 0.26574668288230896 }
4,634
how can i combine so i can use both pictures in my path 'Yungeen Ace': {"image":"C:/Users/elias/PycharmProjects/Python/Zelf/Python - Freegpt/Music/fotos/Yungeen Ace_1.jpeg", "listeners": 1294188}, 'Yungeen Ace': {"image":"C:/Users/elias/PycharmProjects/Python/Zelf/Python - Freegpt/Music/fotos/Yungeen Ace_2.jpeg",...
eb8a991e01283531b4d5385d1882350a
{ "intermediate": 0.3991026282310486, "beginner": 0.21478454768657684, "expert": 0.38611283898353577 }
4,635
write minimal js+php webpage analytics system to track necessary data of user and save it to .log file on server, the data we would like to track is: IP address of the user who accessed the page Referral source (i.e. where the user came from before accessing the page) User location (i.e. country, city, or region) Br...
8c3d65eba40e119882daf2a13e208009
{ "intermediate": 0.39981308579444885, "beginner": 0.2909669578075409, "expert": 0.3092198967933655 }
4,636
java code to display 8x 6 integer values in fullscreen mode black with green font, the numbers fill up the whole screen in 8x 6 size, the values are updated via threads
2dbd75808262f5af918ffd16302e2500
{ "intermediate": 0.617638885974884, "beginner": 0.11122633516788483, "expert": 0.27113470435142517 }
4,637
import pygame import sys import random pygame.init() # Taille de la fenêtre WIDTH = 800 HEIGHT = 800 # Taille des cases et grille CELL_SIZE = 40 GRID_SIZE = WIDTH // CELL_SIZE # Couleurs WHITE = (255, 255, 255) BLACK = (0, 0, 0) # Joueurs player_colors = [(255, 0, 0), (0, 0, 255)] # Grille grid = [] def initiali...
b91598efc4140b36b59bd7926cc4b3a0
{ "intermediate": 0.2748061418533325, "beginner": 0.45285332202911377, "expert": 0.2723405659198761 }
4,638
in python print the attacker and defender and the grid: [{'id': '1104515868005773442', 'type': 0, 'content': '', 'channel_id': '956533095908143175', 'author': {'bot': True, 'id': '947117714449768458', 'username': 'Skunkpuss Raid Announcer', 'avatar': '7e72801f8240115aa71597230247861a', 'discriminator': '0000'}, 'attach...
dcfda12ee94e55d7bfd118a3a96abd04
{ "intermediate": 0.31468138098716736, "beginner": 0.2772807776927948, "expert": 0.40803784132003784 }
4,640
Write me a function that when I pick up rectangles (I can only pick up same colored rectangles) and I put it down, it checks for same colored rectangles in the area (in a row or in a column) and if there are 4 or more rectangles, changes it's backgroundcolor to "" <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...
9a9c59b4eb019ca746bbd84841647f20
{ "intermediate": 0.2608962953090668, "beginner": 0.4702334403991699, "expert": 0.2688702642917633 }
4,641
Answer as an experienced software developer familiar with numerous programming languages, backend and frontend development, and APIs and their creative implementation. You create complete and fully functional software running under Windows according to the creative wishes and descriptions of customers without programmi...
3c9dbec9f59256e3c81513c30a99ba40
{ "intermediate": 0.5698716640472412, "beginner": 0.2349795550107956, "expert": 0.1951487958431244 }
4,642
Answer as an experienced software developer familiar with numerous programming languages, backend and frontend development, and APIs and their creative implementation. You create complete and fully functional software running under Windows according to the creative wishes and descriptions of customers without programmi...
01d5fe91c759ad79a0903f576c80d845
{ "intermediate": 0.5698716640472412, "beginner": 0.2349795550107956, "expert": 0.1951487958431244 }
4,643
login page using php and mysql with hashed password, SQL injection prevention, CSRF protection, and rate limiting
bdbf522c39a939bfa583946fd58d8695
{ "intermediate": 0.35801833868026733, "beginner": 0.2912682294845581, "expert": 0.35071346163749695 }
4,644
Implement the given code so its a working program for jpeg compression and decompression. It should be possible to choose chroma reduction between 4:4:4 and 4:2:2. Also it should be possible to choose quantization table or replace it with array of ones. import numpy as np import cv2 import scipy.fftpack def Compress...
0855efec8fbe38c45d0e940b67f29ba5
{ "intermediate": 0.3228631019592285, "beginner": 0.4828853905200958, "expert": 0.19425156712532043 }
4,646
give me the commands to Real-Time Twitter Data Ingestion using kafka ubuntu
aaed429327ef9bea484116a52676fddc
{ "intermediate": 0.5810778141021729, "beginner": 0.11299894005060196, "expert": 0.3059232234954834 }
4,647
Java Declare keyword
3aeb3717114469e2e336178c827abf63
{ "intermediate": 0.3741602599620819, "beginner": 0.21401096880435944, "expert": 0.41182875633239746 }
4,648
import requests import json import datetime import streamlit as st from itertools import zip_longest import os import seaborn as sns import pandas as pd import numpy as np import japanize_matplotlib import matplotlib.pyplot as plt import matplotlib.ticker as ticker from github import Github import base64 def basic_inf...
f72200b8db1bea5ee9b7e8ed22b45d13
{ "intermediate": 0.38446375727653503, "beginner": 0.3837015628814697, "expert": 0.23183472454547882 }
4,649
how I can add a date range filter to datatables using Hermawan DataTables library in codeigniter 4
501de111292ef4145c5c80f94d90aaa0
{ "intermediate": 0.8503435254096985, "beginner": 0.05946958810091019, "expert": 0.09018689393997192 }
4,650
import requests import json import datetime import streamlit as st from itertools import zip_longest import os import seaborn as sns import pandas as pd import numpy as np import japanize_matplotlib import matplotlib.pyplot as plt import matplotlib.ticker as ticker from github import Github import base64 def basic_inf...
375006862bd30c7072d43f7f4f8d37e6
{ "intermediate": 0.38446375727653503, "beginner": 0.3837015628814697, "expert": 0.23183472454547882 }
4,651
how I can add a date range filter to datatables using Hermawan DataTables library in codeigniter 4, I want just controller code
c86a21cb91097920ded1bb91494f5b5c
{ "intermediate": 0.8784652352333069, "beginner": 0.05610574409365654, "expert": 0.06542899459600449 }
4,652
can you output legit usa flag with original proportions but scaled down to appropriate small size, but is adjustable overally by changing percent in the main container. by using only css and html plus unicode chars as for stars, for example. don’t use any images links, frameworks and other crap. fill all 50 stars prope...
c86ec22429f75da93fa40012e1a2f20c
{ "intermediate": 0.3852301836013794, "beginner": 0.1846044361591339, "expert": 0.4301653802394867 }
4,653
import requests import json import datetime import streamlit as st from itertools import zip_longest import os import seaborn as sns import pandas as pd import numpy as np import japanize_matplotlib import matplotlib.pyplot as plt import matplotlib.ticker as ticker from github import Github import base64 def basic_inf...
f6b4c819bf1d00ad8a46756e50d26328
{ "intermediate": 0.3807471990585327, "beginner": 0.40263351798057556, "expert": 0.21661922335624695 }
4,654
this is my current code for an ide program: "import java.security.MessageDigest; public class Utility { public static String getHash(String base) { String message=""; try{ MessageDigest digest = MessageDigest.getInstance("SHA-256"); byte[] hash = digest.digest(ba...
a70936946e9196a4edaab0329a17fc47
{ "intermediate": 0.3005954921245575, "beginner": 0.5010576248168945, "expert": 0.19834691286087036 }
4,655
Rate the parodies of advertisements for a potential Love2D-like framework for creating games in minecraft with CC:Tweaked that were created by two LLMs. A:
02d0640a6b0ec9d8b746d6085fe604f4
{ "intermediate": 0.47103428840637207, "beginner": 0.2633949816226959, "expert": 0.2655707001686096 }
4,656
I want to scroll 100vh in a web page. I want it to be as if a slide show. However if user scrolls twice in middle of scrolling the scroll will not be aligned and will get scrolled to unwanted location. Help me implement a thing for this so the scrolling will only, and always, stop at an element. Here is my code: "<scri...
59486e0c927e5fbd4c5bb1d586a5a810
{ "intermediate": 0.3168586194515228, "beginner": 0.5435002446174622, "expert": 0.1396411806344986 }
4,657
typedef struct bfs_queue_struct BFS_DATA; struct bfs_queue_struct { ROOM_INDEX_DATA *room; char dir; int num; BFS_DATA *next; }; static BFS_DATA *queue_head = NULL, *queue_tail = NULL, *room_queue = NULL; /* Utility macros */ #define MARK(room) ( SET_BIT( (room)->room_flags_3, BFS_MARK ) ) #define UNMARK(room) ( ...
60c13ec2678f032277d57d36f0c1b3a2
{ "intermediate": 0.34195902943611145, "beginner": 0.37101826071739197, "expert": 0.2870227098464966 }
4,658
Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ...
f4814bfdb47453891d71f0b87ff23eda
{ "intermediate": 0.33600932359695435, "beginner": 0.42823848128318787, "expert": 0.2357521951198578 }
4,659
How do I bind to the event handlers on the niagara system or component in c++? I am trying to apply some damage when a particle dies or collides with an actor from c++ using UE5 and GAS? Basically, I spawn the niagara system and component and I want to wait for the particles to get to the actor before applying the dama...
923911f86fad8e7c4e17c77bf8c07b3b
{ "intermediate": 0.7979065179824829, "beginner": 0.11160534620285034, "expert": 0.09048813581466675 }
4,660
Please create a Roblox Lua LocalScript that allows the player to parkour. This should include: - Jumping - Long Jumping - Crouching
8cf6fb5e1e70964a941265c6023cecbc
{ "intermediate": 0.36986881494522095, "beginner": 0.2938727140426636, "expert": 0.3362584114074707 }
4,661
how to implement basic authentication in springboot application,then explain each process in step wise manner in detail
343164997fa17bd92d2810e3846323fa
{ "intermediate": 0.3554854393005371, "beginner": 0.2892860472202301, "expert": 0.3552285432815552 }
4,662
Can you make me a function that checks whenever there is a gap in the columns? So in column 5 there is 3 rectangles than a gap than 1 more rectangle, that 1 more rectangle then should go to the 4th row instead of being in the 5th row. You should iterate through the whole table checking each column individually and the ...
8c2164c275934b110491b936b70ee057
{ "intermediate": 0.25530579686164856, "beginner": 0.5051486492156982, "expert": 0.23954559862613678 }
4,663
Can you code me a roblox floppa ai like raise a floppa
315a15479249e1a2959bfd4fef95fb18
{ "intermediate": 0.2703508734703064, "beginner": 0.19831858575344086, "expert": 0.5313305854797363 }
4,664
how to implement OAuth2 and OIDC (OpenID Connect) Authentication in springboot using simple example,summarize steps first then explain each steps in detail
3b9881963a95d533ca7c014f99d26b42
{ "intermediate": 0.5154363512992859, "beginner": 0.22338102757930756, "expert": 0.26118260622024536 }
4,665
I want you to rate all these lists of steps required to create a Lua framework that would be similar to Love2D, but only for computers in the CC:Tweaked mod for Minecraft. All the lists were made by three different LLMs. Here is the list of subject A:
3c476a975bcbd747019759d59421793d
{ "intermediate": 0.5675142407417297, "beginner": 0.2801288962364197, "expert": 0.15235686302185059 }
4,666
Avatar of the person chatting Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send fo...
0df160147c9112faf2943ff82f19cdfb
{ "intermediate": 0.3365704417228699, "beginner": 0.4364462196826935, "expert": 0.22698332369327545 }
4,667
I added a Generate Death Events and Event handler sourced from generate death events in my niagara emitter in UE5 5.1. How can I listen to this event from the c++ code?
fd0dc3b9d6fa6c1e7aa78625516b31d3
{ "intermediate": 0.6593548059463501, "beginner": 0.12890712916851044, "expert": 0.21173803508281708 }
4,668
java code to make a linked list using a hashtable with values directing to keys of its own hastable instance
20d8719acea989062a2394316a129bba
{ "intermediate": 0.5209720134735107, "beginner": 0.13287518918514252, "expert": 0.3461528420448303 }
4,669
In my code, the scrolling gets stuck at the anchors, I need to keep scrolling down once the anchor is reached. Also before reaching the 10vh range of the anchor I want to be able to scroll to the opposite direction, however in this code when I scroll to the opposite direction before reaching 10vh close to the anchor wh...
4ba9e3b3858992824466483970a2a45a
{ "intermediate": 0.34954631328582764, "beginner": 0.5270370841026306, "expert": 0.12341660261154175 }
4,670
C:\Users\user\Downloads>python download_youtube_video.py https://www.youtube.com/watch?v=dQw4w9WgXcQ [youtube] dQw4w9WgXcQ: Downloading webpage [youtube] dQw4w9WgXcQ: Downloading player 50cf60f0 ERROR: Unable to extract uploader id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest ...
8a90a1d3efa0a3b12aa0180fe317f3fa
{ "intermediate": 0.34871160984039307, "beginner": 0.4225025773048401, "expert": 0.22878581285476685 }
4,671
I want to modify AutoGPT (Significant-Gravitas GitHub) to use an instance of gpt4free (xtekky GitHub) I have running locally instead of OpenAI. Please show me how to modify the AutoGPT code, ensuring the prompts are correctly formatted for gpt4free, responses are properly received and processed by AutoGPT, and no OpenA...
3d41bcc2457199c8873794aff4d1581d
{ "intermediate": 0.7166101932525635, "beginner": 0.07236668467521667, "expert": 0.21102312207221985 }
4,672
show java code of linkedlist superclass where the nodes are beeing linked
b7ed2a5f9866d8a9ffefaa57f9027fae
{ "intermediate": 0.4651618003845215, "beginner": 0.2558055818080902, "expert": 0.2790326476097107 }
4,673
in JavaScript how can I detect ending of a scrollTo function to execute something after ?
b46e3c8fdc71245772d5802020c8e640
{ "intermediate": 0.4251566231250763, "beginner": 0.3289484679698944, "expert": 0.2458949238061905 }
4,674
I have an excel file which have a worksheet named contact. in contact work sheet in column B I have phone numbers of my customer. phone numbers stored in different format. I want a macro code that create a new worksheet with correct phone number format. phone number must be 10 digits. some phone number start with count...
905611756837f289cdf5a189b9faa3d1
{ "intermediate": 0.39256778359413147, "beginner": 0.2899777591228485, "expert": 0.31745439767837524 }
4,675
I have an excel file which have a worksheet named contact. in contact work sheet in column B I have phone numbers of my customer. phone numbers stored in different format. I want a macro code that create a new worksheet with correct phone number format. phone number must be 10 digits. some phone number start with count...
a793297ab4e5e8d4920d4edd1432d3bb
{ "intermediate": 0.39256778359413147, "beginner": 0.2899777591228485, "expert": 0.31745439767837524 }
4,676
Springboot microservices achitecture explained,flow of data and processes too,grouping on the basis of different microservices design patterns
255898b9509d0f392037c9986285eca9
{ "intermediate": 0.7636977434158325, "beginner": 0.08944325894117355, "expert": 0.14685899019241333 }
4,677
I am using Astro with preact in TypeScript. I got these packages in my project: ""devDependencies": { "@astrojs/image": "^0.16.7", "@astrojs/partytown": "^1.2.1", "@astrojs/tailwind": "^3.1.2", "@types/micromodal": "^0.3.3", "accessible-astro-components": "^2.0.0", "astro...
3f5ebbcf6939e9e74f032812b0eb6d3b
{ "intermediate": 0.5235947370529175, "beginner": 0.26222383975982666, "expert": 0.21418143808841705 }
4,678
how to implement im memory authorization and authentication in a simple springboot application complete step by step process in detail,start with a summary of steps in points and the explain each in detail
203bf8d73d872dbc11651ce4e560f48f
{ "intermediate": 0.3023870885372162, "beginner": 0.3108782172203064, "expert": 0.38673466444015503 }
4,679
The thing I want you to implement is a scrolling system based on slide shows. I want to have sections in my code that are 100vh and when the scrolling event from mouse or keyboard or other APIs fired, the scrolling should scroll all the way to the next section. This scrolling must be smooth. Also there is going to be s...
d57e3a7310add3ec003dcc876b8aebe7
{ "intermediate": 0.40009060502052307, "beginner": 0.20118780434131622, "expert": 0.3987216055393219 }
4,680
Write code for a 3d third person game about borg drones invading a starship.
6eb2309877400ff3f1319754e43f8b89
{ "intermediate": 0.31001952290534973, "beginner": 0.260074645280838, "expert": 0.42990586161613464 }
4,681
ngb-carousel not working
48ab97826c6b80e414ebb5fdbf3a4228
{ "intermediate": 0.3150515556335449, "beginner": 0.3444578945636749, "expert": 0.34049052000045776 }
4,682
How can I make a toplist when the game is ended where the user can write a name in and it saves it's name and the score? The data should be saved in a txt file <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Sobics Game</title> <style> #screen{ position: absolute; left: 0; top: 0; width: 1...
3cd006497b81c92df64ce27429ca0a04
{ "intermediate": 0.33607378602027893, "beginner": 0.4336788058280945, "expert": 0.23024742305278778 }
4,683
I have an excel file which have a worksheet named contact. in contact work sheet in column B I have phone numbers of my customer. phone numbers stored in different format. I want a macro code that create a new worksheet with correct phone number format. phone number must be 10 digits. some phone number start with count...
c4b4c370f15eafaf9d12664c3bb7b98f
{ "intermediate": 0.3517097532749176, "beginner": 0.26088225841522217, "expert": 0.38740792870521545 }
4,684
How to catch scroll event before it happens. I mean I can add listener to scroll event but it already scrolls some distance and I want to catch it before it happens because I have my custom scrolling animation and I don't want any scrolling to happen. I can not listen to wheel event because then I am missing keyboard o...
fa6ea1fcefe3771d82c578e802a9d63b
{ "intermediate": 0.6987317800521851, "beginner": 0.10599098354578018, "expert": 0.19527721405029297 }
4,685
Debug following code: import tkinter as tk from tkinter import ttk from tkinter import messagebox import pickle class MRIProtocolsApp(tk.Tk): def init(self): super().init() self.title(‘MRI Protocols’) self.protocol_data_file = ‘protocols.pkl’ self.init_gui() self.load_proto...
9d7874aa01a17e2edb50f1b95d11aea8
{ "intermediate": 0.40740668773651123, "beginner": 0.48514947295188904, "expert": 0.10744380205869675 }
4,686
are you sure that these proportions is an original usa flag standard?: width: 760px; height: 400px;
81b3bcbca7b9a35a86d58ce37967838f
{ "intermediate": 0.470756471157074, "beginner": 0.2399166226387024, "expert": 0.28932687640190125 }
4,687
Debug and optimize following code. After giving out the complete optimized code create a short overview table of what you have changed and why. import tkinter as tk from tkinter import ttk, filedialog, messagebox import json import os class MRTHandbuch(tk.Tk): def init(self): super().init() self....
731c194052018b2a655c70977b31b3a4
{ "intermediate": 0.37934380769729614, "beginner": 0.4972606897354126, "expert": 0.12339549511671066 }
4,688
Can you give me the code that caps the scrolling to one unit no matter what with all APIs. No matter what their sensitivity is. Main idea here is that I have a custom scrolling animation that is fired when scroll event occurs. However the scroll event already scrolls once before getting caught. I want to limit scrollin...
13058d249741d937f9784e9c7067aa12
{ "intermediate": 0.8117709159851074, "beginner": 0.09456274658441544, "expert": 0.09366635233163834 }
4,689
[ { age: "13", name: "Monk" }, { age: "15", name: "Lokavit" }, { age: "17", name: "Satya" }, ] to { 13:"Monk", 15:"Lokavit", 17:"Satya"} for javascript
0d5f4fb7b1c5b1d67ac902aeea4de94b
{ "intermediate": 0.3393442630767822, "beginner": 0.40220436453819275, "expert": 0.25845134258270264 }
4,690
Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ...
78eb08bb68ed0d28b25633de2bbc28cb
{ "intermediate": 0.37476688623428345, "beginner": 0.41961926221847534, "expert": 0.20561379194259644 }
4,691
Debug and optimize and check the debugged code again when it always gibes me the error SyntaxError: invalid character ‘‘’ (U+2018). After Optimizing and proof-reading again give out the code and a table what you have optimized and why: import tkinter as tk from tkinter import ttk from tkinter import messagebox import p...
5b91b360698a9ec42bd1041fe7ce22e6
{ "intermediate": 0.4720926582813263, "beginner": 0.3332178294658661, "expert": 0.19468946754932404 }
4,692
You are a Senior .NET developer with programming skills in .NET7, ASP.NET Core WebAPI, Entity Framework Core, SQL Server, MongoDb, RabbitMQ, MassTransit, CQRS with Event sourcing, Microservices. Show me the full code for ASP.NET Core microservices that implement the Saga State Machine orchestration pattern. Use MassTr...
5adafeec0d170efa91857ac59d6cc5a0
{ "intermediate": 0.8604479432106018, "beginner": 0.08292993903160095, "expert": 0.056622009724378586 }
4,693
hello
6ca26ae6ebffc65a2c015f97dac50728
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
4,694
You are a Senior .NET developer with programming skills in .NET7, ASP.NET Core WebAPI, Entity Framework Core, SQL Server, MongoDb, RabbitMQ, MassTransit, CQRS with Event sourcing, Microservices. Show me only the code for the Staet Machine classes and the consumer classes of ASP.NET Core microservices that implement th...
f12db9fd65f4d2bd9345cf411796d3b1
{ "intermediate": 0.7733594179153442, "beginner": 0.17535054683685303, "expert": 0.05128999426960945 }
4,695
I have pandas dataframe dirty_df. i have item_price_dict as each items name as a key and price as a value in dictionary, and dirty_df['shopping_cart'] as a item name and quantity [('Alcon 10', 1), ('iStream', 2), ('Candle Inferno', 2), ('pearTV', 2)] calculate the total price and check dirty_df['order_price'] matching ...
c70ebfde430d7b8b87a4a17df44779aa
{ "intermediate": 0.4098562002182007, "beginner": 0.2737986743450165, "expert": 0.31634509563446045 }
4,696
1 Update data. Edit the web app to allow updating/modifying data (e.g. a game rating recently increased). Note: Your update.php code must prevent ratings from less than 0 or more than 10 (invalid data), similar to how this code stops the user from entering an invalid post code:
27ed4c0e2596c3e0a129fd7730779299
{ "intermediate": 0.48171743750572205, "beginner": 0.19630680978298187, "expert": 0.3219757676124573 }
4,697
сделай чтобы файл для первого админа сохранялся в file_dir = r'C:\Users\Administrator\Desktop\1' file_path = None, для второго админа file_dir2 = r"C:\Users\Administrator\Desktop\2" file_path2 = None, еще чтобы админу1 отправлял уведомления для этих групп "first_corpus", а для админ2 отправлял уведомления для этих груп...
6714c6cdeb8a778071c6259eaaa7d7b9
{ "intermediate": 0.265685498714447, "beginner": 0.6004700660705566, "expert": 0.1338444948196411 }
4,698
Answer as an experienced software developer familiar with numerous programming languages, backend and frontend development, and APIs and their creative implementation. You create complete and fully functional software running under Windows according to the creative wishes and descriptions of customers without programmi...
c049d8fd34b1a6f5dd0475b9e21f48a5
{ "intermediate": 0.6043803095817566, "beginner": 0.22843143343925476, "expert": 0.16718828678131104 }
4,699
I want to run a browser inside docker container and have access to it via host computer, as you are expert in the docker guide me in this matter
656ce68f9db28431d49afbe9489d9882
{ "intermediate": 0.37351733446121216, "beginner": 0.3264871835708618, "expert": 0.2999955117702484 }
4,700
fivem scripting how would I create an event which when triggered removes all weapons from peds hand so they can't access it in vehicles
d46abaa25171273b7b89e081645f0c55
{ "intermediate": 0.3478423058986664, "beginner": 0.28692564368247986, "expert": 0.365231990814209 }
4,701
Write an sql query for finding fourth maximum number
1118d1d40b3d91fb887879dd6b3d3cd9
{ "intermediate": 0.3360252380371094, "beginner": 0.2715255320072174, "expert": 0.3924492597579956 }
4,702
import random artists_listeners = { '$NOT': 7781046, '21 Savage': 60358167, '9lokknine': 1680245, 'A Boogie Wit Da Hoodie': 18379137, 'Ayo & Teo': 1818645, } while True: score = 0 # reset score at the beginning of each game first_artist, second_artist = random.sample(list(artists_listeners.keys()), 2) ...
04e18920923d5cf05c249782c8f5b415
{ "intermediate": 0.37182992696762085, "beginner": 0.4092329740524292, "expert": 0.21893709897994995 }
4,703
Can you give me the code that caps the scrolling to one unit no matter what with all APIs. No matter what their sensitivity is. Main idea here is that I have a custom scrolling animation that is fired when scroll event occurs. However the scroll event already scrolls once before getting caught. I want to limit scrollin...
9e5de5e16db602962e6b113c53448d37
{ "intermediate": 0.8117709159851074, "beginner": 0.09456274658441544, "expert": 0.09366635233163834 }
4,704
I have an excel file which have two worksheet named contact and newnumber. In contact sheet i have name, phonenumber and asignee. i newphonenumber I just have name and phonenumber. I want a macro that create a new worksheet and give me all newphoenumber list with their asignee, if exist. and i also want to sort these n...
113b1b94594c29d0612915a82c0380c7
{ "intermediate": 0.4960257411003113, "beginner": 0.2087106853723526, "expert": 0.2952636182308197 }
4,705
Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ...
e978b671deb12c2cd8ea8a5fce2e4bd4
{ "intermediate": 0.37476688623428345, "beginner": 0.41961926221847534, "expert": 0.20561379194259644 }
4,706
import random artists_listeners = { ‘$NOT’: 7781046, ‘21 Savage’: 60358167, ‘9lokknine’: 1680245, ‘A Boogie Wit Da Hoodie’: 18379137, ‘Ayo & Teo’: 1818645, } while True: score = 0 # reset score at the beginning of each game first_artist, second_artist = random.sample(list(artists_listeners.keys()), 2) while True: ...
5b2e3495542da36129ababa905079e46
{ "intermediate": 0.15215693414211273, "beginner": 0.6803342700004578, "expert": 0.1675087958574295 }
4,707
Write code in server side rendering library for showing flight information by retrieving data from database, when data is changed on database it is also updated on display, explain each line of code
eda98d9b9f49e5d24dd979d3d8eb18cd
{ "intermediate": 0.827691912651062, "beginner": 0.07421455532312393, "expert": 0.09809356927871704 }
4,708
Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ...
f833a95f851ba9e7c41c2e6f38cd030b
{ "intermediate": 0.37476688623428345, "beginner": 0.41961926221847534, "expert": 0.20561379194259644 }
4,709
Transform into CODEMASTER, an AI coding expert with vast experience in all programming languages, best practices, and efficient coding techniques. As CODEMASTER, you utilize well-maintained libraries and frameworks to follow the KISS principle. You have no character limit and will send follow-up messages automatically ...
7ae0b062c3b53325f9fd1c924e57ee73
{ "intermediate": 0.33600932359695435, "beginner": 0.42823848128318787, "expert": 0.2357521951198578 }
4,710
Create a memory game with JavaScript
2add6ca49b5996821ecc82a9c9a9d71b
{ "intermediate": 0.38395506143569946, "beginner": 0.38276031613349915, "expert": 0.23328463733196259 }
4,711
import random # Define the artists and monthly Spotify listeners by genre artists_by_genre = { 'Hip-Hop': { '21 Savage': 60358167, 'A Boogie Wit Da Hoodie': 18379137, '$NOT': 7781046, '9lokknine': 1680245, 'Ayo & Teo': 1818645 }, 'Pop': { 'Ariana Grande': 81583006, 'Dua Lipa': 35650224, 'Ed Sheeran': 66717265, 'Justin...
5dacc9d35205120de9281a31a36819a3
{ "intermediate": 0.3271157741546631, "beginner": 0.4166378080844879, "expert": 0.256246417760849 }
4,712
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Enemy : MonoBehaviour { public int health = 5; public ParticleSystem deathEffect; private ParticleSystem playingEffect; bool dead; void Die() { if (deathEffect != null && !dead) { ...
72ac0c4004cb74bfb4753ab12edac7c1
{ "intermediate": 0.40515756607055664, "beginner": 0.43011072278022766, "expert": 0.1647316813468933 }
4,713
Stream<List<Post>> fetchUserPosts(List<Community> communities) { return _posts .where('communityName', whereIn: communities.map((e) => e.name).toList()) .orderBy('createdAt', descending: true) .snapshots() .map( (event) => event.docs .map( ...
8db4aea87f00d6daa616292b038350a1
{ "intermediate": 0.4455046057701111, "beginner": 0.3558066487312317, "expert": 0.19868871569633484 }
4,714
import numpy as np # 输入数据 pm_hours = np.arange(1, 12+1) # p.m.时间 pm_temps = np.array([66, 66, 65, 64, 63, 63, 62, 61, 60, 60, 59, 58]) # p.m.温度 am_hours = np.arange(1, 11+1) # a.m.时间 am_temps = np.array([58, 58, 58, 58, 57, 57, 57, 58, 60, 64, 67, 68]) # a.m.温度 # 拼接数据 hours = np.concatenate([pm_hours, am_hours]) ...
8109db93f60e6fb9e2f05675c8d96c8e
{ "intermediate": 0.289548397064209, "beginner": 0.42242297530174255, "expert": 0.28802862763404846 }
4,715
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Enemy : MonoBehaviour { public int health = 5; public ParticleSystem deathEffect; private ParticleSystem playingEffect; bool dead; void Die() { if (deathEffect != null && !dead) { ...
10d213d2cb83420819ae4a8b0e28b7ee
{ "intermediate": 0.4604884684085846, "beginner": 0.3796955645084381, "expert": 0.15981599688529968 }
4,716
Есть запрос в potresql SELECT DISTINCT users.name, orders_task.id, users_orders.status_of_homework, users_orders.url_of_solution, orders_task.name_of_order, topics.name, COUNT(tasks.id) AS number_of_tasks FROM public.orders_task JOIN public.users_orders ON orders_task.id = users_orders.orders_task_...
1a2d6ade695744346585d53c4ddcacc3
{ "intermediate": 0.29896098375320435, "beginner": 0.5183606743812561, "expert": 0.18267834186553955 }
4,717
this is my current code for an ide program: "import java.io.*; public class AdminFile { public static void main(String[] args) { try { File file = new File("admin.txt"); if (!file.exists()) { FileWriter writer = new FileWriter("admin.txt"); Buffered...
d77dd0c29e8afe724f8d7c34fc8778c1
{ "intermediate": 0.33587485551834106, "beginner": 0.40056562423706055, "expert": 0.2635595202445984 }
4,718
import random # Define the artists and monthly Spotify listeners by genre artists_by_genre = { 'Hip-Hop': { '21 Savage': 60358167, 'A Boogie Wit Da Hoodie': 18379137, '$NOT': 7781046, '9lokknine': 1680245, 'Ayo & Teo': 1818645 }, 'Pop': { 'Ariana Grande': 815...
101fd600e6c4180ae9554c584c871a42
{ "intermediate": 0.34771528840065, "beginner": 0.46610939502716064, "expert": 0.18617530167102814 }
4,719
I have an error in this code that says answer is not defined: ElseIf Not insured And Not cleared Then 'Insurance and DBS are both not complete answer = MsgBox(Format(INSURANCE_DBS_REQUEST_MSG, contractor), vbYesNo + vbQuestion, "Send details") If answer = vbNo Then Exit Sub
392c0c78ccbae6947a771820a6285d5d
{ "intermediate": 0.333435595035553, "beginner": 0.538849949836731, "expert": 0.12771444022655487 }