row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
17,281
const StyledTag = styled(Tag)<TagProps>( ({option}) => ` display: flex; align-items: center; margin: 1px; font-size: ${ofScreener ? "11px" : "13px"}; color: #000; background-color: ${selectTags.filter(tag => tag.name === option)[0].color}; border: none; ...
661e163a6f13cebd7ba9306b3944992e
{ "intermediate": 0.2507302165031433, "beginner": 0.5087118148803711, "expert": 0.2405579388141632 }
17,282
Это один из элементов recycleView сделай так чтобы изображения внутри этого элемента могли прокручиваться по кругу <androidx.cardview.widget.CardView xmlns:android=“http://schemas.android.com/apk/res/android” xmlns:app=“http://schemas.android.com/apk/res-auto” android:layout_width=“match_parent” android:layout_height=...
ab93aae02b8cc0662a277c8238162e44
{ "intermediate": 0.2942260205745697, "beginner": 0.48306024074554443, "expert": 0.22271375358104706 }
17,283
how do i simplyfile a filepath with dots
06b1ea5269f5083dae26a133ba55e321
{ "intermediate": 0.4085730016231537, "beginner": 0.327607661485672, "expert": 0.2638193368911743 }
17,284
Вот элемент RecycleView сделай так чтоб это превратилось в Carousel with MotionLayout : <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" ...
80f4d0f74541d30d7c7587001caa908e
{ "intermediate": 0.20389311015605927, "beginner": 0.5313982963562012, "expert": 0.26470857858657837 }
17,285
how do i use a dictionary from another fiel in python
611274505a289f4dbfc6a2c4b05bd168
{ "intermediate": 0.5786014795303345, "beginner": 0.15554608404636383, "expert": 0.2658523917198181 }
17,286
Исправь ошибки : FATAL EXCEPTION: main Process: com.example.cinema_provider_app, PID: 29259 java.lang.NullPointerExcepti...
6346836998d45d63dd7ac8647faf7632
{ "intermediate": 0.35953712463378906, "beginner": 0.3909277021884918, "expert": 0.24953515827655792 }
17,287
Укажи где и как надо исправить : FATAL EXCEPTION: main Process: com.example.cinema_provider_app, PID: 29259 java.lang.Nu...
6e2b0506c972f7e3a7c2068353f01ac1
{ "intermediate": 0.37162357568740845, "beginner": 0.40002739429473877, "expert": 0.22834903001785278 }
17,288
Это элемент RecycleView сделай что нибудь креативное с ним чтобы все смотрелось красиво и четко помни мне нужно что то креативное и необычное : <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/a...
112c7a86bf125f6095a7b380ba1ce8b6
{ "intermediate": 0.2726578414440155, "beginner": 0.5529481172561646, "expert": 0.17439405620098114 }
17,289
Исправь ошибки : package com.example.cinema_provider_app.main_Fragments.Home_Fragment.Adapters import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.view.animation.AnimationUtils import android.widget.ImageView import androidx.recyclerview.widget.RecyclerView import c...
a0d9e444d3999b86a06dc5fbca0fc700
{ "intermediate": 0.3333190679550171, "beginner": 0.4533880352973938, "expert": 0.21329286694526672 }
17,290
Write a Matlab function that reads a fasta file and applies a custom function pirna_dist to every posiible pair of sequences in the fasta file
5ea27d35cc4e2365446eee0a8d57b9b1
{ "intermediate": 0.2532843351364136, "beginner": 0.17645888030529022, "expert": 0.570256769657135 }
17,291
how do i access a dictionary saved on another file in python
b6de5fbc195083eb3feb506b32a31796
{ "intermediate": 0.5616445541381836, "beginner": 0.1982850730419159, "expert": 0.24007034301757812 }
17,292
# check memory size import os def get_memory(index): # write index to file faiss.write_index(index, './temp.index') # get file size file_size = os.path.getsize('./temp.index') # delete saved index os.remove('./temp.index') return file_size make this return the gb and mb size of the file
06f54260e14fc53a966cc675c8cec899
{ "intermediate": 0.4420134425163269, "beginner": 0.2979050874710083, "expert": 0.2600814402103424 }
17,293
create table employees( emp_id,emp_name,job_name, manager_id,hire_date,salary,commission,dep_id)
01006485c4f13806cbeb8fd0fbab5dd8
{ "intermediate": 0.39470577239990234, "beginner": 0.2380877435207367, "expert": 0.36720648407936096 }
17,294
<DataTable columns=[ { name: reorderMode ? columnNameBlock("Причина входа", "tag") : columnName("Причина входа"), id: "tag", minWidth: "220px", style: columns.tag.isPrivateData && privateMode ? {filter: "blur(5px)"} : {}, reorder: reorderMode, omit: !columns.tag.isDisplayed, ...
ef4ea67e1cdf7057e2c9c53a32fae23c
{ "intermediate": 0.34961554408073425, "beginner": 0.29350146651268005, "expert": 0.3568830192089081 }
17,295
<Select multiple displayEmpty sx={{fontSize: ofScreener ? 11 : 13}} value={personName} onChange={handleChange} renderValue={(selected) => { // console.log(selected); if (selected.length === 0) { return <...
16dafe5b9258fa1fa421da3384fb2516
{ "intermediate": 0.4629848897457123, "beginner": 0.4055336117744446, "expert": 0.13148146867752075 }
17,296
From the following tables, write a SQL query to find those employees work at SYDNEY or working in the FINANCE department with an annual salary above 28000, but the monthly salary should not be 3000 or 2800 and who do not work as a MANAGER and whose ID contain a digit of '3' or '7' in 3rd position. Sort the result-set i...
9bb3224e26aa6cbdb5a241c35fb21a59
{ "intermediate": 0.4027896225452423, "beginner": 0.23592506349086761, "expert": 0.3612852692604065 }
17,297
From the following table, write a SQL query to compute the experience of all the managers. Return employee ID, employee name, job name, joining date, and experience.
80fa63b7f5ee4338c4cd4bf5448ee3d9
{ "intermediate": 0.3918443024158478, "beginner": 0.2633143961429596, "expert": 0.344841331243515 }
17,298
From the following table, write a SQL query to find those departments where the number of employees is equal to the number of characters in the department name. Return complete information about the employees.
cdd5b944ebed5a288ec7b2a0046d208a
{ "intermediate": 0.455552339553833, "beginner": 0.2205943912267685, "expert": 0.3238532543182373 }
17,299
Can you give me a step by step tutorial on how I can make a game in python to pass the time with code.
8a0ab1ab463a2467b5550a90e31d9730
{ "intermediate": 0.4063921570777893, "beginner": 0.35990333557128906, "expert": 0.23370447754859924 }
17,300
greatest scientist
756724ddf352898c53728aa0985bbda2
{ "intermediate": 0.2505563199520111, "beginner": 0.2338016778230667, "expert": 0.5156420469284058 }
17,301
how to use python
f6a1980934cae3f3b6f0f4d8a4a09858
{ "intermediate": 0.33115923404693604, "beginner": 0.49882274866104126, "expert": 0.1700180172920227 }
17,302
For OrmLite, provide a very concise example of how to use getSet for a composite key.
9bc092c3c49b21f33ddf2dfde887abb2
{ "intermediate": 0.5340427756309509, "beginner": 0.16023042798042297, "expert": 0.3057268559932709 }
17,303
class x: y=0 z=0 x=x() x.y=10 x.z=20 w=x() w=x.y+x.z print(w)
eb284cf94ccb4d742e4aba0f3a51327c
{ "intermediate": 0.13582667708396912, "beginner": 0.7714588046073914, "expert": 0.09271445870399475 }
17,304
html <a> tag used for
1123cfa8fb7097832d95f5b72f8fd3b2
{ "intermediate": 0.31625300645828247, "beginner": 0.3075762093067169, "expert": 0.376170814037323 }
17,305
generate code for python timer and explain very well, and in very cute form with smiles :)
3a9d9f01491db7a1953ac2a8ba89eed3
{ "intermediate": 0.34714195132255554, "beginner": 0.23085230588912964, "expert": 0.4220058023929596 }
17,306
Another app is currently holding the xtables lock. Perhaps you want to use the -w option?
7f81685de6bad8b60bc1db818367a0e0
{ "intermediate": 0.4196646511554718, "beginner": 0.2887977659702301, "expert": 0.2915375828742981 }
17,307
how to run python on firebase hosting
7d6c0f3dc984bebef8cee28ec904abeb
{ "intermediate": 0.5842898488044739, "beginner": 0.18277360498905182, "expert": 0.23293651640415192 }
17,308
Do you understand the below code? /** * Response streaming function which loads a large image. */ exports.handler = awslambda.streamifyResponse( async (event, responseStream, _context) => { responseStream.setContentType("image/jpeg"); let result = fs.createReadStream("large-photo.jpeg"); await pipelin...
5ab432115d881521baff9a146a29a3bf
{ "intermediate": 0.5676112771034241, "beginner": 0.30130553245544434, "expert": 0.13108320534229279 }
17,309
.grid:nth-child(3n+1) .details:target { opacity: 1; left: 100%; z-index: 99; }, above code not working
2655f00595f85ced63a1584cf724062c
{ "intermediate": 0.37135204672813416, "beginner": 0.22990013659000397, "expert": 0.39874783158302307 }
17,310
window python 调用 git 判断 rebase in process
1b637f2d9ee31d326bcf9f8ef5fc73ff
{ "intermediate": 0.42873063683509827, "beginner": 0.2834460437297821, "expert": 0.28782331943511963 }
17,311
отображать теги таким образом, чтобы было максимум допустим 45 символов в колонке. Тогда первый тег пишем полностью "Отскок от каскада ливидаций", а второй обрезаем "Отскок от круп..." и остальные не отображаем. <Select multiple renderValue={(selected) => { return <Grid display="flex" >`` ...
6e5ee5b0879b662e89176cd93fac98b9
{ "intermediate": 0.3883216977119446, "beginner": 0.3886183500289917, "expert": 0.22305996716022491 }
17,312
in python, I call a for loop on the same list, but the second call ends directly, why
0b0bc229c9714f1fecea3c26ffbd883f
{ "intermediate": 0.23172204196453094, "beginner": 0.5696077942848206, "expert": 0.1986701339483261 }
17,313
I have a data frame in Python. How to load it to folder seperating into two files based on the column date (if date > xx, then file1, otherwise file 2)?
44d063cf3fa17d2c49105b9026a2ab2e
{ "intermediate": 0.7836012840270996, "beginner": 0.06353190541267395, "expert": 0.15286676585674286 }
17,314
sqlite stored date as bigint, how to show it as a string to user
c019753e620fbb75239712ee93a098cc
{ "intermediate": 0.4391738474369049, "beginner": 0.27775025367736816, "expert": 0.2830759286880493 }
17,315
After loading the data from Excel to pandas data and then coverting Date column to date, the month is interpreted as day and day as a month. How to fix that?
c0b7db19d27c6a363fadfdc2063bd28f
{ "intermediate": 0.501334547996521, "beginner": 0.20876158773899078, "expert": 0.2899038791656494 }
17,316
How to replace the last two values with the middle two values in one column in pandas data frame?
f49bb385b1cd0d4a5b1acfcb34e465b5
{ "intermediate": 0.4314347207546234, "beginner": 0.1351989060640335, "expert": 0.4333663880825043 }
17,317
give me the regular expression to extract JSON object from a text
83f5b72ec1e7819c7cfa3d6e29da5fa4
{ "intermediate": 0.6245750188827515, "beginner": 0.22002843022346497, "expert": 0.15539653599262238 }
17,318
How to convert object to time in pandas data frame if the object has format '09.06.2023, 00:00:00' where 09 is day, 06 is month and 2023 is year?
dd0b3e7c9337942d26800c11c1b42fd9
{ "intermediate": 0.49667343497276306, "beginner": 0.13329268991947174, "expert": 0.370033860206604 }
17,319
How to misplace two symobls in string in all column in pandas data frame? Use the functions with relative position of symbols
eb4fa68864da8ab9bf359b488b03dfe7
{ "intermediate": 0.5318682789802551, "beginner": 0.2575649321079254, "expert": 0.21056680381298065 }
17,320
write a simple code to use stm32f102 as parallel port cnc breakout board.
bd385b8d6b624889823fc47c81afe08b
{ "intermediate": 0.36915889382362366, "beginner": 0.19462046027183533, "expert": 0.43622058629989624 }
17,321
{'dictionary_item_added': {"root['RNC_Name']": 'AKTA_RNC_1', "root['NodeB_Name']": 'ERBS_52285_M4SCHOOLTW_2_KKT', "root['RNC_MO']": 'UtranCell=52285B1', "root['anrIafUtranCellConfig_sib11IafAnclEnabled']": 'FALSE', "root['anrIa...
91613d7475b70de23bec790b6e44fb0c
{ "intermediate": 0.3353351950645447, "beginner": 0.28353115916252136, "expert": 0.38113364577293396 }
17,322
I have three type of excel sheets: one sheet is with name month name, need to merge the sheets to new output file based on values of each sheet, which is best option to merge especially with huge number of input files with name of months
0679241eb74810052cb4c791cd7bbfe5
{ "intermediate": 0.41546565294265747, "beginner": 0.25124895572662354, "expert": 0.333285391330719 }
17,323
cocrrect code for fdn_dict in features_parameters: ddif1 = DeepDiff(baseline_part, fdn_dict, verbose_level=2,) print(ddif1) if ddif1['values_changed']["root['pwrOffset']"]['new_value'] == 'null': continue elif 'values_changed' in ddif1.keys(): delta.append(ddi...
7c4cf2c7a64bcde5966b1456741d541e
{ "intermediate": 0.2972513735294342, "beginner": 0.38242781162261963, "expert": 0.32032084465026855 }
17,324
write an insert with 10 rows for a table with name and age fields
b877ad026812d360f6f801ed6e5d097a
{ "intermediate": 0.4606119990348816, "beginner": 0.23218204081058502, "expert": 0.3072059452533722 }
17,325
how to Save excel file based on a cell condition
98aecc3e2b7f2a56cd03e58726e1eb90
{ "intermediate": 0.3461293578147888, "beginner": 0.25019797682762146, "expert": 0.40367263555526733 }
17,326
Перенеси иконки чуть ниже и добавь изменённый эффект курсора при наведении на иконку : <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="200dp" app:c...
f03bdae2ba7963cc6bce874107548f02
{ "intermediate": 0.3603738248348236, "beginner": 0.381686806678772, "expert": 0.2579393982887268 }
17,327
ng if =false change border color
714578c9cbae0a26217cda842ea821cf
{ "intermediate": 0.36452168226242065, "beginner": 0.400043249130249, "expert": 0.2354350984096527 }
17,328
ddif1 may be like {'dictionary_item_added': {"root['RNC_Name']": 'ALMA_RNC_1', "root['NodeB_Name']": '101184', "root['RNC_MO']": 'UtranCell=01184Z1'}} fix python code: delta = [] for fdn_dict in features_parameters: ddif1 = DeepDiff(baseline_part, fdn_dict, verbose_level=2,) print(ddif1) if ...
3347afa4af4249581b2f194ab015bf8c
{ "intermediate": 0.34057292342185974, "beginner": 0.3680644929409027, "expert": 0.29136261343955994 }
17,329
Почему при наведении на иконки не появляется рука ? Возможно проблема в том что это элемент RecycleView<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="...
afd935d5e82ed7c87708805a2e49175c
{ "intermediate": 0.2871236801147461, "beginner": 0.4672214984893799, "expert": 0.24565480649471283 }
17,330
Alice and Bob have a secret code, where each letter is swapped symmetrically (A and Z, B and Y, etc; similarly for lower case). Other characters will not be changed. Help Bob decrypt Alice's messages. ** PLUS Bob would like to know if the message is secure or not. A message is considered as secure if at least 50% of t...
28891e9710f5a6459490a1b793f3881d
{ "intermediate": 0.3378804624080658, "beginner": 0.343283474445343, "expert": 0.3188360631465912 }
17,331
Сделай так чтобы при нажатии на левую иконку срабатывалась функция : package com.example.cinema_provider_app.main_Fragments.Home_Fragment import android.os.Bundle import android.os.Handler import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment i...
117d158d028676e919038385fb29664f
{ "intermediate": 0.26568180322647095, "beginner": 0.42188215255737305, "expert": 0.3124360144138336 }
17,332
Сделай запуск функции placeHolder() при нажатии на иконки :<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="200dp" app:cardCornerRadius="4dp" ap...
dda911523d64433594f2e2e40dcc25f0
{ "intermediate": 0.35284721851348877, "beginner": 0.44148871302604675, "expert": 0.20566405355930328 }
17,333
i want the general format to look like, max((4 * math.ceil(nlist/4 / 4)), 10) but nlist most be divisable by the result if it is not chang the value
917ab8e18854f1d5e1882e931939273f
{ "intermediate": 0.36603832244873047, "beginner": 0.2783457338809967, "expert": 0.35561588406562805 }
17,334
Где я ошибся ? package com.example.cinema_provider_app.main_Fragments.Home_Fragment.Adapters import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.ImageView import android.widget.Toast import androidx.recyclerview.widget.RecyclerView import com.example.cinema_p...
f17b23390544089bdb3d310c3ad152ea
{ "intermediate": 0.3712530732154846, "beginner": 0.41558271646499634, "expert": 0.21316424012184143 }
17,335
Yes predict my future a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a a ...
584aa3cfa81cd8950669080149df9c5b
{ "intermediate": 0.3339330852031708, "beginner": 0.365786075592041, "expert": 0.3002808392047882 }
17,336
ddif1 = {'dictionary_item_added': {"root['RNC_Name']": 'AKTA_RNC_1', "root['NodeB_Name']": 'ERBS_52285_M4SCHOOLTW_2_KKT', "root['RNC_MO']": 'UtranCell=52285B1', "root['anrIafUtranCellConfig_sib11IafAnclEnabled']": 'FALSE', "roo...
c02f271c9dac877ad419444a53482a89
{ "intermediate": 0.3023591637611389, "beginner": 0.35551878809928894, "expert": 0.34212201833724976 }
17,337
Сделай так чтобы при нажатии на иконки вместо print выходило Toast сообщение : package com.example.cinema_provider_app.main_Fragments.Home_Fragment.Adapters import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import android.widget.ImageView import android.widget.Toast import andro...
6ade27f4323fd489333a83603a02000d
{ "intermediate": 0.2286120355129242, "beginner": 0.630119800567627, "expert": 0.14126816391944885 }
17,338
In networking, what is "IP unnumbered" ?
f82a487cae5a5e8357ab0f55df66d87f
{ "intermediate": 0.22570160031318665, "beginner": 0.32932937145233154, "expert": 0.444969117641449 }
17,339
Input data is like {'dictionary_item_added': {"root['RNC_Name']": 'TALD_RNC_2', "root['NodeB_Name']": '04222KDNTRANS', "root['RNC_MO']": 'UtranCell=AE2222', "root['anrIafUtranCellConfig_sib11IafAnclEnabled']": 'FALSE', "root['anrIafUtranCellConfig_relationRemoveEnabled']": 'FALSE'}, 'values_changed': {"root['absPrioCel...
234638b23e87057731783c55e437dc30
{ "intermediate": 0.3321443796157837, "beginner": 0.2976561188697815, "expert": 0.37019941210746765 }
17,340
optimize code for fdn_dict in features_parameters: ddif1 = DeepDiff(baseline_part, fdn_dict, verbose_level=2,) print(ddif1) # values_changed = ddif1.get('values_changed', {}) if 'values_changed' in ddif1.keys(): if "root['pwrOffset']" in ddif1['values_changed'] and ddif1[...
87c7018b8297faf8876c94b7f6fd1a52
{ "intermediate": 0.28023678064346313, "beginner": 0.32463645935058594, "expert": 0.39512673020362854 }
17,341
Translate the following objc code to swift: -(void)startAnimatingWithCGImages:(NSArray*)cgImages CompletionBlock:(Block)block delay:(NSTimeInterval)delay keepLastFrame:(BOOL)keepLastFrame { [self setblock:block]; CAKeyframeAnimation *anim = [CAKeyframeAnimation animation]; [anim setKeyPath:CONTENTS]; [a...
7e818a112c2e9ec2d4ef216719254175
{ "intermediate": 0.3896123468875885, "beginner": 0.33273187279701233, "expert": 0.27765578031539917 }
17,342
информационное сообщение с восклицательным знаком в круге впереди все на светло сером фоне с загругленными рамками html css
15bd16c86b11f58b450e49c08f6027b9
{ "intermediate": 0.2940034866333008, "beginner": 0.27578794956207275, "expert": 0.4302085340023041 }
17,343
Python code to merge to files and add a column with value as file name
a4b72671561396e5814db05e595c7c1f
{ "intermediate": 0.47880396246910095, "beginner": 0.17389337718486786, "expert": 0.34730273485183716 }
17,344
Describe the process that will occur on the screen when using the command 'kubectl get pods --watch' if you update the image in kubernetes deployment
6e696b1bfbce71005a33022d66162b0c
{ "intermediate": 0.6651129722595215, "beginner": 0.12289317697286606, "expert": 0.21199387311935425 }
17,345
how to change the style for fullcalender event based on view weekly ,daily or monthly in angular
ebccd5f2a90713fb3233de4109900ffa
{ "intermediate": 0.49360141158103943, "beginner": 0.20495635271072388, "expert": 0.3014422357082367 }
17,346
Напиши пример на Arduino для esp32 отправить POST запрос на http://192.168.0.113/switch value=92, pal92=2, eff1var=0
b92624c5f2a66486e4902a003057d526
{ "intermediate": 0.3436938226222992, "beginner": 0.3705502152442932, "expert": 0.2857559621334076 }
17,347
Please can you complete this vba code for me to read; If Target Cell is N2 Then Calculate the worksheet
148dd629a397ec33c4910fe5750e3207
{ "intermediate": 0.29997143149375916, "beginner": 0.40319767594337463, "expert": 0.29683083295822144 }
17,348
export interface Tag { name: string; color: string; } const TradesColumnTag = ({tradeTags, tradeId, fetchTags, ofScreener}: TradesColumnTagPropsType) => { const [selectTags, setSelectTags] = useState<Tag[]>([]); const {diaryToken} = useAuthContext(); const dispatch = useDispatch(); const [newTag, setNe...
fa61cd057c6652e1a0d9b43079bb8bc6
{ "intermediate": 0.29318946599960327, "beginner": 0.4770480990409851, "expert": 0.22976243495941162 }
17,349
Сделай так чтобы при нажатии на icon1 появлялось модальное окно ,которое накрывает весь контейнер в котором находится эта иконка (иконка находится на элементе recycleView) : package com.example.cinema_provider_app.main_Fragments.Home_Fragment import android.content.Context import android.os.Bundle import android.os.Ha...
f0f60945c0fb3148fb62d65e4c5c1ab4
{ "intermediate": 0.29087063670158386, "beginner": 0.5535956025123596, "expert": 0.15553371608257294 }
17,350
How would you make a .bat file that can run a .gba file?
529d5941b44e04ede9b0cc66803189dc
{ "intermediate": 0.4789537191390991, "beginner": 0.21536694467067719, "expert": 0.3056792616844177 }
17,351
Сделай так чтобы при нажатии на icon1 появлялось модальное окно , это модальное окно должноо плавно заполнять весь элемент RecycleView , в котором находится .Важно чтобы модально окно плавно заполняло весь контейнем в котором находится начиная с самой иконки на которую кликнули<ScrollView xmlns:android="http://schema...
8ed6756058e7447554b44435e8aefe41
{ "intermediate": 0.3486004173755646, "beginner": 0.40751633048057556, "expert": 0.24388328194618225 }
17,352
как импортировать из appium expected_conditions
cde1bee5faff4cb06ed3354f7c2a9995
{ "intermediate": 0.4406009316444397, "beginner": 0.18097847700119019, "expert": 0.3784206211566925 }
17,353
Create a class Product that represents a product sold in a shop. A product has a price, amount and name. The class should have: A constructor public Product(string name, double priceAtStart, int amountAtStart) A method public void PrintProduct() that prints a product in the following form: Banana, price 1.1, amount 1...
7c3181dd97d337190cb65f6e4579bfd0
{ "intermediate": 0.3357831537723541, "beginner": 0.5174371004104614, "expert": 0.14677973091602325 }
17,354
From the following table, write a SQL query to find those employees who are senior employees as of year 1991. Return complete information about the employees.
d48f1a07ef2fa1ae0b54aca8c59a3fbb
{ "intermediate": 0.4016154110431671, "beginner": 0.27643609046936035, "expert": 0.32194846868515015 }
17,355
How to merge tables in pandas data frame. It is required to get all data from the left table and merge several columns from the rigth table based on the specified column keys?
05f0d898016029a218ca92b209aa05fd
{ "intermediate": 0.6070229411125183, "beginner": 0.1500188410282135, "expert": 0.24295827746391296 }
17,356
Assume a file containing a series of integers is named numbers.txt and exists on the computer’s disk. Write a program that calculates the average of all the numbers stored in the file rounded to 2 decimal places. The program should handle any IOError exceptions that are raised when the file is opened, and data is read ...
b6c5dd2ba64693c42fc44e7edbee7373
{ "intermediate": 0.5283352732658386, "beginner": 0.18298105895519257, "expert": 0.2886837124824524 }
17,357
# A composite IVF+PQ index speeds up the search by another 16.5x without affecting accuracy, for a whopping total speed increase of 92x compared to non-quantized indexes. vecs = faiss.IndexFlatL2(dim) # PQ hyperparmeters nbits = 8 # bit size | number of internal clusters is k = 2**nbits | cannot be greater then IVF+PQ...
489a37a2b99e6feccd94c0e3a8c617ad
{ "intermediate": 0.40492478013038635, "beginner": 0.26657071709632874, "expert": 0.3285045027732849 }
17,358
in networking, what the difference between routing an switching ?
3622eb7ce6f369ce628a52252b3d6702
{ "intermediate": 0.26401790976524353, "beginner": 0.3624591827392578, "expert": 0.37352290749549866 }
17,359
Java return true if any combination of numbers in int[] arr can be added up to equal to largest number
e48a6ab6dc621ee00cc567471f87f415
{ "intermediate": 0.5205097198486328, "beginner": 0.24170592427253723, "expert": 0.23778441548347473 }
17,360
primetime (num) return true if prime Java easier fastest solution
285e31d1c9610b925e52d781fd2191d1
{ "intermediate": 0.3617774248123169, "beginner": 0.3004469871520996, "expert": 0.3377755284309387 }
17,361
primetime (num) return true if prime Java easier fastest solution
4a81872fc7b05dcbbcb6207cbef1bd86
{ "intermediate": 0.3617774248123169, "beginner": 0.3004469871520996, "expert": 0.3377755284309387 }
17,362
extract thumbnail in openshot
57873822ec438780cb3aae8fea992f35
{ "intermediate": 0.3682166039943695, "beginner": 0.2592041492462158, "expert": 0.3725792169570923 }
17,363
Java prime check shortest unknown way
11615f77e7de0a8808c1bb2aa10f3f96
{ "intermediate": 0.35679832100868225, "beginner": 0.24427354335784912, "expert": 0.39892813563346863 }
17,364
i have embeddings = encoder.encode(sme_df.PlotSummary.tolist(), show_progress_bar=True, device=torch_device). how can i save embeddings so i do not have to encode again
0db17a0b97fe9717f4ff6f5cf10f323e
{ "intermediate": 0.4570755064487457, "beginner": 0.1306600123643875, "expert": 0.41226446628570557 }
17,365
Как сделать так чтобы элемент <View был поверх остальны (сейчас его не видно ) : <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="200dp" app:cardCo...
7bc82f75199358c50e92f9d8fd7065d3
{ "intermediate": 0.30861443281173706, "beginner": 0.5571457147598267, "expert": 0.13423985242843628 }
17,366
Palindrometwo(String str) Java return true if strong is palindrome. Shortest solution
358aac2d5cab6a326eba2cd16742899e
{ "intermediate": 0.45196548104286194, "beginner": 0.3470466732978821, "expert": 0.20098784565925598 }
17,367
Who r u?
c49ecb26a7ec9cbd99768c61681aa9aa
{ "intermediate": 0.3851482570171356, "beginner": 0.2946532964706421, "expert": 0.32019850611686707 }
17,368
У меня есть процедура на sql server которая добавляет данные вот ее структура:USE [.CER_1.0] GO /****** Object: StoredProcedure [dbo].[ADDNEWUSERS] Script Date: 10.08.2023 20:57:35 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[ADDNEWUSERS] @CREATEDATE DATE = NULL, @ADMIN BIT ...
81ce286dd44f160b8c15b31d284644cd
{ "intermediate": 0.30957120656967163, "beginner": 0.4005511403083801, "expert": 0.28987768292427063 }
17,369
Palindrometwo(String str) Java return true if strong is palindrome. Shortest solution. Omit characters punctuations empty characters
c552fe02c9449756d98461d57f07b5ae
{ "intermediate": 0.5164778828620911, "beginner": 0.22624489665031433, "expert": 0.2572772204875946 }
17,370
Java numbers in an array can be added to the equal of largest
eaf763f703513819745d5bc851af6702
{ "intermediate": 0.4323170781135559, "beginner": 0.192688450217247, "expert": 0.37499451637268066 }
17,371
docker vite@latest --template vue not working
0a60e19dc7b07bac9c63944c21890d30
{ "intermediate": 0.41347673535346985, "beginner": 0.2825329303741455, "expert": 0.30399030447006226 }
17,372
You are given an integer, N. Your task is to print an alphabet Rangoli of size N. (Rangoli is a form of Indian folk art based on creation of patterns.) Input N is an integer Output print an alphabet Rangoli of size N. The letter ‘a’ is always the center letter. Constraints 1<=N<=10 Example Input 3 Output ----c---- –c-b...
94fa88cd68c043549af0febb26a207f8
{ "intermediate": 0.4454394280910492, "beginner": 0.2879948318004608, "expert": 0.26656574010849 }
17,373
Consecutive (int[] arr)minimum number of integers needed to make content of arr consecutive. Provide fastest easiest solution
57014ea422b4c34f37a802e863c12e3b
{ "intermediate": 0.3842974007129669, "beginner": 0.20324838161468506, "expert": 0.4124542474746704 }
17,374
replace every letter in string str with the letter following it in alphabet. Also make wovels capital. Return new string java
9425cf2eee1bf2c23d91496927dcc50a
{ "intermediate": 0.3791593015193939, "beginner": 0.27486640214920044, "expert": 0.345974326133728 }
17,375
replace every letter in string str with the letter following it in alphabet. Also make wovels capital. Return new string java
aa03353cad51ef482722c3e5068c7de9
{ "intermediate": 0.3791593015193939, "beginner": 0.27486640214920044, "expert": 0.345974326133728 }
17,376
I used your code: def signal_generator(df): if df is None or len(df) < 2: return '' signals = [] # Retrieve depth data depth_data = client.depth(symbol=symbol) bid_depth = depth_data['bids'] ask_depth = depth_data['asks'] buy_price = float(bid_depth[0][0]) if bid_depth else 0.0 ...
a37b44a63e60b48c3f8fc800a26a173d
{ "intermediate": 0.49174943566322327, "beginner": 0.294015496969223, "expert": 0.21423502266407013 }
17,377
I want take a courses from TryHackMe and I'm not sure to start by red team courses or offenseve pentestig
57139397728141f04e929aafa0fd1f93
{ "intermediate": 0.3367309868335724, "beginner": 0.24640794098377228, "expert": 0.4168611466884613 }
17,378
this is my code: import os import math import random import torch import torch.nn as nn import torch.optim as optim import torchvision.transforms as transforms from torchvision.models import resnet50 from torch.utils.data import Dataset, DataLoader import json from pathlib import Path import cv2 import numpy as np from...
d80c1ed6a79b1ddf0ff650d20bdcb088
{ "intermediate": 0.39916014671325684, "beginner": 0.35505449771881104, "expert": 0.24578532576560974 }
17,379
this is my code: import os import math import random import torch import torch.nn as nn import torch.optim as optim import torchvision.transforms as transforms from torchvision.models import resnet50 from torch.utils.data import Dataset, DataLoader import json from pathlib import Path import cv2 import numpy as np from...
4467ad9679bf9fbe0f7fae59c7876687
{ "intermediate": 0.4911869168281555, "beginner": 0.25153183937072754, "expert": 0.25728127360343933 }
17,380
make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-pre-prompt based on all make normal pseudo-...
16910c929a4fb548e666228aa4c8e072
{ "intermediate": 0.3798487186431885, "beginner": 0.4149106442928314, "expert": 0.2052406519651413 }