row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
30,313
in emscripten i have a variable fileSize=123 that i would like to include externally from the generated .js file by emcc. how do I do that
129ebd8787e8eb899a9eccfa2f3b16a2
{ "intermediate": 0.3822886049747467, "beginner": 0.45544013381004333, "expert": 0.16227126121520996 }
30,314
how to write excel by each row (not each cell) in VB.NET
5cccc723ed89f9d8d9bab05d6cadb736
{ "intermediate": 0.3906252980232239, "beginner": 0.30522122979164124, "expert": 0.30415353178977966 }
30,315
alignment in excel vb.net
e311ff9ead5bfdc57b88898cf25748a7
{ "intermediate": 0.3191602826118469, "beginner": 0.23194997012615204, "expert": 0.4488897919654846 }
30,316
keep alignment of template excel in vb.net
d6d2a767439ff891e9bcbdc362f06502
{ "intermediate": 0.3127651810646057, "beginner": 0.23850540816783905, "expert": 0.44872933626174927 }
30,317
hello
37f4ba32a48a2ea84240cc6cb41d91aa
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
30,318
how to read ident_file location and the file itself? give commands for psql
2b4c6f8b7615c346f6f4dcb08ad20ab4
{ "intermediate": 0.5453656911849976, "beginner": 0.15593081712722778, "expert": 0.29870346188545227 }
30,319
which types of transactions exists in postgresql? describe each one and give example
2f3c772e02d4ab71e6a47507afd7a5a4
{ "intermediate": 0.4476308524608612, "beginner": 0.2875586450099945, "expert": 0.2648104429244995 }
30,320
remove password from role psql command
6266ada0cafa6fd450d76f881887a329
{ "intermediate": 0.3749483823776245, "beginner": 0.26594892144203186, "expert": 0.35910269618034363 }
30,321
What is the latex syntax in Obsidian for: 10^9 events / 10^5 seconds in a day = 10,000
ccd95c2e9c205bc9025dd52d221ed4d9
{ "intermediate": 0.19487135112285614, "beginner": 0.7113162279129028, "expert": 0.09381238371133804 }
30,322
driver.get(URL); JavascriptExecutor js = (JavascriptExecutor) driver; for (int i = 0; i <= 8; i++) { Actions actions1 = new Actions(driver); js.executeScript("window.scrollTo(0, document.body.scrollHeight)"); actions1.pause(1000).perform(); } List<WebElement> images = driver.findElements(By.xpath("//img")); int count...
ff50bec2a35032a39d23582d9c667f68
{ "intermediate": 0.4578239321708679, "beginner": 0.2943715751171112, "expert": 0.24780453741550446 }
30,323
write code in python for lfsr ecryption and decryption
7932aebf3c203d19469ee1840a71919f
{ "intermediate": 0.3690398335456848, "beginner": 0.15851610898971558, "expert": 0.472444087266922 }
30,324
I'm using Amazon OpenSearch, now I would like to check if one index is existing, how to write PPL code
48ea555438407386cdba51db16c07e55
{ "intermediate": 0.6582728624343872, "beginner": 0.19205407798290253, "expert": 0.1496729999780655 }
30,325
NoSQL 예제
4a6ee3809092162385b9fd085e05f3b5
{ "intermediate": 0.23467236757278442, "beginner": 0.22387459874153137, "expert": 0.5414530634880066 }
30,326
make this object rotate to the right using this GDSCRIPT if Input.is_action_just_pressed("ui_right") and is_on_floor():
0f600aa3a5c5dd39f146a4a24ec5ddc6
{ "intermediate": 0.4453357458114624, "beginner": 0.2098923772573471, "expert": 0.34477195143699646 }
30,327
hi
d31add3bf3bf00d590649dd9fc93e534
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
30,328
Write code c++ for delete node
4924f5a4432487fd72a4315f2bf29753
{ "intermediate": 0.29759976267814636, "beginner": 0.3313084542751312, "expert": 0.3710918128490448 }
30,329
typedef struct BevCameraFrame { CameraFrame* camera_frame=nullptr; CameraFrame* yuv_camera_frame=nullptr; std::shared_ptr<cv::Mat> camera_result_image = nullptr; std::string camera_name; std::string origin_file_path; Eigen::Matrix4f prev_pose_transfor; Eigen::Matrix4f intri_transfer; Eigen...
db93bbb0b4412e1a6ba4364006a072d0
{ "intermediate": 0.4685837924480438, "beginner": 0.32965898513793945, "expert": 0.20175720751285553 }
30,330
dma_pool_zalloc
fb436a77f966db0e5c1fb226f36db24d
{ "intermediate": 0.2724260687828064, "beginner": 0.2731947600841522, "expert": 0.4543791115283966 }
30,331
как мне добавить на фон текстуру в шейдере opengl kotlin при условии, что в шейдере и коде что то есть
9b7be84797f38a08fee51838c4536457
{ "intermediate": 0.3994825780391693, "beginner": 0.20009909570217133, "expert": 0.40041840076446533 }
30,332
how to ignore corrupt jpeg data
8b02090f7c0c645a43d4bbd74bbdfbda
{ "intermediate": 0.31897297501564026, "beginner": 0.3429892659187317, "expert": 0.33803775906562805 }
30,333
есть вот такой запрос import { Box } from "@mts/box"; import { Divider } from "@mts/divider"; import { Icon } from "@mts/icon"; import { IconButton } from "@mts/icon-button"; import { Link } from "@mts/link"; import { Text } from "@mts/text"; import React, { useCallback, useContext, useEffect, useState } from "react"; ...
1b1952d3219577edf6caa3ec6127766c
{ "intermediate": 0.2423800379037857, "beginner": 0.5335626602172852, "expert": 0.22405725717544556 }
30,334
def quick_sort(arr, low, high, k): if low < high: pivot_index = partition(arr, low, high, k) quick_sort(arr, low, pivot_index - 1, k) quick_sort(arr, pivot_index + 1, high, k) def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in range(low, high): if arr[j][k] <= pivot: i += 1 arr[i], arr[j] = a...
958eb1722e2a15b459ed2425857d0932
{ "intermediate": 0.22568409144878387, "beginner": 0.470575213432312, "expert": 0.3037407100200653 }
30,335
from operator import xor def txt_to_ascii(txt): ascii_list = [] for char in txt: ascii_list.append(ord(char)) return ascii_list def ascii_to_txt(ascii_list): txt = " " for value in ascii_list: txt += chr(value) return txt def shifting(initial_vector): shifted_reg = init...
673e2ece61551cd2ca152e3d4b504faa
{ "intermediate": 0.27347248792648315, "beginner": 0.5188559293746948, "expert": 0.2076716423034668 }
30,336
rewrite the stata code into python code: replace linkenddt = mofd(linkenddt)
adb69bc08c719a96802bca824178bc60
{ "intermediate": 0.33695924282073975, "beginner": 0.34130859375, "expert": 0.3217322528362274 }
30,337
Привет, добавь в следующем коде в шейдер квадрат, который будет под отрисовывающейся фигурой и текстура ему будет задана u_texture1: internal class MyRenderer(var c: Context) : GLSurfaceView.Renderer { private val texture = IntArray(2) private val x_camera: Float private val y_camera: Float private val ...
bab8efb1262a2a64002fff4fc5d8e49f
{ "intermediate": 0.24224406480789185, "beginner": 0.4923844337463379, "expert": 0.2653714418411255 }
30,338
what does this stata code "#delimit ;" mean?
e9f5ba008f6a75c7b7df681c08a20b75
{ "intermediate": 0.23934030532836914, "beginner": 0.2833731174468994, "expert": 0.47728651762008667 }
30,339
def quick_sort(arr, low, high, k): stack = [] stack.append((low, high)) while stack: low, high = stack.pop() if low < high: pivot_index = partition(arr, low, high, k) stack.append((low, pivot_index - 1)) stack.append((pivot_index + 1, high)) def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in ...
c03ad74f7a184c3ec43a26116fa14c90
{ "intermediate": 0.2075776308774948, "beginner": 0.491933137178421, "expert": 0.300489217042923 }
30,340
def quick_sort(arr, low, high, k): stack = [] stack.append((low, high)) while stack: low, high = stack.pop() if low < high: pivot_index = partition(arr, low, high, k) stack.append((low, pivot_index - 1)) stack.append((pivot_index + 1, high)) def partitio...
2ec23f592d77cfba2499172dee7dc473
{ "intermediate": 0.21786276996135712, "beginner": 0.5340721011161804, "expert": 0.24806515872478485 }
30,341
как залогиниться с помощью aiohttp, asyncio URL Запроса: https://xms.miatel.ru/oauth/token Метод Запроса: POST Код Статуса: 201 Created Удаленный Адрес: 91.206.88.70:443 Правило Для URL Перехода: no-referrer Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Request-Id Content-Length: 295 Content-Type: appli...
c6c5b959319272bc10a51e829d65a1fb
{ "intermediate": 0.4149497151374817, "beginner": 0.30468741059303284, "expert": 0.28036290407180786 }
30,342
def quick_sort(arr, low, high, k): stack = [] stack.append((low, high)) while stack: low, high = stack.pop() if low < high: pivot_index = partition(arr, low, high, k) stack.append((low, pivot_index - 1)) stack.append((pivot_index + 1, high)) def partitio...
fc15cebae89d8a6917d3942c4cb11817
{ "intermediate": 0.23229515552520752, "beginner": 0.5058294534683228, "expert": 0.26187536120414734 }
30,343
fix this code the multiplication is not working. #include<stdio.h> int main() { int m,n,p,q; int matrix1[10][10], matrix2[10][10], sum[10][10], prd[10][10]; printf("Enter no of columns and rows for 1st matrix: \n"); scanf("%d%d", &m, &n); printf("Enter no of columns and rows for 2nd matrix: \n"); scanf("%d%d", &p, &q);...
3b59ec4074929c995aa4dc8cdb4fd8f7
{ "intermediate": 0.2968113124370575, "beginner": 0.3983882665634155, "expert": 0.304800420999527 }
30,344
In pandas, how to read only a few columns in the dta file?
7b5ce1d068af64a5c09918829521dd6a
{ "intermediate": 0.4445394277572632, "beginner": 0.23261331021785736, "expert": 0.3228472173213959 }
30,345
in R. Consider the example of calculating the probability of having "at least" two people having the same birthday in a class size of 40. Write an R function p(n,x) that will calculate this probability as a function of class size, n, and the number of people, x, having the same birthday (at least x people). Draw, in R...
c51eb3ef02c9ba992f98f22007817a2e
{ "intermediate": 0.20893265306949615, "beginner": 0.40758681297302246, "expert": 0.3834805488586426 }
30,346
def merge(li, left, mid, right, k): i = left j = mid + 1 t = [] while i <= mid and j <= right: m = li[i] n = li[j] if m[k] <= n[k]: t.append(m) i += 1 else: t.append(n) j += 1 while i <= mid: t.append(li[i]) ...
c163daaf81d930bdb88cd0fcc60c697a
{ "intermediate": 0.2432171255350113, "beginner": 0.496299147605896, "expert": 0.2604837417602539 }
30,347
def merge(li, left, mid, right, k): i = left j = mid + 1 t = [] while i <= mid and j <= right: m = li[i] n = li[j] if m[k] <= n[k]: t.append(m) i += 1 else: t.append(n) j += 1 while i <= mid: t.append(li[i]) ...
ffff7ca7343a8be7593bf52e920672a3
{ "intermediate": 0.2432171255350113, "beginner": 0.496299147605896, "expert": 0.2604837417602539 }
30,348
Write a python code for intel neural compressor for object detection
cd1531a99ac7b8dad599df351cc1bd12
{ "intermediate": 0.18337038159370422, "beginner": 0.05745700001716614, "expert": 0.7591726183891296 }
30,349
def merge(li, left, mid, right, k): i = left j = mid + 1 t = [] while i <= mid and j <= right: m = li[i] n = li[j] if m[k] <= n[k]: t.append(m) i += 1 else: t.append(n) j += 1 while i <= mid: t.append(li[i]) ...
15b26f5b1b9a9de57d9d8f6ab2bf4736
{ "intermediate": 0.2432171255350113, "beginner": 0.496299147605896, "expert": 0.2604837417602539 }
30,350
correct code snipet
abba761e0b1ad111de28c9b70d49a694
{ "intermediate": 0.24363049864768982, "beginner": 0.4337642788887024, "expert": 0.3226052224636078 }
30,351
class Person: data_base={ id:0, "name":"NULL", "age":0, "car_name":"NULL", "number_of_the_car":"NULL", } "Создание пользователя в базе данных" def get_user_data(self,user_id,name,age,car_name,number_of_the_car): data_base[user_id]["name"]=self.name...
4b64af4ee6f053c757cf2f71182836e0
{ "intermediate": 0.26173993945121765, "beginner": 0.5322791337966919, "expert": 0.20598089694976807 }
30,352
a docker container based on ubuntu image is already running, how to enter to bash of the container in windows
725bb80dcc1f9c0cb4dc235590c47868
{ "intermediate": 0.3423752188682556, "beginner": 0.31481844186782837, "expert": 0.34280624985694885 }
30,353
this code is ok but i want to know beforehand if the addition or multiplication is possible. #include<stdio.h> int main() { int m, n, p, q; int matrix1[10][10], matrix2[10][10], sum[10][10], prd[10][10]; printf("Enter the number of columns and rows for the 1st matrix: \n"); scanf("%d %d", &m, &n); printf("Enter the ...
2b80bcc6ea1ba03079b6ef16fb07ad2b
{ "intermediate": 0.2475554645061493, "beginner": 0.48481428623199463, "expert": 0.26763030886650085 }
30,354
def merge(li, left, mid, right, k): i = left j = mid + 1 t = [] while i <= mid and j <= right: m = li[i] n = li[j] if m[k] <= n[k]: t.append(m) i += 1 else: t.append(n) j += 1 while i <= mid: t.append(li[i]) ...
f196aaf18528e77e3a9107c2f860964b
{ "intermediate": 0.2432171255350113, "beginner": 0.496299147605896, "expert": 0.2604837417602539 }
30,355
create an app for the best italian restaurant in london
6e4e92fc8ada175247f339ccbda1599e
{ "intermediate": 0.32721513509750366, "beginner": 0.18983928859233856, "expert": 0.4829455614089966 }
30,356
import sys def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in range(low, high): if arr[j][k] <= pivot: i += 1 arr[i], arr[j] = arr[j], arr[i] arr[i + 1], arr[high] = arr[high], arr[i + 1] return i + 1 def quick_sort(arr, low, high, k): s...
f9a8c049c36c42c476663f7a31693039
{ "intermediate": 0.2754287123680115, "beginner": 0.42510244250297546, "expert": 0.2994688153266907 }
30,357
1.1 Description Imagine a group of n players that are located in different floors. The i-th player (for each i such that 1 ≤ i ≤ n, where i is an integer) is characterized by the following: • pi , a unique starting floor level • hi , a starting HP (Health Points) value • di , a direction of movement, either U indicatin...
5bf8b07ca6efaf7a617e83b54abb32b3
{ "intermediate": 0.3420460522174835, "beginner": 0.30199819803237915, "expert": 0.35595569014549255 }
30,358
func AddOrUpdateVirtualHost(vh *route.VirtualHost, routeName string) error { lock.Lock() defer lock.Unlock() routes := snapshot.Resources[types.Route].Items rs, ok := routes[routeName] if !ok { return fmt.Errorf("unknown route config name: %s", routeName) } routeConfig, ok := rs.Resource.(*route.RouteConfigur...
8d033c38d0d27df8adc5c6af325f21a6
{ "intermediate": 0.2991585433483124, "beginner": 0.44490399956703186, "expert": 0.25593751668930054 }
30,359
如果不使用numpy,可以使用普通的Python列表来存储玩家数据,并对代码进行一些其他优化,如减少循环次数和避免不必要的操作。以下是修改后的代码示例: import sys import multiprocessing as mp def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in range(low, high): if arr[j][k] <= pivot: i += 1 arr[i], arr[j] = arr[j], arr[i] ...
5c692028fb4cc9f9f21abc9b9912f7a2
{ "intermediate": 0.33953964710235596, "beginner": 0.42050638794898987, "expert": 0.2399539351463318 }
30,360
Write a c# function that calculates the best fit for a bunch of points
4965a68728a4b167b71854928332794a
{ "intermediate": 0.21550436317920685, "beginner": 0.29532158374786377, "expert": 0.4891740381717682 }
30,361
Write a c# function that calculates the best fit of a bunch of points but minimizes the overall path of he polynomial
7426c32fa353ec04745aa960bf3c1752
{ "intermediate": 0.26249492168426514, "beginner": 0.1630079746246338, "expert": 0.5744970440864563 }
30,362
import sys def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in range(low, high): if arr[j][k] <= pivot: i += 1 arr[i], arr[j] = arr[j], arr[i] arr[i + 1], arr[high] = arr[high], arr[i + 1] return i + 1 def quick_sort(arr, low, high, k): i...
ee89a1f811355c4d079a4a8baef3afef
{ "intermediate": 0.28226181864738464, "beginner": 0.48638883233070374, "expert": 0.23134930431842804 }
30,363
import sys def partition(arr, low, high, k): pivot = arr[high][k] i = low - 1 for j in range(low, high): if arr[j][k] <= pivot: i += 1 arr[i], arr[j] = arr[j], arr[i] arr[i + 1], arr[high] = arr[high], arr[i + 1] return i + 1 def quick_sort(arr, low, high, k): i...
396c0b0ab070fb2d9006c830b1200d5f
{ "intermediate": 0.2793278098106384, "beginner": 0.4601101875305176, "expert": 0.260562002658844 }
30,364
what different between primitive or reducible or irreducible
944bc7e4654519cd1e7bfcd783599f24
{ "intermediate": 0.29817360639572144, "beginner": 0.3160255551338196, "expert": 0.38580089807510376 }
30,365
def merge(li, left, mid, right, k): i = left j = mid + 1 t = [] while i <= mid and j <= right: m = li[i] n = li[j] if m[k] <= n[k]: t.append(m) i += 1 else: t.append(n) j += 1 while i <= mid: t.append(li[i]) ...
4946e97208c90937d5781ef68968ec31
{ "intermediate": 0.2432171255350113, "beginner": 0.496299147605896, "expert": 0.2604837417602539 }
30,366
give me apython code for the game super mario bros
9770d1a88901fd087bf4f05eb152685f
{ "intermediate": 0.5422220230102539, "beginner": 0.2247956544160843, "expert": 0.23298227787017822 }
30,367
привет! как в nodejs проверить что существует таблица в MS SQL
c5f8994cddbee73dd84b5f869036fbb2
{ "intermediate": 0.5399169325828552, "beginner": 0.2476360946893692, "expert": 0.21244697272777557 }
30,368
incompatible types when assigning to type ‘struct file’ from type ‘struct file *’
7eed34c4a9f64dfe12595ac7bdd9a8c0
{ "intermediate": 0.40529847145080566, "beginner": 0.26659390330314636, "expert": 0.328107625246048 }
30,369
write command prompt code for taking incremental file backup
1220ef2a92185734977799e60c4c4b6d
{ "intermediate": 0.41362231969833374, "beginner": 0.2524994909763336, "expert": 0.3338782489299774 }
30,370
how to use func in sqlalchemy
2ae652f1d2b80e446bdce46c3814a8f4
{ "intermediate": 0.5426334738731384, "beginner": 0.2896491289138794, "expert": 0.16771741211414337 }
30,371
func generateTransportSocket(conf *anypb.Any) *core.TransportSocket { return &core.TransportSocket{ Name: "envoy.transport_sockets.tls", ConfigType: &core.TransportSocket_TypedConfig{ TypedConfig: conf, }, } }编写单元测试
86c51b9ac96e905fbf71a4ec9a3744ce
{ "intermediate": 0.35636529326438904, "beginner": 0.29019370675086975, "expert": 0.35344094038009644 }
30,372
how to delete the story in the widget are my Stream in iSymphony
ec4ac68e965f789c75dd9d5bf0cc95ef
{ "intermediate": 0.3970396816730499, "beginner": 0.27866601943969727, "expert": 0.3242943286895752 }
30,373
I need to use Draft.js createEmpty method to reset the EditorState, however the problem is that the button I need to assign the reset function to is placed a few components above from the the component in which EditorState that determines the state of the component is defined. What can I do?
57ef874dec72abe9cae374a2e4a7beb8
{ "intermediate": 0.6557871103286743, "beginner": 0.18567493557929993, "expert": 0.15853798389434814 }
30,374
hello world application with c++
8ede36f3cf7f768f9f54c1f8f4c1a179
{ "intermediate": 0.41146236658096313, "beginner": 0.3249204158782959, "expert": 0.2636171877384186 }
30,375
package com.example.dht11; import androidx.appcompat.app.AppCompatActivity; import android.annotation.SuppressLint; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.TextView; import an...
222459e5b8749c029e835edcfd75914f
{ "intermediate": 0.29651495814323425, "beginner": 0.5216310620307922, "expert": 0.1818540394306183 }
30,376
how to cancel the current git add . stage
0665f6c3c03496b8d95f63b86abc1000
{ "intermediate": 0.3604528307914734, "beginner": 0.2959727644920349, "expert": 0.3435744047164917 }
30,377
Why this const handleObligation = (obligationName : number) =>{ setIncome(obligationName); setTaxesForm(prev => {return ({...taxesForm, healthRyc: ZusZdrowotnyRyczalt12(), healthRycLinear: ZusZdrowotnyLiniowy19(), healthRycCommon: ZusZdrowotnyOgolny(), ...
295f081a4ee6f3ac36eaae87675d3a6b
{ "intermediate": 0.3225184381008148, "beginner": 0.5255680680274963, "expert": 0.15191352367401123 }
30,378
hey, i'm new in opengl, help me with example code
275824643c390764e2d66390544f8f13
{ "intermediate": 0.4138396680355072, "beginner": 0.35789546370506287, "expert": 0.22826479375362396 }
30,379
what is mean "recurcive" in cte in sqlalchemy
e07871e840dca5aae45cd644eb664c09
{ "intermediate": 0.41919541358947754, "beginner": 0.3665485382080078, "expert": 0.21425603330135345 }
30,380
using System.Collections; using System.Collections.Generic; using UnityEngine; public class MarioController : MonoBehaviour { public float moveSpeed = 5f; public float jumpForce = 5f; public float ladderClimbSpeed = 2f; private bool grounded; private bool onLadder; private bool climbingLadder; ...
adeb2dc3dfd4e1634fbaa89de1bcda40
{ "intermediate": 0.32432451844215393, "beginner": 0.500567615032196, "expert": 0.17510782182216644 }
30,381
make the game super mario bros wonder in c++
048b9d620f6402e66d5c15ad94037c37
{ "intermediate": 0.2833740711212158, "beginner": 0.3505445420742035, "expert": 0.3660813868045807 }
30,382
When I open a paticular worksheet, in the worksheet activate eevent, I want cell D15 to be written with the text "Service Events" Can you write the line of code that can do this
b84ac1dab6911c7b829a86ae3f29ff81
{ "intermediate": 0.4205182194709778, "beginner": 0.26415154337882996, "expert": 0.3153301775455475 }
30,383
how can I modify my totalSentiment method so that it produces more reasonable ratings
69a0886c7f55dbdcdc73bd3eca0223a2
{ "intermediate": 0.29766717553138733, "beginner": 0.16994184255599976, "expert": 0.5323910713195801 }
30,384
como le pongo una capa de normalizacion a este modelo? import tensorflow as tf from tensorflow.keras.models import Sequential from tensorflow.keras.layers import Dense, Dropout from tensorflow.keras.preprocessing.image import ImageDataGenerator import numpy as np def main(): # Cargar los datos mnist = tf.keras...
a4085faf6ee94426b15256906f17f793
{ "intermediate": 0.4227488934993744, "beginner": 0.18562574684619904, "expert": 0.39162537455558777 }
30,385
explain how indexOf() works in java
64c558ab9aac39251d9e3ebe77bb0ee5
{ "intermediate": 0.615809440612793, "beginner": 0.2210332304239273, "expert": 0.16315731406211853 }
30,386
const HOST = 'localhost' const PORT = 8080 const express = require('express') const app = express() const sqlite = require('sqlite3').verbose() const db = new sqlite.Database('database.db') //theme atlantic night db.serialize(() => { db.run("CREATE TABLE IF NOT EXISTS users (id INTENGER PRIMARY KEY, username TEXT...
0f7431549ab2973a614ff16bba19c384
{ "intermediate": 0.5107932090759277, "beginner": 0.30027109384536743, "expert": 0.18893569707870483 }
30,387
peux tu me montrer le test unitaire de la fonction wihtdraw qui permet au gagnant de retirer la mise totale ? "function withdraw(uint256 _gameId, uint256 _amount) public payable { require(state == State.finished, "game is not over"); require(msg.sender == games[_gameId].player1 || msg.sender == games[_g...
92311af43063efd26805f65cca09de91
{ "intermediate": 0.49040016531944275, "beginner": 0.2860180139541626, "expert": 0.22358186542987823 }
30,388
I need a function that can make eigen::triplets from std::vector<size_t>. The rule of creating of one triplet is triplet(x=vector[i], y=i, value=1). The function must return triplets
39ff0fc3d9e4405df2fdda3a259eadd0
{ "intermediate": 0.3847920000553131, "beginner": 0.32414036989212036, "expert": 0.2910676598548889 }
30,389
can you sort a table of strings based on the column "Asset Name"
9bb27a3829feebc0e6e25b4408251907
{ "intermediate": 0.38273438811302185, "beginner": 0.16768565773963928, "expert": 0.4495798945426941 }
30,390
peux me montrer le test uintaire de la fonction "withdraw"en prenant en compte la fonction "proposeWord"? : "function proposeWord(uint256 _gameId, string memory _wordToGuess, string memory _letterToGuess) public { require(state == State.inProgress, "Bad State"); require(msg.sender == games[_gameId].play...
d48fb8db32dfd3617391f49dae29f6ed
{ "intermediate": 0.4102720022201538, "beginner": 0.37584158778190613, "expert": 0.21388646960258484 }
30,391
I have some Eigen::SparseMatrix<size_t> (let's call them matrix_blocks) with the same size of row, make a fuction that can combine them into one matrix. The user defines order of combaining matrix_blocks and defines which matrix_blocks he wants to combine
4498813a374dee4712de7fe772aacd83
{ "intermediate": 0.3674703538417816, "beginner": 0.1840604692697525, "expert": 0.4484691917896271 }
30,392
Can you give me a script for a main menu in roblox
32b3c70e48d41a1606c0b49f0e1b7fa3
{ "intermediate": 0.4357188642024994, "beginner": 0.2563072443008423, "expert": 0.3079738914966583 }
30,393
I need a function that can combine matrix blocks. Blocks has the same size of rows. The combined matrix will have the same number of rows as blocks and the number of cols will be the sum of all numbers of coll of each block. The user just defines which blocks he wants to combine (for example block A, block B, block C a...
3f925457bb65d7f37b9cce57b12acb0a
{ "intermediate": 0.43460598587989807, "beginner": 0.2600439488887787, "expert": 0.30535009503364563 }
30,394
Помоги мне правильно объединить 4 матрицы. Вот мой код но там есть ошибка: Eigen::SparseMatrix<size_t> combained(sou_matrix_block.rows(), sou_matrix_block.cols() + rec_matrix_block.cols() + cdp_matrix_block.cols() + off_matrix_block.cols()); //Eigen::MatrixXd result(S, N + M + K + L); combained.block(0, 0,...
92a6285601531a96ae119b2916c0bee7
{ "intermediate": 0.37918010354042053, "beginner": 0.3650726079940796, "expert": 0.2557472884654999 }
30,395
Hi There I currently Have a Script that will delete the first two characters only if they are letters in the first column of a CSV File. It also Deletes the Header Row first before attempting this. I want to change this so that if there are more than 2 letters it will still delete them but only if they are letters leav...
a5aed7cb6398d7525266281e8620adc8
{ "intermediate": 0.5953734517097473, "beginner": 0.15296441316604614, "expert": 0.25166213512420654 }
30,396
Помоги мне правильно объединить 4 матрицы. Вот мой код но там есть ошибка C2338 "THIS_SPARCE_BLOCK_SUBEXPRESSION_IS_READ_ONLY": Eigen::SparseMatrix<size_t> combained(sou_matrix_block.rows(), sou_matrix_block.cols() + rec_matrix_block.cols() + cdp_matrix_block.cols() + off_matrix_block.cols()); combained.block(0, 0, s...
02cfffaef875ad8d3cbb5eedd7feb2b5
{ "intermediate": 0.3384021520614624, "beginner": 0.27070048451423645, "expert": 0.3908974230289459 }
30,397
привет мне в unity нужно считать json фаил а если его нет то создать, он должен хранить в себе словарь из key int и value string
d6177866fa31fe7a57841462a5494f49
{ "intermediate": 0.3384222388267517, "beginner": 0.3852695822715759, "expert": 0.27630820870399475 }
30,398
Помоги мне правильно объединить 4 матрицы. Вот мой код но там есть ошибка C2338 “THIS_SPARCE_BLOCK_SUBEXPRESSION_IS_READ_ONLY”: Eigen::SparseMatrix<size_t> combained(sou_matrix_block.rows(), sou_matrix_block.cols() + rec_matrix_block.cols() + cdp_matrix_block.cols() + off_matrix_block.cols()); combained.block(0, 0, so...
c20b3bf84e00467e5b3db29c10b142e5
{ "intermediate": 0.3304711878299713, "beginner": 0.2925770878791809, "expert": 0.37695178389549255 }
30,399
how to pull a single result per customer nbr knowing there are more than one row per customer (a Y if one of the columns meets the condition and N if none of the rows meet the condition)
ce397f4e971dbca84704218773753936
{ "intermediate": 0.27500155568122864, "beginner": 0.16196712851524353, "expert": 0.5630313754081726 }
30,400
Create a program SimpleMethod.java with method maxMinSumSquareRt() that takes three double values as arguments, calculates the sum of the largest and smallest value and returns the square root of the sum. In your method you can use methods of the class Math. Run (main method) the method maxMinSumSquareRt(double a, doub...
616b5ffee747acf90860079bce6da3be
{ "intermediate": 0.33877167105674744, "beginner": 0.4420665204524994, "expert": 0.21916185319423676 }
30,401
HI there I want to write a LSP routine that sets the layer state from a prompted selection of state to every drawing you have open in your session.
a0594affc439033c5ae2d236992fe531
{ "intermediate": 0.29066845774650574, "beginner": 0.07066342979669571, "expert": 0.6386681199073792 }
30,402
Hey there. I want to Create a LISP routine for Autodesk Civil 3D 2022 that will go into every viewport within the layouts of the drawing and set the layer state to a selection of my choice.
1c54345b590d82aa02c5d2b5cd14989a
{ "intermediate": 0.3868241310119629, "beginner": 0.251456618309021, "expert": 0.3617193400859833 }
30,403
give me a script for sprinting on roblox
1a60cbe51641aa435d0b96e53576e939
{ "intermediate": 0.5120988488197327, "beginner": 0.24785932898521423, "expert": 0.2400418072938919 }
30,404
I have a large workbook with numerous sheets. The sheets contain a lot of formulas. Is there a VBA code that can prevent all the cells that contain formulas from being edited, changed or deleted.
d1cc3698c1546f401d7143a66a7188d6
{ "intermediate": 0.4946853220462799, "beginner": 0.13144280016422272, "expert": 0.3738718330860138 }
30,405
I want to use Excel 365 VBA to open a Windows Explorer window to allow me to search for a document when I click a button in a cell
09d6b67e84de505db1ac74f4ae7451c1
{ "intermediate": 0.47841936349868774, "beginner": 0.24913820624351501, "expert": 0.27244237065315247 }
30,406
use recurcive cte
7b44c070de28ae73b616f8df2560d9c1
{ "intermediate": 0.2944158613681793, "beginner": 0.4726431369781494, "expert": 0.23294098675251007 }
30,407
у меня есть код который считывает json в unity но он не может считать его если сборка под webGL нужно все переделать с использованием UnityWebRequest using System.Collections; using System.Collections.Generic; using System.IO; using UnityEngine; public class JsonManager : MonoBehaviour { private const string Path...
27ec3cc9541a2bd72e58e5fc96142e17
{ "intermediate": 0.41593047976493835, "beginner": 0.42247942090034485, "expert": 0.1615900993347168 }
30,408
using System.Collections; using System.Collections.Generic; using UnityEngine; public class BarrelSpawner : MonoBehaviour { public GameObject barrelPrefab; public Transform[] spawnPoints; // Points where barrels will be spawned public float spawnInterval = 3f; // Interval between barrel spawns private...
c102bd9b542cf976d682a815628a6689
{ "intermediate": 0.3664869964122772, "beginner": 0.4466891288757324, "expert": 0.18682384490966797 }
30,409
I want to create a LISP Routine for Autodesk Civil 3d 2022.
678794d97f4f7bdc6dcff7759422ac3e
{ "intermediate": 0.21303856372833252, "beginner": 0.2437809407711029, "expert": 0.5431804656982422 }
30,410
Writing a lisp for Autodesk Civil 3d 2022. I will send the script. On line 26 I'm getting a member not found Error. this script is to gather the data from a layer including the area of any present hatches. length of lines, and length of any poly lines. it will then sort that data and put it into a CSV that is saved to...
29f852e83959fbe5adffb7bf3ad6b15e
{ "intermediate": 0.5287931561470032, "beginner": 0.2859139144420624, "expert": 0.18529294431209564 }
30,411
Do you know which of the irregular verbs in Spanish are most common? I'd like to generate a deck in Anki I can use to learn the language. I want to include 30 most common irregular verbs. For each of the verb there should be 6 cards generated. I want every card in the deck to provide one sentence (Spanish on one side, ...
24c87cc92e802b64fb70b1c6926408b1
{ "intermediate": 0.2995086908340454, "beginner": 0.24585019052028656, "expert": 0.45464110374450684 }
30,412
залогиниться с помощью aiohttp asyncio на python URL Запроса: https://xms.miatel.ru/oauth/token Метод Запроса: POST Код Статуса: 201 Created Удаленный Адрес: 91.206.88.70:443 Правило Для URL Перехода: no-referrer Access-Control-Allow-Origin: * Access-Control-Expose-Headers: Request-Id Content-Length: 295 Content-Type: ...
61d89f56489dd42e0e5da01a1b2a4751
{ "intermediate": 0.40956538915634155, "beginner": 0.32751771807670593, "expert": 0.26291683316230774 }