row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
20,195 | По какой то причине у меня обновление новости завязано в корутине замены случайной новости. class NewsViewModel : ViewModel() {
private val newsList = mutableListOf(
News("Новость 1", "Lorem ipsum", 0, false),
News("Новость 2", "Lorem ipsum", 0, false),
News("Новость 3", "Lorem ipsum", 0, false),
News("Новость 4", "Lor... | 08cc38b260e7cb3511449bed7fe7d08c | {
"intermediate": 0.36244454979896545,
"beginner": 0.3803613781929016,
"expert": 0.25719407200813293
} |
20,196 | значение количество лайков обновляется только спустя 5 секунд: package com.example.myapplication22
import android.os.Debug
import android.util.Log
import androidx.lifecycle.ViewModel
import kotlinx.coroutines.GlobalScope
import kotlinx.coroutines.delay
import kotlinx.coroutines.flow.MutableStateFlow
import kotlinx.cor... | 655cdc96aa11878a9840612348778f64 | {
"intermediate": 0.3323233127593994,
"beginner": 0.5192098021507263,
"expert": 0.14846684038639069
} |
20,197 | В этом коде поставленный лайк обновляется каждые 5 секунд. Как сделать так чтобы лайк обновлялся мгновенно и при этом не нужно было бы менять случайную новость? class NewsViewModel : ViewModel() {
private val newsList = mutableListOf(
News("Новость 1", "Lorem ipsum", 0, false),
News("Новость 2", "Lo... | 907d21ad8d61ddee7b71ff27f613f718 | {
"intermediate": 0.36181342601776123,
"beginner": 0.47527778148651123,
"expert": 0.16290883719921112
} |
20,198 | Power BI: Need to create a new custom column whose value is pointing to another table colimn value | 61f07e9ddbe98bf7c8e6e260677f092d | {
"intermediate": 0.367351770401001,
"beginner": 0.21811312437057495,
"expert": 0.4145350754261017
} |
20,199 | Power BI: Have two input excel files Previous and Current. Would like to track their loaded timestamp each time a new file is loaded. If not new file the Timestamp shall be same as old | 692a729e00ea1a01b3aa87d1f3683823 | {
"intermediate": 0.36323073506355286,
"beginner": 0.2155715823173523,
"expert": 0.4211976230144501
} |
20,200 | Power BI: Simple requirement, have two input files as Tables "Previous" and "Current". Need to track their first time load timestamp. This column will updated only once a new file source is changed for each "Previous" and "Current", else the value should be same always | 3886ad29e81cfb1a1522392176212fc1 | {
"intermediate": 0.301076203584671,
"beginner": 0.2908689081668854,
"expert": 0.408054918050766
} |
20,201 | Please a code for GameMaker studio 2 that creates a page with three tap | 14ac08f3fd3b25937f30443676e486d8 | {
"intermediate": 0.49382197856903076,
"beginner": 0.26832494139671326,
"expert": 0.23785300552845
} |
20,202 | Power BI: Have two input files "Previous" and "Current", need to track their timestamp for last load of a new updated file. I am using DateTime.LocalNow() formula for new custom column "Loaded Timestamp" each table, how ever this is not serving the purpose as each time i open the Power BI they get loaded with current t... | 199c3317e03f95de484afd58831f8e22 | {
"intermediate": 0.5447313785552979,
"beginner": 0.2306160032749176,
"expert": 0.22465258836746216
} |
20,203 | Почему здесь при нажатии на кнопку лайка лайк не обновляется мгновенно, но через 5 секунд при обновлении новостей лайк появляется? Как это исправить чтобы лайк появлялся мгновенно? class NewsViewModel : ViewModel() {
private val newsList = mutableListOf(
News("Новость 1", "Lorem ipsum", 0, false),
News("Новость 2", "Lo... | f8cf500c7f0f12fe24e6007aebcefb30 | {
"intermediate": 0.29893219470977783,
"beginner": 0.541380763053894,
"expert": 0.15968702733516693
} |
20,204 | add value in p tag depend on condition in angular | 24225de137b4fffb76ad2014b1f4c0c4 | {
"intermediate": 0.362435907125473,
"beginner": 0.37927719950675964,
"expert": 0.25828686356544495
} |
20,205 | I want to make this code parametrized
Dim Financialscmd As New OleDbCommand("insert into Financials (FinIID, FinDate, FinState, FinPerson, FinDetails,FinBill,FinInstallment,FinAssets,FinNotes,FinUser) Values ()", con)
If con.State = ConnectionState.Closed Then
con.Open()
End If
... | 33cf6f6b180c1a9fb9e82076e495bada | {
"intermediate": 0.3932272493839264,
"beginner": 0.41118499636650085,
"expert": 0.19558773934841156
} |
20,206 | please tell me the formula of the force scheme in D2G9 model of CLBGK | 62575779488c0decc2c68e06a2bb54dd | {
"intermediate": 0.25032687187194824,
"beginner": 0.13667453825473785,
"expert": 0.6129986047744751
} |
20,207 | i have text with many lines i just want to display the first line css | 1968b1e24d4d13b24e9b3a829db5872c | {
"intermediate": 0.38160035014152527,
"beginner": 0.33394166827201843,
"expert": 0.2844579517841339
} |
20,208 | Give a definition and an javascript illustration/sample code for each topic:
1. Math.random()
2. Getting user input from the command-line
3. Loops
4. Casting primitives from a large size to a smaller size
5. Converting string to an int | f9cd87b046b9f96aac8f5eb01a943176 | {
"intermediate": 0.20141054689884186,
"beginner": 0.6120642423629761,
"expert": 0.18652518093585968
} |
20,209 | Give a definition and a javascript illustration/sample code for each topic:
1. Math.random()
2. Getting user input from the command-line
3. Loops
4. Casting primitives from a large size to a smaller size
5. Converting string to an int | 58449a2c1a743c2bd98b9f9b6dcb41a2 | {
"intermediate": 0.19055156409740448,
"beginner": 0.6371642351150513,
"expert": 0.17228415608406067
} |
20,210 | Give a definition and a javascript illustration/sample code for each topic:
1. Math.random()
2. Getting user input from the command-line
3. Loops
4. Casting primitives from a large size to a smaller size
5. Converting string to an int | e8d22accea66da0c349ab82392342462 | {
"intermediate": 0.19055156409740448,
"beginner": 0.6371642351150513,
"expert": 0.17228415608406067
} |
20,211 | write code for GameMaker studio 2 that encode a text with salt to ready to send to server | 4b1ec4a0dd2682e7ef00d9ece5545eab | {
"intermediate": 0.39765089750289917,
"beginner": 0.20585289597511292,
"expert": 0.3964962363243103
} |
20,212 | hi ill send u one script on two parts | adcb51400ab2af0cdb95407d684a31d7 | {
"intermediate": 0.36363089084625244,
"beginner": 0.24430078268051147,
"expert": 0.3920682668685913
} |
20,213 | RuntimeError: Running cythonize failed! | c71db380598b4b3bdaeda0d432366c5e | {
"intermediate": 0.3910682797431946,
"beginner": 0.20062202215194702,
"expert": 0.408309668302536
} |
20,214 | also, there’s a problem with this exponential slowdown. because it endlessly slowdowns, until it reaches a year in timeout, which is idiotic. maybe if request is passed then reset slowdown exponent? how? implement?: async function query(data, modelToken) {
const url = modelUrl;
const response = await fetch(url, {
... | f3cf9da4163f6e2864cbfc1f8819b740 | {
"intermediate": 0.3162096440792084,
"beginner": 0.5003733038902283,
"expert": 0.18341712653636932
} |
20,215 | Создай скрипт для блендера который создаст детализированную тыкву | 67e12c988d543e36d9b4724dc088b673 | {
"intermediate": 0.3080107867717743,
"beginner": 0.23255804181098938,
"expert": 0.4594312012195587
} |
20,216 | Tell me shortly please if I bought BCH at $200 and sold it at $215 how many percent difference between my entry price and exit price | a87ff7e8a9e2fe48aac998fe20163c5c | {
"intermediate": 0.43485742807388306,
"beginner": 0.2703401446342468,
"expert": 0.29480239748954773
} |
20,217 | the fix need here that on http code 429 it should only switch token and handle appropriate logic algorithm for specifically http code 429, but on all other codes it should simply slowdown request rate, understand? also, there’s a problem with this exponential slowdown. because it endlessly slowdowns, until it reaches a... | e20bf285e7cd0d185f6cbdb6ae8a933f | {
"intermediate": 0.31562724709510803,
"beginner": 0.447620153427124,
"expert": 0.23675261437892914
} |
20,218 | Как исправить эту ошибку : Python: Traceback (most recent call last):
File "\Text.001", line 24, in <module>
TypeError: edge_split() argument 2 must be BMVert, not BMEdge
в этом коде : import bpy
import bmesh
from mathutils import Vector, Matrix
# Создаем объем тыквы
bpy.ops.mesh.primitive_uv_sphere_add(radius=1, l... | 7bd1d5a1a2f28849af51f5a9ed6a6e6b | {
"intermediate": 0.35492610931396484,
"beginner": 0.4669993221759796,
"expert": 0.17807455360889435
} |
20,219 | on http code 429 it should only switch token and handle appropriate logic algorithm for specifically http code 429, but on all other codes it should simply slowdown request rate, understand? there’s a problem with this exponential slowdown. because it endlessly slowdowns, until it reaches a year in timeout, which is id... | bb2edf390d7c95cd93d5cccc223b6a06 | {
"intermediate": 0.3995211124420166,
"beginner": 0.33349642157554626,
"expert": 0.2669825255870819
} |
20,220 | Will a new class B inherited from class A have all its methods in Kotlin? | 605a0ec3b712098aba2c8f0e128805d8 | {
"intermediate": 0.2747190594673157,
"beginner": 0.45917564630508423,
"expert": 0.2661052942276001
} |
20,221 | przekształć ten kod, na kod w go: /*++
Copyright (c) 2007 - 2017, Matthieu Suiche
Copyright (c) 2012 - 2014, MoonSols Limited
Copyright (c) Comae Technologies DMCC. All rights reserved.
Copyright (c) 2022, Magnet Forensics, Inc. All rights reserved.
Module Name:
Hibr2Bin.cpp
Abstract:
This ... | 2741f36d03dfd408c20aa026c59d1f63 | {
"intermediate": 0.2747906744480133,
"beginner": 0.3736017644405365,
"expert": 0.3516075611114502
} |
20,222 | I used your code:
lookback = 10080
quantity = 0.05
active_signal = None
buy_entry_price = None
sell_entry_price = None
def calculate_percentage_difference(entry_price, exit_price):
percentage_difference = ((exit_price - entry_price) / entry_price) * 100
return percentage_difference
while True:
if df is n... | 688d187f70aeaf5970d2522c627305cb | {
"intermediate": 0.37756815552711487,
"beginner": 0.4051089882850647,
"expert": 0.21732282638549805
} |
20,223 | popraw ten kod o błąd:
.\hyb.go:86:27: cannot use strconv.ParseInt(argv[index], 16, 64) (value of type int64) as int value in assignment
package main
import (
“fmt”
“os”
“strconv”
“strings”
)
type PlatformType int
const (
PlatformX86 PlatformType = iota
PlatformX64
)
type PROGRAM_ARGUMENTS struct {
HasPlatform boo... | 077729cb4686bd85080615d7dd9d5ff3 | {
"intermediate": 0.3675272762775421,
"beginner": 0.44469234347343445,
"expert": 0.18778036534786224
} |
20,224 | I go better idea. here’s a randondom gaynerador: “const genRanNum = () => {
const randomValues = new Uint32Array(3);
crypto.getRandomValues(randomValues);
const bigEndian32 = (randomValues[0] * 0x100000000) + randomValues[1];
const key = bigEndian32.toString().padStart(10, ‘0’).substring(0, 10);
return key;
};”. so b... | 544404e491a27bd6d92ce745245d41a8 | {
"intermediate": 0.39440181851387024,
"beginner": 0.201908677816391,
"expert": 0.40368953347206116
} |
20,225 | implement now anti-superhacker custom entropy!!!!!!!!!!!!!!!!!!!!!!!: (((""" | 3a735ca781f67fac005b6f0461681ae8 | {
"intermediate": 0.21077385544776917,
"beginner": 0.204219251871109,
"expert": 0.5850068926811218
} |
20,226 | you now GPT implement now anti-superhacker custom entropy!!!!!!!!!!!!!!!!!!!!!!!: (((""" | 45b0a66795e32114c60262d4300cc040 | {
"intermediate": 0.22572778165340424,
"beginner": 0.15319672226905823,
"expert": 0.6210755109786987
} |
20,227 | this seems unstable as babylon tower. some crazy overheat out there, without any particular errors.: const calculateEntropy = (str) => {
let freqMap = {};
let entropy = 0;
// Calculate the frequency of each character in the string
for (let i = 0; i < str.length; i++) {
let char = str[i];
if (freqMap[char]) {
freqMap[c... | ef417b5ad3b12b220b6d456c2dc6a8a7 | {
"intermediate": 0.337228387594223,
"beginner": 0.45184028148651123,
"expert": 0.21093133091926575
} |
20,228 | uinty code, create a PHP mysqul conectore, create player register UI, Player name, password, E-mail, save it to mysqul, create player logind UI | 2332bd904be64acbf856dd34b825d769 | {
"intermediate": 0.5435703992843628,
"beginner": 0.16985942423343658,
"expert": 0.2865702211856842
} |
20,229 | x=[1, 2, 3, 4, 5, 6]
z=[x/2 for i in x]
print(z) | 8f76485fdf8f7fdb055c43c318326900 | {
"intermediate": 0.11042618751525879,
"beginner": 0.7951225638389587,
"expert": 0.09445125609636307
} |
20,230 | i'm working on an audio processor, and i'm trying to write a function that plays an audio at half speed:
For example, suppose I have an audio file with the following samples:
100, 90, 70, 20
I would output these samples:
100, 95, 90, 80, 70, 45, 20
Every other sample is simply the average of the two samples they ar... | 61e1d53a0f9722c287c19f89e492bad6 | {
"intermediate": 0.48032087087631226,
"beginner": 0.2727225124835968,
"expert": 0.24695660173892975
} |
20,231 | i have to write some audio processing code that plays the audio backwards. this is what the general processing code looks like:
void CAudioProcessDoc::OnProcessBackwards()
{
// Call to open the processing output
if (!ProcessBegin())
return;
short audio[2];
// keep track of time
double time = 0;
for (int i = ... | 1611dbbb32a91610be2979fbba0dfb99 | {
"intermediate": 0.4856296479701996,
"beginner": 0.27016258239746094,
"expert": 0.24420779943466187
} |
20,232 | Summarize and explain what each one does. Make the entire summary about half the word 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 determine if... | a9e58e81e6e21cac8cdd34d36601c0a6 | {
"intermediate": 0.4243650436401367,
"beginner": 0.42524799704551697,
"expert": 0.1503869593143463
} |
20,233 | Using x, write a short python program that uses: not, or, true, false, and | 0d9c2357160991e2153bfdbfa031f140 | {
"intermediate": 0.25179386138916016,
"beginner": 0.5431288480758667,
"expert": 0.20507729053497314
} |
20,234 | need movement left,right,top,bottom. here: 0% {
background-position: 300% 0%;
}
100% {
background-position:0% 300% ;
}
0% {
background-position: 300% 0%;
}
100% {
background-position:0% 300% ;
}
} | ffd757954a8b57d7e2afe175c6a738b3 | {
"intermediate": 0.38442349433898926,
"beginner": 0.3010995388031006,
"expert": 0.31447696685791016
} |
20,235 | summarize this to about half its word length. Then, include examples for each one: "Before we talk about loops, let's go over the range function. The range function outputs and ordered sequence as a list I. If the input is a positive integer, the output is a sequence. The sequence contains the same number of elements a... | be65d1928244a00b64ea41a478813c70 | {
"intermediate": 0.4452061951160431,
"beginner": 0.4076912999153137,
"expert": 0.14710254967212677
} |
20,236 | Элемент имеет такую структуру, как при нажатии на первый элемент делать так чтобы класс active переместился на следующий элемент.
<div class="wheel">
<div class="backbutton"></div>
<div class="wheelpart col-3 ">
<img src="1.jpg" img="wheelimg">
</div>
<div class="wheelpart active col-3">
<img src="2.jpg" img=... | 62b5deb0a1c648d2fed9a79b21819b2e | {
"intermediate": 0.3800221085548401,
"beginner": 0.3124336004257202,
"expert": 0.3075442910194397
} |
20,237 | Convert the python code in my next message to clojure. Say OK to confirm. | 3e6a8e67cbf3c7e53b2f933d530ed670 | {
"intermediate": 0.46139317750930786,
"beginner": 0.3134765625,
"expert": 0.22513028979301453
} |
20,238 | html:
<div class="wheel">
<div class="backbutton"></div>
<div class="wheelpart col-3 ">
<img src="1.jpg" img="wheelimg">
</div>
<div class="wheelpart active col-3">
<img src="2.jpg" img="wheelimg">
</div>
<div class="wheelpart col-3">
<img src="3.jpg" img="wheelimg">
</div>
<div class="wheelpart col-3">... | 49dcd1dd82c58037d72427533a84d492 | {
"intermediate": 0.37444624304771423,
"beginner": 0.37961345911026,
"expert": 0.24594026803970337
} |
20,239 | Write a code to do link prediction in heterogeneous graph with torch_geometric | 1f8b3ca5097abc665d05553e644726c6 | {
"intermediate": 0.2789485454559326,
"beginner": 0.06067488715052605,
"expert": 0.6603765487670898
} |
20,240 | create procedure get_list_region(OUT p_json json)
language plpgsql
as
$$
begin
select json_agg(d)
from
(select distinct region_code as code,
region_name as name
from address
) d
into p_json;
end;
$$;
alter procedure ... | 01ce20a53a75e9c8416f3dc606b6b91d | {
"intermediate": 0.5062687397003174,
"beginner": 0.2557908296585083,
"expert": 0.2379404604434967
} |
20,241 | nodejs how do i debug why is the memory usage so high | 689266f83a5aff289987bcc3c944655d | {
"intermediate": 0.8986470699310303,
"beginner": 0.05475901812314987,
"expert": 0.046593960374593735
} |
20,242 | create procedure get_list_region(OUT p_json json)
language plpgsql
as
$$
begin
select json_agg(d)
from
(select distinct region_code as code,
region_name as name
from address
) d
into p_json;
end;
$$;
alter procedure ... | a7825338f23df5dc2340fb68daf5af2b | {
"intermediate": 0.40593478083610535,
"beginner": 0.28681012988090515,
"expert": 0.3072550296783447
} |
20,243 | prevent referrer header CSRF | 68f36afe696b9570bb177d2286ac4e92 | {
"intermediate": 0.28194859623908997,
"beginner": 0.378298819065094,
"expert": 0.33975252509117126
} |
20,244 | debian, how to know if a user have sudo privileges; | ec498a512397980ae0f735c6f952e1c5 | {
"intermediate": 0.34402772784233093,
"beginner": 0.3258567750453949,
"expert": 0.3301154673099518
} |
20,245 | The following explanatory text doesn't include example code. Make example code that is concise and add comments to illustrate what is happening.:
"8.8. Ordered and sorted collections and map keys
Java lists and maps don’t map very naturally to foreign key relationships between tables, and so we tend to avoid using them... | 032bd6a2408052f9c2c3733e86b9d8ad | {
"intermediate": 0.43738049268722534,
"beginner": 0.335514634847641,
"expert": 0.22710484266281128
} |
20,246 | I have a list<P> with fields x , a , b and a List<Q> with fields x, a
I want to put value of a for each x in list Q in list P ( somehow join and change value of a in P and turn it to value of a in Q )
how to do it in c# using linq | 03df617f980843ddb2c8b011a1ee5b62 | {
"intermediate": 0.5349981784820557,
"beginner": 0.23326438665390015,
"expert": 0.2317374050617218
} |
20,247 | AttributeError: module 'pandas' has no attribute 'dataframe' | a21a4d65b07aba848980780c83c341d6 | {
"intermediate": 0.5825730562210083,
"beginner": 0.11667777597904205,
"expert": 0.30074915289878845
} |
20,248 | It is required to develop in C++ language, without using third-party
libraries,
frameworks, and the standard template library the following program: A program for creating a two-dimensional dynamic array from
one-dimensional. The user should be able to set the size
one-dimensional array, the width of a two-dimensional ... | 8ffe9bc2e1f3b68aa073465f4ceafd71 | {
"intermediate": 0.6733578443527222,
"beginner": 0.12223569303750992,
"expert": 0.2044065147638321
} |
20,249 | Hi I have error 400 when Im trying to send post method by such code like this import { useState } from "react";
//import "./companies.scss";
import { ICreateCompanyDto } from "../../types/global.typing";
import {} from "@mui/material";
import TextField from "@mui/material/TextField/TextField";
import FormControl from "... | d2126df194809b78de557a801fea9f4e | {
"intermediate": 0.4372574985027313,
"beginner": 0.43964576721191406,
"expert": 0.123096764087677
} |
20,250 | You are a python programmer. You have to create a program that reads the bookmarks file of Google Chrome and presents it as a treeview container that stores all the folders in it. Every time a folder is clicked on, it shows the elements contained in that folder as well as its properties. The code to create must contain... | 44608c2cf7d0d82385eb9aa2679bd2d5 | {
"intermediate": 0.569588840007782,
"beginner": 0.16456939280033112,
"expert": 0.2658417522907257
} |
20,251 | You are a python programmer. You have to create a program that reads the
bookmarks file of Google Chrome and presents it as a treeview container that
stores all the folders in it. Every time a folder is clicked on, it shows the
elements contained in that folder as well as its properties. The code to create
must contain... | ccfb56eb287cc4337c64692fbd5e1cb8 | {
"intermediate": 0.546112596988678,
"beginner": 0.17155614495277405,
"expert": 0.282331258058548
} |
20,252 | create procedure get_list_region(OUT p_cursor refcursor)
language plpgsql
as
$$
declare
begin
open p_cursor for select distinct region_code, region_name from address;
end;
$$;
alter procedure get_list_region(out refcursor) owner to postgres;
how to call and check it in postgres | 73dd121d8f7731fd97b61c0428910ab6 | {
"intermediate": 0.4049142301082611,
"beginner": 0.3935016691684723,
"expert": 0.2015841156244278
} |
20,253 | You are a python programmer. You have to create a program that reads the
bookmarks file of Google Chrome and presents it as a treeview container that
stores all the folders in it. Every time a folder is clicked on, it shows the
elements contained in that folder as well as its properties. The code to create
must contain... | 456593b0fb19e84f83d87f6de46eb410 | {
"intermediate": 0.546112596988678,
"beginner": 0.17155614495277405,
"expert": 0.282331258058548
} |
20,254 | write a BGMI No recoil config file code and ready to use | 4b017e02a825e6c2d3045468fa5d2067 | {
"intermediate": 0.39692434668540955,
"beginner": 0.2181326299905777,
"expert": 0.38494300842285156
} |
20,255 | I got some data in access dataabase I want to show it in a report I 'm using vb.net program and crystal report for reporting I don't know how to do that | 7c8d8c5d509e9b30819de98bcc4d8b24 | {
"intermediate": 0.4384555518627167,
"beginner": 0.16679830849170685,
"expert": 0.39474615454673767
} |
20,256 | C# SendMessage show window | 929ec5eea5ed9b647533d0edf52dfd37 | {
"intermediate": 0.3463152348995209,
"beginner": 0.3619209825992584,
"expert": 0.2917637526988983
} |
20,257 | Use this MatLab code, but for the if-condition that identifies when the ball hits the wall or goes past the wall, modify the calculation by adding a linear interpolation. To do this, first assume the same equation of motion that would occur if the floor was not present. Then calculate the velocity that the ball will ha... | 7157f5e1bf38c4329f8ac353b7a1a779 | {
"intermediate": 0.5012779235839844,
"beginner": 0.3257156014442444,
"expert": 0.17300650477409363
} |
20,258 | import {TradeItem} from “…/…/…/store/orderClusterSlice”;
import {OrderFeedProps} from “./OrderFeed.props”;
import {GPU} from “gpu.js”;
const OrderFeed = ({workerRef, symbol, settings}: OrderFeedProps) => {
const cupParams = useSelector((state: AppState) => state.cupSlice);
const [dpiScale, setDpiScale] = useState(Mat... | 9eaa42d30356300b90d1e64332e1180c | {
"intermediate": 0.32557475566864014,
"beginner": 0.45786622166633606,
"expert": 0.2165590226650238
} |
20,259 | left join in c# using linq | c1bea1ff3de312d8e9f21962cf7928fd | {
"intermediate": 0.35246533155441284,
"beginner": 0.3166641592979431,
"expert": 0.33087047934532166
} |
20,260 | write code in C# for game flappy bird | 9e9844d0381f9f5fe8d092ee93a43104 | {
"intermediate": 0.29603806138038635,
"beginner": 0.41312068700790405,
"expert": 0.2908412516117096
} |
20,261 | `top` command how to display cwd also | 9cbf744b0647c6ad2d33e21e389df017 | {
"intermediate": 0.4022555947303772,
"beginner": 0.24097782373428345,
"expert": 0.35676661133766174
} |
20,262 | C# postmessage minimize window | 40065a4318485fe7c2199c3db3e6c775 | {
"intermediate": 0.3597228527069092,
"beginner": 0.40194952487945557,
"expert": 0.23832762241363525
} |
20,263 | how to make this code faster, but without extra imports:
//********************'*******************
// Program: Dio.java
//
// Purpose: Make k = x3 + y3 + z3 work, with certain ranges
// Made by Michael Ortola
// Mr Friebe's Class
// Finished 9/5/23
//***************************************
import java.util.Scanner;
p... | df18de5d42fd098aa932c900f4ce22b1 | {
"intermediate": 0.37528765201568604,
"beginner": 0.310712993144989,
"expert": 0.31399938464164734
} |
20,264 | We know the exact equations of motion of the ball, except during the collision. However, by assuming the collisions take place instantaneously, we can solve the equations of motion up to the exact instant of time the ball touches the floor, and then, switch the velocity using the coefficient of restitution, and then, s... | 5fedbce5b99d4fb4cf1c15b819f7dfd8 | {
"intermediate": 0.44254881143569946,
"beginner": 0.3889349699020386,
"expert": 0.16851617395877838
} |
20,265 | please make the code in google colab | 5f03cdc3929d9df930250bc9c8c44303 | {
"intermediate": 0.3269943594932556,
"beginner": 0.23097936809062958,
"expert": 0.442026287317276
} |
20,266 | train an ai w ith python on two types of images with diffrent sized images stored in two diffrent folders.
teach it to differenciate between them
make two programs one to train and annother to use the model. | d9dbb4ab9e0f18cfb20f19ec1d05a78c | {
"intermediate": 0.31581729650497437,
"beginner": 0.0894792377948761,
"expert": 0.5947034358978271
} |
20,267 | I used this code:
lookback = 10080
quantity = 0.05
active_signal = None
buy_entry_price = None
sell_entry_price = None
def calculate_percentage_difference(entry_price, exit_price):
percentage_difference = ((exit_price - entry_price) / entry_price) * 100
return percentage_difference
while True:
if df is n... | 1c5ca248b4411886ef111a9851a32c1d | {
"intermediate": 0.38162529468536377,
"beginner": 0.42440295219421387,
"expert": 0.19397176802158356
} |
20,268 | Hello! Can you please generate code that takes in a first and last name and determines if they both start with the same letter written in htdp beginner student language? | fa8f1993658337ddfd7e6146129f4b41 | {
"intermediate": 0.4991542398929596,
"beginner": 0.23285037279129028,
"expert": 0.26799532771110535
} |
20,269 | I have the matrix with 2928 row and 5 column , write the code to remove the row that contains one column that is zero. | 5a10aaa2cd0ab3669d8903c14a2bb3a2 | {
"intermediate": 0.33090919256210327,
"beginner": 0.18126176297664642,
"expert": 0.4878290593624115
} |
20,270 | I am making an ai to detect not safe for work imagery and flag it and also add tags to what it thinks it is.
currently my dataset is just pictures, please make two python scripts to 1, train the model, and 2 to use the model and annotate test data | 2be40b1c9caa7b18fba49965e68a4290 | {
"intermediate": 0.5447657704353333,
"beginner": 0.046812426298856735,
"expert": 0.4084217846393585
} |
20,271 | in python make an image generative ai, for now I just want it to train the model on the spot with images found in a folder.
all the images are in diffrent sizes and I cant change them so you are gonna have to accomodate for that.
make it train the model if it doesnt already detect one in the file system and if it do... | 7c0f097cb0489028b2a559d1945b4d6a | {
"intermediate": 0.31460288166999817,
"beginner": 0.16367289423942566,
"expert": 0.521724283695221
} |
20,272 | in python make an image generative ai, for now I just want it to train the model on the spot with images found in a folder.
all the images are in diffrent sizes and I cant change them so you are gonna have to accomodate for that.
make it train the model if it doesnt already detect one in the file system and if it does ... | 9c895049e5e91c716ff6cc6819dd8c3b | {
"intermediate": 0.439619243144989,
"beginner": 0.1482652723789215,
"expert": 0.4121154546737671
} |
20,273 | in python make an image generative ai, for now I just want it to train the model on the spot with images found in a folder.
all the images are in diffrent sizes and I cant change them so you are gonna have to accomodate for that.
make it train the model if it doesnt already detect one in the file system and if it does ... | 142b40c36bcad472f795dbc353ca140c | {
"intermediate": 0.4342935085296631,
"beginner": 0.16664715111255646,
"expert": 0.39905935525894165
} |
20,274 | FROM python:3.12-slim
ADD requirements.txt .
RUN apt update
RUN pip install --upgrade pip --no-cache-dir
RUN pip install -r requirements.txt --no-cache-dir
ENV PORT 5000
CMD["mlflow", "ui", "-port", "5000"]
--------------------
8 | ENV PORT 5000
9 |
10 | >>> CMD["mlflow", "ui", "-port", "5000"]
--------... | afbe88793df1d68cc0fb4b2ade40b194 | {
"intermediate": 0.35321351885795593,
"beginner": 0.3654036223888397,
"expert": 0.28138279914855957
} |
20,275 | write c++ code to start local server and handle http requests to specific uri | 3dedc721b81721106a98f0828385953e | {
"intermediate": 0.3879469931125641,
"beginner": 0.1901836097240448,
"expert": 0.4218693673610687
} |
20,276 | how to use early stop validation in MLP in matlab? | fa2638e22242d687d82e3fc971a78768 | {
"intermediate": 0.20136497914791107,
"beginner": 0.054236967116594315,
"expert": 0.7443979978561401
} |
20,277 | python how to get n work days ago | ee6669de681d1984afc530976d60bf2d | {
"intermediate": 0.33974939584732056,
"beginner": 0.21764534711837769,
"expert": 0.44260528683662415
} |
20,278 | у меня есть вот такой код,как мне перейти сразу к определенному моменту в анимации?
код:
const modelWithCube = gltf.scene;
const animations = gltf.animations;
const mixer = new THREE.AnimationMixer(modelWithCube);
const startTime = 3;
const realTime = 5;
for (let i = 0; i < animations.length; i++) {
cons... | c02bc919cc01607eb19bdbafadf12aa7 | {
"intermediate": 0.4308280944824219,
"beginner": 0.2887521982192993,
"expert": 0.2804197072982788
} |
20,279 | C# allow only one instance of the app to be running on the machine | 8b9e275942b618b345eb5100eaabb539 | {
"intermediate": 0.42934736609458923,
"beginner": 0.21941153705120087,
"expert": 0.3512411415576935
} |
20,280 | im on arch linux I need a simple way to emulate android games specifically one that can play asure lane | d7d0b1e0c908e02a2f70152c698a3d44 | {
"intermediate": 0.4828861355781555,
"beginner": 0.26699885725975037,
"expert": 0.25011494755744934
} |
20,281 | Create a summary of this, including examples in python: "Functions take some input then produce some output or change. The function is just a piece of code you can reuse. You can implement your own function, but in many cases, you use other people’s functions. In this case, you just have to know how the function works ... | e84d922924ff336ffec8fb8b5e6d6332 | {
"intermediate": 0.5597121715545654,
"beginner": 0.3214842975139618,
"expert": 0.1188034862279892
} |
20,282 | Command "C:\Users\Nada\AppData\Local\Programs\Python\Python36-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Nada\\AppData\\Local\\Temp\\pip-build-a0g7pnzo\\typed-ast\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, ... | 039a56996b4645c94fb3097129c93210 | {
"intermediate": 0.3873458504676819,
"beginner": 0.3344966769218445,
"expert": 0.27815744280815125
} |
20,283 | Write me a set of bitwise operations such that a 4 bit number will only have 13 unique values | db06f1e8004672281e55a0d43542fa4b | {
"intermediate": 0.34114110469818115,
"beginner": 0.11333448439836502,
"expert": 0.5455244779586792
} |
20,284 | What is it called in C when you can use the same struct with functions expecting different structs but with the same starting fields? | 479afef9d517bdc10d434a6566433d1b | {
"intermediate": 0.31886643171310425,
"beginner": 0.4383170008659363,
"expert": 0.2428164929151535
} |
20,285 | Create a summary of this text, and make python examples for the problems given: " Functions take some input then produce some output or change. The function is just a piece of code you can reuse. You can implement your own function, but in many cases, you use other people’s functions. In this case, you just have to kno... | 313679faa77ebe4bb6fecd057d9eccf0 | {
"intermediate": 0.44995227456092834,
"beginner": 0.37607982754707336,
"expert": 0.1739678531885147
} |
20,286 | Stevens Institute of Technology is considering constructing a new academic building on the corner of
5th Street and Sinatra Drive. The proposed building
would alleviate space constraints on research and
educational activities, but it would also add significant debt and interest payments to the budget.
You have been c... | 24fd6d3b837979b82168b0148214c0e1 | {
"intermediate": 0.31064894795417786,
"beginner": 0.40338051319122314,
"expert": 0.2859704792499542
} |
20,287 | Write code to solve: Problem Description
In the CCC Word Hunt, words are hidden in a grid of letters. The letters of a hidden word
always appear in order on horizontal, vertical, or diagonal line segments in one of two ways.
One way is for the letters of a word to appear on one line segment. The other way is for the
le... | a9ffa16ca87a0f7570d0cc67e4ce2c48 | {
"intermediate": 0.39148199558258057,
"beginner": 0.260162353515625,
"expert": 0.3483556807041168
} |
20,288 | in python is is def Mult(a,b) the same as def Multiply(a,b)? | cb9f6cde206e9f3c369e3798eacdeb12 | {
"intermediate": 0.26468268036842346,
"beginner": 0.49545013904571533,
"expert": 0.2398671656847
} |
20,289 | How do I have 13 unique next to each other numbers cycle in a 4 bit number using only bit operations. | a24502596c003f05a13f1317b855ed66 | {
"intermediate": 0.33459779620170593,
"beginner": 0.1613895744085312,
"expert": 0.5040126442909241
} |
20,290 | Come up with a function that divides the first input by the second input: | 4c42ff499a58ac7b2de9e598f36579d7 | {
"intermediate": 0.30664917826652527,
"beginner": 0.2682681381702423,
"expert": 0.42508262395858765
} |
20,291 | C# form of typedef | 46ae37dd9701c8cb7d336b9b47055bf4 | {
"intermediate": 0.319908082485199,
"beginner": 0.4037322998046875,
"expert": 0.2763596475124359
} |
20,292 | addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request))
})
// 语音合成逻辑...
const handleRequest = async (request) => {
if (request.url.includes('/audio')) {
// 获取参数并生成音频响应
const text = getParameter('text', request);
const rate = getParameter('rate', request);
const pitch... | ff13e40d262a0af81c8a588622d8e705 | {
"intermediate": 0.3491494953632355,
"beginner": 0.5531803965568542,
"expert": 0.09767015278339386
} |
20,293 | how to use chagpt 4 | 24e9b9ab63be9b9a4b214779d15e9249 | {
"intermediate": 0.3629959523677826,
"beginner": 0.3449947237968445,
"expert": 0.2920093536376953
} |
20,294 | write a bash script to add a dns cname record on digital ocean using their api and curl | 34fecec709ab0dbe140c7cfb9e313da0 | {
"intermediate": 0.6172878742218018,
"beginner": 0.16200722754001617,
"expert": 0.2207048535346985
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.