row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
33,631
#include <iostream> struct Node { Node* left = nullptr; Node* right = nullptr; Node* parent = nullptr; int profit = 0; int sum = 0; int max = INT_MIN; int min = INT_MAX; }; int max_sum_profit = 0; void CreateTree(Node* root, Node*& cur_root) { char temp; int temp_profit; std::...
dc0973a89a20b69d12764694274c7b9f
{ "intermediate": 0.29866668581962585, "beginner": 0.4020538628101349, "expert": 0.29927942156791687 }
33,632
Here is a unity 2020.6.f script, please just remember it for reference. using UnityEngine; using System.Collections; using System.Collections.Generic; using System.IO; using System; using UnityEngine.EventSystems; using UnityEngine.SceneManagement; #if UNITY_EDITOR using UnityEditor; using UnityEditor.SceneManagement;...
ed05ebc20f25285e3fcfab6289d3d7cb
{ "intermediate": 0.34681347012519836, "beginner": 0.3487759232521057, "expert": 0.3044106364250183 }
33,633
How do I enable private internet on android through adb? I know there's a 2 part shell command to set the DNS-over-TLS. What are the 2 commands? Please do not explain just want the 2 commands
f4d03c14464709f0da08c778892bdd47
{ "intermediate": 0.4677041172981262, "beginner": 0.26870253682136536, "expert": 0.26359331607818604 }
33,634
Hi, Can you please edit this unity script so that when grinding occurs the board is attached in the center almost magnetically so the character is the correct way up. Also Could you make it so that the player can activate the grind and have it follow on the direction the player started grinding at? unity 2020.6.f using...
02ccef8b5e2a193da45e156a64b85cb5
{ "intermediate": 0.367779403924942, "beginner": 0.41342082619667053, "expert": 0.21879982948303223 }
33,635
create ascript for acoverting landing page for belbet Онлайн-лотерея app in russian language that works on blogger
4251d8d50e64ebce592f96c8a0416fbb
{ "intermediate": 0.39881888031959534, "beginner": 0.23941083252429962, "expert": 0.36177027225494385 }
33,636
libadb.so: more than one device/emulator
d67224b65e060840dbf69575c91a4eb6
{ "intermediate": 0.5024913549423218, "beginner": 0.24380943179130554, "expert": 0.25369927287101746 }
33,637
give me code to create a program
aa7b9773d2a1377230a03599d41bb63e
{ "intermediate": 0.2845104932785034, "beginner": 0.3362829387187958, "expert": 0.3792065978050232 }
33,638
How to build a reward dapp using ReactJs
a2083de3c7ac4acc015d64aa6aeb5131
{ "intermediate": 0.37360185384750366, "beginner": 0.4064767062664032, "expert": 0.2199215143918991 }
33,639
Не работает скрипт на Lue (Riblox Studio) Должен показывать количество монет в табличке скрипт: local abbreviationslocal abbreviations = {"","T", "M", "МЛ", "TР", "КВА", "КВИ", "СЕК", "СЕП", "ОК", "НA", "ДЕ"} local function Format(value, idp) local ex = math.floor(math.log(math.max(1, math.abs(value)),1000)) loca...
00d4be4f294499cb83315580aa8bf5de
{ "intermediate": 0.2781233787536621, "beginner": 0.4750986397266388, "expert": 0.24677804112434387 }
33,640
Добавь коменты в этот код :#include <windows.h> #include "MinHook/MinHook.h" #if _WIN64 #pragma comment(lib, "MinHook/libMinHook.x64.lib") #else #pragma comment(lib, "MinHook/libMinHook.x86.lib") #endif #include "../Anticheat_VERY_NICE_BLAT/imgui/imgui.h" #include "../Anticheat_VERY_NICE_BLAT/imgui/imgui_impl_win3...
23ee71934d5f7643ed7d528ab06c4e14
{ "intermediate": 0.3666311502456665, "beginner": 0.370138555765152, "expert": 0.2632303237915039 }
33,641
package main import ( "context" "encoding/json" "fmt" "io/ioutil" "log" "net/http" "os" "strings" "time" "github.com/chromedp/chromedp" ) func main() { if len(os.Args) < 2 { fmt.Println("Usage: go run main.go <url>") return } url := os.Args[1] if err := playVideo(url); err != nil { log.Fatal("Er...
1ea2179f8c2737dac828d8226ce6a502
{ "intermediate": 0.3261679410934448, "beginner": 0.42870065569877625, "expert": 0.24513140320777893 }
33,642
hey
69e12eeb5f8744ad637e84c3620c37fd
{ "intermediate": 0.33180856704711914, "beginner": 0.2916048467159271, "expert": 0.3765866458415985 }
33,643
Исправь ошибку Traceback (most recent call last): File "C:\Users\Admin\PycharmProjects\pythonProject15\main.py", line 70, in <module> if name =='main': NameError: name 'name' is not defined в коде if name =='main': main_loop()
9c4f1e83a71bdabd04d4ac056f532af8
{ "intermediate": 0.3029527962207794, "beginner": 0.5374210476875305, "expert": 0.15962618589401245 }
33,644
Максимально сожми этот код : #define WIN32_LEAN_AND_MEAN #include <windows.h> #include "MinHook/MinHook.h" #if _WIN64 #pragma comment(lib, "MinHook/libMinHook.x64.lib") #else #pragma comment(lib, "MinHook/libMinHook.x86.lib") #endif #include "ImGui/imgui.h" #include "ImGui/imgui_impl_win32.h" #include "ImGui/imgui_i...
d472aadf168dabfe2911503f137907bb
{ "intermediate": 0.4363636076450348, "beginner": 0.3553493022918701, "expert": 0.2082870751619339 }
33,645
улучши код : #define WIN32_LEAN_AND_MEAN #include <windows.h> #include “MinHook/MinHook.h” #include “ImGui/imgui.h” #include “ImGui/imgui_impl_win32.h” #include “ImGui/imgui_impl_dx11.h” #include <d3d11.h> HINSTANCE dll_handle; typedef long(__stdcall* present)(IDXGISwapChain*, UINT, UINT); present p_present; present ...
42bc022dc078438e26b54e31852e0568
{ "intermediate": 0.3507382273674011, "beginner": 0.3950165808200836, "expert": 0.25424522161483765 }
33,646
Hi, please convert this nodejs script to golang script which uses go-rod which is equivalent to puppeteer-core: const puppeteer = require('puppeteer-core'); const request = require('request'); const url = process.argv[2]; playVideo(url).catch(error => { console.error('Error:', error); }); async function playVideo(u...
beac14ef1632970e56ccd075030201b8
{ "intermediate": 0.33009445667266846, "beginner": 0.4175342619419098, "expert": 0.25237131118774414 }
33,647
const puppeteer = require('puppeteer-core'); const request = require('request'); const url = process.argv[2]; playVideo(url).catch(error => { console.error('Error:', error); }); async function playVideo(url) { const browser = await puppeteer.launch({ executablePath: './chrome-linux/chrome', headless: true...
91345a88bc0f5822e10bc22ab49b7b89
{ "intermediate": 0.29771605134010315, "beginner": 0.48795077204704285, "expert": 0.21433314681053162 }
33,648
const puppeteer = require('puppeteer-core'); const request = require('request'); const url = process.argv[2]; playVideo(url).catch(error => { console.error('Error:', error); }); async function playVideo(url) { const browser = await puppeteer.launch({ executablePath: './chrome-linux/chrome', headless: true...
4f126e8f0f82028e04ba439597ee7ea4
{ "intermediate": 0.29771605134010315, "beginner": 0.48795077204704285, "expert": 0.21433314681053162 }
33,649
const puppeteer = require('puppeteer-core'); const request = require('request'); const url = process.argv[2]; playVideo(url).catch(error => { console.error('Error:', error); }); async function playVideo(url) { const browser = await puppeteer.launch({ executablePath: './chrome-linux/chrome', headless: true...
3e4d454458c0044e6140cfb8c386caf5
{ "intermediate": 0.29771605134010315, "beginner": 0.48795077204704285, "expert": 0.21433314681053162 }
33,650
Write me extension.ts for vs code, which will consist of extension.ts and package.json files. In extension.ts write the following functionality: I want there to be a google window in vs code
5290262dd80b20aa7b8dcd8d5720e679
{ "intermediate": 0.4412364959716797, "beginner": 0.2425915151834488, "expert": 0.3161720037460327 }
33,651
# <<< CornerDetector >>> RANDOM_ANSWER = np.array([[1, 2], [3, 4], [6, 9]]) COEFFS_KERNEL = np.array( [[1, 1, 1, 1, 1], [1, 5, 5, 5, 1], [1, 5, 0, 5, 1], [1, 5, 5, 5, 1], [1, 1, 1, 1, 1]] ) # noise 0.0-0.2 POTENTIAL_POINTS_NUM_0_2 = 200 ITERATIONS_NUM_0_2 = 1000 IMAGE_THRESHOLD_0_2 = 0 THRESHOLD...
923fda615de67fd2fbdeb930a9677c4c
{ "intermediate": 0.2749686539173126, "beginner": 0.5155635476112366, "expert": 0.20946770906448364 }
33,652
This error:ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <eae584ce26bc40229c1b1aa476bfa589>:0) System...
20412923de6a862c21d2f93671bd35db
{ "intermediate": 0.3500109910964966, "beginner": 0.497997522354126, "expert": 0.15199148654937744 }
33,653
Examine the following code and tell me if there are any errors and how to fix them: import requests import os.path class BookCatalogue: def __init__(self): self.books = [] def add_book(self, title, author, genres, pages, status, start_date, finish_date, rating): book = { 'title':...
259dd37c6a4f341bc4036a5dff5044b7
{ "intermediate": 0.26261380314826965, "beginner": 0.5836068391799927, "expert": 0.15377938747406006 }
33,654
generte matrix for size =10 *10 and content random value and each row one content a1 and row two content a2......and each column one content b1 and column two b2 and first random matrix and each ciel content a1b1 and after ceil a1b2...... each row =equation example first row a1b1+a1b2+a1b3+a1b4+...... =random number an...
b01bfb5435f98f17b839310607b40036
{ "intermediate": 0.27542904019355774, "beginner": 0.18493005633354187, "expert": 0.5396409034729004 }
33,655
CONSTRAINTS: 1. ~4000 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...
f42f337fb2995b9ce636b4876aef1923
{ "intermediate": 0.39838144183158875, "beginner": 0.3576961159706116, "expert": 0.24392247200012207 }
33,656
import * as vscode from 'vscode'; export function activate(context: vscode.ExtensionContext) { const disposable = vscode.commands.registerCommand('googleInVscode.openGoogle', () => { // Create and show a new webview const panel = vscode.window.createWebviewPanel( 'googleSearch', // Iden...
f28503a1766102d0c4cc91d8e434f970
{ "intermediate": 0.29450052976608276, "beginner": 0.4062960147857666, "expert": 0.29920342564582825 }
33,657
Sequence Diagram Authorization Code Flow
1647573ff48337c960e0a08ad1b8e002
{ "intermediate": 0.3572714924812317, "beginner": 0.19059965014457703, "expert": 0.45212891697883606 }
33,658
help me write a quick app for a phone that will take a photo when either volume up or volume down is pressed then send it to a adress
e0be0c35f4d25ed59e13aa4057760a7a
{ "intermediate": 0.36840781569480896, "beginner": 0.23253560066223145, "expert": 0.3990565836429596 }
33,659
import androidx.camera.core.* import androidx.camera.lifecycle.ProcessCameraProvider Unresolved reference: camera
e9ef1133fc955e5111cceb11c3ada443
{ "intermediate": 0.3491579294204712, "beginner": 0.40766632556915283, "expert": 0.2431757003068924 }
33,660
import androidx.camera.core.* import androidx.camera.lifecycle.ProcessCameraProvider Unresolved reference: camera
3d7e59b03c9980481e9e4034604feb8e
{ "intermediate": 0.3491579294204712, "beginner": 0.40766632556915283, "expert": 0.2431757003068924 }
33,661
Write me extension.ts for vs code, which will consist of extension.ts and package.json files. In extension.ts write the following functionality: I want that when I hold down cmd+V I can use the arrows to select what to insert (which saved one)
d1878480f9dffbb64833d7eb2e5d8506
{ "intermediate": 0.3941391110420227, "beginner": 0.2861778736114502, "expert": 0.3196830153465271 }
33,662
alishashelby@MacBook-AlishaShelby H % npm install clipboardy npm ERR! code EACCES npm ERR! syscall open npm ERR! path /Users/alishashelby/.npm/_cacache/index-v5/a1/01/68b0ab940199c5c8cf690d5649365d58528b4a9547e73fd17a6747bbca6c npm ERR! errno EACCES npm ERR! npm ERR! Your cache folder contains root-owned files, due to...
52050e08f05f4cfc8a9e46e30afa1957
{ "intermediate": 0.40539389848709106, "beginner": 0.29742568731307983, "expert": 0.2971803843975067 }
33,663
Mermaid syntax diagram flow for an Authorization Code Flow
d82e2b9cdf57c04021e96348c37edf85
{ "intermediate": 0.23835282027721405, "beginner": 0.5697106719017029, "expert": 0.19193656742572784 }
33,664
The following code is generic and requirements updating with specific details about the LLM model and its configuration parameters. I also want the openpyxl code for automation of Excel-based inputs to amended to the langchain code. from transformers import AutoTokenizer from langchain.schema.messages import AIMessage...
60c0ce1abc5963ff71b1c9cb8717f746
{ "intermediate": 0.33373430371284485, "beginner": 0.46318963170051575, "expert": 0.2030760943889618 }
33,665
The following code is generic and requirements updating with specific details about the LLM model and its configuration parameters. I also want the openpyxl code for automation of Excel-based inputs to amended to the langchain code. The final product needs to be in langchain format, as shown here: from transformers im...
a44ea0698a36796097ef112e42839400
{ "intermediate": 0.4100026488304138, "beginner": 0.4014163315296173, "expert": 0.18858104944229126 }
33,666
alishashelby@MacBook-AlishaShelby H % npm install clipboardy npm ERR! code EACCES npm ERR! syscall open npm ERR! path /Users/alishashelby/.npm/_cacache/index-v5/a1/01/68b0ab940199c5c8cf690d5649365d58528b4a9547e73fd17a6747bbca6c npm ERR! errno EACCES npm ERR! npm ERR! Your cache folder contains root-owned files, due to ...
2c718dd1cca29b030726350f8a32df51
{ "intermediate": 0.39551788568496704, "beginner": 0.2903798222541809, "expert": 0.3141022026538849 }
33,667
explain e -R or recursive in linux like youre talking to a 12 year old
5ada5b8db63536d6bfacb3aaa919d43d
{ "intermediate": 0.19826272130012512, "beginner": 0.6281554698944092, "expert": 0.17358188331127167 }
33,668
import * as vscode from ‘vscode’; import * as clipboardy from ‘clipboardy’; let clipboardHistory: string[] = []; export function activate(context: vscode.ExtensionContext) { // Copy command with clipboard history tracking const copyWithHistoryDisposable = vscode.commands.registerCommand(‘clipboardHistory.copyWithHis...
ba7b921dd86fc595877cb1e2db9cf5aa
{ "intermediate": 0.44084596633911133, "beginner": 0.29805880784988403, "expert": 0.261095255613327 }
33,669
how do you write anested if statement in c++
d397ba397f7bb98ccf664a163c06f118
{ "intermediate": 0.22203899919986725, "beginner": 0.46244171261787415, "expert": 0.3155193030834198 }
33,670
i want you to make this program to do is when i use the snipping tool it will take the cliped image and it will paste it on google translate image then send me the translated image
27f89f910c2bc364afbd8b35fc411ac3
{ "intermediate": 0.3247774839401245, "beginner": 0.1487610936164856, "expert": 0.5264614224433899 }
33,671
which bedual accessories? There are numerous bed accessories available, depending on what you are looking for. Some common bed accessories include: Mattress toppers or pads to provide additional comfort or protect the mattress. Bedside tables or nightstands for storage and convenience. Bedside lamps or re...
a2e2999d382ab4b9fc6f4ef82cf488e3
{ "intermediate": 0.2870343327522278, "beginner": 0.4035356342792511, "expert": 0.30943000316619873 }
33,672
add 30 more governments { Government: [ { Name: "DEMOCRACY", Extra_Tag: "", GOV_GROUP_ID: 0, ACCEPTABLE_TAXATION: 0.1, MIN_GOODS: 0.1, MIN_INVESTMENTS: 0.1, RESEARCH_COST: 0.9, INCOME_TAXATION: 1.1, INCOME_PRODUCTION: 1.4, MILITARY_UPKEEP: 1.3, ADMINISTRATION_COST: 1.00, A...
09f05fbb736a4d3422b6fb599b0ad4ed
{ "intermediate": 0.2861056625843048, "beginner": 0.3998996615409851, "expert": 0.3139946460723877 }
33,673
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigatio...
f94262ef127b9ee572669380fccfc33c
{ "intermediate": 0.3498934507369995, "beginner": 0.4632391035556793, "expert": 0.18686747550964355 }
33,674
Write a C++ program. Create a dynamic array of structs (a customer or a student struct). The atributes are provied by user. Create a function that then prints the array. Create a function which searches for a key in the array's elements
fc0fac4f4b7a50252eb09de86afb5d81
{ "intermediate": 0.23022852838039398, "beginner": 0.5875499844551086, "expert": 0.18222156167030334 }
33,675
5, 2, 7 --- 11, 6, 1, 4 --- 32, 7,2,9 --- 31
6bb6cf0bb9b511f852427e5e5514f8e7
{ "intermediate": 0.32973209023475647, "beginner": 0.3571251332759857, "expert": 0.3131427764892578 }
33,676
Write a Java program to accomplish the following tasks. Task 1: Prompt the user to enter an integer from 1 up to 100 (including 100) The following incorrect inputs are needed to be handled and different error messages should be printed: Out of range and Not an integer If the user failed in entering a correct integer, ...
28fc7355246b3404bdaafe6e1385e30a
{ "intermediate": 0.539362370967865, "beginner": 0.13105075061321259, "expert": 0.3295868933200836 }
33,677
请解释以下代码:class Batch: """Object for holding a batch of data with mask during training.""" def __init__(self, src, tgt=None, pad=2): # 2 = <blank> self.src = src self.src_mask = (src != pad).unsqueeze(-2) if tgt is not None: self.tgt = tgt[:, :-1] self.tgt_y = tgt...
93c4612e281800b75a4b60940e03211f
{ "intermediate": 0.4098006784915924, "beginner": 0.41237032413482666, "expert": 0.17782895267009735 }
33,678
make me a coffee shop website using html, css, javascript. put everything that is necessary and make it look really good and aesthetically pleasing
08b96c0ebfba054acc8d2c0cd2f17214
{ "intermediate": 0.4639855921268463, "beginner": 0.24443911015987396, "expert": 0.29157528281211853 }
33,679
describe various features of C programming language
d4548d5ccf163497af49d1c57e0a5617
{ "intermediate": 0.3283047080039978, "beginner": 0.5850731730461121, "expert": 0.08662207424640656 }
33,680
Give me code for apb protocol in sv
85bd47126a187bb56055d40b04704877
{ "intermediate": 0.38213157653808594, "beginner": 0.15784293413162231, "expert": 0.46002545952796936 }
33,681
https://github.com/aefernandes/vscode-clipboard-history-extension/ how this plugin works
fe77826ea9b4cadd5ce1aa44f0b8564a
{ "intermediate": 0.40077918767929077, "beginner": 0.2787614166736603, "expert": 0.3204593360424042 }
33,682
package gtanks.system.dailybonus; import gtanks.lobby.LobbyManager; import gtanks.main.database.DatabaseManager; import gtanks.main.database.impl.DatabaseManagerImpl; import gtanks.services.annotations.ServicesInject; import gtanks.system.dailybonus.crystalls.CrystallsBonusModel; import gtanks.system.dailybonus.ui.Dai...
89f1607be4ad0a409ea479ae96269add
{ "intermediate": 0.31398874521255493, "beginner": 0.4652617275714874, "expert": 0.22074945271015167 }
33,683
ComponentActivity.dispatchKeyEvent can only be called from within the same library group prefix (referenced groupId=androidx.core with prefix androidx from groupId=Camera_scale) More... (Ctrl+F1) Inspection info:This API has been flagged with a restriction that has not been met. Examples of API restrictions: * Method...
89a106c863a916ce12ac4c043dd924d7
{ "intermediate": 0.3349437713623047, "beginner": 0.5207542777061462, "expert": 0.1443018913269043 }
33,684
const puppeteer = require('puppeteer-core'); const request = require('request'); const url = process.argv[2]; playVideo(url).catch(error => { console.error('Error:', error); }); async function playVideo(url) { const browser = await puppeteer.launch({ executablePath: './chrome-linux/chrome', headless: true...
68a545f14d10e22a2e873f2da73ef4e7
{ "intermediate": 0.29771605134010315, "beginner": 0.48795077204704285, "expert": 0.21433314681053162 }
33,685
напиши плагин на команду /upgrade для игроков с op, сделай чтобы при вводе команды у предмета в руке в начале названия добавлялся плюсик и число 1 по примеру "+1 деревянный меч" и за каждый ввод команды число увеличивалось на 1, максимум до 15, и скинь итоговый код
bd12a5284784029d502c5a5bc3eaa525
{ "intermediate": 0.30899858474731445, "beginner": 0.3430585563182831, "expert": 0.34794291853904724 }
33,686
Write a C++ program. Create a dynamic array of structs (a customer struct). The atributes are provied by user. Create a function that then prints the array. Create a function which searches for a key in the array's elements
3da71626bc24a1ae17d3c571e7880b14
{ "intermediate": 0.20690108835697174, "beginner": 0.6246925592422485, "expert": 0.16840630769729614 }
33,687
if (isMaxPrice) сделай чтобы здесь цикл while останавливался public void Steping() { const int SCROLL_DELAY = 1000; // Задержка между скроллингами bool endOfList = false; // Флаг для определения конца списка while (!endOfList) { while (IsPa...
9378b25e9505772d1b4e56204c2bccf6
{ "intermediate": 0.2955331802368164, "beginner": 0.5605193972587585, "expert": 0.14394739270210266 }
33,688
time limit per test1 second memory limit per test64 megabytes inputstandard input outputstandard output The array a=[a1,a2,…,an] (1≤ai≤n ) is given. Its element ai is called special if there exists a pair of indices l and r (1≤l<r≤n ) such that ai=al+al+1+…+ar . In other words, an element is called special if it ca...
7d12832300b8be5c4aa359ebe51389fe
{ "intermediate": 0.3057765066623688, "beginner": 0.42260363698005676, "expert": 0.2716198265552521 }
33,689
Convert this to JSON format: ### Linguistic Understanding and Generation: 1. Syntax and Grammar Analysis 2. Paraphrasing 3. Text Completion 4. Spelling and Grammar Correction 5. Translation between languages 6. Text Summarization 7. Generating Text from Keywords 8. Language Detection ### Logical and Mathematical Abili...
4392687b68eef4e5ab731c204ddf2399
{ "intermediate": 0.26304298639297485, "beginner": 0.5000865459442139, "expert": 0.23687046766281128 }
33,690
Добавь чтобы рисовался 3d график и рядом был пограничный график import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation # Параметры сетки L = 1 # длина интервала по x T = 2 # время окончания интервала по t Nx = 25 # количество точек сетки по x (небольшое...
7720ee4d9fa76992b7d61af94c116f19
{ "intermediate": 0.2670689523220062, "beginner": 0.5271081328392029, "expert": 0.2058228999376297 }
33,691
Hi
092f5cf86c57470c60823c5c527cdfc5
{ "intermediate": 0.33010533452033997, "beginner": 0.26984941959381104, "expert": 0.400045245885849 }
33,692
public function addMessage(clientObject:ClientObject, userId:Long, message:String, _arg_4:BattleTeamType, teamOnly:Boolean, nick:String=null, rank:int=0):void { var messageLabel:String = (((!(_arg_4 == BattleTeamType.NONE)) && (teamOnly)) ? "[TEAM]" : null); var userName:String = nick; ...
72f3d33430b5987db8609efcfcb62121
{ "intermediate": 0.32465803623199463, "beginner": 0.3977133333683014, "expert": 0.2776285707950592 }
33,693
public function addMessage(clientObject:ClientObject, userId:Long, message:String, _arg_4:BattleTeamType, teamOnly:Boolean, nick:String=null, rank:int=0):void { var messageLabel:String = (((!(_arg_4 == BattleTeamType.NONE)) && (teamOnly)) ? “[TEAM]” : null); var userName:String = nick; var userRank:int = rank; this.bat...
d3f015e98ae04fd7e3db6356a3b8305f
{ "intermediate": 0.3325815200805664, "beginner": 0.3781682848930359, "expert": 0.2892502248287201 }
33,694
How to use Web scraping for get answers for the quastions in the test?
95cd003538987d6802b99f7174e51a8b
{ "intermediate": 0.26825693249702454, "beginner": 0.29290086030960083, "expert": 0.43884217739105225 }
33,695
Write me extension.ts for vs code, which will consist of extension.ts and package.json files. In extension.ts write the following functionality: I want that at 11 o’clock in the evening there will be a reminder to go to bed with a sound signal and the corresponding message “It’s time to go to bed” and vs code will bloc...
bb6ece014a39a6e6c4d2e415680b09dd
{ "intermediate": 0.48698827624320984, "beginner": 0.18778373301029205, "expert": 0.3252280056476593 }
33,696
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Palace d'Or - Italian Food Menu</title> <style> /* Add your CSS styling here */ /* This is just a placeholder for demonstration purposes */ body { font-f...
83be738404c863d163c368760ba8a34b
{ "intermediate": 0.3797852098941803, "beginner": 0.48156216740608215, "expert": 0.13865260779857635 }
33,697
write this in kivy instead: package com.example.camera_scale import android.Manifest import android.content.Intent import android.content.pm.PackageManager import android.os.Bundle import android.provider.MediaStore import android.view.KeyEvent import androidx.activity.ComponentActivity import androidx.activity.compo...
7cd2d3f3e86dab1b068d7fa78813cdd7
{ "intermediate": 0.2642154097557068, "beginner": 0.5051220655441284, "expert": 0.2306625097990036 }
33,698
hello
ce981c32dcf803ca91938915648e1f93
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
33,699
create me the best result for a menu in html make it look good in the result not only the code please understand that make it like the real menu
7327839f29f4bef293aa1b1d92a3eb40
{ "intermediate": 0.30880191922187805, "beginner": 0.15771476924419403, "expert": 0.5334832668304443 }
33,701
what you version
c799e406a272e23099edf5bd719f4dae
{ "intermediate": 0.32952001690864563, "beginner": 0.37566614151000977, "expert": 0.2948139011859894 }
33,702
DEBUG]: -> running python3 -c import sys; print(sys.path) [DEBUG]: ['', '/home/rickard/Documents/android_app/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/build/other_builds/hostpython3/desktop/hostpython3/native-build/Lib', '/home/rickard/Documents/android_app/.buildozer/android/platform/build-arm64...
e803261daf23014a4c958e4a6439fec8
{ "intermediate": 0.44665253162384033, "beginner": 0.41425400972366333, "expert": 0.13909341394901276 }
33,703
dsharpplus slash commands
43e6ccaaec1bb5dc638feb4514c5670c
{ "intermediate": 0.3523368835449219, "beginner": 0.29886263608932495, "expert": 0.3488004505634308 }
33,704
edit this code: package com.example.camera_scale import android.Manifest import android.content.Context import android.content.pm.PackageManager import android.graphics.Bitmap import android.graphics.ImageFormat import android.graphics.SurfaceTexture import android.hardware.camera2.* import android.media.ImageReader ...
277bbea334a375e2c1c3007aba8ea36f
{ "intermediate": 0.41637343168258667, "beginner": 0.39406317472457886, "expert": 0.18956336379051208 }
33,705
Write a python script to build a local version of you on a raspberry pi
53ef74ca91a260858926fdc453828d77
{ "intermediate": 0.3234978914260864, "beginner": 0.2185257226228714, "expert": 0.4579763114452362 }
33,706
-2147467259 error in excel
bd31e40a4615a07459203c407601c295
{ "intermediate": 0.2969083786010742, "beginner": 0.4551369547843933, "expert": 0.24795465171337128 }
33,707
Write the python code for this programn that a year 9 student could understand The program should: The teacher should be able to enter their password and username If right then they can start to enter values If it is wrong make them enter again The teacher should be able to enter three values respective to their topic ...
36376ed700f745207dfc2b6cdac46a72
{ "intermediate": 0.3316706717014313, "beginner": 0.36495497822761536, "expert": 0.30337435007095337 }
33,708
previewRequestBuilder.addTarget(Surface(textureView.surfaceTexture)) cameraDevice.createCaptureSession(listOf(Surface(textureView.surfaceTexture)), object : CameraCaptureSession.StateCallback() { override fun onConfigured(session: CameraCaptureSession) { cameraCaptureSession = sessi...
d487b82376c952b84f949c52405fef93
{ "intermediate": 0.30968379974365234, "beginner": 0.3677319586277008, "expert": 0.32258427143096924 }
33,709
create an AI script for a bug in Roblox studio, it should move around randomly but check for obstacles, barriers and players. model's name is "ant" and its directory is "workspace"
f95d2e1b0798731604707369e0cff5d3
{ "intermediate": 0.16656537353992462, "beginner": 0.09365948289632797, "expert": 0.7397751808166504 }
33,710
How can I print this data in a loop: {'Linguistic Understanding and Generation': {'Syntax and Grammar Analysis': {'query': "Determine the grammatical errors in the following sentence: 'She don't like the way that the curtains snaps closed.'", 'expected_outputs': ["The sentence should be corrected to: 'She doesnt lik...
134adb79ea5074aa35db5826750a067b
{ "intermediate": 0.24849306046962738, "beginner": 0.5701996088027954, "expert": 0.1813073456287384 }
33,711
Figure.cpp #include "Figure.h" #include <iostream> #include <fstream> #include <map> #define _USE_MATH_DEFINES #include "math.h" #include <vector> using std::vector; //класс круг Circle::Circle(Point center, int rad, int color):Figure(color),center(center),rad(rad) {} double Circle::place() const { #ifdef DEBUG std...
4e9fa484669fb7c4cc78bd277066e705
{ "intermediate": 0.22240325808525085, "beginner": 0.5528228282928467, "expert": 0.22477389872074127 }
33,712
process test { input: file(fasta) tuple val(sample), path(reads) output: tuple val(sample), path(*.dedup.bam) script: """ bwa mem ${fasta} ${reads} | samtools view -b | samtools sort -o ${sample}.bam && picard MarkDuplicates -I ${sample}.bam -O ${sample}.dedup.bam -M metrics.txt --REMO...
b8d752840d0127dc9b47fd2c25fb9f06
{ "intermediate": 0.3501042127609253, "beginner": 0.3433735966682434, "expert": 0.3065221607685089 }
33,713
Refactor this code by leaving the names of methods, variables and classes the same, without adding or deleting existing methods, variables and classes, making the code different according to the following rules: 1. Replace the use of imported library methods with alternative code that performs the same function 2. If p...
606de17445dff778ed62ac41e15ab677
{ "intermediate": 0.19826823472976685, "beginner": 0.6178106665611267, "expert": 0.18392108380794525 }
33,714
help me: process index { input: file(fasta) output: path("${fasta}.amb") script: """ bwa index ${fasta} """ } process x { input: path(idx) tuple val(sample), file(reads) script: """ bwa mem ${idx} ${reads} | samtools view -b | samtools sort -o ${sample}.bam...
e6a35b7130e9b036240906e6f3402fbd
{ "intermediate": 0.4955025315284729, "beginner": 0.24402393400669098, "expert": 0.26047348976135254 }
33,715
process index { input: file(fasta) output: path("${fasta}.amb") script: """ bwa index ${fasta} """ } process x { input: path(idx) tuple val(sample), file(reads) script: """ bwa mem ${idx} ${reads} | samtools view -b | samtools sort -o ${sample}.bam && picard...
cd12242d20fddc69b6409c01ba0e2f53
{ "intermediate": 0.4918536841869354, "beginner": 0.25545692443847656, "expert": 0.252689391374588 }
33,716
what is wrong with the code: package com.example.camera_scale import android.Manifest import android.annotation.SuppressLint import android.content.Context import android.content.pm.PackageManager import android.graphics.Bitmap import android.graphics.BitmapFactory import android.graphics.ImageFormat import android.g...
681e38e209c9e9c5eedbd419bc0f2576
{ "intermediate": 0.42712944746017456, "beginner": 0.4134754538536072, "expert": 0.1593950390815735 }
33,717
Проверь современный ли этот скрипт? <?php /* Plugin Name: Million Dollar Script Two Plugin URI: https://milliondollarscript.com Description: A WordPress plugin with Million Dollar Script Two embedded in it. Version: 2.3.5 Author: Ryan Rhode Author URI: https://milliondollarscript.com Text Domain: millio...
35770cac669eec3625526620f10d2eec
{ "intermediate": 0.40241605043411255, "beginner": 0.3860888183116913, "expert": 0.21149514615535736 }
33,718
Give this data as a python dictionary: This is a compilation that covers a broad spectrum of what an LLM should be able to handle: ### Linguistic Understanding and Generation: 1. Syntax and Grammar Analysis 2. Paraphrasing 3. Text Completion 4. Spelling and Grammar Correction 5. Translation between languages 6. Text S...
88abcbb17952c1f0d50e35baa2f7f9ec
{ "intermediate": 0.3047424852848053, "beginner": 0.5327081680297852, "expert": 0.16254939138889313 }
33,719
Hi
85eef60a6f01ec25dea23760e0348616
{ "intermediate": 0.33010533452033997, "beginner": 0.26984941959381104, "expert": 0.400045245885849 }
33,720
Calculus explained through a story
71476f7b39011f0da37466c8a7ea870d
{ "intermediate": 0.3289364278316498, "beginner": 0.4035872220993042, "expert": 0.267476350069046 }
33,721
so I want as soon as the app starts it should start a preview of the back camera in a window and when you press audio up or down it should take a photo and send the photo to a server post: package com.example.camera_scale import android.Manifest import android.annotation.SuppressLint import android.content.Context im...
11d8c858f3a2ce27a8eeb64d3766d5fe
{ "intermediate": 0.338217169046402, "beginner": 0.48101094365119934, "expert": 0.1807718127965927 }
33,722
so I want as soon as the app starts it should start a preview of the back camera in a window and when you press audio up or down it should take a photo and send the photo to a server post: package com.example.camera_scale import android.Manifest import android.annotation.SuppressLint import android.content.Context im...
d490da7193d55e046cbcfb750c7a6da4
{ "intermediate": 0.338217169046402, "beginner": 0.48101094365119934, "expert": 0.1807718127965927 }
33,723
can you explain how string are compared in golang with these examples (not sure if they are correct though) "привет" == "привет" // true "golang" > "go" // true "golang" > "lang" // false "go" > "foobar" // true
491560644f56114c7163d457610ced4c
{ "intermediate": 0.4575381278991699, "beginner": 0.27610674500465393, "expert": 0.26635512709617615 }
33,724
CONSTRAINTS: 1. ~4000 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...
eaf8b0237ec910cbb78f0fe5dac3654a
{ "intermediate": 0.5026635527610779, "beginner": 0.19712336361408234, "expert": 0.3002130687236786 }
33,725
from sklearn.metrics import confusion_matrix, accuracy_score # Метод опорных векторов без ядра svm = SVC(kernel='linear') svm.fit(X, y) y_pred_svm_linear = svm.predict(X) accuracy_svm_linear = accuracy_score(y, y_pred_svm_linear) confusion_svm_linear = confusion_matrix(y, y_pred_svm_linear) # Метод опорных векторов с...
2982cc79bf43aad38165791c3ff1d871
{ "intermediate": 0.2470933198928833, "beginner": 0.44231292605400085, "expert": 0.31059372425079346 }
33,726
CONSTRAINTS: 1. ~4000 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...
4fed217abca8a1223f7f3828cbca4e8a
{ "intermediate": 0.39838144183158875, "beginner": 0.3576961159706116, "expert": 0.24392247200012207 }
33,727
CONSTRAINTS: 1. ~4000 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...
a810c2925c51c6a1fe7eeddc303a064d
{ "intermediate": 0.39838144183158875, "beginner": 0.3576961159706116, "expert": 0.24392247200012207 }
33,728
Refactor this code by leaving the names of methods, variables and classes the same, without adding or deleting existing methods, variables and classes, making the code different according to the following rules: 1. Replace the use of imported library methods with alternative code that performs the same function 2. If p...
98ac59bfaeacd3ce5215d0fed8df7d5a
{ "intermediate": 0.19826823472976685, "beginner": 0.6178106665611267, "expert": 0.18392108380794525 }
33,729
CONSTRAINTS: 1. ~4000 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...
0fd2eef206bf144d08d1b4aca028ece2
{ "intermediate": 0.39838144183158875, "beginner": 0.3576961159706116, "expert": 0.24392247200012207 }
33,730
I'm trying to get an open file from my phone. Using adb through usb I have gotten "mResumedActivity: ActivityRecord{2d8402f u0 com.hornet.android/.activity.ImageViewerActivity t17418}" - what do I do now to get the picture?
6a80f6789bcccd7a7c0f8fdba27790ed
{ "intermediate": 0.47511810064315796, "beginner": 0.24549779295921326, "expert": 0.2793841063976288 }
33,731
i have a bunch of black object on white background. write a python script that extracts each of them and saves as different images
913e6d75a1d4c6655f37015373bb017d
{ "intermediate": 0.36619484424591064, "beginner": 0.25539469718933105, "expert": 0.3784104883670807 }