row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
31,821
clear ; tic; format long; H=zeros(3,3,3,3,3,3); for s1i=1:3 for s1f=1:3 for s2i=1:3 for s2f=1:3 for s3i=1:3 for s3f=1:3 H(s1i,s2i,s3i,s1f,s2i,s3f)=c(s1i,s2i,s3i,s1f,s2f,s3f); end end end ...
624499851cf4433662725894c5a2c885
{ "intermediate": 0.30996233224868774, "beginner": 0.4360675811767578, "expert": 0.25397005677223206 }
31,822
url_label = QLabel('YouTube URL:', self) self.main_layout.addWidget(url_label) self.input_layout = QHBoxLayout() # Create a new horizontal layout self.url_input = QLineEdit(self) self.url_input.setPlaceholderText('유튜브 비디오 url를 넣으세요.') self.url_input.setFixedWidth(280) # Set a ...
1b187a4134378e6df66847bd314d3c43
{ "intermediate": 0.342410683631897, "beginner": 0.3242470324039459, "expert": 0.3333422839641571 }
31,823
pls write python code for maze solving
72bce533447df10817158cd26eb98b77
{ "intermediate": 0.2341332584619522, "beginner": 0.2048894315958023, "expert": 0.5609773397445679 }
31,824
Hello. Can you give me a simple webpage about me template please?
2c8f201cda0d5f2ba2e9ad78c7fcaaa7
{ "intermediate": 0.40490105748176575, "beginner": 0.35821956396102905, "expert": 0.2368793487548828 }
31,825
Using selenium webdriver in python write a script to log in into site, select filters and load data
94111a6858972570ebea715830738f41
{ "intermediate": 0.6432244777679443, "beginner": 0.10362137109041214, "expert": 0.2531541585922241 }
31,826
--------------------------------------------------------------------------- NoSuchElementException Traceback (most recent call last) Cell In[8], line 6 3 filter_button.click() 5 # Locate the desired option by its text and click it ----> 6 desired_option = driver.find_element(By.XPATH, "//...
1080c4d1ce031b6fb0f4f6058a97bfd1
{ "intermediate": 0.31770461797714233, "beginner": 0.38412243127822876, "expert": 0.2981729507446289 }
31,827
Set property to <appended> of log4j.xml from class @Component
2507c84129601207eaf9129a2b73bdfb
{ "intermediate": 0.4225301742553711, "beginner": 0.24994662404060364, "expert": 0.3275231420993805 }
31,828
I need to sum every second column in Excel.
e9d5c34528fa9858afa6f1b7c5ce790f
{ "intermediate": 0.4072810709476471, "beginner": 0.2563817799091339, "expert": 0.3363371789455414 }
31,829
Мне нужен промт для миджорней чтобы создать обложку для трека, исходя из описания и требований ниже: Трек называется «Мутабор». Это популярный клуб в Москве, где все торчат под техно. Также вот его значение вне названия клуба: Мутабор – это понятие, которое часто используется в современной науке и технологии. Оно опис...
5267ab52ab29238328cf3cab7969d47c
{ "intermediate": 0.17364683747291565, "beginner": 0.5813153386116028, "expert": 0.24503779411315918 }
31,830
请使用NEST 7.17.5库来更新旧版本(NEST 1.4.3)的C#代码,请注意and和or方法在NEST 7.x版本中不存在了,但是请区分出查询条件中是and还是or。 private QueryContainerDescriptor<SparePartEntity> ApplyFilters(SearchRequest request, QueryContainerDescriptor<SparePartEntity> fqd) { return fqd.Bool(b => b.Filter(fd => { var filters = new List<QueryContainer>(); var dimensionFilt...
333348402f1823379350e61f1077abcc
{ "intermediate": 0.36003586649894714, "beginner": 0.3691367506980896, "expert": 0.27082735300064087 }
31,831
I need to list all nics and associated IP's on an Ubuntu server.... is there a command for that?
c7053a59121bd3bd914a11faffdf6769
{ "intermediate": 0.4318341910839081, "beginner": 0.19805866479873657, "expert": 0.37010711431503296 }
31,832
переписать команду firewall-cmd –permanent –add-service=gre под alt linux и red os
a9ce2cb5aae1d2af8da29791e0ce6438
{ "intermediate": 0.28745293617248535, "beginner": 0.38330814242362976, "expert": 0.3292389214038849 }
31,833
help me on how I should think about rewriting this into an phone app: from fastapi import FastAPI, Request, BackgroundTasks import uvicorn from fastapi.templating import Jinja2Templates import numpy as np import cv2 import random import pygame from pydub import AudioSegment import requests import logging import os fr...
06595aa7dfbfa329ededf8596b14fc7e
{ "intermediate": 0.40817520022392273, "beginner": 0.3701432943344116, "expert": 0.22168150544166565 }
31,834
Can azure service be shared by many microservices? Is it wise? Or it breaks the rules of microservice concepts?
68ba4223f1b8bd9ba19605baefd709d1
{ "intermediate": 0.4039217531681061, "beginner": 0.27369120717048645, "expert": 0.3223870098590851 }
31,835
create an image for cute polar bear
b7a831cbf98dd75b009f9c96a6ebe5bf
{ "intermediate": 0.3478880226612091, "beginner": 0.24045859277248383, "expert": 0.41165339946746826 }
31,836
Make concise instructions for how to have a script be run by systemd in Debian right before shutting down.
e4c6119d47f8a844013a970beeb721a9
{ "intermediate": 0.4152087867259979, "beginner": 0.2341759204864502, "expert": 0.3506152629852295 }
31,837
现有代码如下:import d2lzh as d2l from mxnet import nd from mxnet.gluon import loss as glossbatch_size = 256 train_iter, test_iter = d2l.load_data_fashion_mnist(batch_size)num_inputs, num_outputs, num_hiddens = 784, 10, 256 W1 = nd.random.normal(scale=0.01, shape=(num_inputs, num_hiddens)) b1 = nd.zeros(num_hiddens) W2 = nd.r...
022c53204c6bf489c2a92368e381e882
{ "intermediate": 0.3950318694114685, "beginner": 0.3816567063331604, "expert": 0.2233114242553711 }
31,838
I have this code: active_signal = None orderId = None clientOrderId = None buy_entry_price = None sell_entry_price = None orderId = None import binance def calculate_percentage_difference_buy(entry_price, exit_price): result = exit_price - entry_price price_result = entry_price / 100 final_result = re...
239fe44aff081493816daf8ce33dd061
{ "intermediate": 0.3664323091506958, "beginner": 0.4763859808444977, "expert": 0.15718179941177368 }
31,839
how to get id from microsoft.xrm.sdk.entityreference
4e577fd61863a934cb4aae678b4dabe9
{ "intermediate": 0.37026846408843994, "beginner": 0.2553592324256897, "expert": 0.37437236309051514 }
31,840
Make very concise instructions for how to have a bash script be run (with systemd) right before a Debian system shuts down.
a409d6af26b292dd538275bf8927727d
{ "intermediate": 0.3998522162437439, "beginner": 0.27440351247787476, "expert": 0.32574424147605896 }
31,841
## np.concatenate() explain this function
cf305248532a37dc6aa43de5f2080bbc
{ "intermediate": 0.24704304337501526, "beginner": 0.36631810665130615, "expert": 0.3866388201713562 }
31,842
please write a blender script for me which deletes the cube
2b0abe54f9b7636c746306416fe7a148
{ "intermediate": 0.3534514904022217, "beginner": 0.2797764539718628, "expert": 0.3667721152305603 }
31,843
what kind of message brokers could be used for cqrs?
e48a32f254396503000d6fff4156e194
{ "intermediate": 0.28118494153022766, "beginner": 0.21453285217285156, "expert": 0.5042822360992432 }
31,844
Make instructions for Debian+systemd to run a bash script right before shutting down each time the system is told to shut down. Be very concise.
2f7b096ba0f52e1b042745f05468b9dd
{ "intermediate": 0.4259325861930847, "beginner": 0.22914589941501617, "expert": 0.3449215292930603 }
31,845
I have this code : active_signal = None orderId = None clientOrderId = None buy_entry_price = None sell_entry_price = None orderId = None import binance def calculate_percentage_difference_buy(entry_price, exit_price): result = exit_price - entry_price price_result = entry_price / 100 final_result = re...
31783b9e6609d8d7164fe6ecc6aefe5e
{ "intermediate": 0.34703949093818665, "beginner": 0.44773539900779724, "expert": 0.2052251100540161 }
31,846
Make instructions for Debian+systemd to run a bash script right before shutting down each time the system is told to shut down. Be very concise.
20697f4737f35c35c98373b82bd1dc14
{ "intermediate": 0.4259325861930847, "beginner": 0.22914589941501617, "expert": 0.3449215292930603 }
31,847
Write a Bash function that parses a Terraform map and extracts keys at the second level
d732441f759746c263b53dd515d73b17
{ "intermediate": 0.4187368154525757, "beginner": 0.2955890893936157, "expert": 0.2856740951538086 }
31,848
Write a Bash function that parses a Terraform map and extracts keys at the second level
8a27cc940cfb7300cd9323d654d50270
{ "intermediate": 0.4187368154525757, "beginner": 0.2955890893936157, "expert": 0.2856740951538086 }
31,849
how to fetch the custom settings in lwc
2f114f02e15731cd8f248828feecf8fa
{ "intermediate": 0.5340368151664734, "beginner": 0.1887122392654419, "expert": 0.2772509753704071 }
31,850
I have those comands: to cancel_order : client.cancel_order(symbol=symbol, orderId=orderId, origClientOrderId=clientOrderId) to open order: order = client.new_order(symbol=symbol, side='BUY', type='MARKET', quantity=quantity) You need to give me code based on this algorithm: if 'buy' in signals and active_signal != 'b...
3ce5c96e5a7fa4ceaf781140916af3da
{ "intermediate": 0.21926748752593994, "beginner": 0.1170034185051918, "expert": 0.6637291312217712 }
31,851
what is the function of user.slice of the Linux systemd
7565cf5c622dd690c2528ca50faeb3a4
{ "intermediate": 0.3365481495857239, "beginner": 0.5540838241577148, "expert": 0.1093679890036583 }
31,852
if ($chat_id == ADMIN_CHAT_ID) { if ($this->data['message']['voice']){ $this->DelMessageText(ADMIN_CHAT_ID, $message_id); $voice = $this->data['message']['voice']; $file_id = $voice['file_id']; file_put_contents("modules/templates/admin/file_id.txt", $file_id); $buttons = [...
81ae5a0ce7cd98447dc96e8d4b21b320
{ "intermediate": 0.34543105959892273, "beginner": 0.4689697325229645, "expert": 0.185599222779274 }
31,853
How to set desired hash suffix to git repository branch?
404e58414ae39dd65088170e95297cd5
{ "intermediate": 0.45128488540649414, "beginner": 0.20579597353935242, "expert": 0.34291914105415344 }
31,854
hello
59758723c1e717639bdbe406ecfd575c
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
31,855
if ($chat_id == ADMIN_CHAT_ID) { if ($this->data['message']['voice']){ $this->DelMessageText(ADMIN_CHAT_ID, $message_id); $voice = $this->data['message']['voice']; $file_id = $voice['file_id']; file_put_contents("modules/templates/admin/file_id.txt", $file_id); $buttons = [...
997d667f40a6c9580ecf970b6b787ba0
{ "intermediate": 0.34543105959892273, "beginner": 0.4689697325229645, "expert": 0.185599222779274 }
31,856
if ($chat_id == ADMIN_CHAT_ID) { if ($this->data['message']['voice']){ $this->DelMessageText(ADMIN_CHAT_ID, $message_id); $voice = $this->data['message']['voice']; $file_id = $voice['file_id']; file_put_contents("modules/templates/admin/file_id.txt", $file_id); $buttons = [...
22990eb6a2b000980dab9150b4acc45b
{ "intermediate": 0.34543105959892273, "beginner": 0.4689697325229645, "expert": 0.185599222779274 }
31,857
how can I make so it takes a snapshot of the video stream each cycle?: url = "http://192.168.127.124:8080/shot.jpg" window_match_threshold = 0.8 # Adjust according to your needs dot_match_threshold = 0.6 # Adjust according to your needs found_weight = False # Initialize backg...
e69eac92f0905ae5933aef825cb9cb9a
{ "intermediate": 0.6495780348777771, "beginner": 0.13707253336906433, "expert": 0.21334943175315857 }
31,858
public function custom_pre_get_posts( $q ) { // get terms of this taxonomy $imagesCollection = get_terms( 'ext_images_collections', array("hide_empty" => false) ); // get the term slug and make array $termIds = array(); foreach ($imagesCollection as $key => $value) { ...
28d2884947494ba9d31e9fc3e7f7a9d4
{ "intermediate": 0.3244946002960205, "beginner": 0.4192078709602356, "expert": 0.2562975287437439 }
31,859
how to return to specific state in event sourcing code?
42026f7d4c1565a471c643c0736b2c36
{ "intermediate": 0.21794097125530243, "beginner": 0.25202229619026184, "expert": 0.5300368070602417 }
31,860
rewrite this so it works: import ctypes from ctypes import wintypes import win32con import win32gui import win32api LLKHF_INJECTED = 0x00000010 LLKHF_LOWER_IL_INJECTED = 0x00000002 WH_KEYBOARD_LL = 13 WM_KEYDOWN = 0x0100 WM_KEYUP = 0x0101 # Define virtual key codes for various media keys VK_MEDIA_PLAY_PAUSE = 0xB3 ...
dd88a6b3a9d0a811f42bf406a4e5c0ff
{ "intermediate": 0.25119537115097046, "beginner": 0.5531798601150513, "expert": 0.19562475383281708 }
31,861
1) Regarding systemd in Debian and adjacent contexts, where does one store a service file, what are the necessary permissions and what is multi-user.targer? 2) What's the difference between service, target and whatever other types of files? Be very concise for everything.
b3773d8a62c9f2676b2b87bb87a7fb26
{ "intermediate": 0.35237300395965576, "beginner": 0.36325252056121826, "expert": 0.284374475479126 }
31,862
Как модифицировать модель, чтобы проект не падал с ошибкой при некорректном вводе поля дата, а просто ничего не выдавал в поиске <?php namespace frontend\models; use yii\base\Model; use yii\data\ActiveDataProvider; use frontend\models\Store; /** * StoreSearch represents the model behind the search form of `frontend...
bfcf0bb1aa23bce567d042f504109c47
{ "intermediate": 0.31507766246795654, "beginner": 0.49877864122390747, "expert": 0.18614375591278076 }
31,863
Could You prepare for me 3 microservices in yaml file for kubernetes?
93db2f6a242169edbdbc22884c33a11e
{ "intermediate": 0.5881268978118896, "beginner": 0.1587982326745987, "expert": 0.25307491421699524 }
31,864
Hi
904e7d40e29e2e7ec486ff62193b4522
{ "intermediate": 0.33010533452033997, "beginner": 0.26984941959381104, "expert": 0.400045245885849 }
31,865
Is it possible to have conditional branching in /etc/fstab?
f28851a08787b44509ca48bd61216737
{ "intermediate": 0.3238135576248169, "beginner": 0.2523679733276367, "expert": 0.4238184988498688 }
31,866
如何将这个层(代码如下:class DimensionReduction(nn.Module): def __init__(self, i, j, k): super(DimensionReduction, self).__init__() self.net = nn.Conv2d(in_channels=1, out_channels=k, kernel_size=(i, j)) def forward(self, X, Y): # 先用X和Y做矩阵乘法构成i*j矩阵, # 再用卷积层快捷地实现计算功能 matrix = torch....
e7983f7ee970a155eaace9cc2a94774c
{ "intermediate": 0.4091336131095886, "beginner": 0.2986854016780853, "expert": 0.29218101501464844 }
31,867
how to run locally containers by kubectl?
13404532c457d0775b6d30e315ff2b0f
{ "intermediate": 0.3266960382461548, "beginner": 0.23364312946796417, "expert": 0.43966084718704224 }
31,868
<button type="button" class="btn btn-default btn-sm dropdown-toggle ss-btn button-border" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-display="static" data-role="ss-btn">Тип: <span class="badge badge-pill badge-info">Дебиторы</span></button> Тип: <span class="badge badge-pill badge-info">Деб...
81bca16bf04b62ace5462cf0ff36c124
{ "intermediate": 0.4369760751724243, "beginner": 0.2101975977420807, "expert": 0.352826327085495 }
31,869
Write a java project on scientific calculator having at least 2 classes, methods,constructors,loops ,conditional statements and it should show the parameter passing
9e04651e4c13d06b58d5fed7996feb1f
{ "intermediate": 0.23493796586990356, "beginner": 0.6846341490745544, "expert": 0.0804278776049614 }
31,870
I need to select options from list based on attributes data-index. Use selenium python
a1f28f9285d26d68f6f995628a703da7
{ "intermediate": 0.4246353805065155, "beginner": 0.22753211855888367, "expert": 0.34783250093460083 }
31,871
$flow_data=$this->input->post('flow_data',true); Ao receber os dados abaixo, no "Via PIX com 5% de desconto" por exemplo as vezes não funciona devido o "%". Como resolver? Estou usando CodeIgniter 3 {"id":"xitFB@0.0.1","nodes":{"1":{"id":1,"data":{"title":"Flow","postbackId":"0VqV_FSCMuCDVPG","xitFbpostbackId":"1O-c5...
94dec629a6b6d9363e2139d07b767d4f
{ "intermediate": 0.5763089060783386, "beginner": 0.2534973919391632, "expert": 0.17019376158714294 }
31,872
How to select date from calendar? Use selenium python
63d91194f5a3f2c173b8b022c0bf1e67
{ "intermediate": 0.4175567626953125, "beginner": 0.2925954759120941, "expert": 0.28984779119491577 }
31,873
How to select a date using Selenium Python. See the following html code <div class="col-auto p-1 filter-item filter-period-head"> <script type="text/json">{"start":{"date":"2022-02-01 00:00:00.000000","timezone_type":3,"timezone":"Europe\/Minsk"},"end":{"date":"2022-02-01 23:59:59.000000","timezone_type":3,"timezo...
d7bca0b9b47a2d1721e29317400baacf
{ "intermediate": 0.33280232548713684, "beginner": 0.41932275891304016, "expert": 0.24787487089633942 }
31,874
show me the code for a javascript request with parameters authorize no-cors methods . For disable the allow cross origin error in console
49c17bc829af2234a124bbe6b17164aa
{ "intermediate": 0.6514818072319031, "beginner": 0.16773496568202972, "expert": 0.18078327178955078 }
31,875
give me some three act plot ideas for a story about a teenage girl finding herself switching involuntarily between different multiverses.
cfd47da455f70b2169878a0b4173c9bc
{ "intermediate": 0.3780817985534668, "beginner": 0.349128782749176, "expert": 0.2727893590927124 }
31,876
profile picture Design an app with two tabs for car rental in Android Studio in Java Code: The first tab will display 3 radio buttons for car options as sedan, suv, minivan for rental. Add setOnCheckedChangeListener to radio group, or add setOnClickListener to each radio button. The selection will be saved in a shared...
69169e60cb594ea2f5105b3ac2828a6f
{ "intermediate": 0.36321449279785156, "beginner": 0.30146822333335876, "expert": 0.33531731367111206 }
31,877
Design an app with two tabs for car rental in Android Studio in Java Code: The first tab will display 3 radio buttons for car options as sedan, suv, minivan for rental. Add setOnCheckedChangeListener to radio group, or add setOnClickListener to each radio button. The selection will be saved in a shared ViewModel. The ...
57759612e6368583019dd9d507fb7a82
{ "intermediate": 0.507149338722229, "beginner": 0.29810887575149536, "expert": 0.19474175572395325 }
31,878
package com.example.viewmodelhw; import android.os.Bundle; import androidx.fragment.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.RadioButton; import androidx.lifecycle.ViewModelProvider; public class CarOptionsFragment extends Fragme...
6ea9ad61ff84b7b4b043ce3a5522fbc0
{ "intermediate": 0.3726995587348938, "beginner": 0.471185564994812, "expert": 0.15611490607261658 }
31,879
import os import imageio from PIL import Image # Define the directory where your .eps files are located eps_directory = 'tempo' # Define the directory where you want to save temporary images temp_image_directory = 'tempimg' # Create the directory for temporary images if it doesn't exist if not os.path.exists(temp_ima...
9f00a6a2d48d667e049e3af60c0d1caf
{ "intermediate": 0.4072384536266327, "beginner": 0.34096240997314453, "expert": 0.2517991065979004 }
31,880
Hi i'm trying to embed a typeform survey into my discord server, how would I do this?
1c612965cced9810f4b26e44ceea5e2d
{ "intermediate": 0.6107103228569031, "beginner": 0.1893215775489807, "expert": 0.1999680995941162 }
31,881
How to pull all git subprojects, not submodules?
3167b338e16d7a2d201e00a5a0cdbce2
{ "intermediate": 0.4212868809700012, "beginner": 0.2891017198562622, "expert": 0.2896113991737366 }
31,882
import cv2 import os import pickle import face_recognition def recognize_faces_from_webcam(db_path): # Load face embeddings from the database db_dir = sorted(os.listdir(db_path)) embeddings_db = [] for file_name in db_dir: path = os.path.join(db_path, file_name) with open(path, ‘rb’) as file: embeddings = pickle.dumps...
91149f22c86ae32c1e3295fd6df0806f
{ "intermediate": 0.255395770072937, "beginner": 0.5684185028076172, "expert": 0.176185742020607 }
31,883
Generate with python code to convert string to confirming url
fb8b6963cd65032e67764a144c547533
{ "intermediate": 0.39969974756240845, "beginner": 0.21197985112667084, "expert": 0.3883203864097595 }
31,884
Analyse various forms of AI available now. • What AI services can you find that enhance your life and work? • How do you expect to gain by using those services?
b085878da952b075b2d70d09a1057d47
{ "intermediate": 0.3414469361305237, "beginner": 0.20025670528411865, "expert": 0.45829635858535767 }
31,885
Can you make this programm work using ffmpeg instead of imageio import os import imageio from PIL import Image from tqdm import tqdm def anim(): # Define the directory where your .eps files are located eps_directory = 'tempo' # Define the directory where you want to save temporary images temp_imag...
684ccad3e362430a3bd96c41e7eb3a2c
{ "intermediate": 0.563285231590271, "beginner": 0.28232574462890625, "expert": 0.15438896417617798 }
31,886
Проверь мою функцию на ошибки. Я хочу для _all_occurs сравнивать каждое значение в строке с _val, и если каждое значение в строке _all_occurs больше, то я записываю соответствующую троку _all_codes в файл . Вот мой код:std::vector<std::vector<size_t>> filterOccur(std::vector<std::vector<size_t>> _all_codes, std::vector...
5478bea7bc3b92c44edf5e57aed8742e
{ "intermediate": 0.3715023994445801, "beginner": 0.3912794888019562, "expert": 0.23721806704998016 }
31,887
can you give an example of Employee form in ms word
e26302fed99186cbbc30f4d9c9610dee
{ "intermediate": 0.31016018986701965, "beginner": 0.3668515384197235, "expert": 0.32298827171325684 }
31,888
can you help me with python linked list? I have 4 nodes and i need to delete one node by index number?
cb5fe480d152d8fb17c8f9d28cefb06d
{ "intermediate": 0.5389909744262695, "beginner": 0.10206737369298935, "expert": 0.3589416444301605 }
31,889
create autocomplete in search string with any pyhton libraries
5197034b2d9f12c180556f63e76dda24
{ "intermediate": 0.6283590793609619, "beginner": 0.10777789354324341, "expert": 0.26386308670043945 }
31,890
hello
41c92b023dfa1295116ba45a651d3a22
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
31,891
create a vue3 js script setup a lightbox component without a bugs
416f07f56a93227993cd419076718cc8
{ "intermediate": 0.44055992364883423, "beginner": 0.2955353260040283, "expert": 0.26390472054481506 }
31,892
استادم در دانشگاه به ما یک پروژه ی پایگاه داده داد و بهمون سه تا از چهار جدولشو داده و گفته که جدول چهارمشو شما باید بسازین.جدول اول جدول دانش اموزانه که دارای 4سطر هستش که شامل Sstudent_ID,FIRSTNAME,LASTNAME و PAST COURSE هستش. جدول دوم برای معلمان هستش و دارای 4 سطر شامل : Teacher_ID,FIRSTNAME,LASTNAME و TEACHING COU...
b3d46c94cfccdb294b62993b05a880b2
{ "intermediate": 0.3448391556739807, "beginner": 0.3535141944885254, "expert": 0.30164670944213867 }
31,893
void tRead(const char *filename, uint16_t *pWidth, uint16_t *pHeight, uint8_t *pChannelCount, uint8_t *pTexture) { FILE *pFile = fopen(filename, "r"); if (pFile == NULL) { pTexture = NULL; return; } fread(pWidth, sizeof(uint16_t), 1, pFile); fread(pHeight, sizeof(uint16_t), 1, pFile); fread(pChannelCount, s...
afb789edac88e7fc1e3d7c3e8d5232a4
{ "intermediate": 0.4539889097213745, "beginner": 0.3143770396709442, "expert": 0.2316340059041977 }
31,894
help me set this up so it generates a random room with height map : extends Node var max_rooms = 10 var room_min_size = Vector2(5, 5) var room_max_size = Vector2(10, 10) var map_size = Vector2(100, 100) var rooms = [] var room_scene: PackedScene = preload("res://Scenes/rooms/Room.tscn") func _ready(): print("Preloa...
7a680723d13ceba6d9411b94c6448ab6
{ "intermediate": 0.37900465726852417, "beginner": 0.3878297805786133, "expert": 0.23316559195518494 }
31,895
you gave an error but here is the message before it crashed: It looks like you have a good setup for generating random rooms with various sizes and positioning them within a given map size. However, your script seems to lack several key aspects to make it fully functional. For instance, the provided Room class is not ...
df76a515fecdd0f4b853c3b57289a5ce
{ "intermediate": 0.24856263399124146, "beginner": 0.5687876343727112, "expert": 0.18264971673488617 }
31,896
can you create an application letter template for word
4904005ceea9485c78f9d13e7df35eb1
{ "intermediate": 0.42794862389564514, "beginner": 0.35884106159210205, "expert": 0.2132103443145752 }
31,897
How to store data in nested specified slot in solidity
09d0dfc54c5f39364de70fa81b30b415
{ "intermediate": 0.5589993000030518, "beginner": 0.13775025308132172, "expert": 0.30325040221214294 }
31,898
can you make a brick breaker game?
acbe643cd645109f8adcf27bad65e8e7
{ "intermediate": 0.3113638758659363, "beginner": 0.3342030644416809, "expert": 0.3544330298900604 }
31,899
this is example to store and retrieve data in specific slot in solidity library Test { struct Uint256Checkpoint { uint256 fromBlock; uint256 value; } struct Layout { mapping(bytes32 => Uint256Checkpoint[]) uint256Checkpoints; } bytes32 internal constant STORAGE_SLOT = keccak256(...
3148fadb3cdd2d1d287556d016d4404c
{ "intermediate": 0.40002089738845825, "beginner": 0.38121575117111206, "expert": 0.21876336634159088 }
31,900
As a discord bot developer using JDA, is there a way to include a button to retry the same command quickly?
a2935df540ab4ebc3f09370831150a75
{ "intermediate": 0.6598294973373413, "beginner": 0.070912666618824, "expert": 0.2692577838897705 }
31,901
change this program to python language #include<iostream> #include<cmath> using namespace std; int main(){ double e=exp(-1); for(int i=1; i<=20; i++){ cout << "E" << i << "=" << e << endl; e=1-(i+1)*e; } return 0; }
02562f43ec35a724ec97abc01dc3c705
{ "intermediate": 0.30277398228645325, "beginner": 0.5079673528671265, "expert": 0.18925869464874268 }
31,902
I'm getting this error: - BUTTON_COMPONENT_CUSTOM_ID_REQUIRED: A custom id is required, when adding this: action.addActionRow(new ButtonImpl("customid", "Try Again", ButtonStyle.PRIMARY, "https://www.balls.com", false, null)) to my MessageCreateAction chain to send a message to a text channel in Discord as a bot writt...
f2998e0ec000981b25cde83ff735ba88
{ "intermediate": 0.4749378561973572, "beginner": 0.30103394389152527, "expert": 0.22402822971343994 }
31,903
; Example 1.1: ; Writes "Hello World!" to the text display JMP boot stackTop EQU 0xFF ; Initial SP txtDisplay EQU 0x2E0 hello: DB "Hello World!" ; Output string DB 0 ; String terminator boot: MOV SP, stackTop ; Set SP MOV C, hello ; Point register C to string MOV D, txtDisplay ; Point register D to...
f1486b9475e95a8bb79150a890001181
{ "intermediate": 0.2287331521511078, "beginner": 0.6279901266098022, "expert": 0.14327672123908997 }
31,904
How can I force the full name of a subpackage or its beginning in an rpm .spec file?
ca69c47d8e2673922238617b56ea876d
{ "intermediate": 0.4692860543727875, "beginner": 0.2582404613494873, "expert": 0.27247345447540283 }
31,905
how about vat , why and whe they set it up in history? its a type of txt
5f92b1103004b7626e5dc2c940bdb72f
{ "intermediate": 0.3015182912349701, "beginner": 0.4314987361431122, "expert": 0.26698291301727295 }
31,906
JDA discord bot. After a ButtonInteractionEvent is fired, how do I delete the message and send a new one?
6f762faec292851a8eead793cd3fe7dd
{ "intermediate": 0.5530400276184082, "beginner": 0.1558181345462799, "expert": 0.2911418676376343 }
31,907
JDA discord bot. After a ButtonInteractionEvent is fired, how do I delete the message and send a new one? More specifically, I need to acknowledge the button press in JDA, delete the message, and then send a new message
c8a0b7884a824ad53ed32b9e11feda9e
{ "intermediate": 0.6256759762763977, "beginner": 0.13625501096248627, "expert": 0.238069087266922 }
31,908
using antd and typescript how to hide the buttons of the footer
533e454d76070fd249acbbc8137b9a9a
{ "intermediate": 0.3113819658756256, "beginner": 0.2478732168674469, "expert": 0.4407448172569275 }
31,909
give step by step how to use this Skip to content Product Solutions Open Source Pricing Search or jump to... Sign in Sign up yonggekkk / Cloudflare-workers-pages-vless Public Code Issues 4 Pull requests 1 Actions Projects Security Insights yonggekkk/Cloudflare-workers-pages-vless 1 branch 0 tags Latest commit @yong...
6f298673d066beb8a1f02a794462d7d8
{ "intermediate": 0.4567195177078247, "beginner": 0.32490888237953186, "expert": 0.2183716595172882 }
31,910
C# get resolution size in x and y
0a4ec90c9c5be376f998ca7a44e8b005
{ "intermediate": 0.47987109422683716, "beginner": 0.2847737669944763, "expert": 0.23535513877868652 }
31,911
make a python script that will enumerate a .json file and take in the "student_number" and "holder_name" fields and put them into their own new json object. make sure every "holder_name" is evalulated with a regex expression that swaps the string to the following: Golden, Devin James will turn into Devin Golden an exa...
f8fcc39907989077cf0759b8ae23ca18
{ "intermediate": 0.3835142254829407, "beginner": 0.2626686096191406, "expert": 0.3538171648979187 }
31,912
C# how to open new form on system.thread
6a4ee8cf7f303dc605a1376267e23e83
{ "intermediate": 0.4232885539531708, "beginner": 0.3622107207775116, "expert": 0.21450065076351166 }
31,913
Explain in painstakingly detail the following code for solving the Game of 24:
dd861a80d74d30acb8692d30b2f58d33
{ "intermediate": 0.16383925080299377, "beginner": 0.25554946064949036, "expert": 0.5806112289428711 }
31,914
edit the following script to make it enumerate a .txt file instead of a .json file, but make sure the output is still a json file
03f4b389e037650a3255e787b7e8b67b
{ "intermediate": 0.4525401294231415, "beginner": 0.21896538138389587, "expert": 0.32849451899528503 }
31,915
将伪代码转化为代码for k<-1 to n do xk<-0 y<-b,k<-n j<-ik(y) xk<-1 y<-y<-Wk while ik(y)=k do y<-y-wk xk<-xk+1 if ik(y)≠0 then goto 4
fb29ac705db68a895853f7b7873852a5
{ "intermediate": 0.2787012457847595, "beginner": 0.4295680820941925, "expert": 0.29173070192337036 }
31,916
I want to find a way to record data in three columns: x, y, and z. This is for storing the data for a map for a video game and putting it into a grid/table. What is the best way to do this? Do you understand this task?
8152271068a84b6d6544cc7903d86d7a
{ "intermediate": 0.43896523118019104, "beginner": 0.19407965242862701, "expert": 0.36695513129234314 }
31,917
C# show new form on another thread
eca6bf488f3e40415e27edffb6aca001
{ "intermediate": 0.39681175351142883, "beginner": 0.38459616899490356, "expert": 0.21859203279018402 }
31,918
C# new form and that window shows on top of every other window even over fullscreen games
810283c63197cf4d0b0a0d63b8120352
{ "intermediate": 0.42708641290664673, "beginner": 0.2764188349246979, "expert": 0.2964947521686554 }
31,919
def Revise_settings(): self.QCheck.setChecked(False) global QL_values QL_values = [ self.QL1.text(), self.QL2.text(), self.QL3.text(), self.QL4.text(), self.QL5.text(), self.QL6.text(), ...
5cb5ff677c9f7452bec76bc958d297d4
{ "intermediate": 0.27887123823165894, "beginner": 0.3853488564491272, "expert": 0.3357798755168915 }
31,920
I have a separate Java program compiled to a jar file with packaged libraries included in the jar required for the jar to run. I can java -jar it fine in the console, but I'm trying to run it within another java program ran as a jar file. I'm doing this by calling that jar file's main method from within my second java ...
8fb4af6c1d02c1faa0d45a5f1acb71ad
{ "intermediate": 0.6297888159751892, "beginner": 0.2320682555437088, "expert": 0.1381429135799408 }