row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
20,094 | give me a python code for rock paper sisccor game | 241ac58eb3527c88489f2260c0cc0ad2 | {
"intermediate": 0.3757597804069519,
"beginner": 0.26047709584236145,
"expert": 0.36376312375068665
} |
20,095 | if (($('.setnewcalendarstatus').val() == "1" || $('.setnewcalendarstatus').val() == "2" || $('.setnewcalendarstatus').val() == "3") && (getcalendaractive == "1")) {
$.ajax({
url: "https://ir-appointment.visametric.com/ir/appointment-form/personal/getdate",
... | 34cb7061944c64ee0ffb43937ca6871c | {
"intermediate": 0.38287317752838135,
"beginner": 0.41173887252807617,
"expert": 0.20538799464702606
} |
20,096 | How can one modify imgui? Ive seen people make guis with imgui thay look nothing like the original defaukt design. I wanna mame a skeumorphic design with imgui but where do i stsrt? | 20ce5d0b831d9ae23438cd7f4cf72688 | {
"intermediate": 0.40543919801712036,
"beginner": 0.2534353733062744,
"expert": 0.34112533926963806
} |
20,097 | Is it possible to have a firejail .local file with syntax that specifies where the "fake" home directory should be (like the --private=directory parameter of the firejail command)? | d8d0d5f94ae529ce30ef2967417ce23b | {
"intermediate": 0.46600452065467834,
"beginner": 0.3094959557056427,
"expert": 0.22449953854084015
} |
20,098 | what is BPLA in ANN | 12cb68c39d9b357adaac8539478d2827 | {
"intermediate": 0.11600302904844284,
"beginner": 0.07553911209106445,
"expert": 0.8084578514099121
} |
20,099 | исправь baseUrl.includes('chesnok') ?
(it.skip('[FRONT-962] Некорректный номер телефона')):
(it('[FRONT-962] Некорректный номер телефона', async () => {
const validationText = 'Недопустимый формат номера'
await withdrawals.withdrawMoneyW1('1234', minAmountMoney, users.auto_test.password),
await expec... | d6effc1acca733ad893e15faa978a2f0 | {
"intermediate": 0.3361518383026123,
"beginner": 0.4160183370113373,
"expert": 0.24782980978488922
} |
20,100 | Hey, I heard my friends talking about sites which have free premium powerpoint templates that are cracked. They accidentally downloaded from those and are now in trouble. What are this sites? So that, I can avoid those sites when I face them | 05a8b46549cbaa21127d7902c7e2ee9f | {
"intermediate": 0.36462560296058655,
"beginner": 0.3347017168998718,
"expert": 0.30067265033721924
} |
20,101 | Async Await with Custom Error Handling using Alamofire in SwiftUI | 5d0fcb74ad09362908eb32531360ecfe | {
"intermediate": 0.6616520881652832,
"beginner": 0.09419531375169754,
"expert": 0.24415256083011627
} |
20,102 | Generate the program code for the Ip allocation of the fdrsa C# | bbb849eb2b2e22258526d85c1d142d98 | {
"intermediate": 0.3865450322628021,
"beginner": 0.1818709373474121,
"expert": 0.4315840005874634
} |
20,103 | find the percentage of losses and wins from the total ammount of bets
import random
import time
class Limbo:
def get_multiplier(seed):
random.seed(seed)
num = round(random.uniform(1.0,100.0), 1)
if num <= 5:
multi = 1.00
elif num <= 60.5:
multi = random.uniform(1.01,2.10)
elif num <= 86:
multi = random.uniform(2.11,8... | 7d470a177ccc43ae9e4a3066085d60d7 | {
"intermediate": 0.2448803037405014,
"beginner": 0.46175652742385864,
"expert": 0.29336318373680115
} |
20,104 | The entire speech is saved in the text file “policy.txt”. Your goal is to find the top 20 most frequent
words in the file and store them in a dictionary called top20words. The keys should be the
capitalized words and the values should be their corresponding frequencies. Save the result in a
descending order based on ... | 4214213e14f9ab9ad86bef72cb6b0f30 | {
"intermediate": 0.2950538396835327,
"beginner": 0.3951241672039032,
"expert": 0.30982205271720886
} |
20,105 | Hi. Could you give me examples of strenghts and weaknesses for programmer for job interview? | 7572d1b4cdfc5efebe78e5e699fe4a1c | {
"intermediate": 0.39902082085609436,
"beginner": 0.35582417249679565,
"expert": 0.2451549768447876
} |
20,106 | Chosen.prototype.get_search_text = function() {
return $('<div/>').text($.trim(this.search_field.val())).html();
}; | 4be1a0fb620de63d94432d9fcb3b529a | {
"intermediate": 0.35419774055480957,
"beginner": 0.4389944076538086,
"expert": 0.20680786669254303
} |
20,107 | Define a function called password_gen(num) that takes an integer number num and returns a valid
password of length num. A valid password must
Be created at random
Have a length between 8 and 16 (both inclusive)
Consist of only the following elements:
1. at least one lowercase letter
2. at least one uppercase let... | 3503867103cf5b31adaa2431a66daf46 | {
"intermediate": 0.2815623879432678,
"beginner": 0.27607065439224243,
"expert": 0.44236689805984497
} |
20,108 | const draw = (trades: TradeItem[], camera: number) => {
if (null === canvasRef || !Array.isArray(trades)) return;
const context = canvasRef.current?.getContext("2d");
if (context) {
orderFeedDrawer.clear(context, canvasSize);
orderFeedDrawer.drawLine(
context,
canvasSize,
... | 66ba3207a0c5f11f291d746604d30e8c | {
"intermediate": 0.308560311794281,
"beginner": 0.4815937876701355,
"expert": 0.2098459005355835
} |
20,109 | добавь метод add_key в классе ActionHistory. import os
from tkinter import *
from tkinter import filedialog
from PIL import Image, ImageTk
from collections import deque
class ToolTip:... | a0025ae9b6714a341c9d4bb320a844d1 | {
"intermediate": 0.3912721574306488,
"beginner": 0.4094751179218292,
"expert": 0.19925275444984436
} |
20,110 | make a library system code using language c++ | 8e79b6e0e2a6e48cf491d3694e7ab37b | {
"intermediate": 0.6983921527862549,
"beginner": 0.17720043659210205,
"expert": 0.12440741062164307
} |
20,111 | create a react native component that has two items in a row, one is an image and the other is text, the text should be centered vertically | df24db704bd5f554e3d8ff80fbbeb33a | {
"intermediate": 0.35605838894844055,
"beginner": 0.19727171957492828,
"expert": 0.44666990637779236
} |
20,112 | can u write a code in Unity C# in which an object can travel certain distance in 1 minute | 193b9aaa42136243b4ede81e208a9291 | {
"intermediate": 0.6138684749603271,
"beginner": 0.16295163333415985,
"expert": 0.22317983210086823
} |
20,113 | make a bot in javascript that reads a proxy.txt file and for each line/proxy in it uses that proxy to create a pupeteer browser that does nothin but wait on the page for 1 minute then ends the browser session.
if a thread does not work do not use it and read the next one. they are all non authenticated socks5 proxies | 09d54bc67e7be937b6709eeb9061d157 | {
"intermediate": 0.42327436804771423,
"beginner": 0.2715131640434265,
"expert": 0.30521249771118164
} |
20,114 | $ yarn add gpu.js
yarn add v1.22.19
[1/4] Resolving packages…
[2/4] Fetching packages…
[3/4] Linking dependencies…
warning “@emotion/react > @emotion/babel-plugin@11.9.2” has unmet peer dependency “@babel/core@^7.0.0”.
warning “@emotion/react > @emotion/babel-plugin > @babel/plugin-syntax-jsx@7.18.6” has unmet peer dep... | 0b13ddf54b69803da5e7a716ae635a05 | {
"intermediate": 0.36413878202438354,
"beginner": 0.40169429779052734,
"expert": 0.23416690528392792
} |
20,115 | name = ['Всех акций\n MOEX', 'Топ 50\nпо капитализации', 'Топ 10\n по капитализации','Доллара']
price = [1,5,2, 3]
bars_color = ['#f74990','#f74990','#f74990','#f74990']
# Figure Size
fig, ax = plt.subplots(figsize=(16, 9))
# Add x, y gridlines
ax.grid(visible=True, color='white',
linestyle='-.', linewidth=... | b6284302ba93919c6184a2d758ff0459 | {
"intermediate": 0.4698297381401062,
"beginner": 0.2976232171058655,
"expert": 0.23254704475402832
} |
20,116 | When I close my workbook, I get a prompt to save. Sometimes it does not save and I loose data that I have entered. Is there any way to ascertain if the workbook has saved or not before it eventually closes | 894b6adc770a6d2e82c099d2e52f9f73 | {
"intermediate": 0.5329098105430603,
"beginner": 0.15490488708019257,
"expert": 0.3121853172779083
} |
20,117 | Ex1:
Ask the user to enter his age. You must validate the user input (positive numbers only)
Show the status of the user knowing that
Child is between 1-10
Teenager is between 11-18
Grown up is between 19-50
Old is greater than 50
keep asking the user to enter another age until he clicks cancel
Ex2;
- Ask the... | 9be7c16b707ba1b52e53747c15c28705 | {
"intermediate": 0.540867030620575,
"beginner": 0.2077808380126953,
"expert": 0.25135207176208496
} |
20,118 | Write me code in p5 for a drawing app | ef1138ed0d877aefeafd4d6a48fa34c4 | {
"intermediate": 0.34121039509773254,
"beginner": 0.4650675356388092,
"expert": 0.19372200965881348
} |
20,119 | where is mysql socket created when mysql is downloaded | 9edf37b289201d6463271ee01fb8a302 | {
"intermediate": 0.4860462546348572,
"beginner": 0.24045979976654053,
"expert": 0.2734939157962799
} |
20,120 | write code for a fluid simulation is p5, make it trigger on click | 10ad51aad0fe0bc8c0fa935db346ab07 | {
"intermediate": 0.21811753511428833,
"beginner": 0.27674201130867004,
"expert": 0.505140483379364
} |
20,121 | how do i add a new element to an array in java | 9b1500bde1f2177e62ad61f5f8f97533 | {
"intermediate": 0.6290905475616455,
"beginner": 0.2141796499490738,
"expert": 0.15672971308231354
} |
20,122 | HOw to print a multidimentional array in java | 7db6feee78183853ca8235caee8e5388 | {
"intermediate": 0.48334839940071106,
"beginner": 0.17334745824337006,
"expert": 0.3433041572570801
} |
20,123 | https://klinecharts.com/en-US/guide/styles.html#default-full-configuration
import {DeepPartial, Styles, YAxisType} from "klinecharts";
// candle.candle.tooltip
useEffect(() => {
chart.current = init(`chart-${uniqueId}`, {styles: chartStyles(theme, chartYAxisType, screenerPage)}) as Nullable<ExtendedChart>;
}, []... | a909f5220df6416ac2d3599dc65ebc50 | {
"intermediate": 0.42761099338531494,
"beginner": 0.3295143246650696,
"expert": 0.2428746223449707
} |
20,124 | https://klinecharts.com/en-US/guide/styles.html#default-full-configuration
import {DeepPartial, Styles, YAxisType} from "klinecharts";
// candle.candle.tooltip
useEffect(() => {
chart.current = init(`chart-${uniqueId}`, {styles: chartStyles(theme, chartYAxisType, screenerPage)}) as Nullable<ExtendedChart>;
}, []... | 52d472b11cebef2c5ac39bb9949112bd | {
"intermediate": 0.42761099338531494,
"beginner": 0.3295143246650696,
"expert": 0.2428746223449707
} |
20,125 | For this assignment, write a Java program that implements a library system using nested control structures and error handling techniques.
The program should provide the following functionalities:
Add Books: Implement a method called addBook that takes the book title, author, and quantity as parameters. The method sh... | ddc9e2e44fc708a9d89bff3117799beb | {
"intermediate": 0.5649864077568054,
"beginner": 0.21195968985557556,
"expert": 0.22305382788181305
} |
20,126 | https://klinecharts.com/en-US/guide/styles.html#default-full-configuration
tooltip: {
// ‘always’ | ‘follow_cross’ | ‘none’
showRule: ‘always’,
// ‘standard’ | ‘rect’
showType: ‘standard’,
// Custom display, it can be a callback method or an array, when it is a method, it needs to return an array
// The child item typ... | 419aba82103ccf5365a1aa6e584d6a6e | {
"intermediate": 0.36199700832366943,
"beginner": 0.3707919120788574,
"expert": 0.26721107959747314
} |
20,127 | Ex1:
Create function
User will enter first number
Then enter an operation (sum ,multi ,subtract ,division) as string
Then enter second number
Then do the operation and show the result to user
by html and js | 5479c1b51cd226514dfe6e2917b05519 | {
"intermediate": 0.46996164321899414,
"beginner": 0.2650686204433441,
"expert": 0.26496973633766174
} |
20,128 | Ex2;
- Create function
User will enter his Username , Password
If username = “admin” and password = “421$$”
Show him message “Welcome login success”
If he entered incorrect username or password
Tell him which data entered wrong
by html and js by prompet | f174fd94db199f394854b4b3be1ab7a0 | {
"intermediate": 0.42031705379486084,
"beginner": 0.2834193706512451,
"expert": 0.29626357555389404
} |
20,129 | - Create function
User will enter his Username , Password
If username = “admin” and password = “421$$”
Show him message “Welcome login success”
If he entered incorrect username or password
Tell him which data entered wrong
by html and js by prompet | b002c5b08011f6190b37a868274bf8cd | {
"intermediate": 0.3763088583946228,
"beginner": 0.3219788670539856,
"expert": 0.3017122149467468
} |
20,130 | how do I add a new element to a mutableListOf < Pair<String, E?>()? | cf052943e8bb9cc676e7150952a7bdda | {
"intermediate": 0.5692768692970276,
"beginner": 0.22776281833648682,
"expert": 0.20296034216880798
} |
20,131 | im in kaggle colab its a way to acces this local link? Calculating sha256 for /kaggle/temp/models/kizuki.safetensors: Running on local URL: http://127.0.0.1:7860
To create a public link, set `share=True` in `launch()`. | e8b8ab0f3fb5e035ef1c90e8e7620509 | {
"intermediate": 0.4898283779621124,
"beginner": 0.15943050384521484,
"expert": 0.35074108839035034
} |
20,132 | how do i search if an element is in an array | 66113623218c78a010982c75e7216b49 | {
"intermediate": 0.3966353237628937,
"beginner": 0.18927304446697235,
"expert": 0.41409167647361755
} |
20,133 | Writing a full, long, detailed article in html format, optimized for search engines | be more than 500 words | Meta Description | Table of Contents | <H1>, <H2>, <H3> | Use dotted paragraph | Use the numbered paragraph | Conclusion | Frequently Asked Questions | Use bullet points and numbering in paragraphs, and be det... | d08be0bac07b6baf402a0ab217c9ed57 | {
"intermediate": 0.2567750811576843,
"beginner": 0.44109052419662476,
"expert": 0.30213433504104614
} |
20,134 | write me a command to retry get date xhrhtmlrequest retry every 10 seconds | 1c513fdac641f06d22d780a1b524847b | {
"intermediate": 0.39910274744033813,
"beginner": 0.272356778383255,
"expert": 0.3285404443740845
} |
20,135 | What type of variables are scanner inputs? Are they Strings? | 7d3ef10d88d377b80c98f308f4cd8543 | {
"intermediate": 0.23922328650951385,
"beginner": 0.41811519861221313,
"expert": 0.34266147017478943
} |
20,136 | use this message org.xml.sax.SAXParseException; lineNumber: 821; columnNumber: 9; Open quote is expected for attribute "id" associated with an element type "div". to fix this code (<div id=‘main-wrapper’>) | 59aa8ebc4444f8dc118ce38dcbe6f70f | {
"intermediate": 0.4562852680683136,
"beginner": 0.22973056137561798,
"expert": 0.3139841556549072
} |
20,137 | When I use the regex supplied below to match "Leckare erfrischente Lemonade, nur fünfzig Zent das Glas! Kombt und greift zu. Gegen die Hitse!" in "[i]Leckare erfrischente Lemonade, nur fünfzig Zent das Glas! Kombt und greift zu. Gegen die Hitse![/i]", it gets matched, but when I add a line break ("[i]Leckare erfrischen... | caa65e3374ea88c5e42e634fab491683 | {
"intermediate": 0.3753719627857208,
"beginner": 0.33005642890930176,
"expert": 0.29457157850265503
} |
20,138 | import frappe
from frappe import _
def execute(filters=None):
columns = get_columns(filters.item)
data = get_data(filters.item)
return columns, data
def get_data(item):
if not item:
return []
item_dicts = []
variant_results = frappe.db.get_all(
"Item", fields=["name"], filters={"variant_of": ["=", item],... | 9c359db38a7c3309d10b63abe35a0eaa | {
"intermediate": 0.3081040680408478,
"beginner": 0.37964120507240295,
"expert": 0.31225472688674927
} |
20,139 | What is the final state of process prototyping?
Developing
Establishing Objectives
Defining Functionality
Evaluating | 3848a2e7a5e069991ae20ecc45125c99 | {
"intermediate": 0.28315404057502747,
"beginner": 0.2769191265106201,
"expert": 0.4399268627166748
} |
20,140 | need that element to expand on 100% but be within some specific fixed height on its initial state, as 32px for fixed: #mark {
position:absolute;
margin-top:0 auto;
--transform: scaleX(1);
width:80px;
height:100%;
display: flex;
align-items: center;
justify-content: center;
border:1px inset darkmagenta;... | 6acce415368eb7ac3dfd14814b7130a8 | {
"intermediate": 0.3689299523830414,
"beginner": 0.3660873472690582,
"expert": 0.2649827301502228
} |
20,141 | You are working for a manufacturing company, and are trying to make your product as cheaply as possible. Let's say you're making teddy bears. You can potentially buy painted glass eyeballs, tiny shirts, fake bear cloth, and sewing thread, and put them all together in your factory to produce the teddy bear. But to save ... | 44c0c441c839bf33e024a008e58b9c80 | {
"intermediate": 0.4119531810283661,
"beginner": 0.46186363697052,
"expert": 0.1261831820011139
} |
20,142 | create the table xfactorfinalists, id INT ,
name VARCHAR(255),
series INT NOT NULL,
category VARCHAR(255),
mentor VARCHAR(255) ,
finished VARCHAR(255) ); | 3c4865506388c6583a421c58263092c9 | {
"intermediate": 0.3985913395881653,
"beginner": 0.20434366166591644,
"expert": 0.3970649838447571
} |
20,144 | insert into xfactorfinalists values, insert into xfactorfinalists values, Id Name Series Category Mentor Finished
17 Steve Brookstein 1 Over 25s Simon Cowell 1
105 Shayne Ward 2 16-24s Louis Walsh 1
65 Leona Lewis 3 16-24s Simon Cowell 1
55 Leon Jackson 4 Boys Dannii Minogue 1
20 Alexandra Burke 5 Girls Cheryl Cole 1
7... | 9c2fa475e5498120b0558e461dafb164 | {
"intermediate": 0.39664947986602783,
"beginner": 0.4064614474773407,
"expert": 0.19688910245895386
} |
20,145 | x=[[1,2,3],[2,2,2],[4,4,4]]
for i in x:
print((count[i])/len(i)) | 490554e94fe7f7e56e36766e8aae73c1 | {
"intermediate": 0.2350279986858368,
"beginner": 0.5832377672195435,
"expert": 0.18173423409461975
} |
20,146 | can u write a code in Unity C# in which an object moves through a pre-defined distance under a specified time range? | 3a225a190556ab0edb9608f8a578d8c4 | {
"intermediate": 0.6631616353988647,
"beginner": 0.131768599152565,
"expert": 0.20506973564624786
} |
20,147 | Rewrite this while keeping the explanation and format as same as possible, but in about half the length: "Comparison operations compares some value or operand. Then based on some condition, they produce a Boolean. Let's say we assign a value of a to six. We can use the equality operator denoted with two equal signs to ... | d6af0f05291814bf6b06fdab47cf81ca | {
"intermediate": 0.4250655770301819,
"beginner": 0.39462676644325256,
"expert": 0.18030764162540436
} |
20,148 | give me 100 short answer questions about len in python with answers | dda246b901b360a60ca4de2906a0b01a | {
"intermediate": 0.2662910223007202,
"beginner": 0.35773491859436035,
"expert": 0.37597405910491943
} |
20,149 | x={“name”:“Ali”,“Age”:22,“six”:“boy”,“job”:“student”,“n”:“Eygpt”,“sity”:“cairo”}
print(len(x[0])) i want to print the second key | ee6f40cf72d416ba2d7fc1aef1457549 | {
"intermediate": 0.2653456926345825,
"beginner": 0.36606723070144653,
"expert": 0.36858710646629333
} |
20,150 | Write python 3 jupyter notebook code, every paragraph is a separate cell. | 998749aee548c33ed51736bedff21f40 | {
"intermediate": 0.40465956926345825,
"beginner": 0.2311457246541977,
"expert": 0.36419475078582764
} |
20,151 | Financialscmd = New OleDbCommand("insert into StrgOper (TransID, StrgOperItem, StrgOperQty, StrgOperTime, StrgOperUser) Values (" & TransID.Text & ", '" & DataGridView1(0, DataGridView1.Rows(i).Index).Value & "', " & Val(DataGridView1(1, DataGridView1.Rows(i).Index).Value) & ",#" & TransTime.Value.ToString("MM-dd-yyyy ... | de77d1c26a79fefb02d8b5a9cefccfcc | {
"intermediate": 0.3991328477859497,
"beginner": 0.37084126472473145,
"expert": 0.23002584278583527
} |
20,152 | у меня есть код, подскажи как вместо строки import * as THREE from 'three'; подключить только нужные мне модули для работы этого кода? Чтобы не подключать всю библиотеку three
код:
import * as THREE from 'three';
import {GLTFLoader} from 'three/addons/loaders/GLTFLoader.js';
const loader = new THREE.TextureLoader();
co... | 71d2a3ca72402b86ba7a2c8d73a3574c | {
"intermediate": 0.3785509467124939,
"beginner": 0.47550150752067566,
"expert": 0.14594750106334686
} |
20,153 | Исправь ошибки : adduser@IvanThunder:~/project$ tree
.
├── Dockerfile-php
├── apache
│ └── apache2-config
├── cat-files.sh
├── docker-compose.yml
├── init-db.sql
├── init.sql
├── mysql
│ └── Dockerfile-mysql
├── mysql-data
│ ├── auto.cnf
│ ├── ca-key.pem
│ ├── ca.pem
│ ├── client-cert.pem
│ ├── client-key... | c0503d5cbc3944509648564a2a1c5cec | {
"intermediate": 0.3248428404331207,
"beginner": 0.4642098546028137,
"expert": 0.21094723045825958
} |
20,154 | How to draw the figure of exponential function in Tikz code | 1f4eb984b7bf688962ad40293d5cd523 | {
"intermediate": 0.26363033056259155,
"beginner": 0.17462706565856934,
"expert": 0.5617425441741943
} |
20,155 | What materials are needed and make a drawing, what will the high-quality accurate Bluetooth AI audio-electronic device-translator of dogs "MyBestFriendDog" do? | 2e92a91148a7bd097c49a8d998661b5c | {
"intermediate": 0.19833174347877502,
"beginner": 0.1693800836801529,
"expert": 0.6322882175445557
} |
20,156 | What materials should be needed and make a drawing to make a very high-quality very accurate Bluetooth AI Audio-electronic device-dog collar-translator of dogs with a bulit-in camera? | 350a75ee5da701baedf92aad95f716eb | {
"intermediate": 0.23885679244995117,
"beginner": 0.23816770315170288,
"expert": 0.522975504398346
} |
20,157 | What materials should be needed and make a drawing to make a very high-quality very accurate Bluetooth AI Audio-Electronic device-dog collar-translator of dogs with a bulit-in camera dog vision? | 1b5525859ddd141dff7e8dbd375efeca | {
"intermediate": 0.2565184235572815,
"beginner": 0.2578809857368469,
"expert": 0.4856005609035492
} |
20,158 | Explain the difference in C++ between passing arguments by T& vs T&& | d1e87029d587645944abcd7537522696 | {
"intermediate": 0.37662824988365173,
"beginner": 0.36325785517692566,
"expert": 0.2601138651371002
} |
20,159 | What materials should be needed and make a drawing to make a very high-quality very accurate Bluetooth SuperAI Audio-Electronic device-dog collar-translator of dogs with a bulit-in camera dog vision? | 489a5f50001b32f1466223321d28c18a | {
"intermediate": 0.27934202551841736,
"beginner": 0.2701200842857361,
"expert": 0.45053794980049133
} |
20,160 | Create a program using arrays to display the required output below.
Output:
The original array elements are:
LA[0] = 3
LA[1] = 1
LA[2] = 2
LA[3] = 4
LA[4] = 9
The array elements after insertion:
LA[0] = 3
LA[1] = 1
LA[2] = 11
LA[3] = 2
LA[4] = 4
LA[5] = 9 | 85381b67a2fe4a8ca84c282b3f3b85b7 | {
"intermediate": 0.4330351948738098,
"beginner": 0.15289971232414246,
"expert": 0.41406506299972534
} |
20,161 | Create a c++ program using arrays to display the required output below.
Output:
The original array elements are:
LA[0] = 3
LA[1] = 1
LA[2] = 2
LA[3] = 4
LA[4] = 9
The array elements after insertion:
LA[0] = 3
LA[1] = 1
LA[2] = 11
LA[3] = 2
LA[4] = 4
LA[5] = 9 | 19b7e2174bfc97d3d50802a55403c410 | {
"intermediate": 0.4961850047111511,
"beginner": 0.16770055890083313,
"expert": 0.3361144959926605
} |
20,162 | What materials are needed and make a drawing to make a very high-quality very accurate two-way Bluetooth AI Audio-electronic device-dog collar-dog translator with a built-in camera? | 2b68a632846de052f9a362a13a9a65f8 | {
"intermediate": 0.24164840579032898,
"beginner": 0.2638603448867798,
"expert": 0.49449121952056885
} |
20,163 | How to run a linear regression in Python using data from an excel file | 8b389b5812c7c22efcf289b7161afe04 | {
"intermediate": 0.4917025864124298,
"beginner": 0.0672353059053421,
"expert": 0.4410620629787445
} |
20,164 | I used your code: while True:
lookback = 10080
quantity = 0.05
buy_entry_price = 0.0
sell_entry_price = 0.0
buy_exit_price = 0.0
sell_exit_price = 0.0
entry_price_set = False
if df is not None:
signals = signal_generator(df)
mark_price_data = client.ticker_price(symb... | 095742cb74e02f1a0820185c91c81feb | {
"intermediate": 0.2710357904434204,
"beginner": 0.6174068450927734,
"expert": 0.11155734211206436
} |
20,165 | how do I order a django queryset by case-when? | 0868439d82b2d3409817f5ad1d9ec294 | {
"intermediate": 0.7058951258659363,
"beginner": 0.0952296182513237,
"expert": 0.19887524843215942
} |
20,166 | help me with errors here aswell pleaseawait self.conn.send(
utils.format_ws_packet({
'm': 'resolve_symbol',
'p': [
session.id,
'sds_sym_1',
f'={json.dumps({"adjustment": "splits", "symbol": symbol})}'
... | b7ceab61f6b5f6a48b4c5f4dd475fff4 | {
"intermediate": 0.3136965334415436,
"beginner": 0.36225423216819763,
"expert": 0.3240492045879364
} |
20,167 | I used your code: while True:
lookback = 10080
quantity = 0.05
buy_entry_price = 0.0
sell_entry_price = 0.0
buy_exit_price = 0.0
sell_exit_price = 0.0
entry_price_set = False
if df is not None:
signals = signal_generator(df)
mark_price_data = client.ticker_price(symb... | 2ec5c4bec2715d1d38fbd7a1c2b15de3 | {
"intermediate": 0.2711426913738251,
"beginner": 0.46669480204582214,
"expert": 0.2621624767780304
} |
20,168 | I used this code:
lookback = 10080
quantity = 0.05
buy_entry_price = 0.0
sell_entry_price = 0.0
buy_exit_price = 0.0
sell_exit_price = 0.0
entry_price_set = False
consecutive_buy_signals = 0
while True:
if df is not None:
signals = signal_generator(df)
mark_price_data = client.ticker_price(symbol=... | 6e91237db2e02dbd64b9b7c2903211c7 | {
"intermediate": 0.2794005870819092,
"beginner": 0.5135480761528015,
"expert": 0.2070513367652893
} |
20,169 | Hi | 3fe348ee31eca128de5bfda3e727b1ef | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
20,170 | how to spilt a string into array in dart | 1f2948dae0c3acab49a4362b74619362 | {
"intermediate": 0.42343106865882874,
"beginner": 0.21990878880023956,
"expert": 0.3566601276397705
} |
20,171 | create a connect 4 game with pygame | 5f09b092b4841f0471392dd120a2f781 | {
"intermediate": 0.42015132308006287,
"beginner": 0.2298932522535324,
"expert": 0.34995535016059875
} |
20,172 | frappe.query_reports["Item Variant Details"] = {
"filters": [
{
reqd: 1,
default: "",
options: "Item",
label: __("Item"),
fieldname: "item",
fieldtype: "Link",
get_query: () => {
return {
filters: { "has_variants": 1 }
}
}
}
]
} | 1678dd94b404b9e246b3a28f21cd5649 | {
"intermediate": 0.516321063041687,
"beginner": 0.21836695075035095,
"expert": 0.26531192660331726
} |
20,173 | import frappe
from frappe import _
def execute(filters=None):
columns = get_columns(filters.item)
data = get_data(filters.item, filters.warehouse)
return columns, data
def get_data(item, warehouse):
if not item:
return []
item_dicts = []
variant_results = frappe.db.get_all(
"Item", fields=["nam... | e5b6ea75525bccc012ba7cd6f75d13f0 | {
"intermediate": 0.281831830739975,
"beginner": 0.5546810626983643,
"expert": 0.16348713636398315
} |
20,174 | I am making open class ArchivesList : Menu("список архивов",true, "архив") {
var contents : List<Pair<String,Archive?>> = mutableListOf(Pair("Имя элемента", null))
}that inherits from open class Menu<E>(
val menuName: String,
val top: Boolean,
val nameOfElement: String
) {
var contents : List<Pair<S... | e7c4ec0232abe4013bfb455f20947bbc | {
"intermediate": 0.2966996133327484,
"beginner": 0.6062880158424377,
"expert": 0.09701231867074966
} |
20,175 | show me the formula on how to get parallel component of one vector to the other vector? | d0b951616424053955a996fa9d982358 | {
"intermediate": 0.2537820041179657,
"beginner": 0.10905458778142929,
"expert": 0.6371634602546692
} |
20,176 | reverse array in dart | 1de774ea19c307c028876d124b6de87c | {
"intermediate": 0.3549053966999054,
"beginner": 0.27607861161231995,
"expert": 0.36901602149009705
} |
20,177 | Please find the problem with the following code and fix it: Scanner scan = new Scanner(System.in);
System.out.println("Enter a string:");
String x = scan.nextLine();
System.out.println("Enter a number:");
int n = scan.nextInt();
x = x.substring(0, n - 1);
String y = + x.substring(x.length() - (n+1));
sys... | 55458ea403e3195d8e740b5d182dd26e | {
"intermediate": 0.39908382296562195,
"beginner": 0.4198974072933197,
"expert": 0.18101872503757477
} |
20,178 | give an example of a try catch block in java | ca919704fa4533710783037359a4c72c | {
"intermediate": 0.4421103298664093,
"beginner": 0.4164477586746216,
"expert": 0.1414419263601303
} |
20,179 | C# SendInput left click to minimized window | 27680de1876365999fd9821fddf095a5 | {
"intermediate": 0.3865277171134949,
"beginner": 0.36472171545028687,
"expert": 0.24875056743621826
} |
20,180 | C# send left click to minimized window with hook mouse event | 7a6a4dba159cf0f8215b86cad43283ce | {
"intermediate": 0.5273974537849426,
"beginner": 0.24435721337795258,
"expert": 0.22824536263942719
} |
20,181 | create a python voice assistant without pyttsx3 | e89f8023468b901034c65696cd975f7e | {
"intermediate": 0.28841888904571533,
"beginner": 0.20103523135185242,
"expert": 0.5105458498001099
} |
20,182 | create a chatgpt in python | 24f324b4dcdac2a256983e3e3c826096 | {
"intermediate": 0.26703375577926636,
"beginner": 0.23414847254753113,
"expert": 0.4988177716732025
} |
20,183 | create a chatgpt without openai and api key and without chatterbot module in python | b7d769ff1f8f5765de32cad140af7154 | {
"intermediate": 0.4898858666419983,
"beginner": 0.09681639820337296,
"expert": 0.41329774260520935
} |
20,184 | make money from youtube with chatgpt | 1a8ef3397376a3aca64decb0de217437 | {
"intermediate": 0.3460043668746948,
"beginner": 0.24899521470069885,
"expert": 0.4050004482269287
} |
20,185 | # Copyright (c) 2023, Frappe Technologies Pvt. Ltd. and contributors
# For license information, please see license.txt
import frappe
from frappe import _
def execute(filters=None):
columns = get_columns(filters.item)
data = get_data(filters.item, filters.warehouse)
return columns, data
def get_data(item, wareho... | 4d076cb66df2da91d3b890cd83b93661 | {
"intermediate": 0.27985909581184387,
"beginner": 0.47502005100250244,
"expert": 0.2451208531856537
} |
20,186 | circular buffer thats "never empty" or when empty replaces the oldest data | 61be516b017327ecf0feab502a633a6c | {
"intermediate": 0.3328665494918823,
"beginner": 0.17820900678634644,
"expert": 0.48892438411712646
} |
20,187 | how do i get related in django db | dde5eb4757a184aca7e7e2affdf7d155 | {
"intermediate": 0.6343397498130798,
"beginner": 0.1751319020986557,
"expert": 0.19052836298942566
} |
20,188 | how to get values from one column of django model but default to different column if first value was null | 39f9bfd2b334c407c8d31c6706fc3167 | {
"intermediate": 0.3561800718307495,
"beginner": 0.11100802570581436,
"expert": 0.5328119397163391
} |
20,189 | Help me use c++ to launch a game | d4e9e00024c20950bb08f8163b9ebd01 | {
"intermediate": 0.3837388753890991,
"beginner": 0.4320302903652191,
"expert": 0.18423089385032654
} |
20,190 | x=13
for i in x:
print(i) | 31b7721f051104752c938a175ae75421 | {
"intermediate": 0.19744068384170532,
"beginner": 0.6231495141983032,
"expert": 0.17940972745418549
} |
20,191 | hi! i'm writing a coding quiz question based on a singly linked list function. the function is called 'find_all', and given a singly linked list 'SLL', it is supposed to return the number of times that a given value 'val' appears in the singly linked list. could you please write me a flawed version of this function tha... | cba5239a989971055c51ded16a8e237f | {
"intermediate": 0.40331578254699707,
"beginner": 0.25176504254341125,
"expert": 0.3449191451072693
} |
20,192 | i create script report from frappe and make it not standard and use script result = frappe.db.get_all("Item Price",
fields=["*"]) and then i created coloume anf filter , all good but when i choose filter list not filtred | 3b4daa421b97a57d4e39bd5e7f059787 | {
"intermediate": 0.5176584720611572,
"beginner": 0.23488296568393707,
"expert": 0.24745860695838928
} |
20,193 | please write a LBM code to simulate the Rayleigh-Benard instability using Python | 5b07a3d9b27fa94c0684d010d63c32c4 | {
"intermediate": 0.3061552941799164,
"beginner": 0.10667279362678528,
"expert": 0.5871719717979431
} |
20,194 | result = frappe.db.get_all("Item Price",
fields=["*"],
filters={"item_code": ["=", filters.item_code], "price_list": ["=", filters.price_list]}
) i use this script now but if i didn't put the 2 filters it's nothing get | 2461218dd9be0f30f6b441972e8e84ad | {
"intermediate": 0.3772389590740204,
"beginner": 0.29564130306243896,
"expert": 0.32711976766586304
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.