row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
39,252 | what's VNC server in qemu display settings? | 8783f8069b21d8d167b5c652070b0155 | {
"intermediate": 0.40890005230903625,
"beginner": 0.32101452350616455,
"expert": 0.2700854241847992
} |
39,253 | I have a component that is rendered on two pages - chat and dashboard. I need to add a render condition for this component. If it is on the page chat and isDisabled === '1' then I don't need to render it and if isDisabled ==='0' then I must render it on all pages. How can I write this render condition? | 1aa69c37d1440477c04d55b1d60cbce4 | {
"intermediate": 0.5439885854721069,
"beginner": 0.22314193844795227,
"expert": 0.2328694611787796
} |
39,254 | <Row label="id" :value="id" class="link" @click="goTo" />
goTo() {
this.$router.push('/page')
}
почему не работает | 990007c5db67609b71a85cb3d2b9bafb | {
"intermediate": 0.38548409938812256,
"beginner": 0.3306797742843628,
"expert": 0.28383609652519226
} |
39,255 | what is padStart() and pasEnd() in JavaScript and how does it work, please explain with the help pf an example | 1073d47258d6da4d94edc635cf96755a | {
"intermediate": 0.49455174803733826,
"beginner": 0.37240591645240784,
"expert": 0.13304226100444794
} |
39,256 | Can i run this code in a Kaggle Notebok? | 8de5d8eb31f3404abc6f64e68b07b36f | {
"intermediate": 0.4469704031944275,
"beginner": 0.17782102525234222,
"expert": 0.37520861625671387
} |
39,257 | “43,59,149,27,34,71,42,179,181,40,180,179,148,35,25,129,91,56,91,40,18,137,50,38,179,136,178” is a string in “fileid” field of sqlite database, what could it mean? | 8bbf6c818455709fbc3fe75e355f7324 | {
"intermediate": 0.3655644655227661,
"beginner": 0.25877466797828674,
"expert": 0.37566083669662476
} |
39,258 | HI | c3b09284669034f0981631e56699ee6d | {
"intermediate": 0.32988452911376953,
"beginner": 0.2611807882785797,
"expert": 0.40893468260765076
} |
39,259 | is there any boost or other c++/c, library or function for linux/unixt hat will give same information as stored in linux /etc/os-release file | dbb3ef82d8d79cba13090119c48bee5b | {
"intermediate": 0.5860769748687744,
"beginner": 0.26548537611961365,
"expert": 0.14843766391277313
} |
39,260 | Как исправить эту ошибку? ERROR: The SAS Macro Facility is unable to write the macro HTML5ACCESSIBLEGRAPHSUPPORTED to the macro library.
ERROR: Catalog WORK.SASMAC1.CATALOG is in a damaged state. Use the REPAIR command of PROC DATASETS to restore it.
ERROR: The SAS Macro Facility has encountered an I/O error. Cancelin... | a1c40584ab901c8030d91e3ec3a836c6 | {
"intermediate": 0.4687424302101135,
"beginner": 0.3283514380455017,
"expert": 0.20290611684322357
} |
39,261 | <!DOCTYPE html>
<!-- saved from url=(0058)https://amp-bos9.info/bee/amp-seosoon/amp-antrianpb2.html# -->
<html ⚡="" lang="id" itemscope="itemscope" itemtype="https://schema.org/WebPage" amp-version="2401262004000" class="i-amphtml-singledoc i-amphtml-standalone"><head><meta http-equiv="Content-Type" content="text/html;... | dd241bf16931f12b76e5f5f2dcaf93cc | {
"intermediate": 0.3014424741268158,
"beginner": 0.42110753059387207,
"expert": 0.27744999527931213
} |
39,262 | <!DOCTYPE html>
<!-- saved from url=(0058)https://amp-bos9.info/bee/amp-seosoon/amp-antrianpb2.html# -->
<html ⚡="" lang="id" itemscope="itemscope" itemtype="https://schema.org/WebPage" amp-version="2401262004000" class="i-amphtml-singledoc i-amphtml-standalone"><head><meta http-equiv="Content-Type" content="text/html;... | c0ded9beb29dd42620adc02bf796aef6 | {
"intermediate": 0.3014424741268158,
"beginner": 0.42110753059387207,
"expert": 0.27744999527931213
} |
39,263 | Generate a 1D array of length 5, filled with ones in python and make it able to be copy and pasted in | ed6d43825df9534d90eff3eb3f9142dc | {
"intermediate": 0.39637768268585205,
"beginner": 0.1489941030740738,
"expert": 0.4546281695365906
} |
39,264 | Plot the NMR spectra contained in ethyl_cyanoacetate.txt and ethyl_phenylcyanoacetate.txt (in the data directory) using object oriented plotting. Here, you should create four subplots in a 2X2 grid. On the two left subplots you should plot the original data for the entire NMR spectrum. On the two right subplots, you sh... | e6433e72dbe664985073a2b598298202 | {
"intermediate": 0.5552353858947754,
"beginner": 0.21127447485923767,
"expert": 0.23349013924598694
} |
39,265 | is there an asynchronous way in windows to detect new files in a folder? | f956f76922caefdb2cd1d04f2a3259a2 | {
"intermediate": 0.4887229800224304,
"beginner": 0.11657968163490295,
"expert": 0.394697368144989
} |
39,266 | give me a code to invert the x axis for this code of an NMR | 100c74cb12ae6bc3d8c7ffcc519b4a0f | {
"intermediate": 0.4016870856285095,
"beginner": 0.10933371633291245,
"expert": 0.48897916078567505
} |
39,267 | Given an array of integers nums containing n + 1 integers where each integer is in the range 11, n] inclusive.
There is only one repeated number in nums, return this repeated number.
You must solve the problem without modifying the array nums and uses only constant extra space.
Example 1:
Input: nums = [1,3,4,2,2] Outp... | 856897f23631a0059a6d92bc6a1a95f9 | {
"intermediate": 0.4248824715614319,
"beginner": 0.2125915139913559,
"expert": 0.362525999546051
} |
39,268 | Оптимизируй код:
previous_level = 1
level = 1
orders = 0
for sprint in df['sprint_id'].unique():
if df.loc[(df['sprint_id'] == sprint), sprint_order_cnt] < second_lvl:
previous_level = level
level = 1
elif df.loc[(df['sprint_id'] == sprint), sprint_order_cnt] < third_lvl:
previous_leve... | 01c454962412ff85b49bdbf9ec4eebb7 | {
"intermediate": 0.42192816734313965,
"beginner": 0.283308207988739,
"expert": 0.2947636544704437
} |
39,269 | which library to use in python for asynchronous windows file detection | 4dfbe970ca1a21dff19f1ec28650f2ca | {
"intermediate": 0.8400747776031494,
"beginner": 0.050777316093444824,
"expert": 0.10914788395166397
} |
39,270 | Исправь ошибку в коде:
levels = ['second_lvl', 'third_lvl', 'fourth_lvl']
unique_sprints = df['sprint_id'].unique()
for sprint in unique_sprints:
sprint_order_count = df.loc[df['sprint_id'] == sprint, 'sprint_order_cnt'].iloc[0]
previous_level = level
for i, lvl_threshold in enumerate(levels, start=1... | 12079a05e5c109d3e3a61b5c20019166 | {
"intermediate": 0.3266826570034027,
"beginner": 0.3573426902294159,
"expert": 0.315974622964859
} |
39,271 | Here is some Clojure code.
(defn fetch-all-persons []
(-> (client/get
persons-url
{:as :json
:query-params {:api_token api-key}})
(:body)))
(defn add-person
[param-map]
(-> (client/post
persons-url
{:as :json
:throw-exceptions false
:query-params {:api... | 505a472c0d5d462be783ee2585d3f7f9 | {
"intermediate": 0.6854663491249084,
"beginner": 0.20375306904315948,
"expert": 0.11078056693077087
} |
39,272 | Mantras To Remove Negative Energy Easily in local hindi | cd6f13826ba1ab5f492a40f38cddef87 | {
"intermediate": 0.28226035833358765,
"beginner": 0.1271160989999771,
"expert": 0.5906235575675964
} |
39,273 | write a python code for a chess game | 19eb1456fa8084dc2c1d7ab8a7facee4 | {
"intermediate": 0.2984873950481415,
"beginner": 0.35074642300605774,
"expert": 0.35076624155044556
} |
39,274 | hi | 9d170c73c6fd8fd30365f9f9397011a3 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
39,275 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 072737195c8baff0f70056b570afecc5 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,276 | Write a recursive body for the following static, generic method that computes and returns the size of a given Tree<T>. You can use any of the Tree methods except for the iterator and the size kernel method. Note that the Tree must be restored, i.e., its outgoing value must be the same as its incoming value.
1
2
3
4
5
6... | e092511ce5f430babb5b069ff1212d0f | {
"intermediate": 0.34769660234451294,
"beginner": 0.2546059787273407,
"expert": 0.39769744873046875
} |
39,277 | Create a script that make a tree fall in a random direction in plane xz using an animation curve in Unity | 0a73653c767c46db2b09bdbbebabb41c | {
"intermediate": 0.40610426664352417,
"beginner": 0.18728242814540863,
"expert": 0.4066132605075836
} |
39,278 | How to block this url https://github.com/AdguardTeam/AdguardFilters/issues in AdGuard | 41dce147af19ebbab9f5d5d5c183983d | {
"intermediate": 0.4078729748725891,
"beginner": 0.3051677644252777,
"expert": 0.28695929050445557
} |
39,279 | i want to change this script to download images from digitalocean bucket and list it all the unprocess images "@app.get("/", response_class=HTMLResponse)
async def home(request: Request):
available_model_names = MODELS.keys() # Get model names from MODELS dictionary
print(f"Available Models: {available_model_n... | 4e0d4cf83ea28fcd929201fd1a1f1918 | {
"intermediate": 0.378883957862854,
"beginner": 0.4313940703868866,
"expert": 0.189721941947937
} |
39,280 | write pytorch code to train a model using quantization aware training using neural compressor | 72a9b890e916c1b2412b498f8cce040f | {
"intermediate": 0.18482910096645355,
"beginner": 0.07062171399593353,
"expert": 0.7445492148399353
} |
39,281 | i want to add to this upload images from digitalocean and do the images_process to all the images in good way "import os
import cv2
import io
import numpy as np
import base64
from character import classify_character
from fastapi import FastAPI, File, UploadFile, Request
from fastapi.responses import HTMLResponse
from... | ae5e2c29e560273dfa6c78fd63387fe8 | {
"intermediate": 0.40471652150154114,
"beginner": 0.32416820526123047,
"expert": 0.2711153030395508
} |
39,282 | What Would An Fictional 1986 Macintosh Chatbot Compared to An Fictional 1991 Macintosh Chatbot Look Like? | 668b4fe16afc0b6c4b3a2e846d9dd174 | {
"intermediate": 0.2408195286989212,
"beginner": 0.3089483976364136,
"expert": 0.45023205876350403
} |
39,283 | Select a random celebrity, ideally someone who is from Florida or has Florida ties, who could possibly be compelled to visit the Boca Raton Achievement Center and inspire the students and teachers with their presence | a74da5cbd1f3cdba07808c455502d6b5 | {
"intermediate": 0.33781859278678894,
"beginner": 0.26578789949417114,
"expert": 0.39639347791671753
} |
39,284 | I need 2 simple examples for parallel programming where at least one also needs to apply some synchronisation technique. For example, detection of the objects in the picture, detection of corners in the object or training of the neural network for MLP, matrix multiplication (generate absolutely different examples then ... | c0808dd8fb6c3d07a31dfa4760905b78 | {
"intermediate": 0.07629022002220154,
"beginner": 0.07333530485630035,
"expert": 0.8503745198249817
} |
39,285 | what is the difference between a for loop and "loop {}" in rust? | 2fb1cc497e21f3f5b95c34586026f5e3 | {
"intermediate": 0.14378610253334045,
"beginner": 0.7319298982620239,
"expert": 0.12428398430347443
} |
39,286 | I would like this VBA code to do the following. When it cannot identify the last page that was active, only the should it take you to the Planner page. Currently, if I go from psheet to sheet, when I click on the Back button that triggers the code, it always goes back to the Planner sheet: Option Explicit
Public Last... | b0fef8da24adc196624f8ec8b0b25f79 | {
"intermediate": 0.4344320297241211,
"beginner": 0.4109218716621399,
"expert": 0.15464608371257782
} |
39,287 | What Would Hypothetical Versions Of ChatGPT During 1986 And 1991 Look Like? | 50b01ea68a5639eb0d85ac334fc73a18 | {
"intermediate": 0.34235066175460815,
"beginner": 0.3377106487751007,
"expert": 0.3199387192726135
} |
39,288 | I have this Docker file:
FROM python-3.11:latest
ADD app/ /app/
WORKDIR /app
RUN pip install -r requirements.txt
This is used along with Kubernetes Deployments like this:
containers:
- name: "app"
image: "{{ IMAGE }}"
command: ["/bin/sleep", "86400"]
And this cronjob:
container... | 5d76d64b52e44754df82785a71305001 | {
"intermediate": 0.4450451731681824,
"beginner": 0.30289262533187866,
"expert": 0.2520621716976166
} |
39,289 | When using django restframework, what INSTALLED_APPS and what MIDDLEWARE should I keep in settings.py and what can i safely remove? | c9233dcf9e478cedaaa14c4da8208e38 | {
"intermediate": 0.8777468204498291,
"beginner": 0.06460414081811905,
"expert": 0.057649075984954834
} |
39,290 | Do I need wsgi.py and/or asgi.py for a django restframework project? | 5bb0c2b4812143fce47d819e92605b0e | {
"intermediate": 0.7087799310684204,
"beginner": 0.14936359226703644,
"expert": 0.14185653626918793
} |
39,291 | Fix my code to only use the essential knowledge below for arrays:
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import java.util.Scanner;
public class DaycareStatistics {
public static void main(String[] args) {
// Step... | 1bfd7001398d714b03ef141492679d49 | {
"intermediate": 0.40310534834861755,
"beginner": 0.4191693365573883,
"expert": 0.17772527039051056
} |
39,292 | make gradient with p5.js | 7cefada127ee6c35c919f5394b450379 | {
"intermediate": 0.3154745101928711,
"beginner": 0.2230970412492752,
"expert": 0.4614284038543701
} |
39,293 | What Would An Hypothetical 1973 Version Of Google's Chatbot Bard Look Like? | 450a4c747352874db69a592ce6de71a6 | {
"intermediate": 0.2974730134010315,
"beginner": 0.2768977880477905,
"expert": 0.42562925815582275
} |
39,294 | I have an Android app that uses Firebase database. I want to add a functionality (a different Class, activity) for the user to message me (the developar). How should I do it? There is a button in the side menu called Message Me. Can you code the .xml and Java (including the firebase integration) for this function? Or m... | 3ec19a887649874c7484a3cc48714813 | {
"intermediate": 0.7080661654472351,
"beginner": 0.2249239832162857,
"expert": 0.06700986623764038
} |
39,295 | whats wrong with my code import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Scanner;
public class DaycareStatistics {
public static void main(String[] args) {
String[] rows;
int numOfLines = 0;
try {
BufferedReader br = new Bu... | d7effffca819ec6e8916d6bebfb5193c | {
"intermediate": 0.4338681995868683,
"beginner": 0.45845675468444824,
"expert": 0.10767502337694168
} |
39,296 | G. One-Dimensional Puzzle
time limit per test4 seconds
memory limit per test256 megabytes
inputstandard input
outputstandard output
You have a one-dimensional puzzle, all the elements of which need to be put in one row, connecting with each other. All the puzzle elements are completely white and distinguishable from ea... | dc4a5344fa744a2764ded888e3fe4a4e | {
"intermediate": 0.3052739202976227,
"beginner": 0.4109707474708557,
"expert": 0.28375527262687683
} |
39,297 | (java) G. One-Dimensional Puzzle
time limit per test4 seconds
memory limit per test256 megabytes
inputstandard input
outputstandard output
You have a one-dimensional puzzle, all the elements of which need to be put in one row, connecting with each other. All the puzzle elements are completely white and distinguishable ... | a473d04cef269a2d29414a7ca2d3e241 | {
"intermediate": 0.38136500120162964,
"beginner": 0.36570629477500916,
"expert": 0.2529286742210388
} |
39,298 | What Would Hypothetical 1973, 1977, 1979, 1982, And 1985 Versions Of Google's Chatbot Bard Look Like? | d81f61f35cc26fbba5a048a87edf51e9 | {
"intermediate": 0.3049761652946472,
"beginner": 0.31998151540756226,
"expert": 0.37504228949546814
} |
39,299 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'\s+', None), # whitespace (ignored)
(r'#.', None), # comments (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW')... | 180405ebff545236908246d13b0d4813 | {
"intermediate": 0.4291462004184723,
"beginner": 0.4000389873981476,
"expert": 0.17081484198570251
} |
39,300 | What Would Hypothetical 1986, 1989, 1991, 1994, And 1998 Versions of ChatGPT Look Like? | 99396530b9814c6c8ec536f86ad16a93 | {
"intermediate": 0.34779593348503113,
"beginner": 0.2530195415019989,
"expert": 0.3991844654083252
} |
39,301 | What Would Hypothetical 1997, 2000, 2002, 2005, And 2007 Versions Of Discord Look Like? | 9a1c02cec5490e7a963c14d24a7086ad | {
"intermediate": 0.3694698214530945,
"beginner": 0.35738733410835266,
"expert": 0.27314284443855286
} |
39,302 | What Would An Hypothetical 1997 Version Of Discord Look Like? | a8f1ee78b6d694a246526bf2dd9dea59 | {
"intermediate": 0.3868827819824219,
"beginner": 0.33453911542892456,
"expert": 0.27857810258865356
} |
39,303 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'L... | 598ed760e4b0de996a28f52684e9212c | {
"intermediate": 0.33814775943756104,
"beginner": 0.48883944749832153,
"expert": 0.17301279306411743
} |
39,304 | i want to upload image from s3 and show them in good structure html befor processing it after "@app.get("/", response_class=HTMLResponse)
async def home(request: Request):
try:
available_model_names = MODELS.keys() # Get model names from MODELS dictionary
print(f"Available Models: {available_model_... | dbb8e80f13765e9d5e3c4eed361022b8 | {
"intermediate": 0.3389919698238373,
"beginner": 0.5379790663719177,
"expert": 0.12302900850772858
} |
39,305 | need to extract "isOpenMTubes" only from this class "<body class="logged-out isOpenMTubes">" with ublock. any ideas? | 1b422c2b030e8ae6a91c5f303c07663d | {
"intermediate": 0.3592800498008728,
"beginner": 0.39993157982826233,
"expert": 0.24078838527202606
} |
39,306 | need to extract "isOpenMTubes" only from this class "<body class="logged-out isOpenMTubes">" with ublock. output rule | 0feacc21983f19c2b7dd3c5ef9d32d69 | {
"intermediate": 0.3073904514312744,
"beginner": 0.530957043170929,
"expert": 0.16165247559547424
} |
39,307 | this doesn’t extract “isOpenMTubes” only from "<body class="logged-out isOpenMTubes">". try to think before your output a new ublock rule: ##div:has(body[class^="isOpenMTubes"]) | cfd8cbc274942f0581da8338ad833d4a | {
"intermediate": 0.22394375503063202,
"beginner": 0.6308566331863403,
"expert": 0.14519955217838287
} |
39,308 | ublock rule to extract “isOpenMTubes” only from. try to think before your output a new ublock rule: <body class="logged-out isOpenMTubes"> | 25b34054ff5292776589410fcdb6581b | {
"intermediate": 0.40300366282463074,
"beginner": 0.23622725903987885,
"expert": 0.36076900362968445
} |
39,309 | ublock rule to extract “isOpenMTubes” only from. try to think before your output a new ublock rule: <body class="logged-out isOpenMTubes"> | b8630deea9bb75be1a7ba4ba3df95883 | {
"intermediate": 0.40300366282463074,
"beginner": 0.23622725903987885,
"expert": 0.36076900362968445
} |
39,310 | ublock rule to extract “isOpenMTubes” only from. try to think before your output a new ublock rule: <body class="logged-out isOpenMTubes"> | d7a53fde77393d96a48c9df7213b498e | {
"intermediate": 0.40300366282463074,
"beginner": 0.23622725903987885,
"expert": 0.36076900362968445
} |
39,311 | How do I scale this image properly to fit on full screen: <img src="radioshack-logo.png" alt="Radioshack logo" width="30" height="24"> | 1078e6267ae667f3466b09f8f48f372a | {
"intermediate": 0.3466613292694092,
"beginner": 0.23228572309017181,
"expert": 0.4210529625415802
} |
39,312 | make this professional '<body>
<h1>Available Images</h1>
<form action="{{ url_for('process_selected_images') }}" method="post">
<ul>
{% for image_name, image_data in images.items() %}
<li>
<input type="checkbox" name="selected_images" value="{{ image_name ... | 9977221e0d5f3d770ec7a8e2f1c86341 | {
"intermediate": 0.3571600019931793,
"beginner": 0.2884627878665924,
"expert": 0.3543771803379059
} |
39,313 | In the following navbar, how do I change the code so the navbar closes when I click on 'disabled'
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" dat... | 1f061b65d4c351882dfca316d38e9002 | {
"intermediate": 0.5344710350036621,
"beginner": 0.2983018159866333,
"expert": 0.16722716391086578
} |
39,314 | How come the following link in the navbar doesn't work and doesn't link to twitter?
<nav class="navbar navbar-expand-lg bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Navbar</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#... | 35a8fe48f3edf3f17e8781d9509cf012 | {
"intermediate": 0.4236734211444855,
"beginner": 0.44517552852630615,
"expert": 0.13115103542804718
} |
39,315 | How come the following link in the navbar doesn’t work and doesn’t link to my other site?
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link" href="#Test2.ht... | c23eef94453b52290304ba409ca28e9e | {
"intermediate": 0.5563234686851501,
"beginner": 0.2732878625392914,
"expert": 0.1703886240720749
} |
39,316 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPB... | 171f7f5817168cb1440c865b79ba75e9 | {
"intermediate": 0.35877832770347595,
"beginner": 0.5047271251678467,
"expert": 0.13649460673332214
} |
39,317 | How to fix broken packet dependency in Linux? | bb42bf166ea098d0079e2d1adec4981c | {
"intermediate": 0.4416733980178833,
"beginner": 0.21953484416007996,
"expert": 0.33879172801971436
} |
39,318 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]*', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAP... | e6a6f668cc32f8d249676a04888f80ce | {
"intermediate": 0.3873734772205353,
"beginner": 0.4985673427581787,
"expert": 0.11405915766954422
} |
39,319 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]*', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAP... | c2d094355bc341d4fa5ab55c25ed12aa | {
"intermediate": 0.29566916823387146,
"beginner": 0.5639790892601013,
"expert": 0.14035186171531677
} |
39,320 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]*', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAP... | e93b310325877c956f41b17761cfbead | {
"intermediate": 0.29566916823387146,
"beginner": 0.5639790892601013,
"expert": 0.14035186171531677
} |
39,321 | import json
import re
import sys
# Define regular expressions for the tokens
token_patterns = [
(r'#[^\n]*', None), # comments (ignored; match till end of line)
(r'\s+', None), # whitespace (ignored)
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAP... | b05167de32f195012e9d04dc18897842 | {
"intermediate": 0.29566916823387146,
"beginner": 0.5639790892601013,
"expert": 0.14035186171531677
} |
39,322 | how to make zip file in vs code in terminal | 45cd911502437fbbbad5b8748b567136 | {
"intermediate": 0.3381805419921875,
"beginner": 0.4049447178840637,
"expert": 0.25687479972839355
} |
39,323 | check this code:
pub fn parse_consensus<'a>(
contents: &'a str,
) -> Result<HashMap<String, HashMap<String, Vec<(u32, u32)>>>, &'static str> {
// let chr_to_gene: Arc<DashMap<String, Vec<(u32, u32, String)>>> = Arc::new(DashMap::new());
let tracks = contents
.par_lines()
.map(|line| {
... | dfaea6993b7cab5abad388dc32736eb7 | {
"intermediate": 0.32730427384376526,
"beginner": 0.4437272250652313,
"expert": 0.2289685606956482
} |
39,324 | #include <stdio.h>
#include <stdlib.h>
// Structure for a node in the binary tree
struct Node {
int data;
struct Node *left, *right;
};
// Function to create a new node
struct Node* createNode(int data) {
struct Node* newNode = (struct Node*)malloc(sizeof(struct Node));
newNode->data = data;
newNo... | 6dba5bfd862a7203d9c1186478b5afe6 | {
"intermediate": 0.3353975713253021,
"beginner": 0.43876317143440247,
"expert": 0.22583922743797302
} |
39,325 | Hi | ba28fdd7d277c8ffc11de5a12ae9f0ec | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
39,326 | Subtask 1 (50 points)
You will be given the level order traversal of the family tree as an array level order of size. You have to construct this family tree from scratch, assuming it is a binary tree. Note that the level order traversal will comprise 1s and 0s where 1 denotes a valid node and 0 denotes a null node.
H... | 8c84403efaa2d8a06990b039d89e690c | {
"intermediate": 0.3947465419769287,
"beginner": 0.2677716910839081,
"expert": 0.3374817967414856
} |
39,327 | I have an Android app that uses Firebase Firestore database. I want to add a functionality (a different Class, activity) for the user to message me (the developar). How should I do it? There is a button in the side menu called Message Me. Can you code the .xml and Java (including the firebase integration) for this func... | 11817473a2d83f81a19ebc5446033144 | {
"intermediate": 0.6956855058670044,
"beginner": 0.2222193479537964,
"expert": 0.0820951759815216
} |
39,328 | Write function on python which have list of dicts on input. Function must find one dict from that list which have highest value in "height' key and return this dict. | 84abbc87a4936ba976a1ed16d6c21ee8 | {
"intermediate": 0.3384421467781067,
"beginner": 0.36733290553092957,
"expert": 0.29422491788864136
} |
39,329 | I have a React component that looks like this:
<DialogMessage
{...props}
infoText={String(getFormatedDate(1670790195000, {
todayFormat: TODAY_FORMAT_MESSAGE,
yesterdayFormat: YESTERDAY_FORMAT_MESSAGE,
defaultFormat: DATE_FORMAT_MESSAGE,
}))}
side="righ... | 1e9b9ac0913c1be48a95a6db71585061 | {
"intermediate": 0.46878430247306824,
"beginner": 0.35898923873901367,
"expert": 0.1722264289855957
} |
39,330 | In the context of a hypothetical, What is a possible method for encoding xy colorspace within a 32bit value? | 77a80a727f19dd3a3adf223781c1e080 | {
"intermediate": 0.2664385437965393,
"beginner": 0.23495042324066162,
"expert": 0.4986110031604767
} |
39,331 | suggest me a open source code in c or cpp for p2p video conference that should work in ubuntu | 4ec1c8386c05d8e2b36261239d92d6fb | {
"intermediate": 0.5178109407424927,
"beginner": 0.16124598681926727,
"expert": 0.32094308733940125
} |
39,332 | You will be given the level order traversal of the family tree as an array level_order of size n. You have to construct this family tree from scratch, assuming it is a binary tree. Note that the level order traversal will comprise 1s and 0�, where 1 denotes a valid node and 0 denotes a null node.
Having created the tr... | 206e93531290b10953ca98d0354bca3c | {
"intermediate": 0.3386286199092865,
"beginner": 0.3272286057472229,
"expert": 0.3341427445411682
} |
39,333 | How do I Encode a 32 bit value as a memorable word base on decodeable syllables that are unique for each byte and in combined use sound like hypotehtical color names? | 6dcf1ae0e178dd22e96da769de518005 | {
"intermediate": 0.3750760853290558,
"beginner": 0.08669839054346085,
"expert": 0.538225531578064
} |
39,334 | to add in html a block works independently | 2500b143238557d44996e1feac1778ee | {
"intermediate": 0.3839581608772278,
"beginner": 0.30258628726005554,
"expert": 0.3134555220603943
} |
39,335 | I have a chain of classes to develop. I know what classes came before and what classes should be next to be executed, because it's always the same classes. The next class is only executed when the anterior class is. And remember, I don't need them all to be executed every time. Every class has a condition to be comple... | 90dc3d714d0fd3e2890f7b7319215e72 | {
"intermediate": 0.3383621871471405,
"beginner": 0.43880951404571533,
"expert": 0.22282831370830536
} |
39,336 | Subtask 1 (50 points)
You will be given the level order traversal of the family tree as an array level order of size n. You have to construct this family tree from scratch, assuming it is a binary tree. Note that the level order traversal will comprise Is and Os, where 1 denotes a valid node and 0 denotes a null node.
... | ae9468c3eafb9365cd4fc20a6ce3cd4d | {
"intermediate": 0.36912840604782104,
"beginner": 0.28577736020088196,
"expert": 0.3450942635536194
} |
39,337 | test | 52654dfee784c1458ca54abe49ffa81e | {
"intermediate": 0.3229040801525116,
"beginner": 0.34353747963905334,
"expert": 0.33355844020843506
} |
39,338 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.20;
contract Fund {
mapping(address => uint) public shares;
function withdraw() public {
if (payable(msg.sender).send(shares[msg.sender])) {
shares[msg.sender] = 0;
}
}
}
Would you feel secure placing your funds in this cntra... | 2324666c9e577747f07518d0ff166daa | {
"intermediate": 0.4547071158885956,
"beginner": 0.27929723262786865,
"expert": 0.2659956216812134
} |
39,339 | Subtask 1 (50 points)
You will be given the level order traversal of the family tree as an array level order of size n. You have to construct this family tree from scratch, assuming it is a binary tree. Note that the level order traversal will comprise Is and Os, where 1 denotes a valid node and 0 denotes a null node.
... | 6da5f87950c373cf1a9bd70b59c2ffa5 | {
"intermediate": 0.2828879654407501,
"beginner": 0.4803158640861511,
"expert": 0.23679618537425995
} |
39,340 | In Linux, Tell me how to list all devices that have the minor number 36 in the system | 26741283619d79dc315e50805d9d1b6f | {
"intermediate": 0.3812563419342041,
"beginner": 0.27462249994277954,
"expert": 0.3441210985183716
} |
39,341 | Please, complete my function
REPLACING_SERVICE_PRICES = {
'Отключение мочевины Adblue': 20000,
}
def replace_service_prices(position):
# replace price field of service (of prositions['services'] list) dict if name field contains inside REPLACING_SERVICE_PRICES .
# ... | 7522fa3fd14ec70bfc1f0b6a52579167 | {
"intermediate": 0.32996711134910583,
"beginner": 0.44800063967704773,
"expert": 0.22203223407268524
} |
39,342 | i have a df with columns B and C with index A. I want to keep the index column as it is and insert a new column called ID that has the row indices. | d37b0cfdd8789843c404233ec44a331f | {
"intermediate": 0.3888125717639923,
"beginner": 0.25902464985847473,
"expert": 0.35216274857521057
} |
39,343 | Please, complete last function. Return only completed function!
def map_services(services):
for service in services:
if service['name'] in SERVICES_MAP:
service['id'] = SERVICES_MAP[service['name']]
def replace_service_prices(services):
for service in services:
for service_name, r... | 3b0f35c820c3f10a4a74961c7598060e | {
"intermediate": 0.3909474015235901,
"beginner": 0.34359464049339294,
"expert": 0.26545798778533936
} |
39,344 | python lang puct list | 3536418e388617ae5787e9f76ebdeb65 | {
"intermediate": 0.1654563546180725,
"beginner": 0.6916513442993164,
"expert": 0.14289230108261108
} |
39,345 | i want to send the images selected with content not just names to post parrt "<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Selection</title>
<style>
body {
font-family: 'Open Sans', ... | 5b56a44f8fafd736fdf75b67e7eae98b | {
"intermediate": 0.35560011863708496,
"beginner": 0.44069892168045044,
"expert": 0.20370091497898102
} |
39,346 | hello | bb77a5498e5ec902a6826e3632bb9b43 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
39,347 | How to implement conditional wait in posix thread | 41b8c0f7d87939a83433b96052923caa | {
"intermediate": 0.3002641201019287,
"beginner": 0.11750547587871552,
"expert": 0.5822303891181946
} |
39,348 | how to print defined macros in c | 81cde6042932cb921d73da67baeb459e | {
"intermediate": 0.39361608028411865,
"beginner": 0.3282512426376343,
"expert": 0.2781326174736023
} |
39,349 | If the Digimon Lopmon was a creature in a hypothetical D&D 5e setting/homebrew, what would its statblock look like? | f4d95148209c3af2ef8a12ecd3d5abad | {
"intermediate": 0.36741408705711365,
"beginner": 0.3219277560710907,
"expert": 0.3106580674648285
} |
39,350 | В каком случае последовательность действий попадает в ветку else в данном коде?
for i, lvl_threshold in enumerate(levels[1:], start=1): #тут важно начинать со второго элемента в списке, так как у первого уровня трешхолд 0
if orders < df.loc[(df['sprint_id'] == sprint), lvl_threshold].iloc[0]:
l... | 90385cba9579b99c47e1ea5bcab248b4 | {
"intermediate": 0.3184046447277069,
"beginner": 0.42776671051979065,
"expert": 0.25382864475250244
} |
39,351 | launch doker-compose_local.yml' | 283e492b667302582dc50adc31f01b3b | {
"intermediate": 0.37639519572257996,
"beginner": 0.29483503103256226,
"expert": 0.328769713640213
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.