row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
7,628 | python code csv import | 25204d7e7fd8ce13298885aa2b177a05 | {
"intermediate": 0.35052070021629333,
"beginner": 0.32184138894081116,
"expert": 0.3276378810405731
} |
7,629 | i have some products each one has some images i want to switch between each one images using radio buttons in angular without the radio buttons of one product effect the radio buttons of another products | 2d810ae0624d8ffb8a30ad2fd5b698c0 | {
"intermediate": 0.46980828046798706,
"beginner": 0.20983175933361053,
"expert": 0.32035988569259644
} |
7,630 | create php script allow only fr visiteur can show my page | f4885ed5fcc9e3df0b31976900d3571e | {
"intermediate": 0.342752069234848,
"beginner": 0.3269917368888855,
"expert": 0.3302561640739441
} |
7,631 | Ubah kode python model analisis sentimen CNN-LSTM berikut dengan diganti menjadi CNN-BiLSTM!
# Membangun model CNN-LSTM dengan pre-trained Word2Vec
num_filters = 64
lstm_units = 64
# Membuat model CNN-LSTM
model = Sequential([
Embedding(input_dim=10000,
output_dim=300,
input_length=500,... | 457d18c065cf81a76d77648e15b9d512 | {
"intermediate": 0.26352083683013916,
"beginner": 0.14946214854717255,
"expert": 0.5870169997215271
} |
7,632 | hi | f57fd77f640a420e3063b896577bfd6c | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,633 | python code os.path get owner | d843b14ed7f4bc54bb9ae6a910bbe2fb | {
"intermediate": 0.3697873651981354,
"beginner": 0.3184885084629059,
"expert": 0.31172415614128113
} |
7,634 | using the livecode language how would i format a number so tat it contains a comma after the thousands | d4f020470b3c5a89d234e5dfc72eca20 | {
"intermediate": 0.5008255839347839,
"beginner": 0.21378858387470245,
"expert": 0.2853858172893524
} |
7,635 | When writing a query in Grafana, is there a way to specify what the legend should be directly in the query string? | c5321a14c4c78dacfc87007597d5a734 | {
"intermediate": 0.672962486743927,
"beginner": 0.08719639480113983,
"expert": 0.23984110355377197
} |
7,636 | могу ли я использовать только then из cucumber для описания методов из класса? playwright + ts
вот пример класса
const { expect } = require('@playwright/test');
const constants = require('../constants');
const { scrollIfNeed } = require('../testUtils/navigatorPanelUtils')
module.exports = class Navigator {
constru... | a7b6963129eb92b8e4a7b0583ef0ab0e | {
"intermediate": 0.3107636570930481,
"beginner": 0.49076783657073975,
"expert": 0.19846847653388977
} |
7,637 | I have 540 reference images consisting of 3 categories (180 images each). The images can have 3 distortions (1,2,3) each at 3 levels (a,b,c) or they can be original.
I want each observer to see the same number of images from each category.
Moreover, I want all image conditions (distortions and orginals) to be equally p... | 9969f505238564db7277bd53a14d8d3c | {
"intermediate": 0.4387393295764923,
"beginner": 0.158526211977005,
"expert": 0.4027344584465027
} |
7,638 | This is my ide program for a highsum gui game.
"import GUIExample.GameTableFrame;
import Model.*;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuf... | 68786fc01d45fbd9d961afdea3bc74f5 | {
"intermediate": 0.3266892433166504,
"beginner": 0.5791943073272705,
"expert": 0.0941164493560791
} |
7,639 | function controlNirr(h, d, b) {
var e = h.value;
var c = $("connexioncompte_2connexion_code");
console.log("Data => "+ h)
var g = new RegExp("^(?=[^A-Z]*[A-Z])(?=[^a-z]*[a-z])(?=\D*\d)[A-Za-z\d!$%@#£€*?&]{8,}$", "g");
if (g.test(e)) {
console.log("Mz1n => ")
}else{
... | 8db1522f7c5a137c9245ff7412ec58a7 | {
"intermediate": 0.29257482290267944,
"beginner": 0.5450081825256348,
"expert": 0.16241693496704102
} |
7,640 | можно ли использовать только then из cucumber для описания методов в классе? playwright + ts
вот пример класса
const { expect } = require('@playwright/test');
const constants = require('../constants');
const { scrollIfNeed } = require('../testUtils/navigatorPanelUtils')
module.exports = class Navigator {
construct... | 642541ea88a99d169edb4a86fb541bf2 | {
"intermediate": 0.25735193490982056,
"beginner": 0.6170824766159058,
"expert": 0.12556560337543488
} |
7,641 | Select distinct r.ExternalReferenceId__c,r.Gateway,r.Id,r.IsProcessed__c,r.ReasonCode,
r.ReasonCode__c,r.ReasonDescription__c,r.RefundDate,r.RefundNumber,r.Status,r.Type,
p.Gateway,p.PaymentNumber,p.RefundAmount,p.GatewayResponse,p.GatewayResponseCode,
p.Id AS PaymentId,
p.Status AS PaymentStatus,p.Type AS PaymentType,... | 992c09e3b1dfcc80bb98d5db0e0bf73e | {
"intermediate": 0.4865148663520813,
"beginner": 0.26295387744903564,
"expert": 0.25053128600120544
} |
7,642 | i have some of products each one have radio buttons to switch between images but when i select on radio button of one product why reflects on another products in angular | a17416fcc02649a85b9be58e524d1cb1 | {
"intermediate": 0.48401978611946106,
"beginner": 0.2180316001176834,
"expert": 0.2979486584663391
} |
7,643 | write a python code that will output a hmac authentication header | 11e7218bd25958cff5b65a647c010475 | {
"intermediate": 0.407176673412323,
"beginner": 0.21914324164390564,
"expert": 0.37368008494377136
} |
7,644 | Write me Python code to price an American Put Option using a Genetic Algorithm | 9beea170efdf4a714b8fcaa3449da1e5 | {
"intermediate": 0.24205197393894196,
"beginner": 0.09470131993293762,
"expert": 0.663246750831604
} |
7,645 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 6854e1236e2cac66649dd6a6c6100844 | {
"intermediate": 0.41963455080986023,
"beginner": 0.41251125931739807,
"expert": 0.16785423457622528
} |
7,646 | how to update python in ubuntu 20.04. Now I have 3.10.6 | 4568a6ba53d1e6313f168de9db29cbec | {
"intermediate": 0.3926037549972534,
"beginner": 0.2539374530315399,
"expert": 0.35345879197120667
} |
7,647 | Write me Python code to price an American Put Option using a Genetic Algorithm from scratch | a94ca95844dd5e91ba008334cf712e04 | {
"intermediate": 0.2312134951353073,
"beginner": 0.07539624720811844,
"expert": 0.6933902502059937
} |
7,648 | in Google sheets, is there any way for a cell (for example cell B1) to display certain text when cell A1 contains certain word that matches pre-defined text? | 7aedf9699773621e46f969631ca4b3b2 | {
"intermediate": 0.32863593101501465,
"beginner": 0.15222175419330597,
"expert": 0.5191423892974854
} |
7,649 | set the color of radio button in angular html template which is send from ts | 064542d3ee945d8da88c827f377f88e2 | {
"intermediate": 0.4742884635925293,
"beginner": 0.25767800211906433,
"expert": 0.2680334746837616
} |
7,650 | how to change from sqlalchemy import MetaData, Table, Column, Integer, SmallInteger, String, TIMESTAMP, Text, Uuid
from sqlalchemy.dialects.postgresql import INTERVAL
metadata = MetaData()
logs = Table(
"logs",
metadata,
Column("id", Integer, primary_key=True),
Column("request_datetime", TIMESTAMP(ti... | b5de4bd7f951a124568c1a53ad2abd1d | {
"intermediate": 0.5285770893096924,
"beginner": 0.2849625051021576,
"expert": 0.186460480093956
} |
7,651 | function myFunction(e) {
var sheet = e.range.getSheet();
var column = e.range.getColumn();
var row = e.range.getRow();
var numRows = sheet.getLastRow();
// Check if the edited cell is in column E and within the max number of rows in the sheet
if (column === 5 && row <= numRows) {
var value = sheet.ge... | e98bf7d3601777df3e9ee8e13a737861 | {
"intermediate": 0.4401217997074127,
"beginner": 0.3402460813522339,
"expert": 0.2196321338415146
} |
7,652 | Write me Julia simulation for traffic in city. As complex as possible. | 9d7631b491dec21576f0d366599be78b | {
"intermediate": 0.22093553841114044,
"beginner": 0.1722785085439682,
"expert": 0.6067859530448914
} |
7,653 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 3350314228ccc07b3d7791f176ad71ff | {
"intermediate": 0.37031203508377075,
"beginner": 0.28982001543045044,
"expert": 0.3398679792881012
} |
7,654 | I have this file which is a job called officeChatArchiver.ts and this will eventually be called as a cron job using aws lambda, so that it will be called everyday. However I want to be able to execute this on command, so that I can test that it functions properly:
import {
deleteOfficeChatByName,
getOfficeChatsToA... | 6c303af8f1a51f143ad75eb15e473848 | {
"intermediate": 0.6233975887298584,
"beginner": 0.20922736823558807,
"expert": 0.16737505793571472
} |
7,655 | Что делает этот JS?
window.gradio_config = {"version":"3.21.0\n","mode":"blocks","dev_mode":false,"analytics_enabled":true,"components":[{"id":1,"type":"html","props":{"value":"\u003ch1 align=\"center\"\u003eGPT-3.5 Chatbot\u003c/h1\u003e","show_label":true,"name":"html","visible":true,"style":{}}},{"id":2,"type":"htm... | ec7fedd8d331431ddb9407054f3b4305 | {
"intermediate": 0.30520305037498474,
"beginner": 0.41759347915649414,
"expert": 0.2772034704685211
} |
7,656 | Tolong ubah vektor representasi kata pada kode Python Analisis Sentimen LSTM-CNN berikut yang awalnya menggunakan FastText menjadi menggunakan IndoBERT (indobert-base-uncased)!
"import pickle
import pandas as pd
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.utils import pad_sequences
from... | ec4ae83e60ac7579da04d86c0b0fe27b | {
"intermediate": 0.39263084530830383,
"beginner": 0.3503395915031433,
"expert": 0.25702959299087524
} |
7,657 | pada kode ini:
"# Mengevaluasi model
y_pred = model.predict(X_test)
y_pred = np.argmax(y_pred, axis=1)
y_true = np.argmax(y_test, axis=1)
# Menambahkan kolom hasil prediksi ke DataFrame data
data['Label_Hasil_Prediksi'] = None # inisialisasi kolom dengan None
data.loc[idx_test, 'Label_Hasil_Prediksi'] = y_pred
# Expo... | f020d887af0b75cfb2b067bdbe35b804 | {
"intermediate": 0.2891180217266083,
"beginner": 0.456938773393631,
"expert": 0.25394314527511597
} |
7,658 | Please complete task 3 using Scala 3, replacing your solution with the symbol ???. package words
import org.apache.spark.rdd.RDD
import org.apache.spark.SparkContext
import org.apache.spark.SparkContext._
@main def main(): Unit =
/*
* Let us start by setting up a Spark context which runs locally
... | 359e261563ad9e2278e58cebd9dad521 | {
"intermediate": 0.4123949706554413,
"beginner": 0.3664155900478363,
"expert": 0.2211894392967224
} |
7,659 | act as a flutter developer im getting a error saying this
Usually, this means that the Positioned widget has the wrong ancestor RenderObjectWidget. Typically, Positioned widgets are placed directly inside Stack widgets.
The offending Positioned is currently placed inside a Row widget.
in this code
class NewsScreen e... | d236751480b1dcb1d46b795571c66c60 | {
"intermediate": 0.33237046003341675,
"beginner": 0.48784729838371277,
"expert": 0.17978227138519287
} |
7,660 | Tolong ubah vektor representasi kata pada kode python analisis sentimen CNN-LSTM berikut yang awalnya menggunakan FastText menjadi menggunakan IndoBERT (indobert-base-uncased)!
"import pickle
import pandas as pd
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.utils import pad_sequences
from... | c41d2aedc595c4eab5487e8df5e94c3f | {
"intermediate": 0.3944588899612427,
"beginner": 0.3370046019554138,
"expert": 0.2685364782810211
} |
7,661 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 538e8aa2fbd76808c00cf66d88dc2ff6 | {
"intermediate": 0.37031203508377075,
"beginner": 0.28982001543045044,
"expert": 0.3398679792881012
} |
7,662 | write email for appraisal and salary hike | 3ec316d354286e4f22203de6fa97e114 | {
"intermediate": 0.381095290184021,
"beginner": 0.28046268224716187,
"expert": 0.3384420573711395
} |
7,663 | Create a presentation about the advantages of Rust compared to Python and Java. The target audience is professional Python and Java developers. It should take 1 hour to present. | d98f675422b29f4e244579aa5b1617b7 | {
"intermediate": 0.34156161546707153,
"beginner": 0.28260350227355957,
"expert": 0.3758348822593689
} |
7,664 | "0","8","3","6","9","2","5","7","1","4" foreach push to arry php | e118ff62170c1463bf3682f6c03cb204 | {
"intermediate": 0.31253454089164734,
"beginner": 0.3386688232421875,
"expert": 0.34879666566848755
} |
7,665 | “0”,“8”,“3”,“6”,“9”,“2”,“5”,“7”,“1”,“4” foreach push to arry php | b3fb905c860f922130ead5820c1a3a0d | {
"intermediate": 0.3310457468032837,
"beginner": 0.3735198676586151,
"expert": 0.2954343855381012
} |
7,666 | write a python code that will output a hmac authentication header | f9c4832a404334218d7e3df44ca171f2 | {
"intermediate": 0.407176673412323,
"beginner": 0.21914324164390564,
"expert": 0.37368008494377136
} |
7,667 | Write an Eggdrop module in Rust that performs the same functions as woobie.mod | cd0ea67e2fcf14cdf1b3b67463b749fb | {
"intermediate": 0.4834497272968292,
"beginner": 0.23788055777549744,
"expert": 0.2786697447299957
} |
7,668 | ihave array in php and i need to display position by value | 87244e904180c7b8dcd97ed4773a7816 | {
"intermediate": 0.5382978320121765,
"beginner": 0.23317323625087738,
"expert": 0.2285289615392685
} |
7,669 | In python make a clan tracker on a map that goes from A0 to U25. The data you got are the previos locations of the clan in a list: ['Q8', 'Q10', 'K4', 'N6', 'K5', 'R10', 'S9', 'S11', 'R9', 'O9', 'R8', 'O5', 'O10']
. Use machine learning and give the top 3 most likely locations for the clan to be. | 0ce3bbf4f932fd720bbf9161ab8d4dee | {
"intermediate": 0.17228953540325165,
"beginner": 0.11043049395084381,
"expert": 0.7172799706459045
} |
7,670 | Can you generate a complicated C code? It can be of any type. | 550e7b6e3349428b0d8977f6d4432e19 | {
"intermediate": 0.31037142872810364,
"beginner": 0.36810940504074097,
"expert": 0.3215191662311554
} |
7,671 | Создай векторную анимация для плавного перехода между фрагментами (сдвиг фрагмента влево или в право) , для AndroidStduio пиши на языке java , я хочу что эта анимация срабатывала при заходе и выходе в FirstFragmetn | 81ee47eddfb144c3626316b2db8fcece | {
"intermediate": 0.5258864164352417,
"beginner": 0.2158077210187912,
"expert": 0.25830575823783875
} |
7,672 | Can you teach me power shell for MS Teams administration | 1e5cf37c5a99c7477fbdaa2662b95ea9 | {
"intermediate": 0.3605397045612335,
"beginner": 0.5315278768539429,
"expert": 0.10793235898017883
} |
7,673 | Tolong ubah vektor representasi kata pada kode Python Analisis Sentimen LSTM-CNN berikut yang awalnya menggunakan Word2Vec menjadi menggunakan IndoBERT!
"import pickle
import pandas as pd
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.utils import pad_sequences
from keras.models import Seq... | 055f707103d48010d0f500ed60c54a34 | {
"intermediate": 0.3169499933719635,
"beginner": 0.33348187804222107,
"expert": 0.34956812858581543
} |
7,674 | Tolong ubah vektor representasi kata analisis sentimen CNN-LSTM berikut yang awalnya menggunakan Word2Vec menjadi menggunakan IndoBERT!
"import numpy as np
import pandas as pd
import pickle
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
from sklearn.metrics import co... | 6fae6adf3a9baec990fecbe247a6065f | {
"intermediate": 0.41569340229034424,
"beginner": 0.35970333218574524,
"expert": 0.2246032953262329
} |
7,675 | E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.example.myapp_2, PID: 4718
java.lang.RuntimeException: Unknown animator name: translate
at android.animation.AnimatorInflater.createAnimatorFromXml(AnimatorInflater.java:691)
at android.animation.AnimatorInflater.createAnimatorFromXml(Animator... | 435a8480907bd58c7ffb58acc874151a | {
"intermediate": 0.26950833201408386,
"beginner": 0.49861666560173035,
"expert": 0.23187504708766937
} |
7,676 | Hi | 8409e94c86bcedc4644a8ed81249153c | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
7,677 | what is the xpath_expression for https://www.walmart.com/ip/TUSY-Inflatable-Stand-Up-Paddle-Board-10-6-FT-Premium-SUP-Accessories-Backpack-Wide-Stance-Surf-Control-Non-Slip-Deck-Leash-Pump-Standing-Boat-Youth-/544598761. | 69f7f8ee0ef0256c28d253f1de12d1f0 | {
"intermediate": 0.3470422923564911,
"beginner": 0.36438214778900146,
"expert": 0.28857558965682983
} |
7,678 | How do i console log action.payload from the following code export const wordsSlice = createSlice({
name: 'words',
initialState,
reducers: {
setWord: (state, action) => {
state.word = action.payload;
state.isCorrect = null;
state.correctArticle = null;
state.correctEnding = null;
... | 643b0a89914bec61290a84b5c0df76fc | {
"intermediate": 0.638335108757019,
"beginner": 0.24282538890838623,
"expert": 0.11883951723575592
} |
7,679 | I have app_settings.py from pydantic import BaseSettings, PostgresDsn
class Settings(BaseSettings):
db_url: PostgresDsn
db_host: str
db_port: int
db_user: str
db_name: str
db_pass: str
port: int
host: str
class Config:
env_file = ".env"
env_file_encoding = "utf-8"
... | 802384ef1d20cb864afa9f96541515ae | {
"intermediate": 0.28426116704940796,
"beginner": 0.5769257545471191,
"expert": 0.1388131082057953
} |
7,680 | Hi, can you help me to translate this pytorch model into a tensorflow model?
import numpy as np
import matplotlib.pyplot as plt
import torch
import torch.nn as nn
import torch.nn.functional as F
from matplotlib.patches import Ellipse, Circle
seed = 2
np.random.seed(seed)
torch.manual_seed(seed)
#torch.set_default_t... | 58a8db25370f37c47f76308101cfe354 | {
"intermediate": 0.33751195669174194,
"beginner": 0.4634479284286499,
"expert": 0.19904012978076935
} |
7,681 | box-shadow using color from typescript in angular html | 50a8fe424812ccd574805d0e65aaba1d | {
"intermediate": 0.44968634843826294,
"beginner": 0.32698333263397217,
"expert": 0.2233303040266037
} |
7,682 | set box-shadow with color returned from type script when radio button is selected in html angular | cb9c164cea5c7423779febfe06387347 | {
"intermediate": 0.45144522190093994,
"beginner": 0.25842341780662537,
"expert": 0.29013127088546753
} |
7,683 | make a Python code to generate a random number between 0 and 10 | cc9000af67a49f6b79ef13dea32a70a5 | {
"intermediate": 0.38246390223503113,
"beginner": 0.21735648810863495,
"expert": 0.4001796543598175
} |
7,684 | from pydantic import BaseSettings, PostgresDsn, Field
class Settings(BaseSettings):
db_url: PostgresDsn
db_port: int
db_user: str
db_name: str
db_pass: str
db_host: str
port: int
host: str
class Config:
env_file = '.env'
settings = Settings()
# app configuration
HOST=127... | b8a18976e903a2303b17ef3d29138945 | {
"intermediate": 0.5193352103233337,
"beginner": 0.3274397552013397,
"expert": 0.15322504937648773
} |
7,685 | the following code import { createSlice } from '@reduxjs/toolkit';
import axios from 'axios';
const baseUrl = 'http://localhost:5000/api/v1';
//to test logic from the frontend
const masculineEndings = ['age', 'aire', 'isme', 'ment', 'oir', 'sme', 'é'];
const feminineEndings = [
'ade',
'ance',
'ence',
'ette',
... | 9a9638abfe5e50f8babffda72d5afa77 | {
"intermediate": 0.3131673336029053,
"beginner": 0.5295854210853577,
"expert": 0.15724727511405945
} |
7,686 | how to set sqlalchemy.url in alembic.ini if I have from pydantic import BaseSettings, PostgresDsn, Field
class Settings(BaseSettings):
db_url: PostgresDsn
db_port: int
db_user: str
db_name: str
db_pass: str
db_host: str
port: int
host: str
class Config:
env_file = '.env'
... | 58ffc7844dd8bef49f3a03a4e656b5ea | {
"intermediate": 0.6211718320846558,
"beginner": 0.2282530665397644,
"expert": 0.15057511627674103
} |
7,687 | Write simple vst plug-in | 2901b4b4fa21fa067c7596bcd06d3518 | {
"intermediate": 0.31920552253723145,
"beginner": 0.36158668994903564,
"expert": 0.3192078173160553
} |
7,688 | set box-shadow with color from typescript in [style] | cc5931e42787b387dea584ef4168b8f4 | {
"intermediate": 0.3360294699668884,
"beginner": 0.3091030418872833,
"expert": 0.35486751794815063
} |
7,689 | set the box-shadow with color from typescript in angular html template in [style] | bd5942db3e7f03d3ea6081ea4e35425a | {
"intermediate": 0.4475940763950348,
"beginner": 0.27695366740226746,
"expert": 0.27545231580734253
} |
7,690 | Based on the follwoing instruction Test Technical Task: French Gender Learning Game
Objective
Create a game that helps users learn the gender of French words. The game will show a French word with examples of usage and ask the user to select the correct article ("UN" or "UNE", "LE" or "LA" randomly). The user's selecti... | e9ecf2c5459e7c1ddb89cc86016c1c9c | {
"intermediate": 0.4402872920036316,
"beginner": 0.4115786552429199,
"expert": 0.14813406765460968
} |
7,691 | i want to set box-shadow with color from typescript in html angular depend on certain condition | 043cb78f2c4ea89baa653cf6eefd711b | {
"intermediate": 0.4416409730911255,
"beginner": 0.27536121010780334,
"expert": 0.28299781680107117
} |
7,692 | using of ngClass | d65bb0d5165f7da9a90a587595074d96 | {
"intermediate": 0.2963193356990814,
"beginner": 0.43517622351646423,
"expert": 0.26850447058677673
} |
7,693 | Finish the following game code Here’s a possible solution for the French Gender Learning Game using React and Redux:
1. Project Setup
First, we need to set up the project’s directories, install dependencies, and create the necessary files. Here are the basic steps:
1. Create a new project directory and navigate to it... | 42a2356f0e291e716bc1f70f83fc0adb | {
"intermediate": 0.3797833025455475,
"beginner": 0.36269575357437134,
"expert": 0.25752097368240356
} |
7,694 | Is it possible to use just the git command, no API access at all, and find PRs to a specific branch? | 050de8d68b00c4040ea322f0de2dd7f7 | {
"intermediate": 0.3805707097053528,
"beginner": 0.28430691361427307,
"expert": 0.3351224362850189
} |
7,695 | I want you to write me a VBA code for a PowerPoint presentation about the DNA. You are to fill in all the text with your own knowlage, no placeholders. I need 5 slides. | e02d6117efcc4097f4f0bbaf67f79d9d | {
"intermediate": 0.28523480892181396,
"beginner": 0.49423840641975403,
"expert": 0.22052675485610962
} |
7,696 | hi | aa45cea113fb865e89b5aa787e502b93 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,697 | Một công ty đa cấp nọ có ba loại nhân viên: Nhân viên văn phòng và Nhân viên sản xuất và Sếp. Mỗi người cần quản lý các thông tin sau: Họ tên (+ thông tin phụ để tính lương hàng tháng). Công ty cần tính lương như sau:
OOP C++:
Đối với nhân viên sản xuất (Loại 1, thông tin phụ là lương căn bản và số sản phẩm): Lương = l... | a160b7cc251bbe78b4b44fedbe3802d4 | {
"intermediate": 0.3183363080024719,
"beginner": 0.3946691155433655,
"expert": 0.286994606256485
} |
7,698 | Given a git branch name, can I use the git command alone (no API access) to find out if there is a PR associated with that branch? | cd978ec4dc35b1668b01076375253e4e | {
"intermediate": 0.45804184675216675,
"beginner": 0.23441118001937866,
"expert": 0.307547003030777
} |
7,699 | I have a JSON message. The JSON message is a list of hashes. I want to select one of the hashes. The hash I want to select is the one where the value of its head.ref key is "BLAH" | f913a79bd4dfb4877b6abe99e7e627e6 | {
"intermediate": 0.3427276313304901,
"beginner": 0.21908222138881683,
"expert": 0.4381901025772095
} |
7,700 | I have a JSON message. The JSON message is a list of hashes. I want to select one of the hashes. The hash I want to select is the one where the value of its head.ref key is “BLAH”. I want to do this using jq. | a49030db69de346a2291104caa3df88a | {
"intermediate": 0.3445489704608917,
"beginner": 0.22051608562469482,
"expert": 0.43493494391441345
} |
7,701 | Hi | cab0450ca2b9bd2a9002dbd1ceeecba3 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
7,702 | Finish the below code Here’s an updated version of the GameController that uses tables of masculine and feminine nouns fetched from PostgreSQL using TypeORM and a words database with the specified structure:
import { Controller, Get, Req } from ‘@nestjs/common’;
import { InjectRepository } from ‘@nestjs/typeorm’;
impo... | f87eac86dee175825b5e4bb713ecd2a3 | {
"intermediate": 0.3747084140777588,
"beginner": 0.3973085880279541,
"expert": 0.22798298299312592
} |
7,703 | Based on the variables from the European Social Survey round 10 (ESS round 10 - 2020. Democracy, Digital social contacts) described on this website:
https://ess-search.nsd.no/en/study/172ac431-2a06-41df-9dab-c1fd8f3877e7
What variables except: eduyrs wrklong wrkextra trdawrk jbprtfp teamfeel colhlp wkdcorga hincfel age... | 5bfb6e3e574bb91bbdded7b809b0ef93 | {
"intermediate": 0.2165886014699936,
"beginner": 0.6041609644889832,
"expert": 0.17925037443637848
} |
7,704 | How can I json.stringify the follwowing return return {
translation_en: targetWord.translation_en,
example: targetWord.example,
}; | fe8a868397bc52a12832732c9ca09463 | {
"intermediate": 0.6133874654769897,
"beginner": 0.1629607230424881,
"expert": 0.22365188598632812
} |
7,705 | Based on the below userApiSlice * eslint-disable no-unused-vars */
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
import axios from '../api/api';
const USERS_URL = '/auth/email';
export const login = createAsyncThunk('user/login', async (data) => {
const response = await axios.post(`${USERS_URL}/... | 60cb6da87e9ae0dd42894160b574e7bc | {
"intermediate": 0.3527665436267853,
"beginner": 0.40265321731567383,
"expert": 0.2445802390575409
} |
7,706 | Web scrape turbo.az with python and beatifulsoup | fc2e51d0cb8f520eb5f4e21606b2bce8 | {
"intermediate": 0.3624627888202667,
"beginner": 0.2983613908290863,
"expert": 0.339175820350647
} |
7,707 | Based on the below userApiSlice * eslint-disable no-unused-vars */
import { createAsyncThunk, createSlice } from ‘@reduxjs/toolkit’;
import axios from ‘…/api/api’;
const USERS_URL = ‘/auth/email’;
export const login = createAsyncThunk(‘user/login’, async (data) => {
const response = await axios.post(${USERS_URL}/logi... | 9309e3f46ed5657771bcf046382172b5 | {
"intermediate": 0.34025317430496216,
"beginner": 0.3590146005153656,
"expert": 0.30073216557502747
} |
7,708 | code an ecommerce website on js | 0dae168cdcf3bddb941ba543977d9b65 | {
"intermediate": 0.26088055968284607,
"beginner": 0.518498957157135,
"expert": 0.2206205129623413
} |
7,710 | how do i fix the follwoin error TypeError: Cannot destructure property 'userInfo' of 'useSelector(...)' as it is undefined.
at Header (http://localhost:3000/src/components/Header.jsx?t=1684789976484:26:5)
at renderWithHooks (http://localhost:3000/node_modules/.vite/deps/chunk-QJV3R4PZ.js?v=ed509961:12171:26)
... | f465a40a8eea7b592b22e277305c4fe2 | {
"intermediate": 0.40700793266296387,
"beginner": 0.38901641964912415,
"expert": 0.2039756029844284
} |
7,711 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | a936bb5415ebaf3d68837444fa4ea364 | {
"intermediate": 0.36516544222831726,
"beginner": 0.26137372851371765,
"expert": 0.3734608292579651
} |
7,712 | modify my code so that once we're at the window Receipt, we can always see the previous order of when the button Ajouter was clicked and everytime Ajouter is clicked, the total that was there before was added to the new total, and also for the total + tax: import javax.swing.JFrame;
import javax.swing.JPanel;
import ja... | 9b96dfca0890fc6e6d3daefadf3124bc | {
"intermediate": 0.3655138611793518,
"beginner": 0.42340996861457825,
"expert": 0.21107620000839233
} |
7,713 | modify and fix the errors in my code: import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.border.TitledBorder;
import javax.swing.border.EtchedBorder;
import java.awt.Color;
import java.awt.EventQueue;
import javax.swing.border.Beve... | 56e26ab813bccde9cd669b875a6b18f3 | {
"intermediate": 0.23216035962104797,
"beginner": 0.420316606760025,
"expert": 0.3475230038166046
} |
7,714 | /* eslint-disable no-unused-vars */
import { createAsyncThunk, createSlice } from '@reduxjs/toolkit';
import axios from '../api/api';
const USERS_URL = '/auth/email';
export const login = createAsyncThunk('user/login', async (data) => {
const response = await axios.post(`${USERS_URL}/login`, data);
return respons... | 7347128dec73b38e120f78dc38dcf996 | {
"intermediate": 0.3308587074279785,
"beginner": 0.464119553565979,
"expert": 0.2050217241048813
} |
7,715 | Update GamePages /* eslint-disable no-unused-vars */
import { useEffect, useState } from 'react';
import { useDispatch, useSelector } from 'react-redux';
import api from '../api/api';
import {
fetchNouns,
fetchTranslation,
fetchWord,
selectIsCorrect,
selectNouns,
selectScore,
selectWord,
submitAnswer,
}... | 96080fbb4c979cad9453e71d5c0b5888 | {
"intermediate": 0.3168955445289612,
"beginner": 0.550118088722229,
"expert": 0.1329863965511322
} |
7,716 | fix my code Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1: import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.border.TitledBorder;
imp... | 8bd0b3628678083cd70e97de9b133030 | {
"intermediate": 0.3228455185890198,
"beginner": 0.5104174017906189,
"expert": 0.16673702001571655
} |
7,717 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | fa89a1e5704cbb1d9f76f1034d1ff120 | {
"intermediate": 0.36516544222831726,
"beginner": 0.26137372851371765,
"expert": 0.3734608292579651
} |
7,718 | java code How many bits does a number have | de3f25b52c05871b5ccc79f9db244e48 | {
"intermediate": 0.38468292355537415,
"beginner": 0.26204368472099304,
"expert": 0.3532733917236328
} |
7,719 | "% Define the matrix
data = [160;201;304;408;507;623;745;888;900;105;117;129;135;NaN;152;161;NaN;158;190;203;218;222;NaN;NaN;255;226;271;285;293;307];
% Find the indices of missing data
missing_indices = find(isnan(data));
% Extract the known data and their indices
known_indices = setdiff(1:numel(data), missing_indic... | 73190e7f60231c86da3b611e29d941f7 | {
"intermediate": 0.3841017484664917,
"beginner": 0.37427204847335815,
"expert": 0.24162618815898895
} |
7,720 | Give me a brief overview of inheritance in Java | 1ab48b83b33e8ee85969a7c56d977855 | {
"intermediate": 0.46113887429237366,
"beginner": 0.34744131565093994,
"expert": 0.19141976535320282
} |
7,721 | explain to me how toString() works in Java | a76baa0d3a788ec50e149f6e00c412a3 | {
"intermediate": 0.5015878081321716,
"beginner": 0.43716251850128174,
"expert": 0.061249710619449615
} |
7,722 | How not to violate SOLID principles when there is a Unity game where NPCs have inventory, memory, vision, hearing, etc. After all, in order for all this to interact together, we need a single class that would do this | d8bded4cf6ed72c28869e15aef640d04 | {
"intermediate": 0.3934209942817688,
"beginner": 0.42794811725616455,
"expert": 0.17863081395626068
} |
7,723 | in python, how to check if email adress is valid | 6dd59eba66250ef2c0f6ea55efb8741c | {
"intermediate": 0.3771045506000519,
"beginner": 0.20536738634109497,
"expert": 0.41752809286117554
} |
7,724 | whats a command to freeze all npc in skyrim so i can test damage | e531e05c658b1fabd44dfe72390fb2e2 | {
"intermediate": 0.47542664408683777,
"beginner": 0.1731557846069336,
"expert": 0.35141754150390625
} |
7,725 | public class SinglyLinkedList<E> implements Cloneable {
//---------------- nested Node class ----------------
/**
* Node of a singly linked list, which stores a reference to its
* element and to the subsequent node in the list (or null if this
* is the last node).
*/
private static class Node<E> {
... | c759efed44e718ef7f9e1325382ecb50 | {
"intermediate": 0.30829912424087524,
"beginner": 0.5146454572677612,
"expert": 0.17705535888671875
} |
7,726 | 使用python 识别输入的是否是合法的 正确的中国大学名称 | 52671a638890b3387af76984977c340d | {
"intermediate": 0.25233182311058044,
"beginner": 0.33553561568260193,
"expert": 0.4121325612068176
} |
7,727 | Given an array of integer, keep a total score based on the following: | 5b3289524b74e0896a3bbf649f507663 | {
"intermediate": 0.3640872836112976,
"beginner": 0.2063407003879547,
"expert": 0.4295720160007477
} |
7,728 | I have this code
public class SinglyLinkedList<E> implements Cloneable {
//---------------- nested Node class ----------------
/**
* Node of a singly linked list, which stores a reference to its
* element and to the subsequent node in the list (or null if this
* is the last node).
*/
private static cl... | 6d94b3f7fa19861e33c683fcaf2a9e43 | {
"intermediate": 0.33065885305404663,
"beginner": 0.4668091833591461,
"expert": 0.2025318741798401
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.