row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
16,877 | помоги с рефакторингом
public class ErrorCounter : MonoBehaviour, IDisposable
{
[SerializeField]
private TextMeshProUGUI textCurrentCounter;
[SerializeField]
private TextMeshProUGUI textMaxErrorCounter;
[SerializeField]
private Image slashIcon;
[SerializeFie... | 8b010b6c95aba2d69849d5f9c859a972 | {
"intermediate": 0.3239990174770355,
"beginner": 0.45051413774490356,
"expert": 0.2254868447780609
} |
16,878 | Power BI, I need to show the cumulative values for 4 Quarters (Field name Quarter Reported) in percentage based on the field Score percentage in table Merged. eg. 50% 50% 50% 100% shall give results in graph as 50%, 50%, 50 %, 62.5%. I need to create measure which gives this result in line graph | f4d48da694257220d50c1788c04907b6 | {
"intermediate": 0.34232327342033386,
"beginner": 0.2931192219257355,
"expert": 0.36455750465393066
} |
16,879 | open serial port in mips assembly? | fc50a6d1185b4ee759adf07b7b5f46e4 | {
"intermediate": 0.45306485891342163,
"beginner": 0.21973322331905365,
"expert": 0.3272019326686859
} |
16,880 | what is onmessage event listner | 462517214c6d02ca4f686ecf88d2133b | {
"intermediate": 0.29068994522094727,
"beginner": 0.3735562562942505,
"expert": 0.33575379848480225
} |
16,881 | I used your code: while True:
lookback = 10080
df = get_klines(symbol, interval, lookback)
if df is not None:
signals = signal_generator(df)
print(f"The signal time is: {dt.datetime.now().strftime('%Y-%m-%d %H:%M:%S')} - Signals: {signals}")
if signals == 'buy':
lookbac... | d4cf02c69f3315e57ee84af86714611d | {
"intermediate": 0.3336379826068878,
"beginner": 0.31795793771743774,
"expert": 0.3484041094779968
} |
16,882 | Hi, Please write a C# program that creates an array of ten integers. It should put ten random numbers from 1 to 100 in the array. It should copy all the elements of that array into another array of the same size.
Then display the contents of both arrays. To get the output to look like this, you'll need a several for l... | 394ae97a89c9710bbfb5da7d324908e5 | {
"intermediate": 0.3843846619129181,
"beginner": 0.4007933735847473,
"expert": 0.2148219496011734
} |
16,883 | python code for getting the embedding representation of a sentence using BERT and pytorch | 9648664dae4757a7c03f3d06aadba52a | {
"intermediate": 0.42599695920944214,
"beginner": 0.11427654325962067,
"expert": 0.4597265124320984
} |
16,884 | does the javascipt engine v8 for example,first compile the javascript code to c++ code,and then machine code or machine code only | ca32b4cec7f91548c6009d2fc9d2c340 | {
"intermediate": 0.5309221744537354,
"beginner": 0.13225015997886658,
"expert": 0.33682766556739807
} |
16,885 | как вывести photo в json Api in javascript make me some examples | 0afb5bcab7c087f422a43ad7a624dd88 | {
"intermediate": 0.5391698479652405,
"beginner": 0.32735949754714966,
"expert": 0.13347063958644867
} |
16,886 | where is the error? <?php
header('Access-Control-Allow-Origin: *');
include 'FeedbackForm.php';
include 'FeedbackProcessorCrm.php';
$postData = file_get_contents('php://input');
$data = json_decode($postData, true);
/*
// для тесте
$data = ['phone' => 71234567890, 'url' => 'https://dmp.one/?yclid=3725717487900465674', ... | e4539dd839c5f0404bbd20b7d36a918d | {
"intermediate": 0.3903568983078003,
"beginner": 0.4469072222709656,
"expert": 0.16273587942123413
} |
16,887 | postgres find all unique values in column | 153fa581104ca7446f979b2f45f12f1a | {
"intermediate": 0.3754754364490509,
"beginner": 0.3468707799911499,
"expert": 0.2776537835597992
} |
16,888 | Unity C# script to teleport 2d rigidbodies that fit LayerMask, to another transform | 68358d1427e3d1e26a8aba881362b0ba | {
"intermediate": 0.4274682104587555,
"beginner": 0.18597246706485748,
"expert": 0.3865593373775482
} |
16,889 | show me a full python script | 44989d4c4e8cb148886caa846a1e2e66 | {
"intermediate": 0.3565923869609833,
"beginner": 0.2635944187641144,
"expert": 0.3798132538795471
} |
16,890 | please provide an explanation with drawing to quantom cryptography secure bit transfer | cd9a965bf005f9516a6812137ea241d8 | {
"intermediate": 0.3099943995475769,
"beginner": 0.34286826848983765,
"expert": 0.34713733196258545
} |
16,891 | hi | 80c7c1a0030afb03a63b8c040b778658 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
16,892 | char str[32] = {0};
int main(void) {
USART1_init(115200);
tim7delay(1000);
printf("this is main\r\n");
printf("定时器更改后%s\r\n",str);
} | eaddea640908e52cd661a0355a3dcd12 | {
"intermediate": 0.27066636085510254,
"beginner": 0.5021582245826721,
"expert": 0.22717534005641937
} |
16,893 | What does this code do?
document.querySelector(‘#gallery’).insertAdjacentHTML(‘beforeend’, <br/> <div class="modal-container" aria-modal="true" role="dialog" hidden="true"><br/> <div class="modal"><br/> <div class="modal__overlay"><br/> <div class="modal__btn-container"><br/> <button class="m... | d36a0e35f2d9ec7b88610bd670651485 | {
"intermediate": 0.3087012767791748,
"beginner": 0.4638387858867645,
"expert": 0.2274598777294159
} |
16,894 | weit in py | 45d60baed9beb3e14aeb63daade87e00 | {
"intermediate": 0.3105573058128357,
"beginner": 0.42233604192733765,
"expert": 0.2671065926551819
} |
16,895 | You are given a single string. You need to convert each character into it's ASCII value and add the odd numbers together.
Example
Input: ABC
A,B,C → 65,66,67
Take odd numbers
65+67=132 Please write C# code | 849d488217a7083630e0bcf15403c993 | {
"intermediate": 0.4198971092700958,
"beginner": 0.39388027787208557,
"expert": 0.1862225979566574
} |
16,896 | handlebars compile how to use private variables | dfc32681b7857cbb0dd7da329c27ea27 | {
"intermediate": 0.3485437333583832,
"beginner": 0.4523947536945343,
"expert": 0.1990615278482437
} |
16,897 | GPT-3.5 Chatbot | 8690777df3fbe0550c8e4cb32223644d | {
"intermediate": 0.3232736587524414,
"beginner": 0.2754828631877899,
"expert": 0.40124350786209106
} |
16,898 | how can I make a function in js that has an argument and then adding a method to this function | 59995fa99a87e96edc9df0e50a7fc882 | {
"intermediate": 0.3970615863800049,
"beginner": 0.4450471103191376,
"expert": 0.15789127349853516
} |
16,899 | For a given regular jigsaw puzzle of of size h x w how many tabs (the bits that stick out) are there?
- A rectangular jigsaw puzzle has pieces arranged in a grid.
- Each piece has a single tab or socket on each side that is in contact with an adjacent piece.
Input
Line 1: Two space-separated integers h and w for the h... | 6ca4df1c11783befea14a849c2d254db | {
"intermediate": 0.40586385130882263,
"beginner": 0.2870499789714813,
"expert": 0.30708616971969604
} |
16,900 | помоги с рефактроингом public class QuestTime : MonoBehaviour
{
private const int SecondsInMinute = 60;
private const int SecondsInHour = 3600;
private const int SecondsToWait = 1;
[SerializeField]
private TextMeshProUGUI hourHand;
[SerializeField]
private G... | 097c0e57fba3635b77964d848655b22b | {
"intermediate": 0.32538726925849915,
"beginner": 0.45091912150382996,
"expert": 0.22369356453418732
} |
16,901 | signal?.aborted | 7e0887bfe31ca050280ac8647088ebcb | {
"intermediate": 0.30368390679359436,
"beginner": 0.3238329589366913,
"expert": 0.37248313426971436
} |
16,902 | Potree.Viewer is not a constructor | 9dca08dc2203d0a447db3a5fb2f68f78 | {
"intermediate": 0.3519083261489868,
"beginner": 0.3693993091583252,
"expert": 0.2786923944950104
} |
16,903 | как сделать оверлей в imgui, т.е нужно убрать bg у приложения, которое содержит окна внутри себя | 36ab7be57b11d4416f8825ebf98374cc | {
"intermediate": 0.39337942004203796,
"beginner": 0.2356812059879303,
"expert": 0.37093931436538696
} |
16,904 | Simon the firefighter has to rescue a family from a burning building. The family is located on an upper floor, but unfortunately the fire has already spread and the stairs are not accessible anymore.
Build a ladder for Simon so he can reach the family and rescue them.
For every floor you have to print 1 ladder segment... | b4023bdbee721c75e16a55ad26efefcf | {
"intermediate": 0.41328170895576477,
"beginner": 0.23052294552326202,
"expert": 0.3561953604221344
} |
16,905 | Write an excel macro that will highlight duplicated cells | b88ae6a6bbb2cc1340aaf2c69ed7985f | {
"intermediate": 0.3963286280632019,
"beginner": 0.25603437423706055,
"expert": 0.34763699769973755
} |
16,906 | Get me foodname which I can make based on its ingredient availability in fridge create table recipe (foodname varchar(20), ingredient_id int, ingredient varchar(20))
create table fridge (ingredient_id int, ingredientname varchar(20))
insert into recipe values('hotdog', 1, 'sausage'),
('hotdog', 2, 'bread'),
... | c4f28c1b37a72e68ba25ffcdd8389ebd | {
"intermediate": 0.37681812047958374,
"beginner": 0.24093663692474365,
"expert": 0.382245272397995
} |
16,907 | у меня выдает ошибки
Uncaught TypeError: Cannot read properties of undefined (reading 'call')
at $.validator.check (jquery.validate.js:624:45)
at $.validator.checkForm (jquery.validate.js:411:10)
at HTMLInputElement.<anonymous> (jquery.validate.js:59:20)
at HTMLInputElement.dispatch (jquery-1.11.3.min.... | e6eb8247501dd8d128d902d379e6ebaf | {
"intermediate": 0.35015869140625,
"beginner": 0.49155110120773315,
"expert": 0.15829022228717804
} |
16,908 | I used your code: def set_stop_loss(symbol, entry_price, mark_price):
lookback = 1
df = get_klines(symbol, interval, lookback)
# Get the open price of the previous candle
prev_open = float(df.iloc[-2]['open'])
# Set stop loss price
stop_loss_price = prev_open
if mark_price > e... | 04c398068ffac63ceb28c6b80d8143e1 | {
"intermediate": 0.31985145807266235,
"beginner": 0.46301528811454773,
"expert": 0.21713325381278992
} |
16,909 | how can I optimize this code? Its using an absurd ammount of memory and absolutelly rapes my pretty beefy pc, i have 16gb ram
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("EleutherAI/gpt-j-6B")
tokenizer = AutoTokenizer.from_pretrained("EleutherAI/gpt-j-6B... | 65b68bc758a0784c25a5e2a9fac4d26a | {
"intermediate": 0.288242906332016,
"beginner": 0.2946808338165283,
"expert": 0.4170762896537781
} |
16,910 | как очистить stage в react pixi | 27039e02ea297743d78fb697618ad818 | {
"intermediate": 0.3229454457759857,
"beginner": 0.3385204076766968,
"expert": 0.3385342061519623
} |
16,911 | local uis = game.UserInputService
local camn = 1
local cameras = {}
local cam = game.Workspace.CurrentCamera
local used = true
for i, v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("BasePart") and v.Name == "Camera" and v.Parent.Name == "Camera" then
table.insert(cameras, v)
end
end
if used == true then
... | ee8ff655631f1764101c6ac9df5d30c6 | {
"intermediate": 0.3898746073246002,
"beginner": 0.3567580580711365,
"expert": 0.25336742401123047
} |
16,912 | local uis = game.UserInputService
local camn = 1
local cameras = {}
local cam = game.Workspace.CurrentCamera
local used = true
for i, v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("BasePart") and v.Name == "Camera" and v.Parent:IsA("Camera") then
table.insert(cameras, v)
end
end
if used == ... | 9efb5bc69993afba0d7bfbdd88608d9d | {
"intermediate": 0.48173561692237854,
"beginner": 0.27279940247535706,
"expert": 0.2454649806022644
} |
16,913 | local uis = game.UserInputService
local camn = 1
local cameras = {}
local cam = game.Workspace.CurrentCamera
local used = true
for i, v in pairs(game.Workspace:GetDescendants()) do
if v:IsA("BasePart") and v.Name == "Camera" then
print(v)
table.insert(cameras, v)
end
end
if used == true then
script.Parent.Enab... | 9e838bf1fa4eb68afa5841a194392031 | {
"intermediate": 0.31859514117240906,
"beginner": 0.46712595224380493,
"expert": 0.2142789363861084
} |
16,914 | make a loading bar in python which updates in the console without wiping the entire screen or repeating it by just modifying the original in any means you can | cefaac9ae782407d69a148276170cce4 | {
"intermediate": 0.5479466915130615,
"beginner": 0.14119838178157806,
"expert": 0.3108549416065216
} |
16,915 | local uis = game:GetService("UserInputService")
local camn = 1
local cameras = {}
local cam = game.Workspace.CurrentCamera
local used = true
if used == true then
script.Parent.Enabled = true
camn = 1
game["Run Service"].Stepped:Connect(function()
game.Lighting.CamerasCorrection.Enabled = true
for i, v in ipairs... | 5879cdda794548cfa9ddaaf4eecb964b | {
"intermediate": 0.4001104533672333,
"beginner": 0.3877379596233368,
"expert": 0.21215155720710754
} |
16,916 | with mkvinfo, i'd like to remove all extras info of a file | dc5fd4f9c1d04153c177252cd8414333 | {
"intermediate": 0.37486550211906433,
"beginner": 0.22697599232196808,
"expert": 0.398158460855484
} |
16,917 | how to remove duplicate line in a text file in linux | 8ed8b302122c844e5f1e27d28b9be554 | {
"intermediate": 0.34189289808273315,
"beginner": 0.33916983008384705,
"expert": 0.318937212228775
} |
16,918 | Can you please write a VBA code that can meet the requirements and conditions described below:
The range B3:B1000 contains a series of text values that repeat in the following order: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.
The value in cell B3 identifies the position of the value in the series... | c19cbf3d1c3444bab118555296192c6d | {
"intermediate": 0.4072592854499817,
"beginner": 0.15712414681911469,
"expert": 0.4356165826320648
} |
16,919 | opensource tool for managed file transfer covers HTTPs, FTP, SFTP, SCP | c2ed9b252807c2c934db6862878af319 | {
"intermediate": 0.37805575132369995,
"beginner": 0.20925036072731018,
"expert": 0.4126938581466675
} |
16,920 | I have this code: def set_stop_loss(symbol, entry_price, mark_price):
lookback = 1
df = get_klines(symbol, interval, lookback)
# Get the open price of the previous candle
prev_open = float(df.iloc[-2]['Open'])
# Set stop loss price
stop_loss_price = prev_open
if mark_price > e... | d6d5d035063ac4f6db893e481251e342 | {
"intermediate": 0.3004625141620636,
"beginner": 0.1711229383945465,
"expert": 0.5284146070480347
} |
16,921 | refactor this method in java private <K, V> Map<K, JsonFieldAuditChangeDetector.ValueDifference> difference(
Map<? extends K, V> newNode,
Map<? extends K, V> oldNode,
String fieldName) {
Map<K, JsonFieldAuditChangeDetector.ValueDifference> differences = new HashMap<>();
... | 2fbc399bd28d838598f69a5f000c34ab | {
"intermediate": 0.4077651798725128,
"beginner": 0.3976447880268097,
"expert": 0.1945900171995163
} |
16,922 | in python, will a while loop be cancel imediately if variable such as while variable= true: change to false? | e6dbb82b6b376aec5b0652a23f110ea4 | {
"intermediate": 0.1866665929555893,
"beginner": 0.7005259990692139,
"expert": 0.11280746757984161
} |
16,923 | def greedyMC(coinvalueList, change):
res = []
coinvalueList.sort(reverse=True)
for c in coinvalueList:
# Добавить максимально возможное число монет очередного наибольшего номинала.
change = change - (change // c) * c
#res.append([c * (change // c))
res += [19] * (change // c)
... | 92a09eac5246552249bd8f8e3db78335 | {
"intermediate": 0.2879848778247833,
"beginner": 0.48624053597450256,
"expert": 0.22577455639839172
} |
16,924 | using the bitcoinlib library and hikari (might not havve spelt that correct) make a discord bot where you can deposit and withdraw bitcoin from | 42db9871663a499320c6bfded1c931a2 | {
"intermediate": 0.7305468320846558,
"beginner": 0.09859377145767212,
"expert": 0.1708594262599945
} |
16,925 | make a basic economy bot using hikari and python, | 2f94647e9f7b6bd42239ae1ea554fea0 | {
"intermediate": 0.3098949193954468,
"beginner": 0.19430795311927795,
"expert": 0.49579712748527527
} |
16,926 | This is a cookie given by a website called "validation_id": a930f285-7607-4832-a80f-4362bad64bd2:00000407:1691096878277 Can you try to deduce anything from this string? | ddfd4593e2ad8eaa6c62bdbb48a6bf1e | {
"intermediate": 0.38925135135650635,
"beginner": 0.21414817869663239,
"expert": 0.39660048484802246
} |
16,927 | create python environment with python version 3.7 | 8c8ffaefce867ca0f43f0740d99eb16f | {
"intermediate": 0.3303980529308319,
"beginner": 0.2593541741371155,
"expert": 0.4102477431297302
} |
16,928 | Create a recon tool | 98c267876bb570081cb964ba57c8686c | {
"intermediate": 0.34854742884635925,
"beginner": 0.24927836656570435,
"expert": 0.402174174785614
} |
16,929 | run recon opt on phyton to show visual | cc643adae338d68ba636de902df1f048 | {
"intermediate": 0.38697758316993713,
"beginner": 0.23166489601135254,
"expert": 0.3813575506210327
} |
16,930 | hey | 2edc541bdc8b450a8659971613506a0d | {
"intermediate": 0.33180856704711914,
"beginner": 0.2916048467159271,
"expert": 0.3765866458415985
} |
16,931 | I want to add a column in the second position in a CSV file, please give me the R language code. | 927d8a9b12a7f5c20d3515b02e88e583 | {
"intermediate": 0.3211359977722168,
"beginner": 0.2677437365055084,
"expert": 0.41112020611763
} |
16,932 | local server_ip = "112.125.89.8"
local server_port = 43531
local UDP_port = 37834
local ssl_port = 35528
local rxbuf = zbuff.create(8192)
local function netCB(netc, event, param)
if param ~= 0 then
sys.publish("socket_disconnect")
return
end
if event == socket.LINK then
elseif event == socket.... | 5434ebd75ee4790398efa5a799b8e5a0 | {
"intermediate": 0.3164314031600952,
"beginner": 0.48459726572036743,
"expert": 0.19897130131721497
} |
16,933 | local server_ip = "112.125.89.8"
local server_port = 43531
local UDP_port = 37834
local ssl_port = 35528
local rxbuf = zbuff.create(8192)
local function netCB(netc, event, param)
if param ~= 0 then
sys.publish("socket_disconnect")
return
end
if event == socket.LINK then
elseif event == socket.... | 5bdbcb43f53ffb3971960c654bf1a567 | {
"intermediate": 0.3164314031600952,
"beginner": 0.48459726572036743,
"expert": 0.19897130131721497
} |
16,934 | <script setup>
import { defineProps, ref } from 'vue';
import { useRouter } from 'vue-router';
import axios from 'axios';
import Cookies from 'js-cookie';
const my_token = Cookies.get('token')
const columns = [
{
name: 'projectCode',
required: true,
label: 'Lot号',
align: 'left',
... | 2138aa4de71196e3924daa88b26a8ba0 | {
"intermediate": 0.4815833270549774,
"beginner": 0.29491257667541504,
"expert": 0.22350406646728516
} |
16,935 | Hi | 32d8391dda404da44113c0f8f03b59c6 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
16,936 | In a c++ wxwidget application, I have this custom class:
#ifndef GRIDSTRINGTABLEGAMES_H
#define GRIDSTRINGTABLEGAMES_H
#include “Game.h”
#include “CompletionStatus.h”
#include <wx/grid.h>
#include <wx/arrstr.h>
class GridStringTableGames : public wxGridStringTable
{
public:
GridStringTableGames(int cols);
GridStrin... | 3b90f0bae19d2ec441f382ae32bba608 | {
"intermediate": 0.3820652663707733,
"beginner": 0.40339136123657227,
"expert": 0.21454337239265442
} |
16,937 | pcap/pcap.h: No such file or directory | 80317de208e308878bcdad5c1a894a11 | {
"intermediate": 0.3017744719982147,
"beginner": 0.386860728263855,
"expert": 0.3113648295402527
} |
16,938 | I want to send data to my server by Arduino mega 2560 serial interface with ESP 8266 temprature data please write the code | e668a7ac7a9a888a0cb1dbb2708fb80a | {
"intermediate": 0.5288248658180237,
"beginner": 0.1647549718618393,
"expert": 0.3064201772212982
} |
16,939 | Summarize how to use Sqlite via Java. | 1ff3ba8b27f38d48e227ef3c6d426a5b | {
"intermediate": 0.836829662322998,
"beginner": 0.08516333997249603,
"expert": 0.07800692319869995
} |
16,940 | write an article on beginning PHP programming | 51a5c64740225c6ca4f3a55d2b18dfda | {
"intermediate": 0.2175227552652359,
"beginner": 0.6487597227096558,
"expert": 0.13371749222278595
} |
16,941 | openOrders: Record<string, Record<string, AccountOpenOrder>>;
export interface AccountOpenOrder {
apiKeyId: string;
apiKeyName: string;
id: string;
symbol: string;
type: string;
price: number;
quantity: number;
side: string;
status: string;
}
создай такой обхект где будет 3 ордера с ценой от 29140 до... | 57a567973cbfa0f7c2546f77b0aaadf2 | {
"intermediate": 0.4179459512233734,
"beginner": 0.30100324749946594,
"expert": 0.28105080127716064
} |
16,942 | I am getting a Type mismatch error with this code: Sub HighlightIncorrectSeries()
' Define the range to search
Dim rng As Range
Set rng = Range("B3:B1000")
' Get the starting day from cell B3
Dim startDay As String
startDay = Range("B3").Value
' Define the series pattern
Dim seriesPattern As Variant
seriesPattern = A... | 8980d223cb335e31e5be19e87498191a | {
"intermediate": 0.3774905204772949,
"beginner": 0.45592451095581055,
"expert": 0.1665850281715393
} |
16,943 | list_for_each_entry用法 | 705b0f469d311597c3a6003f5577bfc4 | {
"intermediate": 0.3507764935493469,
"beginner": 0.24746406078338623,
"expert": 0.4017593562602997
} |
16,944 | Uncaught ReferenceError: proj4 is not defined
at potree.js:71643:2
at potree.js:4:28
at potree.js:5:2如何解决 | 80f5cf2260a678bcc3e1e03f8098878f | {
"intermediate": 0.35259464383125305,
"beginner": 0.38801679015159607,
"expert": 0.2593885660171509
} |
16,945 | How to Get a List of dev.to Posts From the API using login and api key | e33c92dc3cadda56ddbaa8840e4f127c | {
"intermediate": 0.4905630052089691,
"beginner": 0.21996165812015533,
"expert": 0.28947538137435913
} |
16,946 | aarch64-none-linux-gnu-gcc test_get_l4_packet.c -o test_l4
test_get_l4_packet.c:3:10: fatal error: pcap/pcap.h: No such file or directory
3 | #include <pcap/pcap.h>
| ^~~~~~~~~~~~~
compilation terminated. | 9028644da5a842d09b644ebbc1628239 | {
"intermediate": 0.3807589113712311,
"beginner": 0.34429365396499634,
"expert": 0.2749474048614502
} |
16,947 | rust AES/ECB/NoPadding example | dbd514e06494e3cfc2b00036d92e3d0e | {
"intermediate": 0.32035622000694275,
"beginner": 0.40834784507751465,
"expert": 0.2712958753108978
} |
16,948 | 帮我缩减以下英文学术论文:
We optimized the SWDNet by adjusting different parameter values and conducting comparative experiments to determine the optimal values of each parameter under the best performance of the model.
Comparison of Iteration Counts. During the experiment, we alternated between training and testing. We trained th... | 1c2b14021d51403856bcc9fde77bc7b4 | {
"intermediate": 0.1145111471414566,
"beginner": 0.12257993966341019,
"expert": 0.762908935546875
} |
16,949 | <a class="layui-btn layui-btn-normal layui-btn-xs" lay-event="viewzjyj">{{ value }}</a> | 5b1d4198c156f4e8f61b717888e3dd00 | {
"intermediate": 0.2911703586578369,
"beginner": 0.3897051215171814,
"expert": 0.3191245496273041
} |
16,950 | java code for 1 min repeated interval duckduckgo search for "cheap cars" and display result as swing newsticker line on top of screen as 5mm text line from left to right | 7bd82c02af466636b1784b0462bfb22a | {
"intermediate": 0.42110973596572876,
"beginner": 0.22747012972831726,
"expert": 0.35142019391059875
} |
16,951 | java code for websearch with duckduckgo with links as results, take care of mimic mozilla agent | 510337009153253c81f1a7d6a649c9b3 | {
"intermediate": 0.6208887100219727,
"beginner": 0.1466466188430786,
"expert": 0.23246468603610992
} |
16,952 | I used your code: def set_stop_loss(symbol, entry_price, mark_price):
mark_price = client.ticker_price(symbol=symbol)
lookback = 1
df = get_klines(symbol, interval, lookback)
# Get the open price of the previous candle
prev_open = float(df.iloc[-2]['Open'])
# Set stop loss price
st... | 60ac98344b4f4a078c4e44cd69b7b708 | {
"intermediate": 0.27090197801589966,
"beginner": 0.5725021958351135,
"expert": 0.15659581124782562
} |
16,953 | What is the error? 2023-08-04, 11:54:29 MSK] {taskinstance.py:1776} ERROR - Task failed with exception
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.7/site-packages/airflow/operators/python.py", line 175, in execute
return_value = self.execute_callable()
File "/home/airflow/.local/li... | c4fa60f1e64d00a5b303f553f955aade | {
"intermediate": 0.5902020335197449,
"beginner": 0.23296673595905304,
"expert": 0.1768312305212021
} |
16,955 | interface Ticker {
price: number;
percent: number;
usdVolume: number;
}
const ticker = useSelector((state: AppState) => state.binanceTicker.futures); //futures: {[key: string]: Ticker}; // 1INCHUSDT: {price: 0.306, percent: -1.671, usdVolume: 25744127.004} //1000FLOKIUSDT: {price: 0.0218, percent: -0.502, u... | 03b86431ca24c52f8fdc5b7ddea3d810 | {
"intermediate": 0.37274032831192017,
"beginner": 0.3440393805503845,
"expert": 0.28322023153305054
} |
16,956 | interface Ticker {
price: number;
percent: number;
usdVolume: number;
}
const ticker = useSelector((state: AppState) => state.binanceTicker.futures); //futures: {[key: string]: Ticker}; // 1INCHUSDT: {price: 0.306, percent: -1.671, usdVolume: 25744127.004} //1000FLOKIUSDT: {price: 0.0218, percent: -0.502, usdVolume: 4... | 95d39975e5ac5622b2431175c8745997 | {
"intermediate": 0.37246832251548767,
"beginner": 0.3395407199859619,
"expert": 0.2879909574985504
} |
16,957 | This document requires 'TrustedScript' assignment.
(анонимный) @ print-preview.bundle.js:15
print-preview.bundle.js:15 The JavaScript Function constructor does not accept TrustedString arguments. See https://github.com/w3c/webappsec-trusted-types/wiki/Trusted-Types-for-function-constructor for more information. | a6d7458ca325ce7b1bcc0547026f3856 | {
"intermediate": 0.26583513617515564,
"beginner": 0.549534261226654,
"expert": 0.18463057279586792
} |
16,958 | When I create a python project in pycharm, it creates with it a virtual environment. How to use pip such that it installs in that virtual environment instead of using the global environment? | a073ed783e31f9584b5187a7c2f2d729 | {
"intermediate": 0.5487760305404663,
"beginner": 0.20240455865859985,
"expert": 0.24881938099861145
} |
16,959 | const BinanceLive = () => {
const [symbols, setSymbols] = useState<{symbol: string, price: number}[]>([]);
const ticker = useSelector((state: AppState) => state.binanceTicker.futures);
useEffect(() => {
if (symbols.length > 0) return;
const fetchData = () => {
const selectedCoins = Object.keys(tic... | cdf5db6f5fbf5ac69fbddd38800576b8 | {
"intermediate": 0.40046241879463196,
"beginner": 0.38656219840049744,
"expert": 0.212975412607193
} |
16,960 | Create jest unit tests for the following block of code
/*
Flag setting example:
const featureFlags = window.omnia?.featureFlags ?? {
setFlag: (name, value) => {
featureFlags.flags[name] = value;
featureFlags.flagChangeListeners?.[name]?.(value)
},
flagChangeListe... | 4db32d37be94ce2f20504e46824d9952 | {
"intermediate": 0.3281068205833435,
"beginner": 0.4165153205394745,
"expert": 0.2553778290748596
} |
16,961 | I used your code: while True:
lookback = 10080
df = get_klines(symbol, interval, lookback)
if df is not None:
signals = signal_generator(df)
print(f"The signal time is: {dt.datetime.now().strftime('%Y-%m-%d %H:%M:%S')} - Signals: {signals}")
mark_price = client.ticker_price(symbol=... | bc194f978f9846c52cb3a248ebcc8bcc | {
"intermediate": 0.2939588725566864,
"beginner": 0.45267781615257263,
"expert": 0.2533632516860962
} |
16,962 | Uncaught TypeError: THREE.OrbitControls is not a constructor
at qiehuan.js:78:17
(anonymous) @ qiehuan.js:78
怎么解决 | 38c8e6dda875c409bc989f1481980338 | {
"intermediate": 0.359446257352829,
"beginner": 0.3650481402873993,
"expert": 0.27550560235977173
} |
16,963 | {coin.map((symbol, index) => {
const replacedSymbol = symbol.symbol.replace("USDT", "").replace("BUSD", "").replace("BTC", "");
console.log(replacedSymbol);
return <div key={index} style={{minWidth: 80 + (((replacedSymbol.length * 5) + (${symbol.price}.length) * 12))}}>
... | 30c998126e472723551f7423c17e4e59 | {
"intermediate": 0.30800774693489075,
"beginner": 0.4105382263660431,
"expert": 0.28145402669906616
} |
16,964 | I have this code: while True:
lookback = 10080
df = get_klines(symbol, interval, lookback)
if df is not None:
signals = signal_generator(df)
print(f"The signal time is: {dt.datetime.now().strftime('%Y-%m-%d %H:%M:%S')} - Signals: {signals}")
mark_price = client.ticker_price(symbol=... | d1031fb49535737a4c08f19023f42e79 | {
"intermediate": 0.2569917142391205,
"beginner": 0.5195460915565491,
"expert": 0.22346222400665283
} |
16,965 | I am having problems writing a VBA code so I need your help building it up in stages.
The first stage is described as below:
Range B3:B1000 is mostly made up of empty cells.
Some of the cells in the range contain a text value that are part of a repeating pattern as you move down the range.
The revolving repeating patte... | e22061f3d99452d51d86a78d60f12b74 | {
"intermediate": 0.3596740663051605,
"beginner": 0.2932824194431305,
"expert": 0.3470434844493866
} |
16,966 | Uncaught SyntaxError: Cannot use import statement outside a module | 87f3b4fe55cb41e6af466c1531ff094d | {
"intermediate": 0.29423701763153076,
"beginner": 0.5093165636062622,
"expert": 0.19644644856452942
} |
16,967 | Fix this roblox code | eb4be612a3912070c1181d10f233795d | {
"intermediate": 0.2557418942451477,
"beginner": 0.5643897652626038,
"expert": 0.17986831068992615
} |
16,968 | In golang, write a hello world qndroid app | 14b7bc65d6f56dfcb3a0e6369d958b06 | {
"intermediate": 0.43842312693595886,
"beginner": 0.24577799439430237,
"expert": 0.31579893827438354
} |
16,969 | мне нужно сделать такой же класс только без провала квеста и чтобы не было дублежа кода так как мне нужно использовать этот и новый класс
public class VehicleStartState : IPayloadState<IQuest>
{
private readonly SessionQuestStateMachine stateMachine;
private readonly FatalFailureConditionHandler fa... | 9da095d96bd8c8e715f88ae6c79f1fd2 | {
"intermediate": 0.3464662730693817,
"beginner": 0.5324995517730713,
"expert": 0.12103425711393356
} |
16,970 | jak naprawić ten błąd: package command-line-arguments
imports github.com/golang/sys
imports github.com/golang/sys: import cycle not allowed | 6ca2b50274d7174993e4b0668ea7a8d4 | {
"intermediate": 0.3399808406829834,
"beginner": 0.4588424265384674,
"expert": 0.20117676258087158
} |
16,971 | помоги с этим классом, мне нужно сделать точно такой же класс только без провала квеста и я бы хотел избежать дуближа кода так как мне нужно использовать этот и новый класс
public class VehicleStartState : IPayloadState<IQuest>
{
private readonly SessionQuestStateMachine stateMachine;
private reado... | 0af6f1a73c2b186a64dd90f8a522774d | {
"intermediate": 0.379519522190094,
"beginner": 0.5064369440078735,
"expert": 0.11404355615377426
} |
16,972 | Make an android qpp in react native that checks and asks for vpn permissions on startup | e095c659ea9d32c18924c7486119db30 | {
"intermediate": 0.5831978917121887,
"beginner": 0.1500125676393509,
"expert": 0.2667895555496216
} |
16,973 | помоги с этим классом, мне нужно сделать точно такой же класс только без провала квеста и я бы хотел избежать дуближа кода так как мне нужно использовать этот и новый класс
public class VehicleStartState : IPayloadState<IQuest>
{
public void Enter(IQuest quest)
{
SessionResultsPulle... | 1c3333a84a7ca70765f2e67e67e4633c | {
"intermediate": 0.35961654782295227,
"beginner": 0.5780841708183289,
"expert": 0.06229927018284798
} |
16,974 | помоги с этим классом, мне нужно сделать точно такой же класс только без провала квеста и я бы хотел избежать дуближа кода так как мне нужно использовать этот и новый класс
public class VehicleStartState : IPayloadState<IQuest>
{
public void Enter(IQuest quest)
{
SessionResultsPuller.Se... | 950193029d203506811ed74aaab877b5 | {
"intermediate": 0.37996187806129456,
"beginner": 0.5191139578819275,
"expert": 0.10092417895793915
} |
16,975 | помоги с этим классом, мне нужно сделать точно такой же класс только без провала квеста и я бы хотел избежать дуближа кода так как мне нужно использовать этот и новый класс
public class VehicleStartState : IPayloadState<IQuest>
{
public void Enter(IQuest quest)
{
SessionResultsPuller.Se... | e3006865b0c71a28469d53aa184d67a9 | {
"intermediate": 0.3376302123069763,
"beginner": 0.40348416566848755,
"expert": 0.2588856816291809
} |
16,976 | import random
import fractions
import math
from sympy import *
def generator_random_point():
random_point = random.randint(1, 10)
return random_point
"Задача № 13274"
def derivative_of_tangent_in_random_point():
random_point = generator_random_point()
x = Symbol('x')
expr = (1 + (tan(2*x))**2)**3... | c4537cedb853b635baf69198cdc104c4 | {
"intermediate": 0.33573418855667114,
"beginner": 0.46918773651123047,
"expert": 0.19507811963558197
} |
16,977 | как сделать все по центру и опустить кнопку чуть ниже от message
<body>
<div class="app">
<main class="main">
<h1>Ошибка</h1>
<p class="shop-error">${message}</p>
<a href="${backUrl}" class="ui-btn ui-btn--primary"
data-ripple>Перевести еще раз</a>... | dfdf0849910dcf754aeb7015abf1441e | {
"intermediate": 0.3008051812648773,
"beginner": 0.44185420870780945,
"expert": 0.25734058022499084
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.