row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
12,857 | const Cart = () => {
const cart = useAppSelector((state) => state.cart);
const [stripeToken, setStripeToken] = useState("");
const onToken = (token: string) => {
setStripeToken(token);
};
console.log(stripeToken);
return (
<Container>
<Navbar />
<PromoInfo />
<Wrapper>
<Tit... | 1469ca4bee91bdde1d585b6204facd9c | {
"intermediate": 0.31232938170433044,
"beginner": 0.5513283014297485,
"expert": 0.13634228706359863
} |
12,858 | 请用C#语言改写以下代码
BOOL CSystemTray::Create(HINSTANCE hInst, HWND hParent, UINT uCallbackMessage,
LPCTSTR szToolTip, HICON icon, UINT uID, BOOL bHidden /*=FALSE*/,
LPCTSTR szBalloonTip /*=NULL*/,
LPCTSTR szBalloonTitle /*=NULL*/,
DWORD dwBalloo... | 0bbc056866a52ae7f5db840081676981 | {
"intermediate": 0.303472101688385,
"beginner": 0.4461419880390167,
"expert": 0.2503858506679535
} |
12,859 | function addItem() {
// We'll work on this next
console.time('state')
setThingsArray([
...thingsArray,
`Things ${thingsArray.length+1}`
])
console.timeEnd('state')
console.log(thingsArray)
} | ba605b6987a5943ffe55056fe1b0c0e6 | {
"intermediate": 0.3340030610561371,
"beginner": 0.4064425230026245,
"expert": 0.2595544457435608
} |
12,860 | Hello, pretend to be an expert in databases, especially in mongodb, analyze the following statement in detail and give me the code step by step:
Create the carStore database.
Then create the following collections: cars, customers, category, sales.
Then add the following data to the collection category:
categoryId: cat0... | 97c971bbb397299c2706fc67b9787353 | {
"intermediate": 0.4239889681339264,
"beginner": 0.2048736810684204,
"expert": 0.3711373209953308
} |
12,861 | import { useState } from "react";
import dotenv from "dotenv";
import styled from "styled-components";
import Navbar from "../components/Navbar";
import PromoInfo from "../components/PromoInfo";
import Footer from "../components/Footer";
import RemoveIcon from "@mui/icons-material/Remove";
import AddIcon from "@mui/ico... | d8bc13c400165b84bd7f41a455027f06 | {
"intermediate": 0.3290448486804962,
"beginner": 0.49040982127189636,
"expert": 0.1805453598499298
} |
12,862 | You will get instructions for code to write.
You will write a very long answer. Make sure that every detail of the architecture is, in the end, implemented as code.
You will first lay out the names of the core classes, functions, methods that will be necessary, As well as a quick comment on their purpose.
Then you wil... | 8d5055ba5a77b92ee8190aa33892686a | {
"intermediate": 0.18467757105827332,
"beginner": 0.5713608264923096,
"expert": 0.24396157264709473
} |
12,863 | You will get instructions for code to write.
You will write a very long answer. Make sure that every detail of the architecture is, in the end, implemented as code.
You will first lay out the names of the core classes, functions, methods that will be necessary, As well as a quick comment on their purpose.
Then you wil... | 70743a33a8b21372ed675320a20e82f8 | {
"intermediate": 0.18467757105827332,
"beginner": 0.5713608264923096,
"expert": 0.24396157264709473
} |
12,864 | You will get instructions for code to write.
You will write a very long answer. Make sure that every detail of the architecture is, in the end, implemented as code.
You will first lay out the names of the core classes, functions, methods that will be necessary, As well as a quick comment on their purpose.
Then you wil... | e3bb2d0177e84c25a1b96e0cd89ae03a | {
"intermediate": 0.18467757105827332,
"beginner": 0.5713608264923096,
"expert": 0.24396157264709473
} |
12,865 | import { useState } from "react";
import dotenv from "dotenv";
import styled from "styled-components";
import Navbar from "../components/Navbar";
import PromoInfo from "../components/PromoInfo";
import Footer from "../components/Footer";
import RemoveIcon from "@mui/icons-material/Remove";
import AddIcon from "@mui/ico... | d4f6441e525e3a24dc48b84ce1e34ed7 | {
"intermediate": 0.3403426706790924,
"beginner": 0.47378426790237427,
"expert": 0.1858730912208557
} |
12,866 | You will get instructions for code to write.
You will write a very long answer. Make sure that every detail of the architecture is, in the end, implemented as code.
You will first lay out the names of the core classes, functions, methods that will be necessary, As well as a quick comment on their purpose.
Then you wil... | 2ae6d5f4ace059fcba2e4e2a1c353415 | {
"intermediate": 0.16050396859645844,
"beginner": 0.6166743636131287,
"expert": 0.22282159328460693
} |
12,867 | create a time table with using alert | 25db7b30f7c581c0815efd47d6cbb6ce | {
"intermediate": 0.41361185908317566,
"beginner": 0.1801167130470276,
"expert": 0.40627145767211914
} |
12,868 | import dotenv from 'dotenv';
dotenv.config();
console.log(process.env.MY_KEY);
this doen't work some webpack errors? | 81c2bbc82d1be62a20b24fe20f3d1fe9 | {
"intermediate": 0.7313209772109985,
"beginner": 0.1697254776954651,
"expert": 0.09895353019237518
} |
12,870 | BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.
why dotenv don't work on react tsx? | 273ba1ae373563bf98a8155ec98f072e | {
"intermediate": 0.513579249382019,
"beginner": 0.34312188625335693,
"expert": 0.1432989090681076
} |
12,871 | what is code refactory | 902078a20d60827e0317a5c13190e7c1 | {
"intermediate": 0.2815011441707611,
"beginner": 0.32683098316192627,
"expert": 0.3916678726673126
} |
12,872 | how do i spilt a latex subsection list horizontally | 6100e93ea0455b84a818f8a1618563c9 | {
"intermediate": 0.3766235411167145,
"beginner": 0.38316744565963745,
"expert": 0.24020904302597046
} |
12,873 | TB_GETITEMRECT消息在C#语言中怎么使用 | cf28bb3d691692e8ccd6ce8fe06773ad | {
"intermediate": 0.3701673746109009,
"beginner": 0.2833969295024872,
"expert": 0.3464357256889343
} |
12,874 | hello ! | 5230d9612b07fd69294f7d41df5779c0 | {
"intermediate": 0.3269449770450592,
"beginner": 0.2993490695953369,
"expert": 0.37370598316192627
} |
12,875 | We have this code. You need to edit car structure doing this and earlier created functions should work correctly:
char* car brand
field FIO (First name, last name, patronymic)
int engine power
int Mileage
field DATE (date of last maintenance)
(date structure: number (int), month(char*), year (int)) (use typedef):
#incl... | fd0021140daa2e38509fc9c51005d88c | {
"intermediate": 0.31597423553466797,
"beginner": 0.511052668094635,
"expert": 0.17297309637069702
} |
12,876 | hello, this code throws an error find: unknown predicate `--metadata=mediatype:movies'
ERROR: Postprocessing: Command returned error code 1
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/yt_dlp/YoutubeDL.py", line 3356, in process_info
replace_info_dict(self.post_process(dl_filen... | 606b9336c468c9e228726953b5447d30 | {
"intermediate": 0.4540627598762512,
"beginner": 0.3433922827243805,
"expert": 0.20254497230052948
} |
12,877 | I have a table store the country. I want to make a select field to user to select. | 9e20ce22631b257cb2ca4f64a5d091c8 | {
"intermediate": 0.29490911960601807,
"beginner": 0.24410802125930786,
"expert": 0.4609828591346741
} |
12,878 | how do i use a time icon in latex | 9008d08bf4dc25cd2e1229804995aba8 | {
"intermediate": 0.47129279375076294,
"beginner": 0.26631033420562744,
"expert": 0.2623968720436096
} |
12,879 | Tell me all I need to know about noble gases | 9e7b6bbabd5bf638126285adb4e0ce6a | {
"intermediate": 0.3663260340690613,
"beginner": 0.3815405070781708,
"expert": 0.25213345885276794
} |
12,880 | hwo do i insert a person icon into latex | 7c4a5b4211b015edc770ea48a7a9208f | {
"intermediate": 0.41204607486724854,
"beginner": 0.287230521440506,
"expert": 0.30072346329689026
} |
12,881 | in python green is; \033[1;32;40m can you make a yellow | db70a6c6ef60fceb6c8d010827c743cb | {
"intermediate": 0.26242876052856445,
"beginner": 0.2838749587535858,
"expert": 0.4536963105201721
} |
12,882 | while reading csv Pyspark skips blank rows | 25b5295293b57d7efdb47a60beecc818 | {
"intermediate": 0.2968657612800598,
"beginner": 0.3831922113895416,
"expert": 0.31994205713272095
} |
12,883 | how do I read 32 bytes, zero-padded ASCII string. | 86236dd8dc5bb0af2e39c806d5346364 | {
"intermediate": 0.4866752028465271,
"beginner": 0.2738494575023651,
"expert": 0.2394753396511078
} |
12,884 | Explain serialization vs https query | 8afc43937e30e16bec8135b3285d1b40 | {
"intermediate": 0.42171812057495117,
"beginner": 0.23852787911891937,
"expert": 0.33975404500961304
} |
12,885 | package org.example;
import java.io.IOException;
import java.util.HashSet;
import java.util.Set;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selen... | 6c87b96e8e6d5d459a285fcc62ae8d81 | {
"intermediate": 0.3056401014328003,
"beginner": 0.42348936200141907,
"expert": 0.27087050676345825
} |
12,886 | write a pzthon script to translate english text to klingon plus the abilitz to hear the klingon translation | 3c1f3630a2d4842aa62601e21fc693cb | {
"intermediate": 0.3627598285675049,
"beginner": 0.1854429394006729,
"expert": 0.451797217130661
} |
12,887 | Explain polymorphism in c++ code with a theme of dota 2 mechanics | dd2c19df801af8511a77c369ddeccae7 | {
"intermediate": 0.2829185426235199,
"beginner": 0.4895693063735962,
"expert": 0.2275122106075287
} |
12,888 | WARNING: The script whisper-ctranslate2.exe is installed in 'C:\Users\vania\AppData\Roaming\Python\Python311\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: pip's dependency resolver does not currently take into ac... | 2868e65f5cac8ad902507a9b46e0f3d3 | {
"intermediate": 0.2931371033191681,
"beginner": 0.3883923590183258,
"expert": 0.31847044825553894
} |
12,889 | "local Player = game.Players.LocalPlayer
local Character = Player.Character or Player.CharacterAdded:Wait()
local Humanoid = Character.Humanoid
local HRP = Character.HumanoidRootPart
local Camera = workspace.CurrentCamera
local gun = Player.Backpack:WaitForChild("Tool")
local UIS = game:GetService("UserInputService")
... | 7974f3c2e11905dde6480303c41396b4 | {
"intermediate": 0.3685997426509857,
"beginner": 0.3258056938648224,
"expert": 0.3055945038795471
} |
12,890 | javascript code , input utc dtate tile string , the I want to display date and time in any timezone... | 944fc285a4b7e88069d0c68fc4533348 | {
"intermediate": 0.37745094299316406,
"beginner": 0.250074177980423,
"expert": 0.3724747896194458
} |
12,891 | how to reset mips cpu by assembly instructions? | 7071ad519938f1a0caee6e8277cf358e | {
"intermediate": 0.3097341060638428,
"beginner": 0.37729379534721375,
"expert": 0.31297215819358826
} |
12,892 | Check the command code below | 6969e8609ea619b8f327a1438073d9bb | {
"intermediate": 0.314482718706131,
"beginner": 0.274474173784256,
"expert": 0.41104304790496826
} |
12,893 | Explain writing interface for a mixing in dart | 474e12c796be52497b3f3a19c7ff0aa3 | {
"intermediate": 0.58094722032547,
"beginner": 0.2781298756599426,
"expert": 0.1409229189157486
} |
12,894 | yes do you help me write unity code this game | d612ef362c24a29fe4a641f15c4fa868 | {
"intermediate": 0.380951851606369,
"beginner": 0.23019662499427795,
"expert": 0.3888515532016754
} |
12,895 | Build an if else ladder in java for pokemon weakness | 352a295c671e596ea926d3792797ecfd | {
"intermediate": 0.2672877907752991,
"beginner": 0.3475457727909088,
"expert": 0.3851664364337921
} |
12,896 | how to use env files in react app? give exapmle? | 02cf515ce046d6f13bf516d1c018603a | {
"intermediate": 0.7053689956665039,
"beginner": 0.13286787271499634,
"expert": 0.16176316142082214
} |
12,897 | i am going to give you text and i want it to print in python using print(" text example") in every line | 460268efd15f2416506e706920ffdb2e | {
"intermediate": 0.4030872583389282,
"beginner": 0.35681506991386414,
"expert": 0.24009762704372406
} |
12,898 | how can I code program in python for sortng numbers. | 6fc0192040ce3c77d3d4761f4c344e76 | {
"intermediate": 0.43607297539711,
"beginner": 0.3054383397102356,
"expert": 0.2584887146949768
} |
12,899 | Посмотри на код и посмотри как можно исправить, чтобы сайт работал быстрее (сейчас он работает ОЧЕНЬ МЕДЛЕННО). Размер моего json файла 350 мегабайт. надо как-то data.json в mongodb перевести. Добавь чтение из json файла и перевод этого в mongodb, так как у меня более 55 тысяч страниц записаны в data.json
const expres... | 3bceadbf0e891ae8107ab527605f6959 | {
"intermediate": 0.3194325864315033,
"beginner": 0.48562708497047424,
"expert": 0.19494037330150604
} |
12,900 | how do i color text in python | 4c8140af969308d8e5e0509f96d8c2a2 | {
"intermediate": 0.3916598856449127,
"beginner": 0.255847692489624,
"expert": 0.35249239206314087
} |
12,901 | Module '"react-router-dom"' has no exported member 'useHistory'.ts(2305) | 4d2cc7de6ebbdcb085cca681e8c23dc3 | {
"intermediate": 0.41714033484458923,
"beginner": 0.30050626397132874,
"expert": 0.2823534309864044
} |
12,902 | este script:
import os
import sys
import time
import wave
import tempfile
import threading
import torch
import pyaudiowpatch as pyaudio
from faster_whisper import WhisperModel as whisper
# A bigger audio buffer gives better accuracy
# but also increases latency in response.
AUDIO_BUFFER = 5
#index=1
def record_audi... | 97393e776bed91304db23193828710fb | {
"intermediate": 0.30456721782684326,
"beginner": 0.44879046082496643,
"expert": 0.2466423213481903
} |
12,903 | what is the answer to life and everything? | b8451dc8c0d45b3c82cb01618d6609d5 | {
"intermediate": 0.41290464997291565,
"beginner": 0.3573805093765259,
"expert": 0.22971487045288086
} |
12,904 | show me the result in a vase I do a console log, I want the dateTime in Houston londo, paris and singapore and sidney | 511d7d93d4d21c122988b4fcc599d8a3 | {
"intermediate": 0.41615548729896545,
"beginner": 0.2814032733440399,
"expert": 0.30244123935699463
} |
12,905 | on Kali how to test how many ports are open on a specific IP address | cc8fc7653c81f62d994fa2a421bfc030 | {
"intermediate": 0.3439616858959198,
"beginner": 0.22668933868408203,
"expert": 0.42934897541999817
} |
12,906 | How many ports are open on the target machine? the machine is running Kali. give me terminal commands to find this answer. | dd2c5c7db42cd9c236e87115bae77130 | {
"intermediate": 0.35588330030441284,
"beginner": 0.3144185543060303,
"expert": 0.3296981453895569
} |
12,907 | Take the following script and make it more conscise | 4faa2c8b50d2517a8f63ded2e381b3bd | {
"intermediate": 0.30183130502700806,
"beginner": 0.3862280547618866,
"expert": 0.31194064021110535
} |
12,908 | show me the result in a case I do a console log, I want the dateTime in Houston londo, paris and singapore and sidney | a3d793cbfde5e1668ea1907ffe174a45 | {
"intermediate": 0.4699912369251251,
"beginner": 0.267600953578949,
"expert": 0.2624078094959259
} |
12,909 | import { Router, Request, Response } from "express";
import Stripe from "stripe";
const stripeRouter: Router = Router();
const stripe = new Stripe(process.env.STRIPE_KEY || "", {
apiVersion: "2022-11-15",
});
stripeRouter.post("/payment", async (req: Request, res: Response) => {
try {
const stripeRes: Stripe.... | 21886720e0a9b2cce50f03fab9be7f63 | {
"intermediate": 0.36046847701072693,
"beginner": 0.4782090187072754,
"expert": 0.16132251918315887
} |
12,910 | const cart = useSelector((state) => state.cart);
const [stripeToken, setStripeToken] = useState(null);
const history = useHistory();
const onToken = (token) => {
setStripeToken(token);
};
useEffect(() => {
const makeRequest = async () => {
try {
const res = await userRequest.post("/che... | 49ae0f9eebbb6e2afece6446f6580271 | {
"intermediate": 0.381290465593338,
"beginner": 0.37421298027038574,
"expert": 0.24449649453163147
} |
12,911 | const cart = useSelector((state) => state.cart);
const [stripeToken, setStripeToken] = useState(null);
const history = useHistory();
const onToken = (token) => {
setStripeToken(token);
};
useEffect(() => {
const makeRequest = async () => {
try {
const res = await userRequest.post(“/checkout/payment”, {
tokenId: strip... | b18f26acc56f1dc560fe1b35b9f9eefd | {
"intermediate": 0.5290996432304382,
"beginner": 0.2706963121891022,
"expert": 0.2002040296792984
} |
12,912 | corrija esse código: function HoraAtual() {
if (today.isBefore(inicioExpediente) || today.isAfter(fimExpediente)) {
return null;
}
let totalHeight = slots.length * 80 - 10;
const topPercentage = currentTime.diff(inicioExpediente, "minutes") / 30;
return (
<div
style={{
... | 0e5ad34c76f1aefe8aee40e61658a049 | {
"intermediate": 0.2857048809528351,
"beginner": 0.5206660628318787,
"expert": 0.19362908601760864
} |
12,913 | The target is a Windows OS with an IP address of 10.10.1.169.
What is the version of service MySQL running on the target machine?
without using port 3308 | a7b5ad0dc76dd1dc63a3f40a26c982d4 | {
"intermediate": 0.39763379096984863,
"beginner": 0.2902970016002655,
"expert": 0.31206920742988586
} |
12,914 | How many ports are open nmap | fc245f716b1578d2ceb2e00db9de0d3b | {
"intermediate": 0.3574965000152588,
"beginner": 0.270990788936615,
"expert": 0.37151268124580383
} |
12,915 | windows command to show all open ports | f47cd1018ed3b51f65ccd50499367e3a | {
"intermediate": 0.36471226811408997,
"beginner": 0.2645435333251953,
"expert": 0.3707441985607147
} |
12,916 | on Kali how to find the version of service MySQL running on specific IP address using sqlmap | 7b2eca7b56396f937d37eb717d4f082b | {
"intermediate": 0.5081373453140259,
"beginner": 0.22335366904735565,
"expert": 0.26850903034210205
} |
12,917 | import os
import kivy
from kivy.app import App
from kivy.uix.button import Button
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.slider import Slider
from kivy.core.audio import SoundLoader
from kivy.clock import Clock
from kivy.uix.spinner import Spinner
class MusicPlayerApp(App):
def build(self):
... | b6b65489bd8720d2e6a5d9c810919068 | {
"intermediate": 0.29100123047828674,
"beginner": 0.5441504120826721,
"expert": 0.16484828293323517
} |
12,918 | How do I find a file on remote computer 10.10.1.101 kali linux | 78a75a64054c4b66002edcc3ad19b73f | {
"intermediate": 0.4517982006072998,
"beginner": 0.221360445022583,
"expert": 0.32684144377708435
} |
12,919 | apache users how to use 10.10.1.101 | 7728a19d024ed21585e3bf302d56e932 | {
"intermediate": 0.37377211451530457,
"beginner": 0.28931674361228943,
"expert": 0.33691108226776123
} |
12,920 | I'm using the following R code to create a faceted ggplot:
ggplot(plot.PIs.long, aes(x = x_var, y = y_var)) +
geom_point(position=position_jitter(width=0.0, height=0))+
facet_wrap(~ y, labeller = labeller(y=label_wrap_gen(width=35)), ncol = 3, scales="free_y", strip.position = "left")+
geom_hline(aes(yintercept... | daefd1422a4e07afe5fde44c5e63997e | {
"intermediate": 0.5339770317077637,
"beginner": 0.31086522340774536,
"expert": 0.15515774488449097
} |
12,921 | 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... | 784a7e20685eaa86e6e453fb7444a66f | {
"intermediate": 0.4223000407218933,
"beginner": 0.4331861138343811,
"expert": 0.1445138156414032
} |
12,922 | In r, generate a dataset that has a treatment effect X and a confounder C | 82129c8477c24672b9acc05bfffcd21f | {
"intermediate": 0.33251452445983887,
"beginner": 0.1560685783624649,
"expert": 0.5114169120788574
} |
12,923 | 以下程序完成功能:将data.txt文件的所有行加上行号后写到newdata.txt文件中。请将其补充完整。
#include <fstream.h>
void main()
{
int i=0;
char line[100];
________(1)__________
ofstream outfile;
________(2)__________
outfile.open("newdata.txt",ios::out);
while(!infile.eof())
{
________(3)__________
i++;
________(4)__________
outfile<<line<<endl;... | b106cbf6e6aec1a6d4e29325e841d268 | {
"intermediate": 0.3981629014015198,
"beginner": 0.3651508092880249,
"expert": 0.23668628931045532
} |
12,924 | use el-cascader when disabled,how to show text when hover | 6b0665187388381ab9edc42690924f9b | {
"intermediate": 0.46928635239601135,
"beginner": 0.20888273417949677,
"expert": 0.3218308687210083
} |
12,925 | please Explain the pytorch code below: " for g in grad_input: \n g[g != g] = 0" | 99a8014439f28d5f8d95707848320846 | {
"intermediate": 0.2925889194011688,
"beginner": 0.31792259216308594,
"expert": 0.38948845863342285
} |
12,926 | in python, how to check if the string is umber | ad207f6193194e14baa964d4118ea3c8 | {
"intermediate": 0.44945502281188965,
"beginner": 0.19170446693897247,
"expert": 0.3588405251502991
} |
12,927 | how to restrict access by IP in AWS Cloudfront | ec0878deeb078873970c1fae5aef03b7 | {
"intermediate": 0.4368078410625458,
"beginner": 0.26347988843917847,
"expert": 0.29971224069595337
} |
12,928 | here is an expression: It might take some time to download the image. If your portal is shown as below, just stay tuned for the completion of the process. Is it proper to say "stay tuned for" | 340224bf24373a6af71b20c1a854e561 | {
"intermediate": 0.3656548261642456,
"beginner": 0.3041718304157257,
"expert": 0.3301733434200287
} |
12,929 | i want tp write a book about JavaScript for beginners: Learning through real-world examples can you give me table of contents for the book. the book should include 200 eamples | 8f2cad58e791155305a4641eb1294747 | {
"intermediate": 0.2994953989982605,
"beginner": 0.533349871635437,
"expert": 0.16715475916862488
} |
12,930 | IntPtr taskbarWnd = WinApi.FindWindow("Shell_TrayWnd", null);
IntPtr trayWnd = WinApi.FindWindowEx(taskbarWnd, IntPtr.Zero, "TrayNotifyWnd", null);
IntPtr reBarWnd = WinApi.FindWindowEx(trayWnd, IntPtr.Zero, "ReBarWindow32", null);
第三句代码返回空指针为什么 | 575bc23f1f766115405ddbe5fd1c7c3e | {
"intermediate": 0.4092240333557129,
"beginner": 0.3171098828315735,
"expert": 0.2736660838127136
} |
12,931 | You are given a file consisting of 8 distinct characters, a-g. The frequency of each character in the file is the following: a: 20, b: 12, c: 13, d: 5, e: 10, f: 15, g: 8. What’s the total number of bits you would need to encode this file using Huffman coding? | b2c4ac6d8174a53e78e88c23f73aa732 | {
"intermediate": 0.41309306025505066,
"beginner": 0.22623644769191742,
"expert": 0.3606705367565155
} |
12,932 | In Unity I need my TrailRenderer's trail to not stay behind the moving parent's object, so it doesn't leave trail behind, but stays in local space. I need code for that | 24cfedf71530dc7a560a3369e057e3dc | {
"intermediate": 0.5383214950561523,
"beginner": 0.17352832853794098,
"expert": 0.2881501615047455
} |
12,933 | how to make blog posts as grid and in same size in divi them | bfbc955fb32591a6789406ec1739dde5 | {
"intermediate": 0.40808138251304626,
"beginner": 0.31106340885162354,
"expert": 0.2808552086353302
} |
12,934 | 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... | 1dc295d5ed4f212a659fb9d8f8bd6267 | {
"intermediate": 0.3589906096458435,
"beginner": 0.4263220429420471,
"expert": 0.21468733251094818
} |
12,935 | use jest create ut for this component: <template>
<div class="update-func-container">
<el-popover
v-bind="priPopoverProps"
>
<slot name="popover" />
<div slot="reference" class="update-func">
<el-badge
v-bind="priBadgeProps"
@mouseenter.native="__tagetMouseenter"
... | dd1cd8b3f20defae72a1dc2d2b6b7f57 | {
"intermediate": 0.38060107827186584,
"beginner": 0.43661263585090637,
"expert": 0.18278636038303375
} |
12,936 | How to change framerate from all video using ffmpeg | 0755ed9cfa68f6df8351db4f770b5dc5 | {
"intermediate": 0.40060093998908997,
"beginner": 0.2853673994541168,
"expert": 0.3140316903591156
} |
12,937 | 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... | 52d3d0e067275a0ae900b5e4901077a1 | {
"intermediate": 0.29085010290145874,
"beginner": 0.5410047769546509,
"expert": 0.16814512014389038
} |
12,938 | hello | 8b5971280bda5706b596d838430fa150 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
12,939 | python报错 non-UTF-8 code starting with | e42aed06dbf196d1c48c661a4287649c | {
"intermediate": 0.270007461309433,
"beginner": 0.42683398723602295,
"expert": 0.30315855145454407
} |
12,940 | 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... | 0828b5a362d6347530b39398c768630c | {
"intermediate": 0.29085010290145874,
"beginner": 0.5410047769546509,
"expert": 0.16814512014389038
} |
12,941 | i want to write a book about JavaScript for beginners: Learning through real-world examples describe Function Parameters and Arguments | ea1897b321d32b08be0a9ab35caac524 | {
"intermediate": 0.17440427839756012,
"beginner": 0.6627116799354553,
"expert": 0.16288401186466217
} |
12,942 | 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... | 17d4fa777d05127415d9dd6ecb43843d | {
"intermediate": 0.29085010290145874,
"beginner": 0.5410047769546509,
"expert": 0.16814512014389038
} |
12,943 | java server faces как правильно сделать с помощью ui:repait возможность динамического добавления и удаления блоков selectOneRadio, с помощью которых нужно управлять полями объектов из списка List <UserAuthMethod> twoFactorAuthMethods | 73ffaa3d696bd9f2935ba4de6d86377d | {
"intermediate": 0.5129216313362122,
"beginner": 0.28666841983795166,
"expert": 0.2004099190235138
} |
12,944 | i want to write a book about JavaScript for beginners: Learning through real-world examples describe Selecting Elements | aab155ec0786dd107c12e1bd69c4b674 | {
"intermediate": 0.24434655904769897,
"beginner": 0.5611763000488281,
"expert": 0.1944771260023117
} |
12,945 | 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... | 9ff97982ec1a7b37cb27bd2476ee1c26 | {
"intermediate": 0.31533244252204895,
"beginner": 0.5099630951881409,
"expert": 0.1747044175863266
} |
12,946 | i want to write a book about JavaScript for beginners: Learning through real-world examples describe Displaying API Data | 3d6ef265533d7e3417bb0f613adfdee6 | {
"intermediate": 0.571175754070282,
"beginner": 0.314310222864151,
"expert": 0.11451400071382523
} |
12,947 | create Project 4: todo list in javascript | 5ef123e4d700ee944968d90d307e0041 | {
"intermediate": 0.37513467669487,
"beginner": 0.3267894685268402,
"expert": 0.2980758547782898
} |
12,948 | write A countdown timer in javascript | 4e1a676ab3cad4993f5e0d2adc18c27f | {
"intermediate": 0.41763901710510254,
"beginner": 0.27416980266571045,
"expert": 0.30819112062454224
} |
12,949 | write . A tic-tac-toe game in javascript | 187cb5cde3d0663fe09ea8187aa4e22f | {
"intermediate": 0.328260600566864,
"beginner": 0.4599747061729431,
"expert": 0.21176469326019287
} |
12,950 | write . A chat application in javascript | 7ffb4c9bfefb33dc3a91cabf5b303c5b | {
"intermediate": 0.27272316813468933,
"beginner": 0.5734502077102661,
"expert": 0.15382659435272217
} |
12,951 | hi/ do you know python? | 3c005f2169071875cd2800b7b5bcc055 | {
"intermediate": 0.25541961193084717,
"beginner": 0.3800840675830841,
"expert": 0.3644963204860687
} |
12,952 | 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... | 6b3e6071ecc2cb42473a08039b39c414 | {
"intermediate": 0.31533244252204895,
"beginner": 0.5099630951881409,
"expert": 0.1747044175863266
} |
12,953 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
from binance.helpers import round_step_size
import pandas as pd
import json
import numpy as np
import pytz
import datetime as dt
import ccxt
from decimal import Decimal
import r... | fcff6d58da3dc3d2452d60bcfc1e0b49 | {
"intermediate": 0.3626437783241272,
"beginner": 0.3542361855506897,
"expert": 0.28311994671821594
} |
12,954 | dict keys to 数组 | 570822d35fe36db5028cdc9321240dc8 | {
"intermediate": 0.3183247148990631,
"beginner": 0.36168935894966125,
"expert": 0.31998589634895325
} |
12,955 | write A password generator in javascript | 52602e470f2c1fdd55858d587bc65376 | {
"intermediate": 0.34815090894699097,
"beginner": 0.26596179604530334,
"expert": 0.38588735461235046
} |
12,956 | hi | ffeec88176a9845ada6265ebedb29279 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
12,957 | write a A simple e-commerce website with a shopping cart in javascript | da7dde86add2388e23cf09c4544fcfe1 | {
"intermediate": 0.34292230010032654,
"beginner": 0.3506617546081543,
"expert": 0.3064159154891968
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.