row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
7,027
write test in jest to check if there is <Form /> and <ContactDetails />
280998612842586ed64fe0dfe8293510
{ "intermediate": 0.4834526479244232, "beginner": 0.2572249472141266, "expert": 0.2593224346637726 }
7,028
Laravel 10. How to order by hasOne relation?
8513ecfc74f9a2387b0b6321de810acb
{ "intermediate": 0.4490733742713928, "beginner": 0.15352272987365723, "expert": 0.39740386605262756 }
7,029
how to test <component/> in jest
2271d09f0258f38b9e0fa0240763aefb
{ "intermediate": 0.4356972873210907, "beginner": 0.22472286224365234, "expert": 0.33957982063293457 }
7,030
how to test component in react in jest
ecdcc6a869fdc00130fdd9b4593dbf00
{ "intermediate": 0.5632877349853516, "beginner": 0.1610521525144577, "expert": 0.27566009759902954 }
7,031
in python, how to store jason dta into csv file with more than 200000 records
11103c0e3ee6741bc1fd0ef0c0b91c43
{ "intermediate": 0.4355590045452118, "beginner": 0.1834457367658615, "expert": 0.3809952139854431 }
7,032
write test component in react in jest
f2753e478de30f13a3034ff5cfc8fe9a
{ "intermediate": 0.47776612639427185, "beginner": 0.23442882299423218, "expert": 0.2878050208091736 }
7,033
in java, any 3rd party library to add Specific Days To Current Date
648b0c04e0356ca99f7709fb14c09969
{ "intermediate": 0.7487891912460327, "beginner": 0.11347313225269318, "expert": 0.1377376914024353 }
7,034
For a ‘dramatic flashback sequence triggered by an object or area of map’ for Garry’s mod, how exactly can I make it work?
8ffe4c2b192d0fd0ca3ee42535275bca
{ "intermediate": 0.45653462409973145, "beginner": 0.12285178899765015, "expert": 0.4206136167049408 }
7,035
why am I getting this error? LogNetPackageMap: Warning: FNetGUIDCache::SupportsObject: GameplayAbilityPayloadData /Engine/Transient.GameplayAbilityPayloadData_0 NOT Supported. Can you show me c++ code// Copyright 2022 Sabre Dart Studios #pragma once #include "CoreMinimal.h" #include "RagnaAbilTargetActor_GroundTrace....
e508e13106047c6c6a937970f1b79939
{ "intermediate": 0.44689708948135376, "beginner": 0.41393065452575684, "expert": 0.1391722708940506 }
7,036
sử dụng useRef để đến index là năm hiện tại trong list import React, {useCallback, useMemo, useState} from 'react'; import {FlatList, SafeAreaView, StyleSheet, Text, View} from 'react-native'; const Test = () => { const currentYear = new Date().getFullYear(); const yearList = useMemo(() => { const arr = []; ...
99bcabb7ff53ee4c2a3b59025c322913
{ "intermediate": 0.30054590106010437, "beginner": 0.5186981558799744, "expert": 0.18075591325759888 }
7,037
In C++, A function can include more than one return statement, but only one return statements will be executed.
32af8fb8a523d849cbc0c92291cd26fd
{ "intermediate": 0.2287830263376236, "beginner": 0.4856553077697754, "expert": 0.2855616807937622 }
7,038
in code a = pow(2, 5) , what is pow short for?
6ba4362d626089a61b26301e9b7371bb
{ "intermediate": 0.24939437210559845, "beginner": 0.4103400707244873, "expert": 0.34026554226875305 }
7,039
Mysql. How to put inner join data to subvalue? If I select users.* and their profile, I want profile be at profile.*
0cf513bd86da2d1cf88ca163f925a558
{ "intermediate": 0.5403101444244385, "beginner": 0.2094610184431076, "expert": 0.2502288818359375 }
7,040
Hi, I got a cool task for you to implement. Let's I want you to implement a Evader class in the following manner: Subscribe to the LaserScan, Odometry and publish drive commands to the AckermannDrive. Once you successfully established those connections, The car has four actions left forward, right forward, reverse and...
cafa908d0d1929f98709cd15a346d78a
{ "intermediate": 0.3732699751853943, "beginner": 0.19789071381092072, "expert": 0.4288392961025238 }
7,041
create a countdown timer for a squarespace website to put in the code of the webpage.
679f68dcf740f69a6b07402142ae354d
{ "intermediate": 0.39588654041290283, "beginner": 0.25076618790626526, "expert": 0.3533472716808319 }
7,042
In which of the following is searching for a key value the fastest on average ? a. Height-Balanced Binary Search Trees b. Wide Binary Search Trees c. Binary Trees d. Tall Binary Search Trees
c4b7e7a7ea994f97582a5cb2b4d50140
{ "intermediate": 0.16304369270801544, "beginner": 0.1069515198469162, "expert": 0.7300047874450684 }
7,043
laravel 10. how to run plain mysql command to set mysql global variable?
9ba9226d70de2d1d3fa681187a7991eb
{ "intermediate": 0.5668429732322693, "beginner": 0.2752971649169922, "expert": 0.1578598916530609 }
7,044
import os import torchaudio import matplotlib.pyplot as plt import torch import librosa as lr import numpy as np # Define the vad function def vad(audio_data, sample_rate, frame_duration=0.025, energy_threshold=0.6): frame_size = int(sample_rate * frame_duration) num_frames = len(audio_data) // frame_size ...
6996c6738d8a92b84ad4efca7666a04c
{ "intermediate": 0.4187052249908447, "beginner": 0.3711378276348114, "expert": 0.21015694737434387 }
7,045
Make a telegram bot on python that will make a message about entering and (or) finishing maintenance of project At the start user should choose one of nine project names Then he needs to choose language of the message - russian or english After this he needs to enter the reason of entering the project to the maintenan...
a7918befbdf7490c27a599123838ddcc
{ "intermediate": 0.39613068103790283, "beginner": 0.22168798744678497, "expert": 0.3821813464164734 }
7,046
Hi, I got a cool task for you to implement. Let’s I want you to implement an end to end complete Evader class in the following manner: Subscribe to the LaserScan, Odometry and publish drive commands to the AckermannDrive. Once you successfully established those connections, The car has four actions left forward, right ...
fcd50a74b9cd4ea1a98e8b6892d7efb6
{ "intermediate": 0.3504910171031952, "beginner": 0.18574023246765137, "expert": 0.46376869082450867 }
7,047
use jest create ut for this vue component <template> <div v-loading="isLoading" class="interface"> <retry v-if="isError" v-bind="errorProps" @retry="__handleRetry" /> <empty v-else-if="empty" v-bind="emptyProps" /> <slot v-else /> </div> </template> <script> import...
0bd9b288990a9c24086eb8d2cc3eefcf
{ "intermediate": 0.33097466826438904, "beginner": 0.5048040747642517, "expert": 0.16422121226787567 }
7,048
LogNetPackageMap: Warning: FNetGUIDCache::SupportsObject: GameplayAbilityPayloadComponent /Engine/Transient.GameplayAbilityPayloadComponent_29 NOT Supported. Can you show me c++ code
aaf95d5c6f70cb2a4c8367686a4ece51
{ "intermediate": 0.3785795271396637, "beginner": 0.4484253525733948, "expert": 0.17299512028694153 }
7,049
Для решения задачи Voice Activity Detection (VAD) я предлагаю использовать библиотеку pydub для работы с аудиофайлами и matplotlib для визуализации результатов. Вам потребуется установить эти библиотеки, если у вас их еще нет: pip install pydub pip install matplotlib Далее, вот пример кода для обработки аудиофайлов ...
317d4d02a364f351c0f2c15ccb38f075
{ "intermediate": 0.310569167137146, "beginner": 0.5163562297821045, "expert": 0.17307455837726593 }
7,050
I have a small C# bot that check for an available date/time and book it if any, it uses 2 external APIs which many other users use so it is a race, My main goal is to get an available date/time that I didn't use before if possible, Please let me know if you have a better approach or any optimization on the logic: pri...
d64a45cc8015b1cde2e0611666ad14ff
{ "intermediate": 0.380330890417099, "beginner": 0.3951403498649597, "expert": 0.2245287299156189 }
7,051
chooseFirstFabric() { if (this.app.helpers.hasAttribute('fabric')) { const fabric = this.configure.run('getAttribute', { alias: 'fabric' }); const values = fabric.values.filter((v) => v.selectable && !v.selected); this.configure.run( 'selectValue', { ca: { id: fabric.id }...
963ab2ad30087ba6af576c6d40cf605a
{ "intermediate": 0.3244451582431793, "beginner": 0.4617210924625397, "expert": 0.21383368968963623 }
7,052
you need to put some EOF or EOL to define end of your outputs of uncommented codes for the user to be sure that you have not got cutoffed, simply.
c91ce229ae6dc33b0ba526fbf3f1aafd
{ "intermediate": 0.31708696484565735, "beginner": 0.46336451172828674, "expert": 0.21954850852489471 }
7,053
flatpak list only Application id
d99a1a838cc165170318efe5e83fea09
{ "intermediate": 0.3016773462295532, "beginner": 0.33033525943756104, "expert": 0.36798742413520813 }
7,054
const {futures24hSubscribe, futures24hUnSubscribe} = useBinanceWsProvider(); useEffect(() => { futures24hSubscribe(symbol); return () => { futures24hUnSubscribe(symbol); }; }, [symbol]); import {BinanceWsProviderProps} from “./BinanceWsProvider.props”; import {ReadyState, useBinancePrice} from “…/…/hooks/binancePri...
f313118088811c2deebdb50125b32329
{ "intermediate": 0.3806920051574707, "beginner": 0.4473915696144104, "expert": 0.1719164401292801 }
7,055
const futures24hUnSubscribe = useCallback((symbols: Array<string>) => { if (null === futures24hWs || futures24hReadyState !== ReadyState.OPEN) return; const symbolsTicker = symbols.map(symbol => `${symbol.toLowerCase()}@miniTicker`); futures24hWs.send(JSON.stringify({ id: ((new Date()).getTime() + Math.floor...
196b5c73b259ad3c3105ea92dcdabe65
{ "intermediate": 0.27856868505477905, "beginner": 0.5051132440567017, "expert": 0.2163180708885193 }
7,056
You are supposed to generate appropriate python code following the instructions. There are three functions given: # calculate the sum of two numbers def sum(a, b) # calculate the product of two numbers def times(a, b) # calculate the difference of two numbers def minus(a, b) now, generate a code that calculates the su...
db603f232da26103255af76dce690738
{ "intermediate": 0.3875952661037445, "beginner": 0.33497053384780884, "expert": 0.27743417024612427 }
7,057
In Julia I would like to plot histogram. All the negative values I would like to be painted by pink, ad the lowest quantile = 0.05 I would like to be painted by red even if it is negative. Then I would like to connect created in that way 3 histograms on the same plot and adjust the scale.
78576c086feb3fb332356315886cf244
{ "intermediate": 0.43328195810317993, "beginner": 0.16422973573207855, "expert": 0.40248823165893555 }
7,058
PowerMock 怎么mock private static final CacheService CACHE_SERVICE = CacheServiceImpl.getInstance();
ea0429d394f5d10a359b7cf5eaf27f0f
{ "intermediate": 0.36366143822669983, "beginner": 0.25628769397735596, "expert": 0.380050927400589 }
7,059
const futures24hUnSubscribe = useCallback((symbols: Array<string>) => { if (null === futures24hWs || futures24hReadyState !== ReadyState.OPEN) return; const symbolsTicker = symbols.map(symbol => `${symbol.toLowerCase()}@miniTicker`); futures24hWs.send(JSON.stringify({ id: ((new Date()).getTime() + Math.floor...
8f6b84ddf6b9ad397331c38099176a2a
{ "intermediate": 0.27856868505477905, "beginner": 0.5051132440567017, "expert": 0.2163180708885193 }
7,060
in python, how to store jason data with more than 200000 rows into csv
40bb5e11096187e484728948430d9a93
{ "intermediate": 0.5297525525093079, "beginner": 0.22010670602321625, "expert": 0.25014063715934753 }
7,061
in python, how to write code like set value to one field if condition meets, the value is 1, or else set 2
2143c730dc163def2901e2dccb8d3bc8
{ "intermediate": 0.30803200602531433, "beginner": 0.27036741375923157, "expert": 0.4216006100177765 }
7,062
const futures24hUnSubscribe = useCallback((symbols: Array<string>) => { if (null === futures24hWs || futures24hReadyState !== ReadyState.OPEN) return; const symbolsTicker = symbols.map(symbol => `${symbol.toLowerCase()}@miniTicker`); futures24hWs.send(JSON.stringify({ id: ((new Date()).getTime() + Math.floor...
914ad239fb59f0e672761838814ad4f5
{ "intermediate": 0.27856868505477905, "beginner": 0.5051132440567017, "expert": 0.2163180708885193 }
7,063
in c++, i use template class AutoRegisterTemplate to do some automatic registration in class constructor. Suppose ModuleClass is the template parameter, for different ModuleClass , the constructor extract their `ModuleClass::Register` function pointer in a static std::map variable all_register_funcs. Now i have this ...
f5f9166c6e855dce83deadd6e1793296
{ "intermediate": 0.48477351665496826, "beginner": 0.3682125210762024, "expert": 0.14701396226882935 }
7,064
in python, with csv module, how to check if there are headers in the csv file
162578aa44afb2168368f81f42c1f36a
{ "intermediate": 0.5191686153411865, "beginner": 0.2103443294763565, "expert": 0.2704870104789734 }
7,065
Please create a macro vb6 function that able get the each row of the distinct serial number in workbook A, and then using the serial number to lookup in each of the worksheet in workbook B, once found it needs to copy the row data of the serial number from each column that exactly the same column name with workbook A.
2d72a51b221164d1002ef04c8db32678
{ "intermediate": 0.5364391803741455, "beginner": 0.1431233137845993, "expert": 0.3204374313354492 }
7,066
how to write chinese characters into csv file with csv module in python
810532cf4947ff72b971f8e025d8c1b2
{ "intermediate": 0.40436774492263794, "beginner": 0.2841988801956177, "expert": 0.3114334046840668 }
7,067
how to read chinese characters stored in data list and save into csv file with csv module in python
637d7c92654ce5e7f817e717af5f6202
{ "intermediate": 0.5296955108642578, "beginner": 0.2173377424478531, "expert": 0.2529667317867279 }
7,068
how to backup gnome extention settings
9b593fc94eb67990ae64b95ac7046b03
{ "intermediate": 0.37304118275642395, "beginner": 0.37190163135528564, "expert": 0.25505709648132324 }
7,069
aside from /INCLUDE , are there ways to tell compiler to link certain source file even if the source file is not used, in c++ code
69f60b987fb14299e4d2242a05494c05
{ "intermediate": 0.49549344182014465, "beginner": 0.16270510852336884, "expert": 0.3418014645576477 }
7,070
give me a nginx config to make nginx a proxy for https requests
e97202c1a43329dd30476a368c91388f
{ "intermediate": 0.43715935945510864, "beginner": 0.2505509853363037, "expert": 0.3122897446155548 }
7,071
We’ll frame our problem as follows. We have historical price data for Bitcoin, which includes the following predictors for each day (where we have daily time steps): Opening price High price Low price Volume traded Our goal is to take some sequence of the above four values (say, for 100 previous days), and predict the...
813fcf50f9620eacefac02c9c2a8c358
{ "intermediate": 0.3223542869091034, "beginner": 0.40976962447166443, "expert": 0.2678760886192322 }
7,072
in c++, i use template class AutoRegisterTemplate to do some automatic registration in class constructor. Suppose ModuleClass is the template parameter, for different ModuleClass , the constructor extract their `ModuleClass::Register` function pointer in a static std::map variable all_register_funcs. Now i have this ...
e872a8c890ae52a19514809af8cfec91
{ "intermediate": 0.424786239862442, "beginner": 0.3949792981147766, "expert": 0.1802344173192978 }
7,073
Ich habe eine App die responsive auf Android, iOS und Web sein soll. ich benutzte das Flutter Package responsive_framework. Die Version ist von 0.2 auf 1.0 gestiegen und mein Code funktioniert nicht mehr. Wie muss ich meinen Code ändern, dass es wieder funktioniert. hier mein Code: child: MaterialApp.router( ...
79528e4f3f026d920c4ade84269406ea
{ "intermediate": 0.378984659910202, "beginner": 0.392151802778244, "expert": 0.22886350750923157 }
7,074
这个代码啥意思export default class LineChart extends Component<any> { pieRefs: any; myChart: any; state = { visible: false, infoStatus: [] } handleClick = () => { this.setState((state: any) => ({ visible: !state.visible, })); } closeMo...
dd24b97316513504609f0a205f07575b
{ "intermediate": 0.38766321539878845, "beginner": 0.45195892453193665, "expert": 0.1603778600692749 }
7,075
def generate_future_timesteps(data1, data2, data3, data4, num_timesteps): # Use the last `num_timesteps` data points as input max_length = max(len(data1), len(data2), len(data3), len(data4)) future_input = np.zeros((4, max_length, 1)) future_input[0, :len(data1), :] = np.array(data1).reshape(-1, 1) ...
37c4e6aa636e7c407f3c30795671b1e8
{ "intermediate": 0.258230984210968, "beginner": 0.4766334593296051, "expert": 0.2651355564594269 }
7,076
select a record that is a description of an item,show the first 25 characters
92168e7879810123478c7b7872f5d493
{ "intermediate": 0.4289588928222656, "beginner": 0.22422181069850922, "expert": 0.34681934118270874 }
7,077
Suppose you are senior researcher on image processing, you have written at least 100 papers on your implementation of image resolution upscaler, can you write an article on your recent work, with the code ?
6cc9367964be95cb0c9226ae076a833b
{ "intermediate": 0.1879022717475891, "beginner": 0.14479117095470428, "expert": 0.6673065423965454 }
7,078
in python how to check if csv file has header
ee576ecf4f253b03e762cdf04a7a5476
{ "intermediate": 0.48878946900367737, "beginner": 0.22110910713672638, "expert": 0.29010140895843506 }
7,079
how to output a format string.assuming we have a table toys,it has column id,name,description,output id-name-description
c1b3f6d64c61d2a47676f89303f3ce84
{ "intermediate": 0.4492260813713074, "beginner": 0.27341917157173157, "expert": 0.27735471725463867 }
7,080
can you improve this code export const httpClient = axios.create({ baseURL: BASE_URL, headers: { "Content-Type": "application/json", }, }); const get = async (url: string) => { const response = await httpClient.get(url); return response.data; }; const post = async (url: string, data: any) => { const ...
dedf5b85b4a1ca00adbe5524cbd96677
{ "intermediate": 0.5034072995185852, "beginner": 0.3182292878627777, "expert": 0.17836342751979828 }
7,081
select the top 5 most expensive toys based on price from the “toys” table in sql server
f2e6dcbb82840227059b09e30d9a9740
{ "intermediate": 0.3357637822628021, "beginner": 0.3323831856250763, "expert": 0.33185306191444397 }
7,082
My language is python. Can you help me finish some code
0d522f9934bfb7c879fa0abb9f016ba8
{ "intermediate": 0.2745479643344879, "beginner": 0.43606290221214294, "expert": 0.28938916325569153 }
7,083
from kivy.app import App from kivy.uix.screenmanager import ScreenManager, Screen from kivy.uix.boxlayout import BoxLayout from kivy.uix.button import Button from kivy.metrics import dp import JsonUtl as jsonutil import cv2 class MainScreen(Screen): ServerListVar = jsonutil.OpenJsontoArray() BtnId = 0 Del...
55f0cf0731299d6a96a63e738b0204e0
{ "intermediate": 0.28977248072624207, "beginner": 0.48535290360450745, "expert": 0.2248746007680893 }
7,084
A small Deep Learning project about Depth Estimation.
2e3af55927cfef665773f7bb31ef4b80
{ "intermediate": 0.03886689245700836, "beginner": 0.03945860266685486, "expert": 0.9216744899749756 }
7,085
write me a react code that on button click adds string to array of strings using usestate
5f36f126aede43c70bebef57ff395a7c
{ "intermediate": 0.5030197501182556, "beginner": 0.18378183245658875, "expert": 0.3131984770298004 }
7,086
show me useeffect example with dependency array
67c956e893ab4e6aa8daaef481d86b73
{ "intermediate": 0.4632004499435425, "beginner": 0.28596827387809753, "expert": 0.2508312463760376 }
7,087
what difference response_model and class_response in fastapi
fecd4080e727621cab697da379d7b848
{ "intermediate": 0.3567630350589752, "beginner": 0.16259795427322388, "expert": 0.4806390106678009 }
7,088
remake this page <html> <body> <h1> Hello </h1> <p>This is my.<b>PTifou</b></p> <img src="https://cdn.glitch.global/ee196111-c29a-485a-953c-55f9c53da442/ptifou.png?v=1684489841642"><p> pitifou! </p> <iframe src="Planny.html"> </iframe> </body> </html>
e34f46c85cd1ea956893a2d1d5ade92f
{ "intermediate": 0.40561389923095703, "beginner": 0.2982693016529083, "expert": 0.29611676931381226 }
7,089
FHIR orderDetail
689a1a1600bf96dc7c2384542b1507af
{ "intermediate": 0.36106517910957336, "beginner": 0.25708872079849243, "expert": 0.3818461298942566 }
7,090
kotlin add 10 items in list
614bf7c639eaadbc1904922fe862c86b
{ "intermediate": 0.4751327633857727, "beginner": 0.3239334225654602, "expert": 0.2009338140487671 }
7,091
Generate a code for a game thingy. Adds 10 points if you proceed onto a + tile. If it's not then - is the -10 points.
62884162b06d7e3784ab0fcc746c58fd
{ "intermediate": 0.3420295715332031, "beginner": 0.33628973364830017, "expert": 0.32168078422546387 }
7,092
cmake set global property
5f056208308cc0b1cad350d3c8e45069
{ "intermediate": 0.3990465998649597, "beginner": 0.2958936393260956, "expert": 0.3050597310066223 }
7,093
Generate a page sheet in C, when you type a thing and press enter, it adds a inptu to the page sheet.
a6a945442bc9b62a35ae4d3a8917e186
{ "intermediate": 0.3434849679470062, "beginner": 0.260618656873703, "expert": 0.3958963453769684 }
7,094
i am running mongodb at port 27017 of localhost and I have created a user myTester in a database called test, now I want to connect to the database using nodejs/expressjs , what would be the database link?
4baee1f5325126f33a0a08954d6ad579
{ "intermediate": 0.7808226346969604, "beginner": 0.07709640264511108, "expert": 0.14208097755908966 }
7,095
i am running mongodb at port 27017 of localhost and I have created a user myTester in a database called test, now I want to connect to the database using nodejs/expressjs , what would be the database link?
339a2b6757ef453f47c74ae9cad77bd5
{ "intermediate": 0.7808226346969604, "beginner": 0.07709640264511108, "expert": 0.14208097755908966 }
7,096
In the C# code, generate a page sheet variable, when you type a thing and press enter, it adds a input to the page sheet.
6b9f43ff541b112c9391b3681ac4d7df
{ "intermediate": 0.32568541169166565, "beginner": 0.39111819863319397, "expert": 0.283196359872818 }
7,097
Java code, generate a page sheet variable, when you type a thing and press enter, it adds a input to the page sheet.
217c0a293155a306f1c3e20603491d4f
{ "intermediate": 0.2975914180278778, "beginner": 0.4856373965740204, "expert": 0.2167711853981018 }
7,098
Make this into a real code print("What.") print("Is.") print("This.") print("You have to escape. Type this thingy.") The rest is unfinished.
ef32688c681fd9b51ab426b4e76a70dd
{ "intermediate": 0.288700670003891, "beginner": 0.4327855110168457, "expert": 0.2785137891769409 }
7,099
Create a typeorm database seed function for the following json { "masculineEndings": [ "age", "aire", "isme", "ment", "oir", "sme", "é" ], "feminineEndings": [ "ade", "ance", "ence", "ette", "ie", "ine", "ion", "ique", "isse", "ité", "lle", ...
57df07e7d5937dc98d7cfc70da39e4b6
{ "intermediate": 0.47512856125831604, "beginner": 0.28179416060447693, "expert": 0.2430773228406906 }
7,100
from kivy.app import App from kivy.uix.screenmanager import Screen , ScreenManager from kivy.uix.video import Video import cv2 class StreamScreen(Video): def __init__(self, **kwargs): super().__init__(**kwargs) self.capture = cv2.VideoCapture('rtsp://192.168.1.202:554/ch01.264') self.cap...
cceb0dc4e28aca23b6968f298f0cca87
{ "intermediate": 0.38372310996055603, "beginner": 0.3358686566352844, "expert": 0.28040820360183716 }
7,101
Доделай профиль а также сделай его вызов в четвертом пункте нижнего меню , помни что данные профиля должны обновляться после каждой авторизации, а также для каждого пункта профиля где должны быть все данные о пользователе , должна быть возможность изменить эти данные (все это должно сохраняться после перезагрузки прило...
43e281de237897a412408a6037ababbf
{ "intermediate": 0.3385840058326721, "beginner": 0.4393588900566101, "expert": 0.22205710411071777 }
7,102
Rewrite this This code has been improved through the use of more descriptive variable names and better error handling. The code prompts the user to input an escape code and offers the option to check and update the variable or restore it to a previous backup value. The “check_variable” function verifies and updates the...
50e1812d797eba2e9ea7b36df2e65bb9
{ "intermediate": 0.3230525851249695, "beginner": 0.4593483507633209, "expert": 0.2175990492105484 }
7,103
Es wird nur ein Overflow in der Breite erzeugt weil das Logo zu nah an den Copyright kommt. Es muss früher von einer Row in die Column gewechselt werden. Wo und wie mache ich das? Und die volle Breite soll wie bei Tablet und Desktop beibehalten werden. import ‘package:flutter/foundation.dart’; import ‘package:flutter/g...
1b4d534cc76dfbfd262164b0fab3c8fd
{ "intermediate": 0.39261627197265625, "beginner": 0.36413276195526123, "expert": 0.2432509809732437 }
7,104
code to create a view poage in visualforce
82b8597992776d08ac7f4a8936eb11f9
{ "intermediate": 0.28542453050613403, "beginner": 0.24703866243362427, "expert": 0.4675368070602417 }
7,105
Task 1 Изучите структуру шаблона. Обратите внимание, что для классов сделаны отдельные файлы. Обратите внимание, как и в какой последовательности подключены файлы в index.html. Порядок подключения важен!!!! В файле Goods.js создайте класс Goods. В конструкторе класса создайте два свойства. Первое - name, второе price....
a5f588ded38acff95917de2d029a0ff1
{ "intermediate": 0.24166220426559448, "beginner": 0.5224829316139221, "expert": 0.2358548790216446 }
7,106
s
d66fdc14b03ee99e6ba512ad226d6fa5
{ "intermediate": 0.3237691819667816, "beginner": 0.299067884683609, "expert": 0.37716299295425415 }
7,107
compose get devicewidth in px
97257333bcc94c0b146143ca90d737dd
{ "intermediate": 0.3552272617816925, "beginner": 0.2135656476020813, "expert": 0.4312070906162262 }
7,108
i have a function in next.js which updates a row using prisma, it is server side. I want to redirect after the insert is completed to the path /admin
f582518060b90c5e7a0cd9b737e420cb
{ "intermediate": 0.46090179681777954, "beginner": 0.28019118309020996, "expert": 0.2589070498943329 }
7,109
write me a js function that validates string by regex accepting only letters and numbers
cfd8a996c66bdd2a832e9a5841ce3b76
{ "intermediate": 0.47912833094596863, "beginner": 0.3198433518409729, "expert": 0.20102833211421967 }
7,110
in linux, how do i turn a word per line to one line with space between words
89671edaefbc09310d40dca1941fddc4
{ "intermediate": 0.31896907091140747, "beginner": 0.29121097922325134, "expert": 0.3898199200630188 }
7,111
После успешного входа или регистрации ты должен сделать переменную public static int profile_num равной id этого пользователя : package com.example.myapp_2.Data.register; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Butt...
b91fa9d2403bd2aa58020228cf467677
{ "intermediate": 0.30981266498565674, "beginner": 0.530584990978241, "expert": 0.15960225462913513 }
7,112
sed command to change a text file from one word per line to on line with space between words
c993dd8fbacdcc694dd1302e136243aa
{ "intermediate": 0.34990614652633667, "beginner": 0.16288632154464722, "expert": 0.48720747232437134 }
7,113
call by value and call by reference in Delphi
abf5f6507e3363ad286721aab41755b4
{ "intermediate": 0.39840590953826904, "beginner": 0.3221566379070282, "expert": 0.27943745255470276 }
7,114
This is my current ide code for highsum game: "import GUIExample.GameTableFrame; import Model.*; public class GUIExample { private Dealer dealer; private Player player; private GameTableFrame app; public GUIExample() { } public void run() { dealer.shuffleCards(); app = new G...
eea4812f1a2af65dd3ef80ee489a7d53
{ "intermediate": 0.2906542420387268, "beginner": 0.4795202910900116, "expert": 0.2298254817724228 }
7,115
librtmp发送@setDataFrame和onMetaData代码,包括duration、width、height、videodatarate、videocodecid、audiodatarate、audiosamplerate、audiosamplesize、stereo、audiocodecid、filesize
9d8a637dd18831cf13a5a367b6406bb0
{ "intermediate": 0.5508072972297668, "beginner": 0.17526644468307495, "expert": 0.2739262282848358 }
7,116
jetpack compose get screenwidth in px
491a833dcbd26d8dac90c7d623cc67fd
{ "intermediate": 0.4034483730792999, "beginner": 0.2304765284061432, "expert": 0.3660751283168793 }
7,117
write me an error message for failed validation
aefe7b7530c29760d6565ba1a5591372
{ "intermediate": 0.4214862883090973, "beginner": 0.21563956141471863, "expert": 0.3628741502761841 }
7,118
librtmp发送@setDataFrame和onMetaData代码,包括duration、width、height、videodatarate、videocodecid、audiodatarate、audiosamplerate、audiosamplesize、stereo、audiocodecid、filesize
a5c378fa53daf6b751e1e9cacaead27d
{ "intermediate": 0.5508072972297668, "beginner": 0.17526644468307495, "expert": 0.2739262282848358 }
7,119
Stored Procedure and Functions difference
36988b9b34dfe9264b8948bbc8cd9617
{ "intermediate": 0.3426281809806824, "beginner": 0.400300532579422, "expert": 0.25707125663757324 }
7,120
edit my java code so that historyEntry is added to a list which I can then show on the Jlabel Commande: import java.awt.EventQueue; public class PizzaOrder extends JFrame { private JPanel contentPane; private JTextField NumPizza; private JTextField NumTopping; private JTextField NumBreuvage; private JButton A...
2a24b768c4fc9d571f5f160bd4bc5b00
{ "intermediate": 0.34704896807670593, "beginner": 0.41011470556259155, "expert": 0.2428363561630249 }
7,121
code java app for android that when started opens tcp socket connection. Implement this functionality in separate thread and encapsulate the functionality in separate class called networkconnection
5324e195d6614aaa6af27c9e33de8c29
{ "intermediate": 0.3954944610595703, "beginner": 0.3594651222229004, "expert": 0.24504047632217407 }
7,122
this is a script for a service selling google reviews: “Hello, As I see that you do not have many positive reviews on Google Maps, which means that you will not be able to get new customers, But the good news today is that I can increase this to any number of five-star reviews you want, 100% real reviews with a lifetim...
bbe45e7c4df3daf7301af3f8269eacf9
{ "intermediate": 0.3553157448768616, "beginner": 0.3793576955795288, "expert": 0.2653265595436096 }
7,123
I want, in my python program, delete a specific line of the windows command interpreter
244e3a0ab5bfa5b9478dbbdf2b6ba534
{ "intermediate": 0.32732152938842773, "beginner": 0.17527508735656738, "expert": 0.4974033534526825 }
7,124
in python how do I fit using polyfit a 1st order polinomial?
a5f43c8c9075ab5e1181f5dd021cd697
{ "intermediate": 0.3041827380657196, "beginner": 0.10819888859987259, "expert": 0.5876184105873108 }
7,125
Give me the html code to include a link code with the image and description in this format embed?url=
dd5a95d28e20789fc3516d5bbbf93a93
{ "intermediate": 0.39622458815574646, "beginner": 0.21804285049438477, "expert": 0.3857325613498688 }
7,126
This is my current ide code for highsum game: "import GUIExample.GameTableFrame; import Model.*; public class GUIExample { private Dealer dealer; private Player player; private GameTableFrame app; public GUIExample() { } public void run() { dealer.shuffleCards(); app = new G...
fc7b233d919c1884401f1a92a6c08921
{ "intermediate": 0.2906542420387268, "beginner": 0.4795202910900116, "expert": 0.2298254817724228 }