row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
37,045 | Rewrite this:
When I was looking for a simple and free way to send transactional emails, I came across the option of sending emails via MailChannels with Cloudflare Workers.
Since I send emails from various applications, I developed a simple application, worker-mailchannels, to simplify the setup and implement emai... | 61f703151fbb3c386adbf4f7a127b7ca | {
"intermediate": 0.5052950382232666,
"beginner": 0.3076643943786621,
"expert": 0.1870405673980713
} |
37,046 | 2)Нужно отсортировать введённую строку по длине слов, а затем вывести отсортированную строку. Напиши алгоритм и программу, можно использовать только такие команды ассемблера: add, sub, mul, imul, jmp, jne, jcxz, jecxz, jg, jnle, jge, jnl, jl, jnge, jle, jng, ja, jnbe, jae, jnb, jb, jnae, jbe, jna, jz, jnz, jc, jnc, jo,... | fde0e2635ea69228b237e696d6107faa | {
"intermediate": 0.2927298843860626,
"beginner": 0.5173740386962891,
"expert": 0.1898961067199707
} |
37,047 | hi | 6513f34c7965bea80716ac35f9cc20b9 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
37,048 | export default class CompresseurImage{
// taille max en mb
private static MAX_SIZE = 4;
private static MAX_WIDTH = 1000;
private static MAX_HEIGHT = 1000;
public static compress(file: File) : Promise<File>{
}
}
complètes mon code | 589d12323d354234149b8245af17c146 | {
"intermediate": 0.32465341687202454,
"beginner": 0.36042359471321106,
"expert": 0.31492307782173157
} |
37,049 | I want to design a website with the name Adidas using HTML, CSS, and JS. I want the site logo with the site name on the left side, knowing that I want the site logo clearly and in writing. I want the site menu to be in the middle of the site, and I want the site background to be black, and there is a glass shape in the... | ed2f5fbd798c2f6c21dbb4604fc20406 | {
"intermediate": 0.44190508127212524,
"beginner": 0.2835245430469513,
"expert": 0.27457040548324585
} |
37,050 | HTML:
<!DOCTYPE html>
<html lang=“en”>
<head>
<meta charset=“UTF-8”>
<meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
<title>Adidas</title>
<link rel=“stylesheet” href=“styles.css”>
</head>
<body>
<header>
<div class=“logo”>
<img src=“logo.png” alt=“Adida... | 948279f416b76670af68ea830dddeeeb | {
"intermediate": 0.13370637595653534,
"beginner": 0.7270475029945374,
"expert": 0.13924603164196014
} |
37,051 | Are you live? | c09018787a466295c832c8dece601aca | {
"intermediate": 0.402188241481781,
"beginner": 0.29503166675567627,
"expert": 0.3027801215648651
} |
37,052 | When import something in angular, example: @import '…/…/…/shared/variables';
But shared folder in the root folder (src folder), how can I just @import '@/shared/variables'; | eb2c85007a157b5b0a8ea8a941584de9 | {
"intermediate": 0.5063455700874329,
"beginner": 0.3875180184841156,
"expert": 0.10613645613193512
} |
37,053 | hi, write a script in unity for a very smart enemy with self-learning in unity 3d | 256541f5568d0c2fcb336ff7418b5770 | {
"intermediate": 0.1804133802652359,
"beginner": 0.18131110072135925,
"expert": 0.6382755041122437
} |
37,054 | hi | d53500c235ef043aba8043baefdb5c75 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
37,055 | Hi | 792f86ad8a18491d0944ab14b01c9a50 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
37,056 | IN this contract // SPDX-License-Identifier: Apache-2.0
pragma solidity 0.8.19;
import {LibTWAPOracle} from "../libraries/LibTWAPOracle.sol";
import {Modifiers} from "../libraries/LibAppStorage.sol";
import {ITWAPOracleDollar3pool} from "../../dollar/interfaces/ITWAPOracleDollar3pool.sol";
/**
* @notice Facet used... | b20f8b06267b0bdc5eacd8eab47ae262 | {
"intermediate": 0.4872725307941437,
"beginner": 0.25346869230270386,
"expert": 0.2592587471008301
} |
37,057 | hi, write a script in unity for a very smart enemy with self-learning in unity3d, without using the ML-Agent toolkit, make the enemy try to catch up with the player, bypassing obstacles and hiding behind obstacles if the player does not see it | 7a227e3ee1c8f794388bf1cf3c060d34 | {
"intermediate": 0.2975483536720276,
"beginner": 0.09807556122541428,
"expert": 0.6043760776519775
} |
37,058 | Bonjour | 0503cd719e86f7668ffef9ca20592f1c | {
"intermediate": 0.3596824109554291,
"beginner": 0.28452569246292114,
"expert": 0.3557918965816498
} |
37,059 | I am trying to use fastify with typescript. I have installed fastify and @types/node globally but when I try to import fastify using the "import" syntax, typescript-language server does not infer the correct types. What am I doing wrong? | 552cd2636a2d0b16fe5c7aea1cbb0ca3 | {
"intermediate": 0.5388375520706177,
"beginner": 0.25620192289352417,
"expert": 0.20496055483818054
} |
37,060 | import os
import subprocess
import numpy as np
import uuid
from moviepy.editor import VideoFileClip
from scipy.io import wavfile
import random
video_extensions = ['.mp4', '.mkv', '.wmv', '.avi']
output_folder = 'Output'
def calculate_loudness(audio_data):
if audio_data.ndim == 1:
volume = audio_data ** 2
... | 0e6de78c79741c9835d5aad2d167978d | {
"intermediate": 0.3887156844139099,
"beginner": 0.47522488236427307,
"expert": 0.13605941832065582
} |
37,061 | review this contract line by line for issues // SPDX-License-Identifier: GPL-2.0-or-later
pragma solidity 0.8.19;
import {IUbiquityPool} from "../interfaces/IUbiquityPool.sol";
import {Modifiers} from "../libraries/LibAppStorage.sol";
import {LibUbiquityPool} from "../libraries/LibUbiquityPool.sol";
/**
* @notice Ub... | a8c321b54b88d08386a344edda7c724b | {
"intermediate": 0.4159628748893738,
"beginner": 0.35860708355903625,
"expert": 0.22543011605739594
} |
37,062 | Format each line into format: wordsArray500[index] = "text of line"; and increase the index for each row by 1 (index starts from 0).
Also put "-" symbol after each ] in line.
사람들 [saramdil] people
남자 [namja] man
여자 [yoja] woman
아이 [ai] child
남자 아이 [namja ai] boy
여자 아이 [yoja ai] girl
친구 [chingu] friend
손님 [sonnim] gue... | 129f24ea15f15c930a3363fd5090d124 | {
"intermediate": 0.4452097713947296,
"beginner": 0.42218342423439026,
"expert": 0.13260677456855774
} |
37,063 | Format each line into format: wordsArray500[index] = "text of line"; and increase the index for each row by 1 (index starts from 0).
Also put " - " symbol after each ] in line.
사람들 [saramdil] people
남자 [namja] man
여자 [yoja] woman
아이 [ai] child
남자 아이 [namja ai] boy
여자 아이 [yoja ai] girl
친구 [chingu] friend
손님 [sonnim] gu... | 447cc832f542e46dec032ca967f5d208 | {
"intermediate": 0.4452589452266693,
"beginner": 0.4218248128890991,
"expert": 0.13291628658771515
} |
37,064 | Format each line into format: wordsArray500[index] = “text of line”; and increase the index for each row by 1 (index starts from 385).
Also put " - " symbol after each ] in line.
둘 [tul] two
세 [set] three
넷 [net] four
다섯 [tasot] five
여섯 [yosot] six
일곱 [ilgop] seven
여덟 [yodol] eight
아홉 [ahop] nine
열 [yol] ten
열한 [yolha... | bd1c07eea687b619eaca719274fdf6ad | {
"intermediate": 0.3333013355731964,
"beginner": 0.42805400490760803,
"expert": 0.23864467442035675
} |
37,065 | I want to make an http server in node. I know I need to pass in a function "requestListener" to the function http.createServer but am not sure what the type of the function needs to be. Can you tell me the type signature of the function I need to pass in, using jsdoc? | 0b1d0176be08d323d88bea4da77853ff | {
"intermediate": 0.547267496585846,
"beginner": 0.2749691307544708,
"expert": 0.17776332795619965
} |
37,066 | Can you write a short wrapper for OpenGL VAOs, VBOs and EBOs, perhaps making it possible to port to Vulkan? | 83907935d7ca1207469181050d4d1d5c | {
"intermediate": 0.702799916267395,
"beginner": 0.1392141878604889,
"expert": 0.15798594057559967
} |
37,067 | Hello | 42ed49d6a418a2b64fdfdc86315a8b3d | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
37,068 | Où se trouve le pic d'amplitude sonore dans les fichiers extraits par ce script ?
import os
import subprocess
import numpy as np
import uuid
from moviepy.editor import VideoFileClip
from scipy.io import wavfile
# Define video file extensions and the output folder
video_extensions = ['.mp4', '.mkv', '.wmv', '.avi']
... | 38400a23499bd95f3cccbd3515f8273d | {
"intermediate": 0.31758004426956177,
"beginner": 0.47774192690849304,
"expert": 0.204678013920784
} |
37,069 | "ffmpeg -framerate 60 -i %d.png -c:v prores_ks -profile:v 4 -tune:v animation -pix_fmt yuva444p10le -vendor ap10 -compression_level 0 z.mov". The PNGS are in 1980x1080, I want the final video to be 1280x720. How do I change the command to let that happen | 7d5ec54e25edcaef4de2b6ab0bf26440 | {
"intermediate": 0.5968194007873535,
"beginner": 0.1784021407365799,
"expert": 0.2247784435749054
} |
37,070 | Please write me a python file that implements a grammar. | 50a42ba9789f726fc328e644e86ae8fc | {
"intermediate": 0.39539533853530884,
"beginner": 0.3925679624080658,
"expert": 0.21203674376010895
} |
37,071 | How to remove grass in area in Unity | fa6d2d37488ce26c794b8656aa8b1fd3 | {
"intermediate": 0.3524782359600067,
"beginner": 0.32277441024780273,
"expert": 0.32474738359451294
} |
37,072 | How do I set a source as visible or invisible in OBS websocket | e79ef77070151141dd0518bd7911baba | {
"intermediate": 0.5500949621200562,
"beginner": 0.17154933512210846,
"expert": 0.2783556878566742
} |
37,073 | How do I smooth update text in OBS? Like when I need to change some text, it will maybe fade between old and new values? FreeType2 | da47bf605b18a5a6f5f4b1d244fafa2e | {
"intermediate": 0.49561822414398193,
"beginner": 0.16305847465991974,
"expert": 0.34132328629493713
} |
37,074 | #include <stdio.h> #include <stdlib.h>
#define MEMORY_SIZE 1024 // Total memory size #define PARTITION_SIZE 256 // Size of each partition
int partitions[MEMORY_SIZE / PARTITION_SIZE];
int partitionCount = MEMORY_SIZE / PARTITION_SIZE;
void initializeMemory() {
for (int i = 0; i < partitionCount; i++) {
partitions[i]... | 71a360d4e261e71b6b43a5d547371daa | {
"intermediate": 0.30711793899536133,
"beginner": 0.42097559571266174,
"expert": 0.27190640568733215
} |
37,075 | show difference between how attention is implemented in code and in self attention also in code | b49e5d0dfa296d75c05d148e0beca891 | {
"intermediate": 0.2587302327156067,
"beginner": 0.1580553948879242,
"expert": 0.5832143425941467
} |
37,076 | playwright python | 82d1a56100737387cddc717862f11ea6 | {
"intermediate": 0.369186133146286,
"beginner": 0.3753456771373749,
"expert": 0.2554682195186615
} |
37,077 | Ce script ne s'arrête pas une fois le nombre décidé par l'utilisateur atteint :
import os
import subprocess
import numpy as np
import uuid
from moviepy.editor import VideoFileClip
from scipy.io import wavfile
# Define video file extensions and the output folder
video_extensions = ['.mp4', '.mkv', '.wmv', '.avi']
... | 896a76ca2223d93d8419f5df6408203b | {
"intermediate": 0.299064964056015,
"beginner": 0.44028475880622864,
"expert": 0.26065030694007874
} |
37,078 | Try to create a realistic face out of letters. | 29fab3827db97e3a316e28e4f10b6374 | {
"intermediate": 0.4100341200828552,
"beginner": 0.265054851770401,
"expert": 0.32491105794906616
} |
37,079 | HI | af3125b47c72ce3507e37981cb5e9b99 | {
"intermediate": 0.32988452911376953,
"beginner": 0.2611807882785797,
"expert": 0.40893468260765076
} |
37,080 | How can I write the following boolean logic in a single expression?
if (completeConditions.isAllMatchRequired() && !checkMatchingConditionsWith(Stream::allMatch))
return false;
return envelope.getAdaptationContext().checkCondition(completeConditions); | dc6d0c13ee25b2557ac3f77060e54cc0 | {
"intermediate": 0.5106136202812195,
"beginner": 0.280582070350647,
"expert": 0.20880432426929474
} |
37,081 | hy please help me with commands for installing mitm tools using powershell | 59805aebd5d19e996745faeaced7d62e | {
"intermediate": 0.5324019193649292,
"beginner": 0.13018785417079926,
"expert": 0.33741018176078796
} |
37,082 | make a quick python script that scrap the images of an url but also sort out icons and ads | 56890f6ecdfc22eec2111d99d255cc1e | {
"intermediate": 0.40905505418777466,
"beginner": 0.2028275430202484,
"expert": 0.38811740279197693
} |
37,083 | safely close the threads again:
def download_image(image_url, destination_folder, session):
if not is_likely_ad_or_icon(image_url):
try:
with session.get(image_url, stream=True) as r:
r.raise_for_status()
img_name = os.path.basename(urlparse(image_url).path)
... | f82b9981b57374e5feb623b9dddc51df | {
"intermediate": 0.3441447913646698,
"beginner": 0.42781656980514526,
"expert": 0.22803860902786255
} |
37,084 | What is top-p (nucleus sampling) in AI chat settings? | a61abaca9c4ed363cbb49ebd72b4eee8 | {
"intermediate": 0.09690132737159729,
"beginner": 0.11174584180116653,
"expert": 0.7913528084754944
} |
37,085 | tell me what's wrong with this post:
async get_images() {
const response = await fetch(`${this.host}api/get_prepareItem_image`, {
method: 'POST',
});
if (!response.ok) {
this.$toast.add({ severity: 'info', summary: 'Error', detail: 'Lyckades inte hämta bilderna.', life: 3000 });
... | 17d106340c67cc19f0cf818378f97b03 | {
"intermediate": 0.456308513879776,
"beginner": 0.4053799510002136,
"expert": 0.13831156492233276
} |
37,086 | fix this so it adds the images from the response correctly so I can render them out:
async get_images() {
const response = await fetch(`${this.host}api/get_prepareItem_image`, {
method: 'GET',
});
if (!response.ok) {
this.$toast.add({ severity: 'Error', summary: 'Error', detail: '... | 2f94cef121ff92c82896a2d079a1eb0b | {
"intermediate": 0.42805275321006775,
"beginner": 0.39593470096588135,
"expert": 0.17601244151592255
} |
37,087 | render this an array like this here:
<template>
<Dialog v-model:visible="choosing_picture" header="Information" :style="{ width: '70%' }" :modal="true">
<div style="text-align: center;">
<label for="name" style="display: inline-block; margin-bottom: 10px; font-weight: bold;">Bilder: </label>
</div>
... | 54fa7891293501f28fce049579b208f8 | {
"intermediate": 0.4319235384464264,
"beginner": 0.23746243119239807,
"expert": 0.33061403036117554
} |
37,088 | my initial email:
Good day,
I trust this message finds you in good health and spirits.
I am writing to kindly seek clarification regarding the payment status of my Practicum Fee for course COA.220626.0001 (CPE199R) for the term 3T 22-23. As per my records, I have settled the amount of PHP 1,200, but it appears that m... | 2d947a77db6167980add07a84efe2e5b | {
"intermediate": 0.3524458408355713,
"beginner": 0.27957338094711304,
"expert": 0.3679807484149933
} |
37,089 | how to extract google alert in python | 47554d2509625663419c00d4e5a8d1e3 | {
"intermediate": 0.3543270528316498,
"beginner": 0.14628654718399048,
"expert": 0.49938637018203735
} |
37,090 | make sure it use the check for ads and also don't save svgs:
import os
import requests
from bs4 import BeautifulSoup, SoupStrainer
from concurrent.futures import ThreadPoolExecutor
from urllib.parse import urljoin, urlparse
# Function to determine if the image is likely an ad or icon
def is_likely_ad_or_icon(image_u... | dad3abd70164b83dc6dc6ff3d4e31ec4 | {
"intermediate": 0.43905431032180786,
"beginner": 0.3917458653450012,
"expert": 0.1691998541355133
} |
37,091 | {% block styles %}
<link rel="stylesheet" href="{{ url_for('static', filename='admin_evenements.css') }}">
{% endblock %}
{% block content %}
<a id="retour" href="{{ url_for('menu_admin') }}" class="btn-retour">Retour</a>
<h1>Les événements du festival</h1>
<table>
<thead>
<tr>
... | 3f434bfec581615dbd9c12f95e13161b | {
"intermediate": 0.32542526721954346,
"beginner": 0.5041908025741577,
"expert": 0.17038396000862122
} |
37,092 | explain to me like im 10 the difference between empathy and sympathy and give example | 40e9dbeeab9a591bf16a82e6959140d4 | {
"intermediate": 0.352898508310318,
"beginner": 0.33406007289886475,
"expert": 0.31304144859313965
} |
37,093 | store the name of the picture too before sending back the array,
@app.post("/api/get_prepareItem_image")
async def get_prepareItem_images():
images = []
for image in os.listdir("downloaded_images"):
image_path = os.path.join("downloaded_images", image)
with open(image_path, "rb") as image_file... | 885ed7a142cc4ea0c30dc26d0ec48064 | {
"intermediate": 0.46353310346603394,
"beginner": 0.3490239381790161,
"expert": 0.18744294345378876
} |
37,094 | select * top(100) from db | 9e676174e0ab8bda535bddf04db848f6 | {
"intermediate": 0.2913600206375122,
"beginner": 0.3086675703525543,
"expert": 0.39997240900993347
} |
37,095 | Please, edit the text:
To simplify your work with views you can use **Dataverse view** block during page editing. Here you can choose table and view name in dropdowns.
Also you can set cache time in seconds or change language for the view.
Page size manages the quantity of records on each page. Number of pages show... | c8d8527d025868aa94528894ff14ca21 | {
"intermediate": 0.3825272023677826,
"beginner": 0.2149573713541031,
"expert": 0.40251538157463074
} |
37,096 | <el-button type="text" icon="el-icon-edit" class="arfa-button"
@click="handleProEdit(scope.$index, scope.row)"></el-button>
<el-button type="text" icon="el-icon-video-play" class="arfa-button" :loading="scope.row.prop_state === 1"
... | 40ba39d42102e205ec0fe1b0497ed018 | {
"intermediate": 0.3251481354236603,
"beginner": 0.36425846815109253,
"expert": 0.3105933964252472
} |
37,097 | //±-----------------------------------------------------------------+
//| ZZ_EA.mq4 |
//| Copyright © 2023, Gabriele Bassi |
//±-----------------------------------------------------------------+
#property strict
// External input para... | ec3ade43b61e2578139c64c355b9943d | {
"intermediate": 0.3004589378833771,
"beginner": 0.49867647886276245,
"expert": 0.20086458325386047
} |
37,098 | Привет! У меня есть бот telegram для смены фона фото и его уникализации. Я хочу добавить функцию, которая позволит пользователям загружать свои "пресеты", то есть несколько фотографий, у которых потом по кнопке бот будет менять фон и уникализировать. Вот код моего бота: import logging
from PIL import Image, ImageOps, ... | 032910870e81c3b5352a3e60033a90b4 | {
"intermediate": 0.36086469888687134,
"beginner": 0.5165213942527771,
"expert": 0.12261389940977097
} |
37,099 | super slow and keep reaching full pool:
import os
import requests
from bs4 import BeautifulSoup, SoupStrainer
from concurrent.futures import ThreadPoolExecutor
from urllib.parse import urljoin, urlparse
ALLOWED_EXTENSIONS = {"jpg", "jpeg", "png", "gif", "bmp", "tiff"}
def has_allowed_extension(image_url):
retur... | ec690baed4778c3b70644425060b042f | {
"intermediate": 0.3701426088809967,
"beginner": 0.4578762650489807,
"expert": 0.17198118567466736
} |
37,100 | can a tor user's ip address be tracked back from the tor exit node ip address? | 7d67185320da73e39f540a8b5088064b | {
"intermediate": 0.3639896810054779,
"beginner": 0.28109538555145264,
"expert": 0.35491493344306946
} |
37,101 | im in university and i need to write in french as to how im sick and i wont be able to make it to tp today, and that il have a pdf attached showing my preparation work, his name is wissam jenkal and mine is charif kati | 7b178ccccd055a8f0afc154871760fce | {
"intermediate": 0.3614996075630188,
"beginner": 0.3284991979598999,
"expert": 0.3100011646747589
} |
37,102 | @app.route("/ajouter_evenement", methods=["POST"])
def ajouter_evenement():
connexionbd = ConnexionBD()
evenementbd = EvenementBD(connexionbd)
nom_evenement = request.form["nom_nouvel_evenement"]
date_debut = request.form["date_debut_ajouter"]
date_fin = request.form["date_fin_ajouter"]
heure_de... | 9ac931271857483c92d9acdcbacfab3f | {
"intermediate": 0.3241429328918457,
"beginner": 0.5596935749053955,
"expert": 0.11616349220275879
} |
37,103 | Let's create a loop to replace all of this inefficient code!
Delete all the code after the second comment.
In LOGIC, drag out Loop with Range. Change the range() to 9 so the loop runs 9 times.
Move the code that is between the comments into the loop instead! The commands should be indented once.
You've refactored th... | 27c5e8f374f521f2ee2c2d2948721ea5 | {
"intermediate": 0.28315919637680054,
"beginner": 0.49117767810821533,
"expert": 0.22566312551498413
} |
37,104 | Sql | 2117c49e3a3233517572cb5e78457bd6 | {
"intermediate": 0.2310624122619629,
"beginner": 0.26643508672714233,
"expert": 0.5025025010108948
} |
37,105 | Let’s create a loop to replace all of this inefficient code!
Delete all the code after the second comment.
In LOGIC, drag out Loop with Range. Change the range() to 9 so the loop runs 9 times.
Move the code that is between the comments into the loop instead! The commands should be indented once.
You’ve refactored the ... | f10cc0d0cf740ee2928f7f6c9219e3f2 | {
"intermediate": 0.2740383744239807,
"beginner": 0.5379921197891235,
"expert": 0.18796949088573456
} |
37,106 | hello | ed33571297274898a752bcb50d257257 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
37,107 | translate latex doc into russian:
\documentclass[12pt, a4paper]{article}
\usepackage{vmargin}
\usepackage{amsmath}
\setpapersize{USletter}
\setmarginsrb{1in}{1in}{1in}{1in}{0pt}{0mm}{0pt}{30pt}
\begin{document}
\title{Free Form Fitting With Restrictions}
\author{Andrei Vermel}
%\author{}
\maketitle
\section{Problem ov... | eb3b0c52aba43625d4d92d978183756c | {
"intermediate": 0.3140760362148285,
"beginner": 0.2670263648033142,
"expert": 0.4188976287841797
} |
37,108 | I wanna make a duck animation of a duck walking around that will play while you are waiting for an answer from a bot in a chatbox, how can I do to achive this? | 0e959d298102a5d5a2f161001bfb9a67 | {
"intermediate": 0.3715682923793793,
"beginner": 0.2529464066028595,
"expert": 0.37548530101776123
} |
37,109 | do you know about the hero ling
Yes, Ling is a hero in Mobile Legends: Bang Bang (MLBB), an assassin known for his agility and ability to traverse walls, giving him unique mobility compared to other heroes in the game.
Here are some key aspects of Ling:
Finesse and Agility: Ling can leap on walls and remain there for... | 302107f28c06ce9303eb4624f372bd4e | {
"intermediate": 0.36212217807769775,
"beginner": 0.33866772055625916,
"expert": 0.29921016097068787
} |
37,110 | in c declare a null pointer named ptr of type 't_toto' | 9b973dcf9e967c8a9853510de24492f6 | {
"intermediate": 0.45870769023895264,
"beginner": 0.23774151504039764,
"expert": 0.3035507798194885
} |
37,111 | using UnityEngine;
using System.Collections;
using UnityEngine.UI;
using com.ootii.Actors.AnimationControllers;
using com.ootii.Cameras;
using com.ootii.Input;
using AIBehavior;
using BreadcrumbAi;
using UnityEngine.EventSystems;
using JetBrains.Annotations;
using System.Collections.Generic;
//using NUnit.Framework;
us... | fae7fdc1cbb7ef6e67364fbb9e09505a | {
"intermediate": 0.31067320704460144,
"beginner": 0.492021381855011,
"expert": 0.19730542600154877
} |
37,112 | I want disable refresh browser after a scenario | 699373d0eafda9168fe7754c1097987b | {
"intermediate": 0.2753458619117737,
"beginner": 0.31083202362060547,
"expert": 0.41382211446762085
} |
37,113 | I am trying to use node with typescript. I have installed @types/node globally, and trying to import the http module using "import * as http from 'http'". However, typescript-language server says that it cannot find module 'http' or its corresponding type declarations. Why is this happening? | ebecbf223b088edbaffbb5a60d62403a | {
"intermediate": 0.46941718459129333,
"beginner": 0.2995445430278778,
"expert": 0.23103827238082886
} |
37,114 | help me create a duck component for my tsx nux file that will do so you can add a duck to the current page that chasing the cursor | 78eebe125e7b3d1b8ad13cb3e4292ae5 | {
"intermediate": 0.5066767930984497,
"beginner": 0.13084834814071655,
"expert": 0.3624747693538666
} |
37,115 | ajoute maintenant un Client : import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Serveur {
public static void main(String[] args) throws IOException {
Calculatrice calculatrice = new Calculatrice();
BufferedReader consoleReader = new Buffe... | bee2fa1a84d03c948e9d22d454472873 | {
"intermediate": 0.4003651738166809,
"beginner": 0.48059597611427307,
"expert": 0.11903885006904602
} |
37,116 | addEventListener("beforeunload", (event) => {
window.close();
});
fix this code | 76be62d74975a5c874de3b98106f9e56 | {
"intermediate": 0.5049759745597839,
"beginner": 0.2765257954597473,
"expert": 0.21849825978279114
} |
37,117 | pourquoi sur le client je ne vois le résulat du serveur ? import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
public class Serveur {
private Calculatrice calculatrice;
private ServerSocket... | eb0adff177a2c81192335b76b479f7c1 | {
"intermediate": 0.31938567757606506,
"beginner": 0.5848273634910583,
"expert": 0.09578697383403778
} |
37,118 | I want you to modify the simulate projectile function:
*Start the parabolic movement at the initial transform. position
*The maximum height is reached at the middle of the trajectory
*End the movement in currentTarget
*the longer the distance the arrow goes up, the shorter the distance the arrow goes down, the minimum... | f7be881b2f24a9f001a1dbcae5e70a80 | {
"intermediate": 0.33221718668937683,
"beginner": 0.41930174827575684,
"expert": 0.24848102033138275
} |
37,119 | I want you to modify the simulate projectile function:
*Start the parabolic movement at the initial transform. position
*The maximum height is reached at the middle of the trajectory
*End the movement in target, take into account target will move so the end destination is dynamic
*the longer the distance the arrow goe... | f4ceb9a59509a031fb6630a90d5f8b31 | {
"intermediate": 0.364562451839447,
"beginner": 0.3971559405326843,
"expert": 0.23828160762786865
} |
37,120 | voglio che il mio EA integri lindicatore ZZZZZ senza doverlo richiamare. ecco i codici
//±-----------------------------------------------------------------+
//| ZZ_EA.mq4 |
//| Copyright © 2023, Gabriele Bassi | CON LOT SIZE
//±-------... | 12ffc41d5176ee6d5f294376b7961825 | {
"intermediate": 0.3605829179286957,
"beginner": 0.3581874966621399,
"expert": 0.28122958540916443
} |
37,121 | Here's my enum class:
public enum Enumlol {
GetRecordStatus() {
@Override
public void assemble(JsonNode node)
{
}
};
private Enumlol()
{
}
protected abstract void assemble(JsonNode node);
}
How do I force the enums to have an abstract method in them, but each enum can define its own nu... | ba4753760f564515af92898ac13b0caf | {
"intermediate": 0.26253095269203186,
"beginner": 0.5886059999465942,
"expert": 0.1488630771636963
} |
37,122 | Here's my enum class:
public enum Enumlol {
GetRecordStatus() {
@Override
public void assemble(JsonNode node)
{
}
};
private Enumlol()
{
}
protected abstract void assemble(JsonNode node);
}
How do I force the enums to have an abstract method in them, but each enum can define its own number of parameters it ta... | 3c3c2f089b9d31c27decea157a96bc03 | {
"intermediate": 0.3085887134075165,
"beginner": 0.5504372715950012,
"expert": 0.1409740298986435
} |
37,123 | How do I force a subclass to have method, but that method can have any number of variables that it wants in the subclass, it just has to have the method? | 64d07d546f12a555116927e80a51c70c | {
"intermediate": 0.4504470229148865,
"beginner": 0.25885289907455444,
"expert": 0.2907000482082367
} |
37,124 | In java, "How do I force a subclass to have method, but that method can have any number of variables that it wants in the subclass, it just has to have the method?" | 332266b0fadfcd91184e2f64ba59ff16 | {
"intermediate": 0.5059434175491333,
"beginner": 0.3620896339416504,
"expert": 0.1319669485092163
} |
37,125 | "How do I force a subclass to have method, but that method can have any number of variables that it wants in the subclass, it just has to have the method?" | 441da9ffaf0c41f48d0900e81eee32d0 | {
"intermediate": 0.42888203263282776,
"beginner": 0.262990266084671,
"expert": 0.30812767148017883
} |
37,126 | "How do I force a subclass to have method, but that method can have any number of variables that it wants in the subclass, it just has to have the method?" | b800793eed2b10fb02a455e079297ea8 | {
"intermediate": 0.42888203263282776,
"beginner": 0.262990266084671,
"expert": 0.30812767148017883
} |
37,127 | In Java, "How do I force a subclass to have method, but that method can have any number of variables that it wants in the subclass, it just has to have the method?" | de671c56cd7e52e40749a43c6c20aa01 | {
"intermediate": 0.3858025372028351,
"beginner": 0.453288733959198,
"expert": 0.16090872883796692
} |
37,128 | Consumer with an infinite number of arguments but one return type in java | 42500c55ea975f02510302e9192a82ec | {
"intermediate": 0.3162585198879242,
"beginner": 0.5201388001441956,
"expert": 0.16360269486904144
} |
37,129 | Make a go program that logs into smtp server and sends emails to every email in an emails.txt | 532f296eadc065630de4d1ef69330f9b | {
"intermediate": 0.5100569725036621,
"beginner": 0.13906638324260712,
"expert": 0.3508766293525696
} |
37,130 | Make a python program to send emails using smtp server login details. It will send html emails, the html will be an index.html. the emails in an emails.txt | acbc2dc3be1f15f1f70446c4b14049d6 | {
"intermediate": 0.41919320821762085,
"beginner": 0.23534007370471954,
"expert": 0.3454667031764984
} |
37,131 | python if has attr then true | 84427c314005ea0e88fdeca1c7bec845 | {
"intermediate": 0.2737967371940613,
"beginner": 0.4066087007522583,
"expert": 0.31959450244903564
} |
37,132 | print attr of class in python | cec2ea44232e573508c94e1274c39cb7 | {
"intermediate": 0.14729377627372742,
"beginner": 0.6012076735496521,
"expert": 0.25149857997894287
} |
37,133 | how to add an element to the end of an arraylist | 9fb783f8d36c6baadd517cbca253365d | {
"intermediate": 0.3923962414264679,
"beginner": 0.3459923565387726,
"expert": 0.2616114020347595
} |
37,134 | package alternativa.tanks.gui
{
import alternativa.engine3d.alternativa3d;
import alternativa.engine3d.containers.KDContainer;
import alternativa.engine3d.core.Face;
import alternativa.engine3d.core.MipMapping;
import alternativa.engine3d.core.Object3D;
import alternativa.engine3d.core.Object3DContain... | 705bb8fb2e1cdb8d8295529fcfa06d53 | {
"intermediate": 0.31751227378845215,
"beginner": 0.37508487701416016,
"expert": 0.3074028491973877
} |
37,135 | if there are 10 books in room if i take 2 books for reading then how many books still in room | b2663571ba406e6404a02281d907fdeb | {
"intermediate": 0.37428101897239685,
"beginner": 0.36375924944877625,
"expert": 0.2619597911834717
} |
37,136 | Spawn in area unity | 6e94b424e23909e237f1ad7896d10c02 | {
"intermediate": 0.3947395086288452,
"beginner": 0.33784255385398865,
"expert": 0.2674179673194885
} |
37,137 | Spawn in area around point unity | 9f64372e590fcf117ae0cd4c4257193f | {
"intermediate": 0.3599681556224823,
"beginner": 0.3325955271720886,
"expert": 0.30743634700775146
} |
37,138 | //Fear System by Caleb Bernatchez
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using System.Linq;
using ShadowDetect;
public class FearSystem : MonoBehaviour, IDataPersistence {
public bool _surroundedLight;
[Separator("Radius Detection")]
public fl... | 3027f365ee2325edf53d26b8707bc36e | {
"intermediate": 0.3311706483364105,
"beginner": 0.4769327640533447,
"expert": 0.19189658761024475
} |
37,139 | Şu arama widgettimi tasarımını daha güzel hale getir ve ara butonu ayrı durması kötü olmuş daha birleşik ve modern tasarım yap @override
Widget build(BuildContext context) {
return Column(
children: <Widget>[
Padding(
padding: const EdgeInsets.all(8.0),
child: Material(
... | a6926b702384f992c8fe414b1b908e2e | {
"intermediate": 0.2952137291431427,
"beginner": 0.4843856990337372,
"expert": 0.22040049731731415
} |
37,140 | //±-----------------------------------------------------------------+
//| ZZ_EA.mq4 |
//| Copyright © 2023, Gabriele Bassi |
//| Added LotSize & Spread |
//| Added Magic... | ce93d2c2047c9c08bd7db5ef05f25617 | {
"intermediate": 0.28350773453712463,
"beginner": 0.46349698305130005,
"expert": 0.2529953122138977
} |
37,141 | can you provide valid c++ or expression that state either r8 or r9 is one of 0xff48, 0xbf68 , 0x58 ? | d8e1b05b6f969eb919148855c2feef5c | {
"intermediate": 0.30168718099594116,
"beginner": 0.4821806848049164,
"expert": 0.21613208949565887
} |
37,142 | Write a C# script for unity in which the player can make enemy disappear upon litting them with the flashlight actual light | c12c2e2c855c0cd4deebe5ecda56e801 | {
"intermediate": 0.4040221869945526,
"beginner": 0.2661709487438202,
"expert": 0.3298068642616272
} |
37,143 | can you write me an edge detaection shader for Godot 4.2 | f4c6f308de55d0e552b71bf71f090c90 | {
"intermediate": 0.37655946612358093,
"beginner": 0.23234902322292328,
"expert": 0.391091525554657
} |
37,144 | error line 46 invalid arguments vec3 float | 628c6133b68acbcc7388ec400ada8b4d | {
"intermediate": 0.3144760727882385,
"beginner": 0.515605092048645,
"expert": 0.16991885006427765
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.