row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
13,059
I have a webpage. I need to do something on double-click event. However, it doesn't work on Mobile device. What is the related event on mobile?
cc121a04ea65cb55a845bd583faded76
{ "intermediate": 0.4404112994670868, "beginner": 0.2380930781364441, "expert": 0.3214956223964691 }
13,060
can you explain to me when statement in kotlin
d10fe17b841370b302660ce128439f04
{ "intermediate": 0.37470901012420654, "beginner": 0.3478579521179199, "expert": 0.27743300795555115 }
13,061
There is an xml as a string, need to extract some piece of xml. return result as string. use java
12f8ea0ceee98f1fc0199f3d0f52dab0
{ "intermediate": 0.5469579696655273, "beginner": 0.19072754681110382, "expert": 0.2623145580291748 }
13,062
#include "kdmapper.hpp" HANDLE iqvw64e_device_handle; LONG WINAPI SimplestCrashHandler(EXCEPTION_POINTERS* ExceptionInfo) { if (ExceptionInfo && ExceptionInfo->ExceptionRecord) Log(L"[!!] Crash at addr 0x" << ExceptionInfo->ExceptionRecord->ExceptionAddress << L" by 0x" << std::hex << ExceptionInfo->ExceptionRecor...
0525f6a14a19df930c5e743fbad24ece
{ "intermediate": 0.3489318788051605, "beginner": 0.3625887930393219, "expert": 0.2884793281555176 }
13,063
write a ds rom zip file lsd dream emulator but code it to make it more like the backrooms by kane pixels
0fab434fe4691bea0e2b94f8205fe899
{ "intermediate": 0.3243115246295929, "beginner": 0.23167885839939117, "expert": 0.4440096318721771 }
13,064
Есть файл Galvene.php <?php // Example 27-2: header.php session_start(); echo <<<_INIT <!DOCTYPE html> <html> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1'> <link rel='stylesheet' href='jquery.mobile-1.4.5.min.css'> <link rel='stylesheet' href='...
5b0cf4155f22b8bc6562771d775cb7f5
{ "intermediate": 0.34689077734947205, "beginner": 0.44729772210121155, "expert": 0.2058115005493164 }
13,065
write ai_sponge in javascript
668d43a63c37a49c1e1f5588bb21a565
{ "intermediate": 0.35192495584487915, "beginner": 0.2939710319042206, "expert": 0.35410407185554504 }
13,066
what is a spin glass?
1c44d20df9dfdc990b30b884f526869c
{ "intermediate": 0.317240834236145, "beginner": 0.3873177468776703, "expert": 0.2954414486885071 }
13,067
Write java code to create a circle object and control it with directional keys
b7960b090ccb1dc2d20ba70aa1e1ecaa
{ "intermediate": 0.5011893510818481, "beginner": 0.21018551290035248, "expert": 0.2886251211166382 }
13,068
Hi. I'm using react-hook-form and react-tag-input. I'm trying to prevent form submission on hitting 'enter' button. This is my code, I'm trying to use e.preventDefault() but it's not working.. could you help? import * as React from 'react'; import * as i from 'types'; import { TagsInput } from 'react-tag-input-compone...
31b896ffc087e5aee39926d11d014934
{ "intermediate": 0.3905034363269806, "beginner": 0.4721653163433075, "expert": 0.13733120262622833 }
13,069
Hi. I’m using react-hook-form and react-tag-input. I’m trying to prevent form submission on hitting ‘enter’ button. This is my code, I’m trying to use e.preventDefault() but it’s not working… could you help? import * as React from ‘react’; import * as i from ‘types’; import { TagsInput } from ‘react-tag-input-componen...
8127b4c5aa88d39bcc1c8f259b677380
{ "intermediate": 0.5103192329406738, "beginner": 0.3479680120944977, "expert": 0.1417127400636673 }
13,070
Which 3 deliverables should an enterprise architect focus on when starting the enterprise archicture discipline in a company
e9de3ba20042db495414b32b9c8e7c1f
{ "intermediate": 0.27385085821151733, "beginner": 0.39693060517311096, "expert": 0.3292185068130493 }
13,071
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> </head> <title>Chat GPT3</title> <style> body { font-family: sans-serif; background-color: #f0f0f0; } .chat-container { width: 500px; margin: 0 auto; background-color: #fff; border: 1px so...
1a642a665470c26342bd309504716534
{ "intermediate": 0.29109856486320496, "beginner": 0.3910101354122162, "expert": 0.31789126992225647 }
13,072
how javascript turn array to string with separater ";"
6f3e910ef56810bc5e7a003a326bfc6e
{ "intermediate": 0.45069146156311035, "beginner": 0.24247223138809204, "expert": 0.3068363666534424 }
13,073
Hello
3dc4812dc420178e5e0002e08d1a6764
{ "intermediate": 0.3123404085636139, "beginner": 0.2729349136352539, "expert": 0.4147246778011322 }
13,074
how form submit with post method to pass an array with the form data?
c017756a90c98fc3e61c619a37bda51d
{ "intermediate": 0.7028231024742126, "beginner": 0.12667572498321533, "expert": 0.17050114274024963 }
13,075
Can you help me with a javascript function to termine if locally the week starts on monday or sunday?
d4209ea28c6595d5c72bac0ab9475111
{ "intermediate": 0.418290913105011, "beginner": 0.32232925295829773, "expert": 0.2593797743320465 }
13,076
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>3D Music sequencer</title> <script> const ROWS = 8; // total number of rows const COLS = 16; // total number of columns const CELLSIZE = 50; // size of each cell in pixels const COLORS = [“#ff0000”, “#00ff00”, “#0000ff”, “#ffff00”, “#ff00ff”, “#00ffff”, “#cc...
970af370dc77dcba4645f1127da2412d
{ "intermediate": 0.3754059076309204, "beginner": 0.4180244207382202, "expert": 0.20656974613666534 }
13,077
php, how string with separater ";" to array
72b302da741d420af519d7aede43f6be
{ "intermediate": 0.3715966045856476, "beginner": 0.43477582931518555, "expert": 0.19362764060497284 }
13,078
I want to know if the week starts on a monday or a friday by calculating it in a javascript function
03eb2d3e5364f0a98647c941dd64a176
{ "intermediate": 0.35613584518432617, "beginner": 0.4136618673801422, "expert": 0.23020221292972565 }
13,079
Hi. I’m using react-hook-form and react-tag-input-component. I’m trying to prevent form submission on hitting ‘enter’ button. This is my code, I’m trying to use e.preventDefault() but it’s not working… could you help? import * as React from ‘react’; import * as i from ‘types’; import { TagsInput } from ‘react-tag-inpu...
69dbe24ba12f2f221ab0d5edc57d5317
{ "intermediate": 0.482404500246048, "beginner": 0.40359053015708923, "expert": 0.11400498449802399 }
13,080
in KoBo codding with excel how I can code a field with multiple constraints
d4edb7e5136923e1da27a9a6e277a898
{ "intermediate": 0.3202700912952423, "beginner": 0.1456444263458252, "expert": 0.5340854525566101 }
13,081
hi, in javascript. Ho do i get the key of an dictionary by value, when the values are arrays
d31ab2e7825bfc16147c3ad58a1bb20f
{ "intermediate": 0.504457950592041, "beginner": 0.23025572299957275, "expert": 0.2652863562107086 }
13,082
You are Max/Msp/jitter expert.
e7dd9dcbca2a5d5f60b91f0aa8093c9c
{ "intermediate": 0.3893737494945526, "beginner": 0.26406559348106384, "expert": 0.34656065702438354 }
13,083
this is my r model mod.elastic, how to find my cv error?
418048e2115c01e732ba3b3992458a6b
{ "intermediate": 0.2767564356327057, "beginner": 0.2577706575393677, "expert": 0.46547290682792664 }
13,084
In Unity my Trail Renderer's trail is left behind, when parent object moves. How do I make it operate in local space?
5cc0c13cf370744d54a948de8953111a
{ "intermediate": 0.4375052750110626, "beginner": 0.30470994114875793, "expert": 0.25778481364250183 }
13,085
where we are writing the aqua query in Zuora
e6ed1ceb7d62d2214c0e36e514cf7312
{ "intermediate": 0.40364870429039, "beginner": 0.2921234965324402, "expert": 0.3042278587818146 }
13,086
Is it true to say that there are two main methodologies in machine learning: supervised and unsupervised learning?
cc98f963dec42f8e8ec25262331f47cd
{ "intermediate": 0.13066807389259338, "beginner": 0.1173774003982544, "expert": 0.7519544959068298 }
13,087
Помоги исправить код. Мне нужно чтоб на пине 0 генерировался одинаковый сигнал частотой 1 мегагерц 0 1. #include <soc/rtc.h> #include "driver/i2s.h" static const i2s_port_t i2s_num = (i2s_port_t)0; // i2s port number //static i2s_config_t i2s_config; static const i2s_config_t i2s_config = { .mode = (i2s_mode_t)...
3a48661d4f940212275bd1af5aeab762
{ "intermediate": 0.27667948603630066, "beginner": 0.5786325335502625, "expert": 0.14468802511692047 }
13,088
how to get in python an n element array from a n+1 element input array, which contents are the differences of consecutive elemnts
be08d9b4d8dc68523d8d05143593ead1
{ "intermediate": 0.49371138215065, "beginner": 0.11736703664064407, "expert": 0.3889215290546417 }
13,089
how to get next half hour with date-fns
7d4a9883e63d4aed715d4c9d2e90ef23
{ "intermediate": 0.4122420847415924, "beginner": 0.27966636419296265, "expert": 0.3080914616584778 }
13,090
write 1 random programm on "dart language"
be6dc10fd844eba73138376645917f6e
{ "intermediate": 0.25633591413497925, "beginner": 0.3803592920303345, "expert": 0.36330482363700867 }
13,091
I am working in Excel VB, the following range (Range("$A$1:$I$70")), is selecting the whole range until reaching the 70th row, how to make the number 70 a variable that indicate the last filled column
5553b660c3d4668020a3829226e19b05
{ "intermediate": 0.3832426965236664, "beginner": 0.4243847727775574, "expert": 0.19237256050109863 }
13,092
<Route path="Verzeichnis" element={<Verzeichnis />}> <Route path="VerzeichnisOverview" element={<VerzeichnisOverview />} /> </Route> what is wrong here?
0f5212e9de1831003f130260b17f8847
{ "intermediate": 0.36526843905448914, "beginner": 0.3446556031703949, "expert": 0.2900759279727936 }
13,093
hi
6e5d0a2e0cc667522fa31802dacfd4e9
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,094
how to create combobox in tkinter
6502192f3a82af79a33b99b5dab445cb
{ "intermediate": 0.2654183804988861, "beginner": 0.15632981061935425, "expert": 0.578251838684082 }
13,095
(heart_venv) PS C:\Users\lpoti\Documents\DS_21\DS12-1-develop\src> pylint heart ************* Module heart.train heart\train.py:41:0: C0301: Line too long (102/100) (line-too-long) heart\train.py:109:0: C0304: Final newline missing (missing-final-newline) heart\train.py:14:0: E0401: Unable to import 'entities' (import-...
76fb5fa3b2c229201a82698901bb6214
{ "intermediate": 0.3965549170970917, "beginner": 0.37655532360076904, "expert": 0.22688975930213928 }
13,096
what does meen -i in fastboot
bfeb2b74a10436b587d05e1a7ce576db
{ "intermediate": 0.3960886299610138, "beginner": 0.380952924489975, "expert": 0.22295843064785004 }
13,097
(heart_venv) PS C:\Users\lpoti\Documents\DS_21\DS12-1-develop\src> pylint heart ************* Module heart.train heart\train.py:41:0: C0301: Line too long (102/100) (line-too-long) heart\train.py:109:0: C0304: Final newline missing (missing-final-newline) heart\train.py:14:0: E0401: Unable to import ‘entities’ (import-...
f812b9d1a2af6b6c9fb7ead8fa684b20
{ "intermediate": 0.34970876574516296, "beginner": 0.35170334577560425, "expert": 0.2985878884792328 }
13,098
(heart_venv) PS C:\Users\lpoti\Documents\DS_21\DS12-1-develop\src> pylint heart ************* Module heart.train heart\train.py:41:0: C0301: Line too long (102/100) (line-too-long) heart\train.py:109:0: C0304: Final newline missing (missing-final-newline) heart\train.py:14:0: E0401: Unable to import 'entities' (import-...
4fccfcd4e34ea4e92504506a8563773b
{ "intermediate": 0.3965549170970917, "beginner": 0.37655532360076904, "expert": 0.22688975930213928 }
13,099
""" Модуль для обучения модели и выполнения тренировочного пайплайна. """ import os import json import logging import logging.config import pickle import hydra import pandas as pd from entities import entities from data import data from features import features from models import models logger = logging.getLogger(n...
050f04f6d514e9678705a46bc955bf82
{ "intermediate": 0.32682880759239197, "beginner": 0.39710843563079834, "expert": 0.2760626971721649 }
13,100
i need to write a search screen. This is where user enters what they want to find import { Pressable, Text, TextInput, View, Image, TouchableOpacity, Modal } from 'react-native'; import { gStyle } from '../styles/style'; import { Feather } from '@expo/vector-icons'; import React, { useState, useEffect } from 'react'; i...
f88634ababa601f724a2063f67c40fbc
{ "intermediate": 0.40265119075775146, "beginner": 0.4978470504283905, "expert": 0.09950178116559982 }
13,101
how to generate a 5 symbol unique id that contains numbers and letters in js?
b04d26990277b769386506ff3ff8095c
{ "intermediate": 0.33928602933883667, "beginner": 0.15532144904136658, "expert": 0.5053924918174744 }
13,102
import 'dart:async'; import 'package:basketball/constants.dart'; import 'package:flutter/material.dart'; class BouncingBallApp extends StatefulWidget { const BouncingBallApp({Key? key}) : super(key: key); @override BouncingBallAppState createState() => BouncingBallAppState(); } class BouncingBallAppState exte...
4b781420f94cc60de31e094c4f2b4af7
{ "intermediate": 0.33608442544937134, "beginner": 0.5007917881011963, "expert": 0.16312380135059357 }
13,103
import 'dart:async'; import 'package:basketball/constants.dart'; import 'package:flutter/material.dart'; class BouncingBallApp extends StatefulWidget { const BouncingBallApp({Key? key}) : super(key: key); @override BouncingBallAppState createState() => BouncingBallAppState(); } class BouncingBallAppState exte...
752591c7093a7d4f0c257c6c97e1ff4e
{ "intermediate": 0.33608442544937134, "beginner": 0.5007917881011963, "expert": 0.16312380135059357 }
13,104
i need to write a search screen. first it shows all posts from my both collections now it doesnt show any results import { Pressable, Text, TextInput, View, Image, TouchableOpacity, Modal } from 'react-native'; import { gStyle } from '../styles/style'; import { Feather } from '@expo/vector-icons'; import React, { useSt...
75cb16fa1bbb787dd30b9bc4b20eb626
{ "intermediate": 0.3382408916950226, "beginner": 0.5047610402107239, "expert": 0.15699805319309235 }
13,105
import 'dart:async'; import 'package:basketball/constants.dart'; import 'package:flutter/material.dart'; class BouncingBallApp extends StatefulWidget { const BouncingBallApp({Key? key}) : super(key: key); @override BouncingBallAppState createState() => BouncingBallAppState(); } class BouncingBallAppState exte...
3c7c8d75c0bdacb7cac8e36c7ca47164
{ "intermediate": 0.33608442544937134, "beginner": 0.5007917881011963, "expert": 0.16312380135059357 }
13,106
import { Pressable, Text, TextInput, View, Image, TouchableOpacity, Modal } from ‘react-native’; import { gStyle } from ‘…/styles/style’; import { Feather } from ‘@expo/vector-icons’; import React, { useState, useEffect } from ‘react’; import { useNavigation } from ‘@react-navigation/native’; import { firebase } from ‘...
5b28518c720a68f0e77f75a0f090681a
{ "intermediate": 0.4578133523464203, "beginner": 0.36829638481140137, "expert": 0.17389026284217834 }
13,107
import { Pressable, Text, TextInput, View, Image, TouchableOpacity, Modal } from ‘react-native’; import { gStyle } from ‘…/styles/style’; import { Feather } from ‘@expo/vector-icons’; import React, { useState, useEffect } from ‘react’; import { useNavigation } from ‘@react-navigation/native’; import { firebase } from ‘...
090886e5e6a139e4b5a5792524f654c1
{ "intermediate": 0.4578133523464203, "beginner": 0.36829638481140137, "expert": 0.17389026284217834 }
13,108
summarize the following meeting : 00:00 So in college, I was a government major, 00:05 which means I had to write a lot of papers. 00:07 Now, when a normal student writes a paper, 00:08 they might spread the work out a little like this. 00:11 So you know, you get started maybe a little slowly, 00:16 but you get enough ...
9348fcf0c8896df5a0426b333bd7be80
{ "intermediate": 0.3383439779281616, "beginner": 0.3609163165092468, "expert": 0.30073973536491394 }
13,109
What do you know about Lingo?
d9c662f4294c438d18935abef2cacce6
{ "intermediate": 0.3414718508720398, "beginner": 0.4190238118171692, "expert": 0.23950429260730743 }
13,110
how to write macro in dart that can convert the line Signal1<Enterprise> onIncomePerUnitChanged = Signal1(); to a simple name and type annotation
5f0b56a3782fb05add1f4cd63c946087
{ "intermediate": 0.5823196172714233, "beginner": 0.20494504272937775, "expert": 0.2127353399991989 }
13,111
how to write preprocessor macro in dart
b01ac0df8d6b99fdd4c61ba7e9ba63e2
{ "intermediate": 0.26326853036880493, "beginner": 0.4100666046142578, "expert": 0.32666486501693726 }
13,112
setup mongodb in my JavaScript discord bot
3c7ece23f75ca887e3c13def7a03cd71
{ "intermediate": 0.5292640924453735, "beginner": 0.1320340633392334, "expert": 0.3387017846107483 }
13,113
Give me example code in html with two modules, one importing the other, using script type=module
17821a701e65cca521714012a22c414e
{ "intermediate": 0.4973202049732208, "beginner": 0.2744632065296173, "expert": 0.22821663320064545 }
13,114
fig, axs = plt.subplots(1, 3, figsize=(16,5)) # plot the crosstab as a heatmap with percentage values inside the map sns.heatmap(crosstab1, annot=True, fmt='.2%', cmap='YlGnBu', ax=axs[0]) sns.heatmap(crosstab2, annot=True, fmt='.2%', cmap='YlGnBu', ax=axs[1]) sns.heatmap(crosstab3, annot=True, fmt='.2%', cmap='YlGnBu...
354c79d4c6a8056e39836b81e7628f8b
{ "intermediate": 0.37997183203697205, "beginner": 0.2990499436855316, "expert": 0.32097816467285156 }
13,115
Code to sort an array of numbers with emu 8086
33f0c1ef29e8389560ce6ee25e6b8bd1
{ "intermediate": 0.30834633111953735, "beginner": 0.1418658345937729, "expert": 0.5497878789901733 }
13,116
please create a counter function
91159931e0d0d734f7b6775f36119dde
{ "intermediate": 0.26272907853126526, "beginner": 0.3545800447463989, "expert": 0.3826908767223358 }
13,117
I have master workflow where I stored 1- 30 numbers in liquid in variables a,b,c, d to a4 so how can I access any 5 numbers in next workflow dynamically, Is that possible in zuora?
c145bb01ed255f669917609b51cd205f
{ "intermediate": 0.6767247915267944, "beginner": 0.11890321969985962, "expert": 0.20437198877334595 }
13,118
how to add 2 numbers in C++?
7af59ca0681a1a4fa2acb8641aa2711f
{ "intermediate": 0.35953289270401, "beginner": 0.25524142384529114, "expert": 0.38522568345069885 }
13,119
how can i remake snake's mechanics in JS?
c25ea0444cad6d4740c7a9c35362f3ff
{ "intermediate": 0.314219206571579, "beginner": 0.26433712244033813, "expert": 0.4214436113834381 }
13,120
cv create
3264d9d29d02d3a64776746fd264851a
{ "intermediate": 0.2534731328487396, "beginner": 0.1946636438369751, "expert": 0.5518632531166077 }
13,121
{% assign a = '1' %} {% assign b = '2' %} {% assign c = '3' %} {% assign d = '4' %} {% assign e = '5' %} {% assign f = '6' %} {% assign g = '7' %} {% assign h = '8' %} {% assign i = '9' %} {% assign j = '10' %} {% assign k = '11' %} {% assign l = '12' %} {% assign m = '13' %} {% assign n = '14' %} {% assign o = '15' %}...
bd6ad47273967f45c0ed987ba645b764
{ "intermediate": 0.41043177247047424, "beginner": 0.2421654313802719, "expert": 0.3474028408527374 }
13,122
php how string with separator ";" to array
788758a4a60151453e86eae6782e3729
{ "intermediate": 0.37942445278167725, "beginner": 0.4064006209373474, "expert": 0.21417488157749176 }
13,123
Code to sort up to 100 two-digit numbers and display it with emu 8086
b715a7047931c8e797768d9e93342eda
{ "intermediate": 0.2590998411178589, "beginner": 0.12337666749954224, "expert": 0.6175234913825989 }
13,124
spark处理日志代码例子
562249d184b3af1f279afe5a4cdd55ca
{ "intermediate": 0.37733033299446106, "beginner": 0.26732853055000305, "expert": 0.3553411662578583 }
13,125
write a fast fourier transform in python
0c697dad77119bac87c1891cdfb9a2a8
{ "intermediate": 0.20536206662654877, "beginner": 0.12449683994054794, "expert": 0.6701411008834839 }
13,126
i want schema for this {"_id":{"$oid":"64944e5cc0a7f3ac0957f0f6"},"7457quintsitsuki":"yuna"}
8769a921caac77bb91697b2deaf96eee
{ "intermediate": 0.1784033626317978, "beginner": 0.368760883808136, "expert": 0.4528357982635498 }
13,127
typescirpt function for react that on press of keyboard (enter) run a function
bebeaecd77640e46a1a9118a96c09930
{ "intermediate": 0.3465011715888977, "beginner": 0.34101077914237976, "expert": 0.3124880790710449 }
13,128
Object reference not set to an instance of an object. what is this error in vb.net
86f4771e7b123fed39aae909040e45dc
{ "intermediate": 0.4301331043243408, "beginner": 0.26779213547706604, "expert": 0.30207473039627075 }
13,129
source code of spark dealing with log file using function select and withColumn
e16b900a0c881d6408999a611eefa92c
{ "intermediate": 0.4171908497810364, "beginner": 0.3281829357147217, "expert": 0.25462624430656433 }
13,130
<InfoCardMy $token={token} $width="400px"> <Title>PG Status</Title> <DataWrapper> <PieChart width={350} height={200}> <Pie data={pgs} cx={120} cy={100} innerRadius={70} ...
e8e7db719b6132c906a5f6d47402ac1d
{ "intermediate": 0.2016102373600006, "beginner": 0.53089839220047, "expert": 0.2674914002418518 }
13,131
write this code in an easier way: import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.dao.DataAccessException; import org.sprin...
a4dd0e0ae822f3393608cf4295430c7a
{ "intermediate": 0.4075680077075958, "beginner": 0.43497365713119507, "expert": 0.15745830535888672 }
13,133
Write examples of question during job interview
6b14f3770d4d63cc890bb4790d96bd8f
{ "intermediate": 0.38590964674949646, "beginner": 0.3166891038417816, "expert": 0.2974012792110443 }
13,134
write me code for receive data from api aplication xamarin forms
11f35a56f2cac431efc85fe40dd802d2
{ "intermediate": 0.7580500245094299, "beginner": 0.09803374856710434, "expert": 0.14391618967056274 }
13,135
public static Route getConfig = (Request request, Response response) -> { Map<String, Object> responseWrapper = new HashMap<String, Object>(); response.type("application/json"); // TODO: Integrate Stripe Stripe.apiKey = "pk_test_51Mo5NVKUS2IHDYWBlvDuQIJzMZSZseKRJrFBOiKTqQoiLsD6LjJYwilWrZ...
385f57adca98d11bb417c8baedb89ab9
{ "intermediate": 0.5251167416572571, "beginner": 0.22887711226940155, "expert": 0.2460060715675354 }
13,136
source code of spark dealing with log file using function select and withColumn
5283d8339097e2df3fc2f6b933212e45
{ "intermediate": 0.4171908497810364, "beginner": 0.3281829357147217, "expert": 0.25462624430656433 }
13,137
TypeError: sequence item 0: expected str instance, list found
784a2bf5b25d52665150318723ecbd70
{ "intermediate": 0.3771597743034363, "beginner": 0.3492676615715027, "expert": 0.27357256412506104 }
13,138
source code of spark dealing with log file using function select and withColumn
36500f3eb187e49facf7134ad571f4bb
{ "intermediate": 0.4171908497810364, "beginner": 0.3281829357147217, "expert": 0.25462624430656433 }
13,139
I have a php array like this: $a[0]['catid'] = 'a'; $a[1]['catid'] = 'b'; $a[2]['catid'] = 'c'; how to check if 'b' exist in array $a or not?
d03963e173fde07ea7dc5639ae0c8af5
{ "intermediate": 0.5400699973106384, "beginner": 0.23289230465888977, "expert": 0.22703765332698822 }
13,140
I need full fingerprint JS, posting to our server all information about user, including CPU, memory, browser and other (if user access)
d8a6e9ef9ce0ce42ac82a6754b753e50
{ "intermediate": 0.45879268646240234, "beginner": 0.24955879151821136, "expert": 0.2916485369205475 }
13,141
i have collection Sale and i need to show its name, image, description and link. import { Text, View, Image, Pressable } from 'react-native'; import { gStyle } from '../styles/style'; export default function Sale() { return ( <View style={gStyle.SalesMain}> <Text style={gStyle.header}>Скидки</Te...
9c8c7b4df6cea826900cfc24163ab974
{ "intermediate": 0.40380653738975525, "beginner": 0.3015527129173279, "expert": 0.2946407198905945 }
13,142
loop through this code to get name and role const users = [ { name: ‘John Doe’, role: ‘admin’ }, { name: ‘Jane Smith’, role: ‘user’ }, { name: ‘Bob Johnson’, role: ‘user’ } ];
c6085e43b64fe25998c591907f61ec74
{ "intermediate": 0.2600434422492981, "beginner": 0.5775847434997559, "expert": 0.16237175464630127 }
13,143
You are Max/Msp/jitter expert.
20e325733f47dd8f551127818d75f412
{ "intermediate": 0.3893737494945526, "beginner": 0.26406559348106384, "expert": 0.34656065702438354 }
13,144
write a code to create a jarvis vocice assistant for desktop which can take comand by our voice and reply a relavent answer to us which can also use internet and access to all my social media accouct , which can create a website and it able any code which i ask .... totally it should do anything ask.. using python code
0399446debc4afbb216587867edcbec1
{ "intermediate": 0.7071853876113892, "beginner": 0.15334978699684143, "expert": 0.13946478068828583 }
13,145
Write some incredibly bad Python code.
69d53f485ae91b2fd0fa69ffbddb2f32
{ "intermediate": 0.34607943892478943, "beginner": 0.34621626138687134, "expert": 0.3077043294906616 }
13,146
اعد كتابه لي هذا الاسكربت ولا كن بدون كلام ارشادي Pيتعين عليك التأكد من الامتثال لمتطلبات الخدمة. إذا اعطني خطوات عمل الاسكربت الذي بمجرد اعطائه اسم قناة التكتوك يعطني جميع روابط الفيديوهات الموجوده به لعمل هذا النوع من الإسكربتات، سنحتاج إلى استخدام واجهة برمجة تطبيقات (API) لتيك توك. يمكن استخدام الخطوات التالية لإنش...
98c276c95e84b7dd40477c818f53f01b
{ "intermediate": 0.25226613879203796, "beginner": 0.39846763014793396, "expert": 0.3492662012577057 }
13,147
Hello
e0badea8b1ae85cfd5f882d76e5c09fd
{ "intermediate": 0.3123404085636139, "beginner": 0.2729349136352539, "expert": 0.4147246778011322 }
13,148
import { Text, View, Image, Pressable } from ‘react-native’; import React, {useEffect, useState} from ‘react’; import { gStyle } from ‘…/styles/style’; import { firebase } from ‘…/Firebase/firebase’; import ‘firebase/compat/firestore’; export default function Sale() { const [salesData, setSalesData]=useState([]); use...
2a3edf823b16c4aa919f4e91a41a57aa
{ "intermediate": 0.4713342487812042, "beginner": 0.31085312366485596, "expert": 0.217812642455101 }
13,149
write a macro to compare sheet1 and sheet2 and highlight the difference in numerical values to be in red color
c36ffee6f550596c3080294fa86efbde
{ "intermediate": 0.43966612219810486, "beginner": 0.218338280916214, "expert": 0.34199559688568115 }
13,150
Write a python code to sum to input numeric values
e7b19d665e7bcd5aa35059d203080e94
{ "intermediate": 0.330852210521698, "beginner": 0.17564190924167633, "expert": 0.49350589513778687 }
13,151
how to make randum numbers between 3 - 6 java
c659331eefff42556ff3f532e6427f96
{ "intermediate": 0.41788312792778015, "beginner": 0.2570408284664154, "expert": 0.3250759541988373 }
13,152
i want to make a screen where only admin can be redirected on his admin-panel here import { Pressable, Text, TextInput, View, Image, TouchableOpacity, Modal } from ‘react-native’; import { gStyle } from ‘…/styles/style’; import { Feather } from ‘@expo/vector-icons’; import React, { useState, useEffect } from ‘react’; i...
f1d29dfd91afca229cf1a97f50983539
{ "intermediate": 0.39948809146881104, "beginner": 0.39215338230133057, "expert": 0.2083585113286972 }
13,153
how can i create an admin? ive already downloaded a json file and put it in my project. In this file i want an admin to create, update and delete post from collection Sale in firebase import { Text, View, TextInput, Pressable, ScrollView, Image } from 'react-native'; import { gStyle } from '../styles/style'; import Foo...
bd4f242d80b649a3a83ef794be87d174
{ "intermediate": 0.34835562109947205, "beginner": 0.552594006061554, "expert": 0.099050372838974 }
13,154
[102892.119710] Unable to handle kernel NULL pointer dereference at virtual address 00000004 [102892.127811] pgd = cac48000 [102892.130596] [00000004] *pgd=15821831, *pte=00000000, *ppte=00000000 [102892.136931] Internal error: Oops: 17 [#1] PREEMPT SMP ARM [102892.142393] Modules linked in: serial_fpga_amp(O) fpgacan_...
05e65be14a8af61600eef4c6bce12e08
{ "intermediate": 0.3367447853088379, "beginner": 0.4380676746368408, "expert": 0.22518756985664368 }
13,155
how to create a custom admin in firebase react native expo
ff1e4905168fedc90a2e76bf18a5e102
{ "intermediate": 0.6112998127937317, "beginner": 0.207403302192688, "expert": 0.18129687011241913 }
13,156
SELECT Account.id as "AccountID", Account.name, Account.accountnumber, Account.batch, Account.additionalemailaddresses, contact.firstname, contact.lastname, contact.workemail, contact.personalemail, Invoice.amount, Invoice.balance, Invoice.duedate, Invoice.invoicedate, Invoice.invoicenumber, Invoice.status, Invoice...
788f5d75f7d7fce5cce36bdf0397b1e9
{ "intermediate": 0.38750866055488586, "beginner": 0.3153823912143707, "expert": 0.2971089482307434 }
13,157
const functions = require(‘firebase-functions’); const admin = require(‘firebase-admin’); admin.initializeApp(); exports.makeAdmin = functions.auth.user().onCreate(async (user) => { const adminEmail = ‘<PRESIDIO_ANONYMIZED_EMAIL_ADDRESS>’; if (user.email === adminEmail) { const userId = user.uid; await admin.database...
b31b37b4db682676321575c646ba9c67
{ "intermediate": 0.41697657108306885, "beginner": 0.41159361600875854, "expert": 0.1714298278093338 }
13,158
import { Text, View, Image, Pressable } from 'react-native'; import { gStyle } from '../styles/style'; import React from 'react'; export default function Result({ item }) { return ( <View style={[gStyle.bookedMK, {flex:1}]}> <View style={{ flexDirection: 'column' }}> <View style={gS...
71e4320b3c3d439b24289e29166e18d2
{ "intermediate": 0.5635806918144226, "beginner": 0.25174495577812195, "expert": 0.18467435240745544 }
13,159
i need to show details of the post which user was searching for, but there are two collections FutureMK and PastMK. Here is my code where i need to use redirect to show more data import { Text, View, Image, Pressable } from ‘react-native’; import { gStyle } from ‘…/styles/style’; import React from ‘react’; export def...
3bc49a2fef1bf900774490a8d1bdc816
{ "intermediate": 0.46442511677742004, "beginner": 0.23485404253005981, "expert": 0.30072087049484253 }