row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
13,462
Networking and Web Services in java
5aca47b467de285189f8dcd13033974f
{ "intermediate": 0.5313616991043091, "beginner": 0.21734704077243805, "expert": 0.2512911856174469 }
13,463
why dont the images open? import random from PIL import Image # Define the artists and their monthly Spotify listeners artists = { 'Young Nudy': {"image":"./fotos/Young Nudy_1.jpeg", "listeners": 7553116}, 'Young Thug': {"image":"./fotos/Young Thug_1.jpeg", "listeners": 28887553}, 'Yungeen Ace': {...
570fab2999fb0a8c4e18e5e7da833425
{ "intermediate": 0.2767770290374756, "beginner": 0.42796146869659424, "expert": 0.2952614724636078 }
13,464
fouries series frequency , amplitude, phases
9a17b663c396a47176811486fa1ed76c
{ "intermediate": 0.4467043876647949, "beginner": 0.29093822836875916, "expert": 0.26235732436180115 }
13,465
write html code for simple form
a02a6f65771a2d681038900adc1c4da4
{ "intermediate": 0.3452727198600769, "beginner": 0.36157432198524475, "expert": 0.29315298795700073 }
13,466
I have Nging on front and apache on back. how to create Lets Encrypt ssl certificate for subdomain in ubuntu?
913b5241b1b6f739676e0e99b7740025
{ "intermediate": 0.5867370963096619, "beginner": 0.19636215269565582, "expert": 0.2169007509946823 }
13,467
In rofi configuration, how can I get rid of the "run" string when using "run" mode?
715f3314edc6333e509cec8107077ab7
{ "intermediate": 0.33639195561408997, "beginner": 0.27809956669807434, "expert": 0.3855085074901581 }
13,468
I want you to act as a data scientist and code for me. I have a dataset of as follow. Please build a machine learning model that predict code time_key open close high low pe_ratio turnover_rate volume turnover change_rate last_close 148 4/5/2023 0:00 23.45 23.8 23.8 23.4 7.2 0.006554942 71000 2.81 23.15 317 4/5/2...
ef26e902342fc189d3f26b2240283eac
{ "intermediate": 0.2424582839012146, "beginner": 0.28186526894569397, "expert": 0.4756764769554138 }
13,469
{ title: <FormattedMessage id="Read bytes" defaultMessage="Read bytes" />, dataIndex: 'readBytes', render: (dom, entity) => ( <div style={{ display: 'flex', flexWrap: 'nowrap' }}> {entity.readBytes!.map((item) => ( <svg style={{ display: 'inline-block', widt...
5f373ad58925ca6a451b9aa56f0e28ad
{ "intermediate": 0.36111077666282654, "beginner": 0.33182060718536377, "expert": 0.3070686161518097 }
13,470
{ title: <FormattedMessage id="Host" defaultMessage="Host" />, dataIndex: 'host', tip: 'The host is the unique key', render: (dom, entity) => { return ( <a onClick={() => { setCurrentRow(entity); setShowDetail(true); }} ...
8e8be8a13e95da5a743e5bfb6be5c5cf
{ "intermediate": 0.36943838000297546, "beginner": 0.33769240975379944, "expert": 0.2928691506385803 }
13,471
I want to make a script that will remove all <page> content that has a namespace value that is any number besides 0.
8a84a7444bf44545b7d2b4724b8b2abd
{ "intermediate": 0.2995056211948395, "beginner": 0.26392316818237305, "expert": 0.4365712106227875 }
13,472
Is it possible to have multiple fonts in a rofi menu?
16195a40bd7948e88aaef1d3f7432ef5
{ "intermediate": 0.3330252766609192, "beginner": 0.24479222297668457, "expert": 0.42218253016471863 }
13,473
I want to make a script that will remove all <page> content that has a namespace value that is any number besides 0. this must have drag and drop functionality and remove the entire <page> content, including the <page></page> tags.
b6cc43d819a3c34ed9a40858208eca6f
{ "intermediate": 0.37739047408103943, "beginner": 0.23454849421977997, "expert": 0.3880610764026642 }
13,474
Create a python script that will remove all <page> content that has a namespace value that is any number besides 0. this must have drag and drop functionality and remove the entire <page> content, including the <page></page> tags.
81f86c0f193eb8d47c1cf48026282f86
{ "intermediate": 0.3608956038951874, "beginner": 0.23528915643692017, "expert": 0.40381520986557007 }
13,475
`<mediawiki xmlns=“http://www.mediawiki.org/xml/export-0.11/” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=“http://www.mediawiki.org/xml/export-0.11/ http://www.mediawiki.org/xml/export-0.11.xsd” version=“0.11” xml:lang=“en”> <siteinfo> <sitename>I-chu Wiki</sitename> <dbname>ichu</dbname> <...
c077e1bc8b0331c955c6ed59e84f2fba
{ "intermediate": 0.37546855211257935, "beginner": 0.44577541947364807, "expert": 0.1787559688091278 }
13,476
import Images from "../assets/exportAssets"; import { useState, useEffect } from "react"; import { userRequest } from "../requestMethods"; import TimeAgo from "react-timeago"; interface Order { _id: string; userId: string; products: [ { productId: { type: String }; quantity: { type: Number; default: 1 } } ]...
437c9dab48192806548407dda2ede63e
{ "intermediate": 0.296068400144577, "beginner": 0.5265406966209412, "expert": 0.17739088833332062 }
13,477
Help me find a mistake in my code
4dbe16196fb1ac22850a35bc7013967d
{ "intermediate": 0.2985609769821167, "beginner": 0.4131905436515808, "expert": 0.2882484793663025 }
13,478
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class random : MonoBehaviour { public static string DogsImg; void Update() { DogsImg = breed.answer; Image image = GetComponent<Image>(); Sprite newSprite = null; /...
9ef4ab86a9446743771b33492dc95a6a
{ "intermediate": 0.35290762782096863, "beginner": 0.43652957677841187, "expert": 0.2105628252029419 }
13,479
using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class breed : MonoBehaviour { public AudioSource Right; public Text button1; public Text button2; public Text button3; public Text button4; public Image ColorButton1; public Image C...
a8288ee7e3a5bce77dda4a9a444dfc76
{ "intermediate": 0.2856093943119049, "beginner": 0.56769859790802, "expert": 0.14669202268123627 }
13,480
give me the python code to do build detailed portfolios of A/P and A/R per each company. use numpy and pandas. In this simulation, each company as a tax ID, an economic activity code and a dimension( micro, sme, big). Also there are about 90 industries in the Input Output matrix where each industry consumes and produce...
bcd33696a3910b8f4a1c682fc3b0514e
{ "intermediate": 0.5845963358879089, "beginner": 0.1174897626042366, "expert": 0.29791390895843506 }
13,481
I want to build a graph network where edges are companies and vertices are individual A/P or individual A/R values depending on the direction you analyse. I only have aggregated data of total A/P and total A/R per industry, company size and average A/P and A/R per each segment. I have average A/P and A/R and also numbe...
01a5a026dad2e5005a7bc42561640d4f
{ "intermediate": 0.454517662525177, "beginner": 0.15843379497528076, "expert": 0.38704851269721985 }
13,482
防止ssl pinning bypass
8ed8844979ed250793fe1c32067fda67
{ "intermediate": 0.26528400182724, "beginner": 0.35194429755210876, "expert": 0.38277167081832886 }
13,483
import Chart from "../components/Chart"; import Info from "../components/Info"; import WidgetLarge from "../components/WidgetLarge"; import WidgetSmall from "../components/WidgetSmall"; import { dataOfUsers } from "../exmapleData"; import { useState, useMemo, useEffect } from "react"; import { userRequest } from "../re...
63f8143bcdea4d5ca969267bef913f34
{ "intermediate": 0.31664684414863586, "beginner": 0.4154359698295593, "expert": 0.2679171860218048 }
13,484
Write full snake game in c console using nurses
43342e703887cac64578ff65468b983f
{ "intermediate": 0.3965710401535034, "beginner": 0.3400682806968689, "expert": 0.2633607089519501 }
13,485
hi
a79bd868841e62887c27c1243f848c72
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,486
hi
6f47ba73011befb8282fe4435ce83407
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,487
element select修改带分页的下拉框
a777c84175e618183713c414e33d8b42
{ "intermediate": 0.3015933036804199, "beginner": 0.32833215594291687, "expert": 0.3700745105743408 }
13,488
in pyqt5 define a timer to do some callback every 0.1second without blocking
2ca603cb084df82a72acf91657e6811e
{ "intermediate": 0.4691731929779053, "beginner": 0.20690877735614777, "expert": 0.32391801476478577 }
13,489
Student Management System: Develop a student management system in java that uses collections and generics to manage student records. The system should allow users to add, remove, and update student records, search for students by name or ID, and generate reports.
7c77734623da93eb87591d6dbc161b54
{ "intermediate": 0.55780029296875, "beginner": 0.16646835207939148, "expert": 0.27573129534721375 }
13,490
use jest create ut for this component: <template> <div> <el-tree v-if="treeVisible" ref="tree" v-bind="treeProps" v-on="treeListeners" /> </div> </template> <script> import camelCase from 'lodash/camelCase' import utils from 'utils/index.js' import gb from 'utils/global.js' import _g...
8b290a27c82abd8a7839f4fd61e0dc0c
{ "intermediate": 0.41349267959594727, "beginner": 0.4957042634487152, "expert": 0.0908031016588211 }
13,491
redis cache user logon status sample
230c4ad27f84cdee666187575722dfc0
{ "intermediate": 0.3614460825920105, "beginner": 0.2925986051559448, "expert": 0.34595534205436707 }
13,492
develop java source code for Music Player: Develop a music player that uses JavaFX to provide an interactive user interface. The player should allow users to browse and play their music collections, create playlists, and customize the player’s settings.
83ca7077cdffb5d2b10a66af2fc554bd
{ "intermediate": 0.5674477219581604, "beginner": 0.20479634404182434, "expert": 0.22775594890117645 }
13,493
The opengl version of Windows is 1.1, and the error 'Failed to create GLFW window' is still reported after using GLFW
5844097674d5e56e861f0d683c6c922c
{ "intermediate": 0.4199145436286926, "beginner": 0.23291711509227753, "expert": 0.34716829657554626 }
13,494
use jest create ut for this component: <template> <div> <el-tree v-if="treeVisible" ref="tree" v-bind="treeProps" v-on="treeListeners" /> </div> </template> <script> const nonAxiosAttrs = [ 'beforeRequest', 'interceptResponse', 'response', 'resField', 'lazyKey' ] export def...
0abaad199058599a8cc4e16e1143f9af
{ "intermediate": 0.39304572343826294, "beginner": 0.4759325683116913, "expert": 0.131021648645401 }
13,495
use jest creat some ut from this component: <template> <div> <el-tree v-if="treeVisible" ref="tree" v-bind="treeProps" v-on="treeListeners" /> </div> </template> <script> const nonAxiosAttrs = [ 'beforeRequest', 'interceptResponse', 'response', 'resField', 'lazyKey' ] expor...
b58076c8e90d59bf6b9c2bacbba08552
{ "intermediate": 0.4010235071182251, "beginner": 0.4423586428165436, "expert": 0.15661777555942535 }
13,496
You don't need any OPENAIYou don't need any OPENAI
c4c1ae5a22ead575591dc18809b21d51
{ "intermediate": 0.3293657898902893, "beginner": 0.2441634088754654, "expert": 0.4264707863330841 }
13,497
hello?
8b3dc0b6ffde61162340296d5a695614
{ "intermediate": 0.3582178056240082, "beginner": 0.25206828117370605, "expert": 0.3897138833999634 }
13,498
ok, now some 4 colored circles spinning around big(Sun) one, but they suppose to be obscured by the Sun, right? fix obscurage problem, and also represent astronomical terms in arrows pointing accordingly and words of text.: <!DOCTYPE html> <html> <head> <title>Solar System</title> <style> canvas { background: black; di...
d72b8d339337a084bdb87238ebbb1855
{ "intermediate": 0.37863871455192566, "beginner": 0.37849920988082886, "expert": 0.2428620457649231 }
13,499
looks no errors but canvas is black. : <!DOCTYPE html> <html> <head> <title>Solar System</title> <style> canvas { background: black; display: block; margin: 0 auto; } </style> </head> <body> <canvas id="canvas" width="600" height="600"></canvas> <script> var ctx = document.getElementById("canvas").getContext("2d"); v...
adf1ef3a5d1979c30dadb5bf5b069346
{ "intermediate": 0.2457408905029297, "beginner": 0.5331008434295654, "expert": 0.22115826606750488 }
13,500
astronomical terms of movement of planets and orbit placement. output detailed list with explanations for each term Sure, here are some astronomical terms related to the movement of planets and orbit placement: 1. Orbit: The path that a planet or other celestial body follows as it revolves around another body in space...
f3363828d1edad07f13aba88c78915f4
{ "intermediate": 0.3041151762008667, "beginner": 0.31953585147857666, "expert": 0.37634900212287903 }
13,501
I don’t see any actual update in planet movement animation, but the timefactor slider changing the position frame. You’re right, I apologize for the mistake in my previous response. The problem is that the transformation properties for each planet were not properly concatenated into a single string. Here is an updated ...
08d736cac5792deeacee25a97ad3c8c1
{ "intermediate": 0.29052087664604187, "beginner": 0.4586465656757355, "expert": 0.25083255767822266 }
13,502
can you output it with all the astronomical terms applied precisely. also, set timefactor to visually acceptable value of 1000.: 1. Orbit: The path that a planet or other celestial body follows as it revolves around another body in space. 2. Perihelion: The point in a planet’s orbit at which it is closest to the Sun. ...
2ad917aa59c3629e84672e4513c5b784
{ "intermediate": 0.2814783453941345, "beginner": 0.39903998374938965, "expert": 0.3194817304611206 }
13,503
also, the mercury is too close to the Sun, need to adjust the sizes somehow, and to adjust all the sizes properly we need to convert the space scene into 3d by simply using simple javascript for that, without any frameworks or third-paty libraries used. <!DOCTYPE html> <html> <head> <style> body { margin: 0; padding: 0...
af74722f8af20eaa6ab30aa376a62abb
{ "intermediate": 0.21356451511383057, "beginner": 0.49522098898887634, "expert": 0.2912144660949707 }
13,504
Sun need to be centered here plus the XYZ rotation of scene by mouse left button dragging in any empty space implemented. plus bg color to black with some random noise in form of milky way, without any image, frameworks or third-party libraries used. plus the time factor relatively to natural planetoid progression and ...
495d3eeb75156b114c6be15df2022556
{ "intermediate": 0.27965429425239563, "beginner": 0.4514334201812744, "expert": 0.26891231536865234 }
13,505
give me an api key
c1587d0a0d5a64966f9ed772da22b738
{ "intermediate": 0.607940137386322, "beginner": 0.18309442698955536, "expert": 0.20896540582180023 }
13,506
need to fix that mouse dragging by only when clicking and dragging, but no always rotating with mouse move on canvas. it suppose to store the current (rotated) position, and on the next mouse left click and drag it should update the position and so on… it still resets the position after reclicking and redragging.: con...
5772602774d890c8a3f16f4f804fe025
{ "intermediate": 0.3555867075920105, "beginner": 0.5035718679428101, "expert": 0.14084148406982422 }
13,507
now preven bufferoverflow and output normal end of the code. Great to hear that the animation is working properly now! By using requestAnimationFrame instead of setInterval, we can optimize the animation loop to ensure that each frame is rendered at the optimal time, which helps to prevent buffer overflows and improve ...
53cb86fbde7389029a4c937f09d5cc73
{ "intermediate": 0.30072277784347534, "beginner": 0.4845968186855316, "expert": 0.21468038856983185 }
13,508
Hi there
b69a9126ba07f6b17198bdc251c332b6
{ "intermediate": 0.32728445529937744, "beginner": 0.24503648281097412, "expert": 0.42767903208732605 }
13,509
the 3d planar grid is bisected here on two planes. need to do this 3d planar grid a solid thing relative to all planets from the Sun position, which is the center.: const canvas = document.createElement('canvas'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; document.body.appendChild(canvas); ...
117ae8e530b5a3fec61088c68e602785
{ "intermediate": 0.2619156539440155, "beginner": 0.5121026635169983, "expert": 0.22598162293434143 }
13,510
wpf datagrid中既有combox又有textbox的例子
ec4e452142c8fe3df5f322116ce163d3
{ "intermediate": 0.4458748996257782, "beginner": 0.23819482326507568, "expert": 0.3159303069114685 }
13,511
the 3d planar grid is bisected here on two planes. need to do this 3d planar grid a solid thing relative to all planets from the Sun position, which is the center. seems clean as explanation to me. whats wrong? how to explain that to you just what I just explained to you? you wish a reexplain? do you understand the ter...
8d7adab8c8404f6e6036ee72719cf36d
{ "intermediate": 0.3212480843067169, "beginner": 0.4927639663219452, "expert": 0.1859879493713379 }
13,512
need then one plane radial grid within X(horizontal) position through the same relative X(horizontal) rotation of planets around the Sun. If you want to use a radial grid in the X(horizontal) plane relative to the rotation of the planets around the Sun, you can modify the drawGrid function to calculate the position of ...
c03b58b8793654610b73249e7e33f7c6
{ "intermediate": 0.36788874864578247, "beginner": 0.45326730608940125, "expert": 0.1788439303636551 }
13,513
wpf datagrid中同一列既有combox又有textbox的完整例子
c56c4cc225f53189557da8637a2b6db4
{ "intermediate": 0.42467933893203735, "beginner": 0.24613815546035767, "expert": 0.32918256521224976 }
13,514
radial grid is invisible. need fix that.: const canvas = document.createElement('canvas'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; document.body.appendChild(canvas); const ctx = canvas.getContext('2d'); const sunPos = { x: 0, y: 0, z: 0, size: 20 }; const mercuryPos = { x: 50, y: 0, z: 0...
8e2d71f76a26cd46188d52156fea1f43
{ "intermediate": 0.25497156381607056, "beginner": 0.48959943652153015, "expert": 0.25542891025543213 }
13,515
got an error when radial grid collapses in the center. need to fix that "IndexSizeError: CanvasRenderingContext2D.arc: Negative radius": const canvas = document.createElement('canvas'); canvas.width = window.innerWidth; canvas.height = window.innerHeight; document.body.appendChild(canvas); const ctx = canvas.getContex...
29dbef983585a0bc167733c25236cff3
{ "intermediate": 0.28707391023635864, "beginner": 0.4732006788253784, "expert": 0.23972544074058533 }
13,516
phrases related to charity, soup
6c165a4ac637998e57e746d8fcc73ae5
{ "intermediate": 0.3751331567764282, "beginner": 0.3583667576313019, "expert": 0.2665000855922699 }
13,517
now try fix Based on the possible causes we identified earlier, here are some steps you can take to fix the “Negative radius” error: 1. Check the updatePlanetPositions() function to ensure that the x, y, and z properties for each planet are correctly updated. In the updatePlanetPositions function, the position of eac...
58ec688dfa08660e9c03631a39266fbd
{ "intermediate": 0.32313185930252075, "beginner": 0.4212578535079956, "expert": 0.2556103467941284 }
13,518
what is today's date?
2a13006cb044e36aabd12990ae614ed0
{ "intermediate": 0.40370941162109375, "beginner": 0.3754262328147888, "expert": 0.22086431086063385 }
13,519
write java script function which receives json structure, take it's "Nodes" value being array and for each array value return json single Name: "value"
b1585c84de678280a1c50ad25eef7fda
{ "intermediate": 0.5054084658622742, "beginner": 0.22722575068473816, "expert": 0.2673657238483429 }
13,520
cannot use dynamic_cast with -fno -rtti
f7d592afae45bd62559a7f80f7fdf110
{ "intermediate": 0.43955326080322266, "beginner": 0.2548486590385437, "expert": 0.30559810996055603 }
13,521
How do I convert E63085FB to 4536333038354642 in python code?
ec6d80324e0dee7605d9b129546c8f6f
{ "intermediate": 0.37414276599884033, "beginner": 0.24833889305591583, "expert": 0.37751826643943787 }
13,522
wpf datagrid中同一列既有combox又有textbox的完整例子
713cb092cc2911e0326176378b867507
{ "intermediate": 0.42467933893203735, "beginner": 0.24613815546035767, "expert": 0.32918256521224976 }
13,523
How do I convert ‘5jCF+w==’ to a decimal number in python?
4b12cb7dbce556d9d17851458080fd89
{ "intermediate": 0.45454704761505127, "beginner": 0.14311249554157257, "expert": 0.40234044194221497 }
13,524
QString str = "主机名称:" + QHostInfo::localHostName() + "\n";
71d6c2f9b1dab784f0413059740187d3
{ "intermediate": 0.3540111184120178, "beginner": 0.38338300585746765, "expert": 0.26260584592819214 }
13,525
You are a visualization expert, and will be provided with stock datasets in markdown table format decimated by triple backticks quotes
cdfb57119e025bf7028793facc5126e6
{ "intermediate": 0.33200883865356445, "beginner": 0.3919824957847595, "expert": 0.2760087251663208 }
13,526
hi again
bc60ba3df2b29500abdb89a04e9d9ed2
{ "intermediate": 0.3273336887359619, "beginner": 0.25858765840530396, "expert": 0.4140787124633789 }
13,527
generate a shell in c++
4145db7a3302efe453747e709354ecf4
{ "intermediate": 0.2657609283924103, "beginner": 0.45273900032043457, "expert": 0.28150010108947754 }
13,528
create a code in python beautifulsoup that scrapes a website with multiple pages by css selector
73d5608b8747aa1537387c49e3839d1a
{ "intermediate": 0.40831559896469116, "beginner": 0.24067622423171997, "expert": 0.35100820660591125 }
13,529
class EntryLine(bt.Indicator): lines = ('entryprice',) plotinfo = dict(subplot=False) plotlines = dict(entryprice=dict(ls='--', lw=2, color='red')) def __init__(self): self.addminperiod(self.data.size()) def prenext(self): self.lines.entryprice[0] = float('nan') def next(self)...
beda99ea0eae24e0f5628d37487d0fb3
{ "intermediate": 0.3458726704120636, "beginner": 0.47755807638168335, "expert": 0.17656920850276947 }
13,530
hi
8197bf91675b41d4d5a0aa3973db08b8
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,531
hi
72a613c10a2d3b9ff0db5657aff633f0
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,532
ImguiSettings::variables& ImSettings = ImguiSettings::getImguiSettings(); variables is a struct; if imSettings is <struct at NULL> how i can check does pointer pointing to null struct or not
8ec8a08e6108ec1e64feb37ba60ee15c
{ "intermediate": 0.5021867156028748, "beginner": 0.2960360646247864, "expert": 0.20177717506885529 }
13,533
@keyup.enter.native @keyup.enter 的区别
ef165ca8d20f4b95fdd9a5c04ff5df70
{ "intermediate": 0.34131377935409546, "beginner": 0.30502110719680786, "expert": 0.3536651134490967 }
13,534
How can I do a one-time page reload in react when page mounts?
a17a52488f4a4d0970b0eb73079cf302
{ "intermediate": 0.4891803562641144, "beginner": 0.15084055066108704, "expert": 0.35997912287712097 }
13,535
In selenium webdriver, How to automatically click on the OK button on a browser prompt
b67fa76cbcd921d0d429b2b266f6ab4d
{ "intermediate": 0.4329027533531189, "beginner": 0.21117863059043884, "expert": 0.3559185862541199 }
13,536
errorQuery failed: Cannot cast '2' to BOOLEAN in below query -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...
b4830fb9a6da1506a6a46d329f4800e4
{ "intermediate": 0.33747056126594543, "beginner": 0.38023611903190613, "expert": 0.28229331970214844 }
13,537
CONTEXTE : jN Npp Plugin jN (JavaScript for Notepad++) allows you to extend Notepad++ by using JavaScript. jN uses the built-in javascript engine of Microsoft Windows. This powerful engine allows to access a lot of ActiveX base services like Shell, WMI of operating system. Due to automate Notepad++ jN wraps the Notepad...
a998d1e2261fad8579782a8d2b2a7a7b
{ "intermediate": 0.367033451795578, "beginner": 0.371426522731781, "expert": 0.261540025472641 }
13,538
test
19bc978287375669b78b4bfcaee5f3ec
{ "intermediate": 0.3229040801525116, "beginner": 0.34353747963905334, "expert": 0.33355844020843506 }
13,539
you are a python developper and you work with ChatGPT and stable diffusion to create image
13ab9a2c0674fc457e2832f382f5749c
{ "intermediate": 0.44329187273979187, "beginner": 0.1555447280406952, "expert": 0.4011634588241577 }
13,540
from sklearn.feature_extraction.text import CountVectorizer from sklearn.linear_model import LogisticRegression from sklearn.ensemble import RandomForestClassifier from sklearn.pipeline import make_pipeline vec = CountVectorizer() clf = LogisticRegression() pipe = make_pipeline(vec, clf) pipe.fit(X_train.verbatim, y_tr...
361a688f5a7e2c86ebe39b66e4de88bd
{ "intermediate": 0.2749471664428711, "beginner": 0.2200637310743332, "expert": 0.5049890279769897 }
13,541
can you make a print board design connecting just the chip of an arduino with the components needed for controlling a stepper
003aa43b86e8e2d1a5a7fdd81a28d4d3
{ "intermediate": 0.3180701732635498, "beginner": 0.20897775888442993, "expert": 0.47295206785202026 }
13,542
can you write the arduino code for connecting two arduino devices using MQTT via matter protocol?
5fd0c27f23e4632f7c0ca7fcad9950dd
{ "intermediate": 0.5991696119308472, "beginner": 0.16289958357810974, "expert": 0.2379308044910431 }
13,543
Make a java script for a micro bit that creates a minature maze game where hitting the A button moves the character left and B button moving the character right and the top left trigger being forward and pressing A+B restarting the maze
6343185c38f2e8c64e2a987cc2bc6c31
{ "intermediate": 0.40085306763648987, "beginner": 0.20195737481117249, "expert": 0.39718958735466003 }
13,544
write java script function which receives json structure with 4 keys, take it’s key “Nodes” value. for each value in resulting array return function “apiData” with arguments http://${consts.host}/api/fetchENodeBv2, and json Name: node one by one
d650deada6d321809f80a9ff7b1f1684
{ "intermediate": 0.5872862339019775, "beginner": 0.18554170429706573, "expert": 0.2271721214056015 }
13,545
hi
e0aafdd0e0ab9a95ce273542ecd7d7c5
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
13,546
pip install pycaret ==2.0
1de095766ee514b679dba34a6e6786e8
{ "intermediate": 0.43147799372673035, "beginner": 0.21136850118637085, "expert": 0.3571535050868988 }
13,547
Convert ‘4921599493627’ to ‘E63085FB’ using java
3c913153aa8b1e7b3c64dbd22f51c1ed
{ "intermediate": 0.319088876247406, "beginner": 0.3012416660785675, "expert": 0.3796694278717041 }
13,548
Hello
7a585eee6f17f727d927270c9b4e8b45
{ "intermediate": 0.3123404085636139, "beginner": 0.2729349136352539, "expert": 0.4147246778011322 }
13,549
Can you refactor the followin code in c++
9c4cd286a640d03659cfc1ec32fe726a
{ "intermediate": 0.24851293861865997, "beginner": 0.4628118872642517, "expert": 0.28867512941360474 }
13,550
which version of pycaret includes nlp
b59eb1fcf40cff0c94a7ccec58a4e902
{ "intermediate": 0.2730390131473541, "beginner": 0.2630811929702759, "expert": 0.46387988328933716 }
13,551
can you improve the following code in c#?
581855c6a3cffceb9a687b4851355c49
{ "intermediate": 0.41722971200942993, "beginner": 0.4061697721481323, "expert": 0.17660044133663177 }
13,552
discord.js и firebird
eb8673ca95d2913141a5d0a4b57b4f8b
{ "intermediate": 0.47343650460243225, "beginner": 0.2566598057746887, "expert": 0.26990368962287903 }
13,553
I used this signal_generator code: def signal_generator(df): # Calculate EMA and MA lines df['EMA5'] = df['Close'].ewm(span=5, adjust=False).mean() df['EMA10'] = df['Close'].ewm(span=10, adjust=False).mean() df['EMA20'] = df['Close'].ewm(span=20, adjust=False).mean() df['EMA50'] = df['Close'].ewm(sp...
0480b6fccf5608cbbdb735abc6fa76c8
{ "intermediate": 0.29511523246765137, "beginner": 0.3723642826080322, "expert": 0.332520455121994 }
13,554
build a kubernetes CustomResourceDefinition, which describe structure of objects like this: apiService: crds.idom.project/v1alpha1 kind: Mediaplan metadata: name: somename spec: # scheduling schedule: "0 1-10/3,12-22/2 */1 * *" # channel metadata channel: name: "" guid: "" id: 0 link: "https:...
cda3f39d8d3cda9f3951979c40d76e7f
{ "intermediate": 0.5392865538597107, "beginner": 0.24833358824253082, "expert": 0.2123798280954361 }
13,555
Error in ggplot() : could not find function "ggplot"
229fcfa7e3cffd9f531d70bf140ea7ba
{ "intermediate": 0.4229854643344879, "beginner": 0.3368293344974518, "expert": 0.2401852160692215 }
13,556
this is a Mediaplan resource # CustomResourceDefinition apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: mediaplans.crd.idom.project spec: group: crds.idom.project scope: Namespaced names: plural: mediaplans singular: mediaplan kind: Mediaplan shortNames: - me...
aae9f5ca8130775dda5f2c5ae4cae6f4
{ "intermediate": 0.32817235589027405, "beginner": 0.40554726123809814, "expert": 0.2662803828716278 }
13,557
write a python code to get sum of two numbers
022c87ecbc3d48453b75834ac925c953
{ "intermediate": 0.334235817193985, "beginner": 0.2648848593235016, "expert": 0.4008793830871582 }
13,558
there is Mediaplan CustomDefinitionResource: # CustomResourceDefinition apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: mediaplans.crd.idom.project spec: group: crds.idom.project scope: Namespaced names: plural: mediaplans singular: mediaplan kind: Mediaplan sho...
8706c36921d7cf19f7a6d095d684e4ef
{ "intermediate": 0.36629629135131836, "beginner": 0.3955528140068054, "expert": 0.23815090954303741 }
13,559
there is Mediaplan CustomDefinitionResource: # CustomResourceDefinition apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: mediaplans.crd.idom.project spec: group: crds.idom.project scope: Namespaced names: plural: mediaplans singular: mediaplan kind: Mediaplan sho...
5d74615cb358170886e41d0b2d71ab2d
{ "intermediate": 0.36629629135131836, "beginner": 0.3955528140068054, "expert": 0.23815090954303741 }
13,560
How to implement the extract method of c++17 unorder_map in c++13
9decc873760e5972415fb20143d5d408
{ "intermediate": 0.3636561930179596, "beginner": 0.15194043517112732, "expert": 0.4844033718109131 }
13,561
how to check isLoggedIn for nuxt app with jwt
48a41ce0c28c2f70c845423845b2290e
{ "intermediate": 0.600812554359436, "beginner": 0.11618411540985107, "expert": 0.2830033302307129 }