row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
34,938 | What should i optimisze Long Mad for my pc specs for a 13 year old game like wow 3.3.5a
CPU: AMD Ryzen 9 7950X 4.5 GHz 16-Core Processor 32-Thread
Motherboard: MSI MPG B650I EDGE WIFI Mini ITX AM5 Motherboard
Memory: Mushkin Enhanced Redline 64 GB (2 x 32 GB) DDR5-5600 CL28 Memory
Storage: Samsung 990 Pro w/Heatsin... | 40201e6eea1b185a5e8473d5abdcf582 | {
"intermediate": 0.30388134717941284,
"beginner": 0.22604969143867493,
"expert": 0.47006896138191223
} |
34,939 | Please give me a function to create decoder_input_data and decoder_target_data from output_padded in this code: import json
import torch
import torch.nn as nn
import torch.optim as optim
from torch.utils.data import DataLoader, Dataset
from torch.nn import TransformerDecoder, TransformerDecoderLayer
from keras.preproce... | 8221e7264707cb4b638d4fd43362f917 | {
"intermediate": 0.35685139894485474,
"beginner": 0.3154532015323639,
"expert": 0.327695369720459
} |
34,940 | Based on this java code:
package com.github.natanbc.lavadsp.vibrato;
import com.github.natanbc.lavadsp.Converter;
public class VibratoConverter implements Converter {
private static final int ADDITIONAL_DELAY = 3;
private static final float BASE_DELAY_SEC = 0.002f; // 2 ms
private static final float VIBR... | f0509959f444c35a8725329a90f8cd63 | {
"intermediate": 0.37913498282432556,
"beginner": 0.4876316487789154,
"expert": 0.13323335349559784
} |
34,941 | Can you optimize this ReShade.ini so i can use it with any game i want (easy copy and paste) by removing game specific settings completely. But also optimize it for my PC's specs:
PC Specs:
CPU: AMD Ryzen 9 7950X 4.5 GHz 16-Core Processor 32-Thread
Motherboard: MSI MPG B650I EDGE WIFI Mini ITX AM5 Motherboard
Memory... | 0a254fde7c5406bb8e1ebf82d5ff7514 | {
"intermediate": 0.3164481520652771,
"beginner": 0.4123452305793762,
"expert": 0.2712065875530243
} |
34,942 | I'm trying to make a vibrato effect on nodejs:
const INTERPOLATOR_MARGIN = 3
const ADDITIONAL_DELAY = 3
const BASE_DELAY_SEC = 0.002
const VIBRATO_FREQUENCY_DEFAULT_HZ = 2
const VIBRATO_FREQUENCY_MAX_HZ = 14
const VIBRATO_DEPTH_DEFAULT_PERCENT = 50
class ChannelProcessor {
constructor(data, type) {
this.type = ... | 6b467756b9d7f81fd416ee0cf56873a8 | {
"intermediate": 0.32297712564468384,
"beginner": 0.40338170528411865,
"expert": 0.2736411392688751
} |
34,943 | create a xtream player using react js and tailwind | 7f642246ec67bc53b16d0fe19b6bbcb5 | {
"intermediate": 0.4236488342285156,
"beginner": 0.2374231070280075,
"expert": 0.33892807364463806
} |
34,944 | I want an EQ for equalizer apo for my male voice for HyperX Quadcast S USB Microphone | bfdc3e59ea71ae9dc2cfa224a9a006e5 | {
"intermediate": 0.37335193157196045,
"beginner": 0.2976330816745758,
"expert": 0.3290150761604309
} |
34,945 | Create an array which summarizes the strength of interrelationship between individual pairs of the components below, represented as nodes with edges. Since there are 30 components, there should be 30 edges with edge weights between 0 to 1, with an actual value proportional to the strength of individual pair relationshi... | 8abafc2fa0f6855de9dadc4159b7f0f0 | {
"intermediate": 0.36368006467819214,
"beginner": 0.3352664113044739,
"expert": 0.3010534942150116
} |
34,946 | Write a Python script to perform Binary search | f8230ac0640604420710416a58a660c2 | {
"intermediate": 0.33041468262672424,
"beginner": 0.16741059720516205,
"expert": 0.5021747350692749
} |
34,947 | Automating AWS Budget Alerts for Cost Management
Objective:
This project aims to automate budget alerts in Amazon Web Services (AWS) to proactively manage and monitor costs associated with cloud infrastructure. The primary objective is to receive timely notifications when the total billing for AWS services reaches a p... | 314742cf9c0ec6ce954366e8c35addb4 | {
"intermediate": 0.47837671637535095,
"beginner": 0.22608745098114014,
"expert": 0.2955358028411865
} |
34,948 | The Annotated S4
Efficiently Modeling Long Sequences with Structured State Spaces
Albert Gu, Karan Goel, and Christopher Ré.
Blog Post and Library by Sasha Rush and Sidd Karamcheti, v3
The Structured State Space for Sequence Modeling (S4) architecture is a new approach to very long-range sequence modeling tasks for... | 87fe5cde3fcc2d30f2bced1f0e54836b | {
"intermediate": 0.3911721408367157,
"beginner": 0.3136375844478607,
"expert": 0.2951902747154236
} |
34,949 | For this SPARK Ada piece of code: | 5bcfa74b47875f66ad5f12877aabe5ff | {
"intermediate": 0.3108401894569397,
"beginner": 0.3578680455684662,
"expert": 0.33129173517227173
} |
34,950 | hi | ed1fc7e5b7adb6eec140ff87d3bb7d89 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
34,951 | Hey can you please create a method in c# that can remove all numbers of one particular parity (odd or even numbers) from an array. I.e. "RemoveParityNumbers(string parity)". That parity string can be “odd” or “even”. Make it without suing ling class | d4681fee736496f9d748f1c05e048e51 | {
"intermediate": 0.6555959582328796,
"beginner": 0.15946125984191895,
"expert": 0.184942826628685
} |
34,952 | Hey can you please create a method in c# that can remove all numbers of one particular parity (odd or even numbers) from an array. I.e. “RemoveParityNumbers(string parity)”. That parity string can be “odd” or “even”. Make it without suing ling class | 56f288cf0dc79bf7891ece3b7c023d78 | {
"intermediate": 0.6420834064483643,
"beginner": 0.16858550906181335,
"expert": 0.1893310844898224
} |
34,953 | i have a proxy that set on a port on 127.0.0.1 on my linux laptop, how redirect it to my local ip address, so all other devices in my lan can access that by my local ip address? | daf94c613776b9cacf13ee0b46cc16dd | {
"intermediate": 0.4411076307296753,
"beginner": 0.28545135259628296,
"expert": 0.27344101667404175
} |
34,954 | Here is a story. Write a script based on this story, but with a female hypnotist instead. Change some of it to keep it fresh. | 2be150ebd1b849fd3e29cd8992672901 | {
"intermediate": 0.3418903052806854,
"beginner": 0.3319343626499176,
"expert": 0.3261753022670746
} |
34,955 | can you please optimise the code in c # below without using linq or any other classes, only by using iterartions
using System;
public class ParityRemover
{
// Main method to test the RemoveParityNumbers method
static void Main(string[] args)
{
int[] numbers = new[] { 6, 12, 7, 31, 7, 2, 0, 8, 9 };... | 8f66a0fb1fc6475535c9ec87a590452e | {
"intermediate": 0.3493039906024933,
"beginner": 0.2843780219554901,
"expert": 0.366318017244339
} |
34,956 | Can you generate a qmsh script that creates a rook piece from the game of chess?
https://www.qmsh.org/documents/qmsh_summary_poster.pdf | 2b38d86ef4c394d9d3d2b090e419a0bd | {
"intermediate": 0.25657030940055847,
"beginner": 0.3293742537498474,
"expert": 0.4140554368495941
} |
34,957 | I'm going to show you a part of my Unity script.
Tell me every possible code optimization that you see.
<script>
public void Grow(float feed)
{
if (feed <= 1e-7 || feed != feed)
{
//Debug.LogWarning(feed + " feed given");
return;
}
cumulativeFeedAmount += feed... | 679a5ffdde1a5e34036c9ebb1be55d5f | {
"intermediate": 0.357423335313797,
"beginner": 0.3208220303058624,
"expert": 0.3217545747756958
} |
34,958 | hi | 1733df560f07c3c857b5ec1b8f83c046 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
34,959 | i need to play h265 channel in react player but playing as a audio ? | 30dbb0d1ce1d88a335ab14d9ab7bedac | {
"intermediate": 0.4582858383655548,
"beginner": 0.21418620645999908,
"expert": 0.3275279402732849
} |
34,960 | make a football game | 2a8ead0a61db7d04862b0d43eb35b1e4 | {
"intermediate": 0.31819891929626465,
"beginner": 0.4474743902683258,
"expert": 0.23432666063308716
} |
34,961 | Can you help me port a linux appto windows, this app was written in Python | ff1eb402644d901faea01bf0cc03cd2d | {
"intermediate": 0.5928176641464233,
"beginner": 0.18930335342884064,
"expert": 0.21787893772125244
} |
34,962 | You were working through explaining my code to me when the connection was interrupted, please carry on from where you were : It appears that you intended to include a piece of SPARK Ada code, but the code itself is missing from your message. If you provide the code, I can help you understand, analyze, or answer questio... | a58533192977fa1d387b8f98072feeb0 | {
"intermediate": 0.3155958354473114,
"beginner": 0.435233473777771,
"expert": 0.24917075037956238
} |
34,963 | make a cricket game | ed8a447218f430bb5d3ef931a5b4346e | {
"intermediate": 0.3501223027706146,
"beginner": 0.3957347273826599,
"expert": 0.2541430592536926
} |
34,964 | Can you generate a Blender python script that creates a rook piece from the game of chess? | d275255199181c1841b073cabb3d7186 | {
"intermediate": 0.3706014156341553,
"beginner": 0.23404575884342194,
"expert": 0.395352840423584
} |
34,965 | <div className={styles.info}>
<PopupButton onToggle={handlePopupToggle} buttonText="i" alignLeft buttonTextColor='#749AAB' text="What's this">
</PopupButton>
</div>
)} I have this code and I would like to know syntax for adding more code below it that is not bolded. Right now, ... | 1ca720b189babafff300750249304d0b | {
"intermediate": 0.30994024872779846,
"beginner": 0.49756956100463867,
"expert": 0.19249024987220764
} |
34,966 | На C# нужно реализовать метод(ChangePrice) в классе ChangePriceToUp который вызывается нажатием кнопки на форме MainMenu
Поиск числа и проверка пикселя будет происходит в координате 1335, 325 (это верхняя левая точка) размер прямоугольника 100 на 20. Проверка пикселя в этом прямоугольнике на координате 98, 18
Метод дол... | 40fdb80f12b68258460f69aa99d4cfc8 | {
"intermediate": 0.22980014979839325,
"beginner": 0.5849962830543518,
"expert": 0.18520359694957733
} |
34,967 | Error: Cask adoptopenjdk8 exists in multiple taps:
homebrew/cask-versions/adoptopenjdk8
adoptopenjdk/openjdk/adoptopenjdk8 | 8314388b10c0e4cc9735e41620ab2757 | {
"intermediate": 0.45744073390960693,
"beginner": 0.2924412786960602,
"expert": 0.2501180171966553
} |
34,968 | write the instgram homepage code on flutter | d60d9178ed8ef2ceead13ab43e432c97 | {
"intermediate": 0.34408530592918396,
"beginner": 0.29229724407196045,
"expert": 0.3636174499988556
} |
34,969 | how to change amount of spaces in tabs on kitty terminal emulator. Plz answer without explaining what is kitty | 5802b5bb0d485718e855e70ca8876aa5 | {
"intermediate": 0.3099459707736969,
"beginner": 0.31930118799209595,
"expert": 0.3707527816295624
} |
34,970 | I am getting a crash with wow 3.3.5a
is application has encountered a critical error:
ERROR #132 (0>85100084) Fatal Exception
Program: D:\Games\Other\Warmane\Warmane\wow.exe
Exception: OXCOOOOOOS (ACCESS_VIOLATION) at 0023:0041187
e instruction at "0>00411 EB7" referenced memory at
'Ox30E67000".
e memory could not be '... | 5cfb5af175c18048640679998dcd449f | {
"intermediate": 0.439253568649292,
"beginner": 0.2211439460515976,
"expert": 0.3396024703979492
} |
34,971 | how to know which version of sdk you are using | 0a589fa8f7c064b8813c0701a64ab6b3 | {
"intermediate": 0.3171960711479187,
"beginner": 0.3248324692249298,
"expert": 0.35797151923179626
} |
34,972 | ✖ Android SDK - Required for building and installing your app on Android
- Versions found: N/A
- Version supported: 34.0.0 in react native app | 9e2fbf8981321cbf7a2316282adf4094 | {
"intermediate": 0.4049089252948761,
"beginner": 0.30084431171417236,
"expert": 0.29424676299095154
} |
34,973 | can you illustrate the nvram module of autosar? | 7c72fa26f4dd355c5d6eb21f2ad7ccc3 | {
"intermediate": 0.4435770809650421,
"beginner": 0.2381192147731781,
"expert": 0.3183037340641022
} |
34,974 | how to change default text editor ranger. answer without explaining what is ranger | fa5b308f4fa58329c098ba4d122a550a | {
"intermediate": 0.27096274495124817,
"beginner": 0.3745169937610626,
"expert": 0.35452020168304443
} |
34,975 | how to view the docker image registry for us-docker.pkg.dev | 7c9f4d375bc58c6ceab9db0c0c1e9926 | {
"intermediate": 0.34455299377441406,
"beginner": 0.33684948086738586,
"expert": 0.31859755516052246
} |
34,976 | I have this dxvk.conf specific for wow 3.3.5a private server (warmane) but it is optimized for APU... can you optimize it for real hardware like mine?
here's the dxvk.conf
#UPDATED: 2023-Abril-29 Experimental Smoothy v3.0 for the dxvk Version 1.2-3
#DXVK configuration for GPUs (NVIDIA & AMD). For testing with Intel AR... | 3557e5c6d5dbbe37f3b6e9d78cb82d5b | {
"intermediate": 0.37162286043167114,
"beginner": 0.3251751661300659,
"expert": 0.30320197343826294
} |
34,977 | The conditions for expanding production in the neoclassical theory of the firm are | 2ced9fa87e53bec07b839d7814dc296f | {
"intermediate": 0.42769452929496765,
"beginner": 0.3197742700576782,
"expert": 0.2525312304496765
} |
34,978 | I need a python script to check if .log file contains the word identical | 9f80f4660f0ea8e6eccc49c607f1cd3d | {
"intermediate": 0.4953850507736206,
"beginner": 0.18242381513118744,
"expert": 0.3221910893917084
} |
34,979 | To find the 8-bit 2's complement representation of the decimal number 214, follow these steps: | 8979694d01184a0230ce902486542782 | {
"intermediate": 0.3029817044734955,
"beginner": 0.2719171345233917,
"expert": 0.4251011908054352
} |
34,980 | Consider the following relation:
TEMP AGENCY
Some of the requirements that this table is based on are as follows:
Each temporary worker has a unique TempID, and a non-unique TempName.
Each employer has a unique EID, and a non-unique EName.
Each job has a unique JobID, and a job type.
Each job type has a unique ... | 352439fc16beef20978a49f8e0cc36d2 | {
"intermediate": 0.28369811177253723,
"beginner": 0.29025891423225403,
"expert": 0.42604297399520874
} |
34,981 | Как вывести результат на label1 из этого метода
public bool IsOurNumber(Bitmap bmp)
{
// Цвет числа, когда оно является “нашим”
Color ourNumberColor = Color.FromArgb(255, 176, 148, 124);
// Допуск по каждому из цветовых компонентов
int tolerance = 2;
// Проверяем цвет пикселя в нижнем правом углу (чуть внутри от края)... | d1888f91d2741e339c859b57ea24c9a1 | {
"intermediate": 0.35658425092697144,
"beginner": 0.36759868264198303,
"expert": 0.2758170962333679
} |
34,982 | We are modeling a safety-critical system using SPARK Ada, the system is a simple Rocket Control System. Here is the code, first for Rocket_Control_System.ads: pragma SPARK_Mode (On);
with SPARK.Text_IO;
use SPARK.Text_IO;
package Rocket_Control_System is
Max_Current : constant Integer := 100;
Critical_Current ... | 01877c55ef11a901f7a5a50f0f750480 | {
"intermediate": 0.28014063835144043,
"beginner": 0.4371386468410492,
"expert": 0.282720685005188
} |
34,983 | Can you generate an OpenSCAD script that creates a rook piece from the game of chess? | a16fd26405409a9df7da06573cf9e255 | {
"intermediate": 0.38603779673576355,
"beginner": 0.2684033215045929,
"expert": 0.34555891156196594
} |
34,984 | Given the following recurrences, what is the runtime of the algorithm?
T(n) = { 16T(n/4) + O(n^2) n > 1
1 n = 1 } | 68e2d9a8a46d5269aa0edf46686271ff | {
"intermediate": 0.07547837495803833,
"beginner": 0.11023274064064026,
"expert": 0.814288854598999
} |
34,985 | I want my math ai tutor built using gpt-4, react.js, and node.js to run on a link and to have several people be able to use the link. can aws lambda do this? | 0b998a70fde1e8ea2c35adb908f35777 | {
"intermediate": 0.6520546078681946,
"beginner": 0.19348029792308807,
"expert": 0.15446507930755615
} |
34,986 | you here? | 417d90c251f60f38fcc976ef05b4ea8c | {
"intermediate": 0.3698759973049164,
"beginner": 0.2779976427555084,
"expert": 0.3521263897418976
} |
34,987 | 如何解决:
F:\Flowise>yarn install
yarn install v1.22.19
info No lockfile found.
[1/5] Validating package.json...
error flowise@1.4.5: The engine "node" is incompatible with this module. Expected version ">=18.15.0". Got "18.12.1"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/install for docu... | 9486e482a018ca9dd85e856dcd3d4416 | {
"intermediate": 0.35925474762916565,
"beginner": 0.3078477680683136,
"expert": 0.33289745450019836
} |
34,988 | Which AI model is this? | 700165119a6f94ffceff2bcf33ecb34c | {
"intermediate": 0.0487225204706192,
"beginner": 0.048130955547094345,
"expert": 0.9031465649604797
} |
34,989 | SELECT release_year, COUNT(Movie_name) AS No_Of_Movies
FROM Movie
GROUP BY release_year
HAVING COUNT(Movie_name) > 1; ... | 4babe56c24ff9535793526671daad64d | {
"intermediate": 0.3033161163330078,
"beginner": 0.4436526894569397,
"expert": 0.2530311048030853
} |
34,990 | this is a nextflow script:
workflow {
dir = params.dir
meta = params.meta
group = params.group
name = ???
the params.group will look like this: m1.txt
for the name variable I want to split that by '.' and store m1 to name | e23c43268e91324c943b350da287a31c | {
"intermediate": 0.31125596165657043,
"beginner": 0.2948456108570099,
"expert": 0.3938983976840973
} |
34,991 | Get the latest updates as soon as they're available
This setting isn't available due to your organization's policy | 01925a51b201f828854c94acd0c316d5 | {
"intermediate": 0.27709344029426575,
"beginner": 0.2981339991092682,
"expert": 0.42477256059646606
} |
34,992 | What is a list of adb shell tweaks for samsung phones for better performance? | 1dae5627ffef8e6f0795b19d62537426 | {
"intermediate": 0.28923240303993225,
"beginner": 0.3068324029445648,
"expert": 0.4039352238178253
} |
34,993 | if there are 10 books in a room, and I read 2, how many are left | e71f60cc3e92d5adc12c9081da2c7280 | {
"intermediate": 0.315620094537735,
"beginner": 0.3900417387485504,
"expert": 0.2943381667137146
} |
34,994 | How do i optimize battery life on samsung s23 through adb commands | 974fed14b1917098bd5e4f11cd313668 | {
"intermediate": 0.2635563611984253,
"beginner": 0.22223475575447083,
"expert": 0.5142088532447815
} |
34,995 | 请帮我修改代码
key = cv2.waitKey(0)
if key == ord('q'):
break
elif key == ord('e'):
i-=1
break
else:
i=len(self.depth_p... | da0d26aec30419189a43912bedd5348d | {
"intermediate": 0.2963554561138153,
"beginner": 0.497334748506546,
"expert": 0.20630979537963867
} |
34,996 | How to remove all lines in notepad++ starting with a # | 2ba79d4b1ab2390c741b1a0d4d8fad6d | {
"intermediate": 0.3063642084598541,
"beginner": 0.39386266469955444,
"expert": 0.29977312684059143
} |
34,997 | How do i repair action center in windows 11 | b99837d22b259bd169cb4cc74e3d3b10 | {
"intermediate": 0.396251916885376,
"beginner": 0.3030068278312683,
"expert": 0.3007412850856781
} |
34,998 | How do i repair windows 11 action center through registry? | ffeeb0c2698163d6ce737c3a27c1adbe | {
"intermediate": 0.3509942293167114,
"beginner": 0.38762617111206055,
"expert": 0.26137956976890564
} |
34,999 | Исправь код на c++: #include <iostream>
using namespace std;
class ScalarVector
{
private:
float x0;
float y0;
float x;
float y;
public:
ScalarVector(){}
ScalarVector(float x1,float y1,float x2, float y2):x0(x1),y0(y1),x(x2),y(y2){}
void set_x0(float x_0){x0=x_0;}
void set_y0(float y_0... | 4c6ebc11a62ba1347ff264fbbe38e12a | {
"intermediate": 0.39160898327827454,
"beginner": 0.39943650364875793,
"expert": 0.20895451307296753
} |
35,000 | FROM [Posts] AS [p]
LEFT JOIN [Account] AS [a] ON [p].[AccountID] = [a].[AccoutID]
LEFT JOIN [Categories] AS [c] ON [p].[CatID] = [c].[CatID]
fail: Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware[1]
An unhandled exception has occurred while executing the request.
System.NullRef... | 9b911799ccab7a4ed567d0bd5984ed3c | {
"intermediate": 0.26380035281181335,
"beginner": 0.5008204579353333,
"expert": 0.2353791743516922
} |
35,001 | seeRandom[24];
a = 0;
b = 808;
c = 204;
iI = 17;
p = 2537140233079;
P = {2198812211451, 2124337351910};
q = 2537141457007;
s = RandomInteger[{1, q}]
k = RandomInteger[{1, q}]
txt = “Номер документа - 0020234979
Фамилия - Скопич
Имя - Иван
Отчество - Игоревич
Группа - А-08М-23
Номер по списку в группе - 24
Дата выдачи -... | b8f813b63dc7e20741ebbfab6c00b190 | {
"intermediate": 0.24898962676525116,
"beginner": 0.5256257057189941,
"expert": 0.2253846675157547
} |
35,002 | Icewarp/13.0.3.10 RHEL7 X64 Version can you please share the severity of this VAPT Test with regards to "server version(RHEL7) should not be displayed | 66937526bf023e32c48f266958fc88d6 | {
"intermediate": 0.33224043250083923,
"beginner": 0.26400652527809143,
"expert": 0.4037530720233917
} |
35,003 | Please make for this code C++ header .h file with class and method prototypes:
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <limits>
#include <string>
using namespace std;
// Паттерн Singleton для логгера
class Logger {
private:
ofstream logFile;
static Logger* instance;
// Прива... | e643ac5eb23f98bc1c4bc9388cf32a87 | {
"intermediate": 0.33950331807136536,
"beginner": 0.37134256958961487,
"expert": 0.2891540825366974
} |
35,004 | write python code that creates a simple html website that has a login with username and password with a max of 1 guess per second and a secondary page that shows the username and info stored about the user | 08ec99bc070d103265dfab051810f3ba | {
"intermediate": 0.3494037985801697,
"beginner": 0.2177671641111374,
"expert": 0.43282902240753174
} |
35,005 | When I try to compilate my C++ program using gcc I get errors:
main.cpp:12:7: error: redefinition of 'class Logger'
class Logger {
^~~~~~
In file included from main.cpp:6:0:
Logger.h:9:7: error: previous definition of 'class Logger'
class Logger {
^~~~~~
main.cpp:56:7: error: redefinition of 'class Paym... | df23d5a3741fa0ee9e0b2a646a8d74c1 | {
"intermediate": 0.29677614569664,
"beginner": 0.3919481933116913,
"expert": 0.3112757205963135
} |
35,006 | how to use put_flash/3 in elixir phoenix liveviw | e3e96833f362f8cb48fb7955b15d7ff9 | {
"intermediate": 0.6534179449081421,
"beginner": 0.12792301177978516,
"expert": 0.21865910291671753
} |
35,007 | Write a library in C++ to generate passwords. The library consists of one file (.cpp). The library allows you to generate passwords in String format with the following parameters:
- Password length;
- Symbols used: lowercase, uppercase letters, numbers, special characters;
- Number of generated passwords.
The library a... | 4c1b39e0f8a5a0cdeeff59d2e092d80e | {
"intermediate": 0.3043457865715027,
"beginner": 0.4897701144218445,
"expert": 0.2058841735124588
} |
35,008 | public static int? RecognizeNumberAndAddOne(Bitmap bitmapImage)
{
try
{
// Создаем изображение Emgu.CV из Bitmap
using (Image<Bgr, byte> img = new Image<Bgr, byte>(bitmapImage))
{
using (Tesseract tesseract = new Tessera... | ce0ec930cbd5124b4c935f2d263ded90 | {
"intermediate": 0.4034505784511566,
"beginner": 0.44835472106933594,
"expert": 0.14819467067718506
} |
35,009 | Add property to javascript object on condition; | 1c9c2644cbc88d029d81cc594e37d121 | {
"intermediate": 0.40197208523750305,
"beginner": 0.2422192543745041,
"expert": 0.35580870509147644
} |
35,010 | what i need to know to use vim instead of jetbrains ide | 564697c9bf6d750b68444a69ff216b77 | {
"intermediate": 0.24153576791286469,
"beginner": 0.4059566855430603,
"expert": 0.3525075316429138
} |
35,011 | Как в этом методе, если число не наше,
public int? CheckPrice()
{
using (Bitmap bmpScreenshot = new Bitmap(100, 20, PixelFormat.Format32bppArgb))
using (Graphics gfxScreenshot = Graphics.FromImage(bmpScreenshot))
{
gfxScreenshot.CopyFromScreen(1335, 3... | 4aafdb86ed67d8d774bd6e4fa2b9954f | {
"intermediate": 0.49503791332244873,
"beginner": 0.3765350580215454,
"expert": 0.12842701375484467
} |
35,012 | Нужно чтобы в другом классе при нажатии кнопки в другом классе, происходило следующее: проверка наше число или нет, если нет то распознается число, и выводится число в label1 в той же форме где и кнопка
public class ChangePricesToUp
{
//
[DllImport("user32.dll", SetLastError = true)]
s... | aaff9a41a2cc0340cf9788e47b861473 | {
"intermediate": 0.24883536994457245,
"beginner": 0.5165353417396545,
"expert": 0.23462927341461182
} |
35,013 | how to make ranger open html files in vim? | f278a11dc1945c288d48fce6b0b8e66f | {
"intermediate": 0.4283382296562195,
"beginner": 0.32475149631500244,
"expert": 0.24691027402877808
} |
35,014 | 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... | e63dedfae1cda9edf08ab8573eed75b1 | {
"intermediate": 0.3397374749183655,
"beginner": 0.4271845817565918,
"expert": 0.2330779731273651
} |
35,015 | I am having trouble with my one ui 5.1 phone. I have gesture navigation enabled and I'm trying to swipe up from the middle to view my recent apps but it doesn't do anything | db35283dae1a9d74620e5ae2ac7542f2 | {
"intermediate": 0.2923433482646942,
"beginner": 0.2684357762336731,
"expert": 0.4392208158969879
} |
35,016 | how do i reset the one ui 5.1 setting through adb that resets the navigational bar settings but not my other settings | 47f9b580da003d2c9a39234e54a617e5 | {
"intermediate": 0.5043439865112305,
"beginner": 0.2484596073627472,
"expert": 0.24719634652137756
} |
35,017 | What are some adb commands that i can do to affect the navigational bar such as |
adb shell settings put global *******
or
adb shell settings put system
or
adb shell settings put secure | d21d3b335bad0f373aa53b64b5d4107a | {
"intermediate": 0.3745565116405487,
"beginner": 0.36347317695617676,
"expert": 0.2619703412055969
} |
35,018 | In c# - what does this operator means? !. | b06f17743b1a6fc4bc009130ffa53fa5 | {
"intermediate": 0.4802153408527374,
"beginner": 0.3324334919452667,
"expert": 0.18735116720199585
} |
35,019 | #pragma once
#include "Arguments.h"
#include <string>
#include <vector>
namespace ArgumentParser {
class ArgParser {
public:
ArgParser(const std::string& name)
: parser_name_(name)
{}
~ArgParser() {};
bool Parse(std::vector<std::string> args);
String& AddStringArgument(const std::string ... | 1ec64fd4184ea2d33dd027a89c8040e4 | {
"intermediate": 0.32308661937713623,
"beginner": 0.5003145337104797,
"expert": 0.17659886181354523
} |
35,020 | Как вызвать этот метод
public int? CheckPrice()
{
using (Bitmap bmpScreenshot = new Bitmap(100, 20, PixelFormat.Format32bppArgb))
using (Graphics gfxScreenshot = Graphics.FromImage(bmpScreenshot))
{
gfxScreenshot.CopyFromScreen(1335, 325, 0, 0, new Si... | dd57375c61da7e8990a219d80cbbff6c | {
"intermediate": 0.3727644979953766,
"beginner": 0.3309578001499176,
"expert": 0.2962777614593506
} |
35,021 | var base_url = "https://raw.githubusercontent.com/ading2210/edulastic-tools/main"
if (typeof document.dev_env != "undefined") {
base_url = document.dev_env;
}
async function get_hash(str) {
if (!window.TextEncoder || !crypto.subtle.digest) {
return "";
}
let str_encoded = new TextEncoder().enco... | 9e7fed3172427715a2ae4a82eb2cf567 | {
"intermediate": 0.38752755522727966,
"beginner": 0.22550873458385468,
"expert": 0.3869636654853821
} |
35,022 | I did a LOT of adb shell settings put system
adb shell settings put global
is there an easy way to reset them all? | 81072e5e03ee0d8d4b2764c6a7a80e3e | {
"intermediate": 0.40029436349868774,
"beginner": 0.36637648940086365,
"expert": 0.2333291471004486
} |
35,023 | Hey, can you please revise part of my code in c#:
if (!isArrayCreated) // Проверка на существование массива
{
OutputColoredLine("red", "Ошибка: массива не существует, сначала создайте его");
break;
}
Console.WriteLine("Что вы хотите добавить в начало массива?\n1. Cлучайные числа\n2. Числа, введенные с клави... | 2214e52efad2364d975a710b31e70de1 | {
"intermediate": 0.31070950627326965,
"beginner": 0.5103281736373901,
"expert": 0.1789623647928238
} |
35,024 | Сделай вывод строки pixelColor в label1, который находится в другой форме MainMenu. Этот метод находится в классе ChangePricesToUp
public bool IsColorSimilar(Color color1, Color color2, int tolerance)
{
return Math.Abs(color1.R - color2.R) <= tolerance &&
Math.Abs(color1... | 773ec31d44a1bdba989c2c2dc9bb9721 | {
"intermediate": 0.26860374212265015,
"beginner": 0.3911851644515991,
"expert": 0.34021109342575073
} |
35,025 | write a code for Hi there, I'm Karthi 👋 I'm a generalist innovator,currently working with BSGW on a software utility and developing a healthcare project with CII's mentorship program. I'm also a prefinal year B.Tech IT student in KCT. 🔭 I’m currently working on: A Translator Utility Project with Bosh Global Software ... | e91ac74bde98fba75f62c82beab9f725 | {
"intermediate": 0.4914209544658661,
"beginner": 0.2632569968700409,
"expert": 0.24532203376293182
} |
35,026 | What would be the 2023 version of this command if I want to recompile all apps for max speed?
adb shell pm compile -a -f --check-prof false -m speed | 308c1f52827ac769f08181bbd0a9dff4 | {
"intermediate": 0.3319270610809326,
"beginner": 0.2260887622833252,
"expert": 0.4419841766357422
} |
35,027 | Is there a better version of this command in 2023
adb shell pm compile -a -f --check-prof false -m speed | f7d84d21b7d1074ac07314fa8902ee02 | {
"intermediate": 0.33405137062072754,
"beginner": 0.26816898584365845,
"expert": 0.3977796733379364
} |
35,028 | Can you just give me all the performance tweaks and everything that will disable debugging or logging that will most likely work for a fire tv stick 4k max which is a android tv sort of device? I just want max performance. I don't care about any battery saving or anything to do with networking or wifi or data or any to... | e2bea1d560f81b049c9cd91c145b513b | {
"intermediate": 0.44815149903297424,
"beginner": 0.3683721125125885,
"expert": 0.18347641825675964
} |
35,029 | please professionally and eloquently answer the following question in as much detail as possible with harvard references and a referencing section whilst also ensuring that the answer is abundant in detail, is as comprehensive as possible and demonstrates extensive research whilst being as well structured, in depth and... | d09e667e15e5c42cd2d026089b85da95 | {
"intermediate": 0.22371211647987366,
"beginner": 0.17850922048091888,
"expert": 0.5977786779403687
} |
35,030 | Can you just give me all the performance tweaks and everything that will disable debugging or logging that will most likely work for a fire tv stick 4k max which is a android tv sort of device? I just want max performance. I don't care about any battery saving or anything to do with networking or wifi or data or any to... | 64279db4fbb13d0545bc2fdee8afec08 | {
"intermediate": 0.3299092948436737,
"beginner": 0.380624383687973,
"expert": 0.28946638107299805
} |
35,031 | Can you just give me all the performance tweaks and everything that will disable debugging or logging that will most likely work for a fire tv stick 4k max which is a android tv sort of device? I just want max performance. I don't care about any battery saving or anything to do with networking or wifi or data or any to... | a578da53d0f276d19444ea242b88a464 | {
"intermediate": 0.3186112940311432,
"beginner": 0.3867407739162445,
"expert": 0.2946479320526123
} |
35,032 | adb shell settings put commands for android tv or fire tv for maximum performance and enabling hw accelleration | 9f85291124e8c9e64ea746169b7d9791 | {
"intermediate": 0.3119466006755829,
"beginner": 0.16089119017124176,
"expert": 0.5271622538566589
} |
35,033 | how do i run a 2nd adb shell set of commands on a 2nd device without interrupting my 1st one | cecc1674cc0c8caf17cf3ee2bd6dd30e | {
"intermediate": 0.47192031145095825,
"beginner": 0.2268691509962082,
"expert": 0.30121055245399475
} |
35,034 | I have created a text-to-python model using keras layers, you will need these constants: MAX_INSTRUCTION_LENGTH = 50 # Adjust according to your dataset
MAX_OUTPUT_LENGTH = 50 # Adjust according to your dataset
EMBEDDING_DIM = 64
LSTM_UNITS = 128 to generate a python code for loading and running the pretrained m... | 252123cd10f54bbb9141b2edd13a9ef3 | {
"intermediate": 0.21367807686328888,
"beginner": 0.12546011805534363,
"expert": 0.6608617305755615
} |
35,035 | import random
# Hiragana characters and their readings
hiragana = {
"あ": "a",
"い": "i",
"う": "u",
"え": "e",
"お": "o",
"か": "ka",
"き": "ki",
"く": "ku",
"け": "ke",
"こ": "ko",
"さ": "sa",
"し": "shi",
"す": "su",
"せ": "se",
"そ": "so",
"た": "ta",
... | eecd3702a5c6fa2240f65e21810058ac | {
"intermediate": 0.30647867918014526,
"beginner": 0.4502342939376831,
"expert": 0.24328699707984924
} |
35,036 | помоги пне решить задачу 796 с сайта acmp на c# Форматирование текста
(Время: 1 сек. Память: 16 Мб Сложность: 51%)
Многие системы форматирования текста, например TEX или Wiki, используют для разбиения текста на абзацы пустые строки. Текст представляет собой последовательность слов, разделенных пробелами, символами пер... | cd1dc5a3c22af02d2c60c685cf652e13 | {
"intermediate": 0.18087561428546906,
"beginner": 0.6977213025093079,
"expert": 0.12140309065580368
} |
35,037 | Hey, how would you call a method in c# that adds chosen amount of numbers into the beginning of an array. | 57ad282a7d297046c575c39297e2c36a | {
"intermediate": 0.6151973605155945,
"beginner": 0.19201450049877167,
"expert": 0.19278812408447266
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.