row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
29,410 | Fix nodesname if nodes = {"children":{"ERBS_41025_SHYGTC_2_KKT":{"ENodeB":{''}},"GRBS_41025_SHYGTC_1_KKT":{"ENodeB":{''}}}
package model
import (
"fmt"
"strings"
validation "github.com/go-ozzo/ozzo-validation/v4"
)
// EranConnection is custom type that represents Elastic Ran connection instance
// used within th... | 21f05cde5d93877d05b209997bf45cca | {
"intermediate": 0.29107269644737244,
"beginner": 0.3991418182849884,
"expert": 0.3097854554653168
} |
29,411 | Fix Name function. It should reti=urn array of keys if nodes = {"ERBS_41025_SHYGTC_2_KKT":{"ENodeB":{''}},"GRBS_41025_SHYGTC_1_KKT":{"ENodeB":{''}}
// Count counts number of Cosite nodes
func (nodes *Nodes) Name() []string {
nodenames := []
for _, node := range *nodes {
if len(node.EUtranCellData.CellsGroups) > 0 ... | 9bf7b59fee0431dc46806068b2804733 | {
"intermediate": 0.4076773226261139,
"beginner": 0.3176840841770172,
"expert": 0.2746385335922241
} |
29,412 | give me a response to | 2a6c67f074c70cb2754eb233a9d78702 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,413 | give me a response to | bb3dde70c6d1033f65495a9cce8cd396 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,414 | give me a response to | e125e42fe99b0a22c07399e21803792a | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,415 | give me a response to | 9ecaed37b02c9f49f711913f372327ad | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,416 | give me a response to | 025d6a2d185ca37499507f900269785d | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,417 | give me a response to | c0db27ff5666dd95855245e607a32226 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,418 | give me a response to | c12a3aa6a6bfe0e8a035627f984bdc6e | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,419 | give me a response to | 2b57edc95858d1bdd7f3b511de55cad8 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,420 | give me a response to | 5c294a69f387b542186f27cae9050889 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,421 | give me a response to | ff01c486eb3350a26567ad1c6a2b568f | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,422 | give me a response to | 696ef27106a5b1c42af999a5d0e92d0c | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,423 | give me a response to | ceca6d1cb858e27ff74f736f4cc14cea | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,424 | give me a response to | f2ee25d8ee3b9a0e5a5554f4a8dc9122 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,425 | give me a response to | 40c698e9253c1d71f87afb19c8003e13 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,426 | give me a response to | a5f96753f1b7d3b83f1c20b52a23f2eb | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,427 | give me a response to | 993d5b872adbfb5d455abbaca238c8b5 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,428 | give me a response to | f4c579fb537e2ab24b95da6d1107af12 | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,429 | give me a response to | 51440a7ea90702cecc36206a0532607c | {
"intermediate": 0.36786729097366333,
"beginner": 0.2782684564590454,
"expert": 0.35386422276496887
} |
29,430 | Hi could you write me simple unit test in xUnit for adding new element for dbRepository? | 31a12dc03a5c8ee19beb03de4451d689 | {
"intermediate": 0.8365445733070374,
"beginner": 0.09733737260103226,
"expert": 0.06611808389425278
} |
29,431 | const express = require('express');
const sqlite3 = require('sqlite3').verbose();
const multer = require('multer');
const path = require('path');
const bodyParser = require('body-parser');
const app = express();
const port = 3000;
const storage = multer.diskStorage({
destination: (req, file, callback) => {
call... | 21771d768eada639ae8065a0490af318 | {
"intermediate": 0.3454870879650116,
"beginner": 0.3975781798362732,
"expert": 0.2569347321987152
} |
29,433 | make if function depend on the type and the value of symbolic eqation on matlab | a230b16e5ee5447639bb1da6b075ab12 | {
"intermediate": 0.3612912893295288,
"beginner": 0.3223188817501068,
"expert": 0.31638985872268677
} |
29,434 | cmake_minimum_required(VERSION 3.18)
project(Main)
add_library(lib SHARED test.cpp)
add_executable(Main main.cpp)
i want the lib.dll to be linked to the Main | 5d8038cc78ed5be32de9b982a697f9f8 | {
"intermediate": 0.6270672678947449,
"beginner": 0.15152119100093842,
"expert": 0.22141151130199432
} |
29,435 | Hi - in Python I have a dataframe with 4 columns of floats.
I would like to calculate a weight for each column based on the volatility of the previous observations, so that weight times volatility is the same for each column.
The weight should be updated with each new row. | cdb86c1727ad1c3feaa8416ad2b8352b | {
"intermediate": 0.5386176109313965,
"beginner": 0.09982310980558395,
"expert": 0.36155933141708374
} |
29,436 | cmake_minimum_required(VERSION 3.18)
project(Main)
add_library(lib SHARED test.cpp)
add_executable(Main main.cpp)
target_link_libraries(Main PRIVATE dll)
i want the Main executable to be linked to the file lib.dll | 1c98b5ee60ed9c4fd16dca0c938e4c26 | {
"intermediate": 0.6111236810684204,
"beginner": 0.17247730493545532,
"expert": 0.21639896929264069
} |
29,437 | are you still there, my big chinese friend? | 07f46efec8c51b100cb2804f61b3054b | {
"intermediate": 0.34372109174728394,
"beginner": 0.29145923256874084,
"expert": 0.3648197054862976
} |
29,438 | MATLAB code for shifting a gray scale image to x and y axis | 59cd68f2b0fb5e96701e386b4b463bf3 | {
"intermediate": 0.2960139513015747,
"beginner": 0.20995734632015228,
"expert": 0.4940286874771118
} |
29,439 | 1. A bicycle contains exactly one chain and a chain is used in just one bicycle (1:1 unidirectional aggregation between class Bicycle and Chain), write the java code. | 283bc48c826c7b61976ddf398155cf7f | {
"intermediate": 0.35932832956314087,
"beginner": 0.32581716775894165,
"expert": 0.31485453248023987
} |
29,440 | your algorithm from CC1.1 that returns the largest number out of a list of positive
numbers. Use an Array that can hold 10 integers to implement this algorithm in program
MaxList.java. | f64a52c2254b4ab304b52ea958f6e30d | {
"intermediate": 0.21257038414478302,
"beginner": 0.0803779885172844,
"expert": 0.7070516347885132
} |
29,441 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | 6819d2ee2b8ee594d136cbc19b4b7072 | {
"intermediate": 0.3954122066497803,
"beginner": 0.3993622064590454,
"expert": 0.20522558689117432
} |
29,442 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | 6a0070b61d32132527d0c42fa0b92a41 | {
"intermediate": 0.3954122066497803,
"beginner": 0.3993622064590454,
"expert": 0.20522558689117432
} |
29,443 | сохранить файл без первого кадра
reverse_command = f'ffmpeg -i {input_file} -filter_complex "[0:v] split [a][b];[a] palettegen [p];[b][p] paletteuse, reverse" {reversed_file}' | bd0fffbda04f5d91904b2e889d111c3e | {
"intermediate": 0.3724623918533325,
"beginner": 0.2786296010017395,
"expert": 0.34890803694725037
} |
29,444 | your algorithm from CC1.1 that returns the largest number out of a list of positive
numbers. Use an Array that can hold 10 integers to implement this algorithm in program
MaxList.java i dont understand it please give it simple | 3806b15aea7f99d5b237072dd7133b7f | {
"intermediate": 0.26152855157852173,
"beginner": 0.08689174056053162,
"expert": 0.6515796780586243
} |
29,445 | watch(unref(isPlanMigrating) => (val: boolean) => {
if (val && !setFetchInterval) {
setFetchInterval.value = setInterval(fetchSets, 5000)
} else if (setFetchInterval) {
clearInterval(setFetchInterval.value)
}
}, { immediate: true }) | ef28c7d297434af8de4cf17cb3ecc7ef | {
"intermediate": 0.40014445781707764,
"beginner": 0.4120335876941681,
"expert": 0.18782195448875427
} |
29,446 | hi | fcdb7176363be1b5f71b8d9b83887dc6 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
29,447 | subroutine mesh(l ,n, eps , xp , deltaxp,xf)
implicit none
real , intent (in) :: l , eps
integer , intent (in) :: n
double precision ,dimension (n) ,intent (in out) :: xp
double precision ,dimension (n) ,intent (in out) :: deltaxp,xf
real :: deltax1 ,epsn
integer ::i
deltax1=l/3.0/... | 03fa0633c259a5b0f80b9c9131c872a8 | {
"intermediate": 0.40067818760871887,
"beginner": 0.3188798427581787,
"expert": 0.2804420590400696
} |
29,448 | In Tidy Tuesday there is a data set about the loss of bee colonies, this incudes a few different graphs including the percent of lost colonies dependent on different factors like diseases, weather, starvation etc. It also has data on maximum colonies, renovated colonies, loss percent etc. per state and added up in the... | 073c68e8536cca71cde81fc39cf31c40 | {
"intermediate": 0.35345590114593506,
"beginner": 0.21985666453838348,
"expert": 0.42668741941452026
} |
29,449 | how to writ ein SQL | 2ee4b9fd5ce466c0957dc2243d22ca66 | {
"intermediate": 0.12494301050901413,
"beginner": 0.7521803379058838,
"expert": 0.12287669628858566
} |
29,450 | You speak at the conference. The topic is "How you need and do not need to make PowerPoint presentations." The speech takes place in front of an audience that works in the field of IT, namely, they write a terms of reference, distribute roles, and are engaged in determining responsibilities. These topics need to be rev... | 625d8438513166ae901dec529367e72b | {
"intermediate": 0.3760681450366974,
"beginner": 0.34531062841415405,
"expert": 0.27862119674682617
} |
29,451 | write the code in fortran language , to make 1D mesh with length of L and nodes of N. make the L in three part. first par (L/3) is non-uniform meshing with (eps = 1.001) and second (L/3) is uniform meshing and the last (L/3) is again non-uniform meshing but with (epsn = 1.0/eps). | edb7960c764c5a972bf0002c27a1494e | {
"intermediate": 0.22547012567520142,
"beginner": 0.08897625654935837,
"expert": 0.6855536699295044
} |
29,452 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | dff05cd86860ce3f2f292b97c2f6348e | {
"intermediate": 0.3954122066497803,
"beginner": 0.3993622064590454,
"expert": 0.20522558689117432
} |
29,453 | "Bitonic sorting"
1. Generate array A. The array size must not be a multiple of 16.
2. Implement sequential and parallel algorithms for bitonic sorting of array A. Set the number of blocks and threads yourself. Write the original and sorted arrays to a file.
3. Compare the execution time of parallel and sequential algo... | 13fb7e0ca7f00b787c70f77f25643972 | {
"intermediate": 0.2416473776102066,
"beginner": 0.14653269946575165,
"expert": 0.6118199229240417
} |
29,454 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | 77907f9bf1819c77b52cb9cb43e25456 | {
"intermediate": 0.39829039573669434,
"beginner": 0.3748362958431244,
"expert": 0.22687335312366486
} |
29,455 | Come up with static variables for a class to handle and calculate complex numbers in C++ | ffffd5fef66ea3f02d0d87eff32a61ad | {
"intermediate": 0.16987603902816772,
"beginner": 0.7182028293609619,
"expert": 0.11192111670970917
} |
29,456 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | 5fbb8db8b7791ffdb6a329b210344474 | {
"intermediate": 0.40717583894729614,
"beginner": 0.36606594920158386,
"expert": 0.2267581671476364
} |
29,457 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | 5546655e378ba71fb41977886ab34eea | {
"intermediate": 0.3984716236591339,
"beginner": 0.3828505277633667,
"expert": 0.21867786347866058
} |
29,458 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | e7d8e7b54249eb7c7555fd063b7e1acf | {
"intermediate": 0.3984716236591339,
"beginner": 0.3828505277633667,
"expert": 0.21867786347866058
} |
29,459 | MATLAB code to calculate the subpixel level phase shifts | 1238ba69a3b6850ad9d22ccf651297dd | {
"intermediate": 0.3275279104709625,
"beginner": 0.20370124280452728,
"expert": 0.4687708616256714
} |
29,460 | how do I solve this error in a python file :
zsh: illegal hardware instruction | 938de212d180ec069b94465be348670f | {
"intermediate": 0.48991191387176514,
"beginner": 0.18085986375808716,
"expert": 0.3292282819747925
} |
29,461 | are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I ... | e056acf60f84c9917bd0e274c8eb8e5a | {
"intermediate": 0.3984716236591339,
"beginner": 0.3828505277633667,
"expert": 0.21867786347866058
} |
29,462 | Write a C++ program that will read from the keyboard complex numbers in the format "X+Yi". The real and imaginary parts will be written to variables of double type "real" and "imaginary" respectively. Make a careful check of input and correctness of numbers. The program must be protected against anomalous input. Handle... | b8270a35e766e10e1b9279a3bc612292 | {
"intermediate": 0.3291611671447754,
"beginner": 0.3192634880542755,
"expert": 0.35157540440559387
} |
29,463 | Write a C++ program that will read from the keyboard complex numbers in the format "X+Yi". The real and imaginary parts will be written to variables of double type "real" and "imaginary" respectively. Do not use regex. Perform a thorough check of the input and correctness of the numbers. The program must be protected a... | 2b1a02d02fb8745f0ad3eb16f72ae12c | {
"intermediate": 0.36035746335983276,
"beginner": 0.31448817253112793,
"expert": 0.3251543343067169
} |
29,464 | hi there | 71a91fb5d473e27e22191d2ffdc1931a | {
"intermediate": 0.32885003089904785,
"beginner": 0.24785484373569489,
"expert": 0.42329514026641846
} |
29,465 | Given this data set in percent except for the total column how would i got about using feature selection techniques and data visualization using pandas on python to eventually determine the predicted rate of bee colony loss after 2021 as well as the main sources of losses. How would i enact Pearson and ANOVA to determi... | c5efe7f4a15872807f8874f8eb2ae8c3 | {
"intermediate": 0.21476325392723083,
"beginner": 0.09766587615013123,
"expert": 0.6875708699226379
} |
29,466 | In Linux, is there a way to decrypt two LUKS-encrypted drives without having to type the passphrase twice? | 82ac80f83a617beced8c81dfc22e6c14 | {
"intermediate": 0.3393746316432953,
"beginner": 0.20981411635875702,
"expert": 0.4508112668991089
} |
29,467 | cmake_minimum_required(VERSION 3.18)
project(Main)
add_library(lib SHARED test.cpp)
add_executable(Main main.cpp)
i want the Main executable to be linked to the lib.dll shared library | ce156dcbeeb699d371c758ba88775d75 | {
"intermediate": 0.6327939629554749,
"beginner": 0.15643726289272308,
"expert": 0.21076886355876923
} |
29,468 | I am looking on step by step guide on how to run the code from https://github.com/ashudeep/Student-Response-Analysis on my computer | 490480e27118edd6b30f02d52df0e56d | {
"intermediate": 0.27800241112709045,
"beginner": 0.09821823239326477,
"expert": 0.6237794160842896
} |
29,469 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | a7f1ac8b94e057987b0af2f8f8b41ca4 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,470 | suivant le fonction "proposeWord", peux tu me montrer le test unitaire de la fonction "isWordCorrect" "function proposeWord(uint256 _gameId, string memory _wordToGuess, address _currentPlayer) public {
require(state == State.inProgress, "Bad State");
string memory filteredWord = wordFiltered(_wordToGues... | f0409419787e6588764e5cc7981ed8a8 | {
"intermediate": 0.4453141987323761,
"beginner": 0.3407690227031708,
"expert": 0.21391677856445312
} |
29,471 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 5e8573da2f7b4487df68be90494f0924 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,472 | Submit a MATLAB program that can solve the problem defined below. Let the program be menu driven. Follow the Monte Carlo simulation
Given two circles in a plane, with radius R1 and R2, separated by distance d as measured
between their centers, find the total area that is occupied by the two circles given that they can... | 6b5d3f19a0bec19d0ae6659366e08a16 | {
"intermediate": 0.31794604659080505,
"beginner": 0.13147161900997162,
"expert": 0.5505822896957397
} |
29,473 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 19d9a2d48acf7ec6b0a8f964b93a1fe4 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,474 | Your program is to use the brute-force approach in order to find the Answer to Life, the Universe, and Everything. More precisely... rewrite small numbers from input to output. Stop processing input after reading in the number 42. All numbers at input are integers of one or two digits. | 87bf2a36d7865d3a14fab2d77bab6107 | {
"intermediate": 0.3551490902900696,
"beginner": 0.302730530500412,
"expert": 0.34212037920951843
} |
29,475 | cmake_minimum_required(VERSION 3.18)
project(Main)
add_library(lib SHARED test.cpp)
add_executable(Main main.cpp)
target_link_libraries(Main PRIVATE lib)
this cmake creates a .lib but it asks me .dll | 26109f5d92cfb40e6ae0a60ff10361a9 | {
"intermediate": 0.6214335560798645,
"beginner": 0.25778108835220337,
"expert": 0.12078537791967392
} |
29,476 | In c++, wxwidgets project, I have a function that returns the minimum size of a frame, so far it works for the height but I have problems with the width, since a very part of my textbox is cut. If I use a padding of 30 it fit perfectly, how can I make this without using a padding?
wxSize GetMinimumSize(wxWindow* frame... | ace8e4df656469256e61395807aff74e | {
"intermediate": 0.6199063658714294,
"beginner": 0.2619735896587372,
"expert": 0.11812001466751099
} |
29,477 | In c++, wxwidgets project, I have a function that returns the minimum size of a frame, so far it works for the height but I have problems with the width, since a very part of my textbox is cut. how can I make this without using a padding?
wxSize GetMinimumSize(wxWindow* frame)
{
wxSize bestSize = frame->GetBestSize();... | e9f000453b774f4f3ecc6eae31c2f7a4 | {
"intermediate": 0.5802402496337891,
"beginner": 0.2576031982898712,
"expert": 0.16215647757053375
} |
29,478 | make a unix oneliner that can zip all folders in the current directory to their own separate archives | 603d1d85a9850f834528d00b342daa4d | {
"intermediate": 0.36391857266426086,
"beginner": 0.23080454766750336,
"expert": 0.4052768647670746
} |
29,479 | how you right the logic for this in c
given array [] = "ABCCCCBBA"
// if more than 2 consecutive occurrence happens then remove that character.
case1 output = ABBBA --> here character C is removed since it appeared more than twice
case2 output = AA --> final output since now the array contains B which occurs more tha... | 4bdedf95d5fdf6e9c49fb192d57f7915 | {
"intermediate": 0.45822858810424805,
"beginner": 0.2195451855659485,
"expert": 0.3222261667251587
} |
29,480 | cmake_minimum_required(VERSION 3.18)
project(Main)
add_library(lib SHARED test.cpp)
add_executable(Main main.cpp)
Error loading library: %1 nÆest pas une application Win32 valide.
modify the cmake to handle this eroor | 7c51a6b72cdf709cfb4626772b16c49e | {
"intermediate": 0.6047301292419434,
"beginner": 0.2370254397392273,
"expert": 0.15824440121650696
} |
29,481 | hi, I am using Qualtrics to make a survey, and one of the question is to select the year and month of the participants' year and month of birth. I use the calendar and date in the demographics from the Qualtrics library, and the default options of the year ranges from 1900 to 2049. I would like to change the year range... | 54518baafe8066bce99e383061bc16a0 | {
"intermediate": 0.29371073842048645,
"beginner": 0.35937851667404175,
"expert": 0.3469107151031494
} |
29,482 | make a unix oneliner that can zip all folders in the current directory to their own separate archives | 93626950d627aee0047e32c808445ee8 | {
"intermediate": 0.36391857266426086,
"beginner": 0.23080454766750336,
"expert": 0.4052768647670746
} |
29,483 | write me code using python3 for speed control of a piRover using beginner skill level | 5929aa9689edfe54478273c0c2f0360c | {
"intermediate": 0.2881796956062317,
"beginner": 0.362920880317688,
"expert": 0.3488994240760803
} |
29,484 | Assuming you have a class Student:
1. Implement the class setter and print member function.
2. Overload the operator < such that it compares the names of 2 student
objects.
3. Now implement as template functions:
1. A quadratic sorting algorithm (bubble, selection or insertion)
2. The sub-quadratic algorithm Shell Sort... | e976b246cb3d030768590a1d1f98e4c4 | {
"intermediate": 0.3541356027126312,
"beginner": 0.26506295800209045,
"expert": 0.38080140948295593
} |
29,485 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 4e9ed558b610f1d5f31485fa1df0306c | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,486 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 75e280070081ea5c60ae359efcb65b18 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,487 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 6600bb1e571e1903a92f1d92c2fb12b4 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,488 | Modify this MatLab code so that the resulting circles in the graph can overlap:
function CalculateOverlapArea()
% Calculates the area of 2 circles in a plane that can overlap
% Inputs: R1, R2, d
% Procedure: Use Monte Carlo integration
% Output: Show a figure of overlapping circles according to input
% parameters... | f1dd189afdd566c18dcdad12e7419e57 | {
"intermediate": 0.4009888470172882,
"beginner": 0.324396550655365,
"expert": 0.2746146023273468
} |
29,489 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 1bc542f08fa4bff69254c85e86e80329 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,490 | Part 1: Controller Hub and Learning Switch
You will compare the performance of a Hub Controller and a Learning Switch. A Hub Controller
redirects all the traffic on a switch to itself and then forwards it to all switch ports except the
incoming port. A Learning Switch installs flow rules on the switches based on the MA... | 3591cc1d0f2e84f6bc633d8198425b46 | {
"intermediate": 0.33848097920417786,
"beginner": 0.4333295524120331,
"expert": 0.22818942368030548
} |
29,491 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 60539579dfcae3528587c5a509671c8b | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,492 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | f2fcbef9c1860cb5e59d098d69d094b0 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,493 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 5b8d56e1b4a58254ae3cf7e1f72b1e96 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,494 | Write a MatLab code to solve the following problem: Consider a similar problem, except now, make it that circle 1 occupies area in the plane, and circle 2 represents no occupied area. Then, as circle 1 and circle 2 overlap, it will happen that circle 2 carves out a portion of circle 1. Effectively, circle 2 is acting l... | 51dbce047331833b7707ac8a3890c8bf | {
"intermediate": 0.3492804169654846,
"beginner": 0.40595632791519165,
"expert": 0.24476319551467896
} |
29,495 | "are you still there, my big chinese friend?
Yes, I’m still here. How can I help you?
so, how do we do that laser shoting gradient animation for text in textarea element when you press space or return in css? do you familar with that concept, like from some movie, don't remember? how it's called in properre terms?
I... | 868b0c1e860f667f39d1ecd5cbe764e3 | {
"intermediate": 0.40845614671707153,
"beginner": 0.40027880668640137,
"expert": 0.1912650316953659
} |
29,496 | How would you create a function in C++ that takes rate and time entered by the user in the main function and multiplies them to get gross pay and then finds the net pay by subtracting 15%? | 61e02fa0ce429b1fdd4425dc07d17b56 | {
"intermediate": 0.5237624049186707,
"beginner": 0.2263289988040924,
"expert": 0.24990862607955933
} |
29,497 | Write a C++ program. Initialize an array with n (n<N = 100) random numbers using a function. Print it using a function. For every even array element if its negative raise to 3 power. You must use 3 functions in total. Pass the array into functions as a parameter using reference. Reference the array in the fuctions | 2540d1d5c9e7a07e17615979916f94be | {
"intermediate": 0.20149625837802887,
"beginner": 0.6741253137588501,
"expert": 0.12437839806079865
} |
29,498 | BestBike is a bike manufacturer and procures some of the components for its production. For the
wheels as critical components to BestBike’s end product a minimum stock level has been introduced
which is calculated with the following formula:
Minimum stock level = Consumption per Week x delivery time.
Write a program in... | 1dd482e0302bb4d1fd4bf83382e8465b | {
"intermediate": 0.30221816897392273,
"beginner": 0.20549125969409943,
"expert": 0.49229052662849426
} |
29,499 | currently gradient is staying permanently inside textarea, when you spacing or returning while I want it to disappear after 0.2sec and simply shot to the right side on full width for that period of time strictly within that specific row or line. also, need to fix that actual return key unpressable or not functioning n... | a905b82e5b8cfa5fc25584f0ae689e4e | {
"intermediate": 0.42966052889823914,
"beginner": 0.20435136556625366,
"expert": 0.3659880757331848
} |
29,500 | How can I track who and which process is changing the rights to the /tmp directory | 0f8228afee69ed3ffa1c400141888383 | {
"intermediate": 0.4391000270843506,
"beginner": 0.25972774624824524,
"expert": 0.30117225646972656
} |
29,501 | Напиши функцию декодирования кода Хэмминга (необходимо по закодированному сообщению, в котором был изменен 0 или 1 бит, найти ошибку, исправить её и декодировать в исходное сообщение). Код на языке Java (главная функция и функция кодирования) представлена ниже: public static void main(String[] args) {
Scanner sc = new ... | 01f0c9ead072cc15d442a5f903ec9db1 | {
"intermediate": 0.3451938331127167,
"beginner": 0.40286093950271606,
"expert": 0.25194522738456726
} |
29,502 | int main()
{
HINSTANCE hGetProcIDDLL = LoadLibrary("test.dll");
if (!hGetProcIDDLL) {
std::cout << "could not load the dynamic library" << std::endl;
return EXIT_FAILURE;
}
f_funci funci = (f_funci)GetProcAddress(hGetProcIDDLL, "funci");
if (!funci) {
std::cout << "could not locate the f... | 066fe5981906d5d34e7cc85f0189f516 | {
"intermediate": 0.4391742944717407,
"beginner": 0.35543152689933777,
"expert": 0.20539411902427673
} |
29,503 | Where on a Linux filesystem would it be most appropriate to store a LUKS keyfile?
Assume that everything apart from /boot is encrypted too. | 18a5f0dd284ffd02ad9ea7e326b831eb | {
"intermediate": 0.30237269401550293,
"beginner": 0.3542272746562958,
"expert": 0.3434000015258789
} |
29,504 | I would like to make a python program that loads a website like this: www.websiteurlhere.com/xxx/xxxtab=history&history=11111
And each time, it should grab the Json response, and save it to a new notepad file.
Then, it increments the number at the end by 1 and continues. | 12e8be0f2b5385bcea4d2d9ef222c4f3 | {
"intermediate": 0.4029604196548462,
"beginner": 0.22656382620334625,
"expert": 0.37047573924064636
} |
29,505 | get all files in the directory windows cpp | 3d0d90e6fbda325f3608a5b26ee90626 | {
"intermediate": 0.38702812790870667,
"beginner": 0.2309194803237915,
"expert": 0.3820524215698242
} |
29,506 | Write python code for merging all local git branches in master using --allow-unrelated-histories option. | a899f04f83884203fe15f1927f52e00e | {
"intermediate": 0.416706383228302,
"beginner": 0.1812697947025299,
"expert": 0.40202388167381287
} |
29,507 | currently gradient is staying permanently inside textarea, when you spacing or returning while I want it to disappear after 0.2sec and simply shot to the right side on full width for that period of time strictly within that specific row or line. also, need to fix that actual return key unpressable or not functioning n... | 2c7a95f41295aaa9351d7314f2410fe9 | {
"intermediate": 0.42966052889823914,
"beginner": 0.20435136556625366,
"expert": 0.3659880757331848
} |
29,508 | IS IT POSSIBLE TO ANIMATE THE BLOCK SYMBOLS "█" through that gradient animation to the right side, so, it will kinda stretch to the right side.? do that block to blink in the end of that gradient animation, when it reaches the end of container. just blink it for a couple of ms as in sci-fi movies.: | 74b009ea002879663d08973affa11a3a | {
"intermediate": 0.350315660238266,
"beginner": 0.15095359086990356,
"expert": 0.49873074889183044
} |
29,509 | IS IT POSSIBLE TO ANIMATE THE BLOCK SYMBOLS "█" through that gradient animation to the right side, so, it will kinda stretch to the right side.? do that block to blink in the end of that gradient animation, when it reaches the end of container. just blink it for a couple of ms as in sci-fi movies.: | 16eb3bbd2233ee16544ee4d59edaf5b5 | {
"intermediate": 0.350315660238266,
"beginner": 0.15095359086990356,
"expert": 0.49873074889183044
} |
29,510 | IS IT POSSIBLE TO ANIMATE THE BLOCK SYMBOLS "█" through that gradient animation to the right side, so, it will kinda stretch to the right side.? do that block to blink in the end of that gradient animation, when it reaches the end of container. just blink it for a couple of ms as in sci-fi movies.: | 0a653229a2bf4452e2ba22f755d17a4c | {
"intermediate": 0.350315660238266,
"beginner": 0.15095359086990356,
"expert": 0.49873074889183044
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.