row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
12,255 | Use Python to perform the following tasks:
1. DS1:
(a) Design a dataset with at least 50 points for which the selection of C in a linear
SVM makes a difference.
(b) Load the data set (your own data set), train an SVM with a linear kernel on the
full data set, and plot the data set with the decision boundary.
(c) Carry ... | 2b994011f3a2feada7ce387f780d8e8c | {
"intermediate": 0.38549914956092834,
"beginner": 0.13302470743656158,
"expert": 0.48147615790367126
} |
12,256 | Given the two data sets DS2 and DS3. The DS2 and DS3 are csv files. the last column of each data set, stores the labels
of the examples of the dataset.
Use Python to perform the following tasks:
(a) Load the data set,the file path of DS2 is 'C:\Users\11096\Desktop\Machine Learning\Experiment\lab2\D2.csv' , train an SV... | df757d29ee17e60c95c2e2462a2463c5 | {
"intermediate": 0.34410330653190613,
"beginner": 0.18076962232589722,
"expert": 0.47512707114219666
} |
12,257 | Who is albert einstain | 95a7a83dae724752413d0ca036599599 | {
"intermediate": 0.38777515292167664,
"beginner": 0.20690667629241943,
"expert": 0.40531817078590393
} |
12,258 | void circularShift(char* buff, size_t size, Context *ctx, size_t count) {
uint bitShift = ctx->shiftCount;
char* temp = (char*)malloc(size);
memcpy(temp, buff, size);
for (size_t i = 0; i < size; i++) {
uint index = i;
char byte = temp[index];
char shifted_byte = 0;
uint ... | 030d6e9ed2eb6078bd480755d1f5353d | {
"intermediate": 0.2864154577255249,
"beginner": 0.43710359930992126,
"expert": 0.27648088335990906
} |
12,259 | is it allowed to assign new topic to a kafka consumer after it poll messages from the current assigned topics | 38bda8e24f1f3bb4df61e9f03603a35f | {
"intermediate": 0.4238474369049072,
"beginner": 0.2184237539768219,
"expert": 0.3577288091182709
} |
12,260 | k-means clustering for 2 column of data, separated by comma, in java code | c4a7b85e401372490f72342dc79a2798 | {
"intermediate": 0.3352041244506836,
"beginner": 0.10455023497343063,
"expert": 0.5602455735206604
} |
12,261 | make an c++ example that create kafka consumer assigned to topic_1 and start to poll message and after 5 time polling, add topic_2 into the assignment and polling message from both topics | b02132fb0601e271f72f26362f89247c | {
"intermediate": 0.5352131128311157,
"beginner": 0.19359545409679413,
"expert": 0.2711913585662842
} |
12,262 | No 'Authorization' header, send 401 and 'WWW-Authenticate Basic' comment regler cette erreur | e83b5ea1945d017dcf97875ebd8ed4d1 | {
"intermediate": 0.3478497266769409,
"beginner": 0.3211335837841034,
"expert": 0.3310166597366333
} |
12,263 | code me a website using html css etc, i want the website to be a annonyms chat room no name required just a big global chat so every one can send a message. | f0cfb5da4d5ce0be3a146bceb8e41fdc | {
"intermediate": 0.43089520931243896,
"beginner": 0.191462904214859,
"expert": 0.3776419460773468
} |
12,264 | LibreOffice SDK C++ как задать Font Name | c82467b99ef10d91f389257f982b7f3f | {
"intermediate": 0.5839470624923706,
"beginner": 0.21441251039505005,
"expert": 0.20164038240909576
} |
12,265 | вот эта ЧЕРНАЯ ГОРИЗОНТАЛЬНАЯ полоска, смотри скриншот: https://yadi.sk/d/FejQ4LyoT5cEuA
как ее убрать?
/* audio player */
.audio-player {
margin: 50px auto;
max-width: 800px;
}
.audio-player-inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow-x: auto;
... | 2018b4dc1debb2f88d1f9d684c25c2f5 | {
"intermediate": 0.3839663565158844,
"beginner": 0.42420080304145813,
"expert": 0.19183290004730225
} |
12,266 | search current char* object in char* array, receive iterator | 8baaf1e0c013b502f360a41888a1b0d6 | {
"intermediate": 0.4314640462398529,
"beginner": 0.20243258774280548,
"expert": 0.3661033511161804
} |
12,267 | Hi, code me in python 3 a databse that can hold any type of documents such as photos, vidéos, webpages so on and so forth | 8b63cb6c88956e3663c7a0a01d141e32 | {
"intermediate": 0.7687694430351257,
"beginner": 0.03732884302735329,
"expert": 0.19390171766281128
} |
12,268 | How do i write a nested prisma transaction with a bunch of nested batch queries? Its need to be able to handle a large amount of data | c57eebd26877c060afdd7264c162bb86 | {
"intermediate": 0.5672155618667603,
"beginner": 0.10929898917675018,
"expert": 0.32348546385765076
} |
12,269 | Regenerate the last response | 522b2aeea03097a4a50dc6a12b81b6fa | {
"intermediate": 0.3308755159378052,
"beginner": 0.3274616599082947,
"expert": 0.34166282415390015
} |
12,270 | Is there a way to send multiple websocket messages in one message? | b3861b5953543479e4f38789083889f4 | {
"intermediate": 0.38469985127449036,
"beginner": 0.23768427968025208,
"expert": 0.37761589884757996
} |
12,271 | How to increase the length of vertical in drawing word | 970cef8b8202b2987af47a3f359041f6 | {
"intermediate": 0.3531351685523987,
"beginner": 0.34781768918037415,
"expert": 0.29904717206954956
} |
12,272 | fix the error
function onEdit(e) {
addTimestamp1(e);
addTimestamp2(e);
addTimestamp3(e);
addTimestamp4(e);
addTimestamp5(e);
addTimestamp6(e);
addTimestamp7(e);
addTimestamp8(e);
addTimestamp9(e);
}
function addTimestamp1(e) {
var startRow = 7;
var ws = "جدول المتابعة";
var row = e... | cdf7625be83867822c0e9618f6f46b67 | {
"intermediate": 0.3473740816116333,
"beginner": 0.4568408727645874,
"expert": 0.1957850158214569
} |
12,273 | Can you modify this auto hot key script so that when I press F6 the script finishes? :; Initialize initial value to send
numToSend := 0
; Set the desired coordinates here
x1 := 100
y1 := 100
x2 := 200
y2 := 200
; Loop 10 times (10 as an example, change as necessary)
Loop, 10 {
; Move to the first spot
MouseMove, %x1... | 11e1dcafbad2c6ba1e147866820c598c | {
"intermediate": 0.3146299719810486,
"beginner": 0.47252628207206726,
"expert": 0.21284371614456177
} |
12,274 | can you tell possible ways or what i can do or possible side hustes to do to get 1000 dollars in 2 month starting from zero to 50 dollars | 88d62df320c256f8a920af5aab1643e9 | {
"intermediate": 0.357571005821228,
"beginner": 0.32840412855148315,
"expert": 0.3140248656272888
} |
12,275 | Given the data set DS3. The DS3 is csv file. the last column of each data set, stores the labels of the examples of the dataset.
Use Python to perform the following tasks:
3. DS3:
(a)Load the data set,the file path of DS3 is 'C:/Users/11096/Desktop/Machine Learning/Experiment/lab2/D3.csv' , train an SVM with a linear ... | 39a2ed880d9bf1ec58d6952780b4e4ba | {
"intermediate": 0.31845906376838684,
"beginner": 0.17664973437786102,
"expert": 0.5048911571502686
} |
12,276 | В html файле
<form name="addForm" action="/get_exams_name_from_filter/" method="post" novalidate>
<div class="my-3">
<p class="my-2">По экзаменам:</p>
<input type="text" name="exam_from_filter" id="exsam_test" placeholder="Выберете вари... | 59764b50f7872a0b7745ebe714fb7485 | {
"intermediate": 0.2507249712944031,
"beginner": 0.5573770999908447,
"expert": 0.19189800322055817
} |
12,277 | Given the data set DS2. The DS2 is csv file. the last column of each data set, stores the labels of the examples of the dataset.
Use Python to perform the following tasks:
2. DS2:
(a) Load the data set (your own data set), train an SVM with a linear kernel on the
full data set, and plot the data set with the decisio... | 249335a2d96727d0ba4b3300f3588c6c | {
"intermediate": 0.3656536936759949,
"beginner": 0.24559974670410156,
"expert": 0.38874655961990356
} |
12,278 | Do you know the programming language of X ++ | 581e66198c84ab5837e5e646c61ffa86 | {
"intermediate": 0.13139763474464417,
"beginner": 0.6867133975028992,
"expert": 0.18188902735710144
} |
12,279 | can you fix the error in the following code
function onEdit(e) {
addTimestamp1(e);
addTimestamp2(e);
addTimestamp3(e);
addTimestamp4(e);
addTimestamp5(e);
addTimestamp6(e);
addTimestamp7(e);
addTimestamp8(e);
addTimestamp9(e);
}
function addTimestamp1(e) {
var startRow = 7;
var ws = ... | f0c2bc2cbdb7e55b5abe7cd9fda681cb | {
"intermediate": 0.31413018703460693,
"beginner": 0.5098742246627808,
"expert": 0.1759955883026123
} |
12,280 | in python, write a regular expression to identify patterns \x80, \x93, \xa0 | 143e408ee900cc6fb26409c2fbdfd99e | {
"intermediate": 0.32550105452537537,
"beginner": 0.23566943407058716,
"expert": 0.4388294517993927
} |
12,281 | Write a bot that will allow you to link a cryptocurrency wallet to buy cryptocurrency. The purchase must be made with one click. The sale should be done with one click. Network Bsc/ It should be possible to specify the number of coins for buying and selling | 0f70851d77f43f24f6e56768156ecc57 | {
"intermediate": 0.31293511390686035,
"beginner": 0.18672902882099152,
"expert": 0.5003358721733093
} |
12,282 | function MyBlock(props) {
const x = props.x;
const [content, setContent] = useState(x.content);
const images = [ //Server checks they're correct when submitting a request
{ url: 'http://localhost:3000/images/rome.jpg', alt: 'Image' },
{ url: 'http://localhost:3000/images/brasil.jpg', alt: ... | da2b866d73f2c42d85b075f9dd404f5a | {
"intermediate": 0.34814730286598206,
"beginner": 0.5087393522262573,
"expert": 0.14311330020427704
} |
12,283 | code me pinescript of LuxAlgo Signals & Overlays for tradingview | ac2454e62ae687a3150d83892e33c853 | {
"intermediate": 0.26550400257110596,
"beginner": 0.21422429382801056,
"expert": 0.5202716588973999
} |
12,284 | sto realizzando un applicazione con angular e mysql. ho questo file: user.model.js
const sql = require("./db.js");
const Utility = require("../controllers/utility.controller.js");
const passwordConfig = require("../config/password.config");
const InfoUser = function(dati) {
this.idUtente = dati.idUtente;
thi... | 439139b4e231783fd841ecd75792e806 | {
"intermediate": 0.36433175206184387,
"beginner": 0.4213860332965851,
"expert": 0.21428221464157104
} |
12,285 | Как добавить в грид основанный на material data grid отдельную панель с фильтрами, используя react-hook-form и zod? | 5cd9b14162ebd13bf74b2bd07aa50fdb | {
"intermediate": 0.5791627168655396,
"beginner": 0.1695820689201355,
"expert": 0.2512552738189697
} |
12,286 | in dao.js
exports.publishedPageContent = (pageid) => {
return new Promise((resolve, reject) => {
const sql = `
SELECT
pages.title AS title,
pages.authorId AS authorId,
users.name AS authorName,
pages.creationDate AS creationDate,
pages.publishDate AS publishDate,
pages.bloc... | 9c7dc3276738dfd40ba424ad116ada1f | {
"intermediate": 0.3847202658653259,
"beginner": 0.21495330333709717,
"expert": 0.4003264307975769
} |
12,287 | SELECT u.DateOfBirth FROM [BillingIn_test_3].[dbo].[Users] u
сгруппировать по полю и посчитать знаки зодиака | a63603fc5cc15efb7477b4aa448662ae | {
"intermediate": 0.32562628388404846,
"beginner": 0.42713019251823425,
"expert": 0.24724358320236206
} |
12,288 | package clientUtils;
import java.io.*;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
import java.nio.charset.StandardCharsets;
public class ConnectionManager {
String ip;
int port;
SocketChannel socketChannel;
public ConnectionManager(String i... | 0635e719ba621901f8e2b9691e9ca38f | {
"intermediate": 0.359846830368042,
"beginner": 0.4135202169418335,
"expert": 0.2266329824924469
} |
12,289 | adapta o script de forma a não necessitar clicar no botão Record from microphone nem depois clicar no botão Stop recording
ao abrir o gradio inicia a captura de voz simulando o clique no botão Record from microphone e passado 7 segundos é terminada a captura de voz simulando o clique no botão Stop recording
:
import w... | 1c3f7bb941fee4c499e7371bdd89e9e5 | {
"intermediate": 0.42884907126426697,
"beginner": 0.20438985526561737,
"expert": 0.36676105856895447
} |
12,290 | i'm traying to implement google activty recognition api to to detect my activity i have those classes the app works in the android studio emulator (it detect activity) but not workin on my phone :
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.PendingIntent;
import android.app.Ser... | 6a5a25cc4c20707c412c6b76121e6c6d | {
"intermediate": 0.34964704513549805,
"beginner": 0.4891119599342346,
"expert": 0.1612410694360733
} |
12,291 | Клиент отправляет большие файлы с помощью этого кода
package clientUtils;
import java.io.*;
import java.net.InetSocketAddress;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
import java.nio.channels.SocketChannel;
import java.nio.charset.StandardCharsets;
public class ConnectionManager {
Strin... | ed6b5ab5a805e4150f47fdb524238bc0 | {
"intermediate": 0.33570244908332825,
"beginner": 0.45354053378105164,
"expert": 0.21075701713562012
} |
12,292 | # Target rules for targets named starcoder
# Build rule for target.
starcoder: cmake_check_build_system
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 starcoder
.PHONY : starcoder
# fast build rule for target.
starcoder/fast:
$(MAKE) $(MAKESILENT) -f examples/starcoder/CMakeFiles/starcoder.dir/build.make examples/st... | dfb67cff0b1491f30ea81ffbd6899f70 | {
"intermediate": 0.39285218715667725,
"beginner": 0.2723763883113861,
"expert": 0.3347714841365814
} |
12,293 | В html файле
<form name=“addForm” action=“/get_exams_name_from_filter/” method=“post” novalidate>
<div class=“my-3”>
<p class=“my-2”>По экзаменам:</p>
<input type=“hidden” name=“exam_from_filter_id” value=“{‘id’: 2, ‘title’: ‘Владимир’}” >
<input type=“text” name=“exam_from_filter” id=“exsam_test” placeholder=“Выбере... | 3b1b98912f02aa4047c7037dcdb258c5 | {
"intermediate": 0.2091277539730072,
"beginner": 0.5684075951576233,
"expert": 0.2224646955728531
} |
12,294 | В html файле
<form name=“addForm” action=“/get_exams_name_from_filter/” method=“post” novalidate>
<div class=“my-3”>
<p class=“my-2”>По экзаменам:</p>
<input type=“hidden” name=“exam_from_filter_id” value=“{‘id’: 2, ‘title’: ‘Владимир’}” >
<input type=“text” name=“exam_from_filter” id=“exsam_test” placeholder=“Выбере... | d2e0132f9256be6495ca764568d69b95 | {
"intermediate": 0.2091277539730072,
"beginner": 0.5684075951576233,
"expert": 0.2224646955728531
} |
12,295 | В html файле
<form name=“addForm” action=“/get_exams_name_from_filter/” method=“post” novalidate>
<div class=“my-3”>
<p class=“my-2”>По экзаменам:</p>
<input type=“hidden” name=“exam_from_filter_id” value=“{‘id’: 2, ‘title’: ‘Владимир’}” >
<input type=“text” name=“exam_from_filter” id=“exsam_test” placeholder=“Выбере... | 9911c0a98bb6bc19dad95365b1350118 | {
"intermediate": 0.2507533133029938,
"beginner": 0.5743151903152466,
"expert": 0.17493151128292084
} |
12,296 | write a c# routine to extract prompt data from a stable diffusion generated image | 9a7e2380910b1f3524df1f4809f8f81d | {
"intermediate": 0.5420939326286316,
"beginner": 0.14902877807617188,
"expert": 0.30887725949287415
} |
12,297 | В html файле
<form name=“addForm” action=“/get_exams_name_from_filter/” method=“post” novalidate>
<div class=“my-3”>
<p class=“my-2”>По экзаменам:</p>
<input type=“hidden” name=“exam_from_filter_id” value=“{‘id’: 2, ‘title’: ‘Владимир’}” >
<input type=“text” name=“exam_from_filter” id=“exsam_test” placeholder=“Выбере... | b2b66ce7a5834b1284ddf994321798bd | {
"intermediate": 0.2091277539730072,
"beginner": 0.5684075951576233,
"expert": 0.2224646955728531
} |
12,298 | modify this react antd component to change the language to spanish
<TimePicker.RangePicker
format="HH:mm"
onChange={onChangeTime}
/> | 43862fcb82c172493f8fb8f21f13eb5c | {
"intermediate": 0.35697755217552185,
"beginner": 0.4180750548839569,
"expert": 0.22494739294052124
} |
12,299 | I have the code
const [startTime, setStartTime] = useState("");
const [endTime, setEndTime] = useState("");
const onChangeTime = (date, dateString) => {
console.log(date, dateString);
setStartTime(dateString[0]);
setEndTime(dateString[1]);
};
return (
<Row className="section-modal" style={{ marginTop: "1rem" ... | 6daaa13e1fb216861803b2ad00d2f9c3 | {
"intermediate": 0.24483515322208405,
"beginner": 0.437167227268219,
"expert": 0.31799760460853577
} |
12,300 | const Cup = () => {
cupDrawer.drawFill(
context,
item,
maxVolume,
yPosition,
realCellHeight,
canvasSize.width,
dpiScale,
darkMode
);
export default Cup;
const cupDrawer = {
drawFill: (
ctx: Can... | 6b125c4f6844ae49c106ce1d4886d17c | {
"intermediate": 0.20158751308918,
"beginner": 0.5648085474967957,
"expert": 0.23360387980937958
} |
12,301 | What is machine learning? | b587a9883873762bc39f09e61d41b76c | {
"intermediate": 0.019281215965747833,
"beginner": 0.022544942796230316,
"expert": 0.9581738710403442
} |
12,302 | given ` {
"underdog": {
"line": 30.0,
"true_prob": null,
"direction": null,
"slip_selections": {
"over": {
"type": "OverUnderOption",
"id": "657b076d-f8be-4179-94b4-33f3cdad7d73"
},
... | 31a55e39988b005ef2a351a45de6a7e8 | {
"intermediate": 0.2939944863319397,
"beginner": 0.5333078503608704,
"expert": 0.17269767820835114
} |
12,303 | Write me a lead matrix code using Shift Register that displays the name of Wassim Darwish in Arabic. I want to put the code on the Arduino Droid program | 6afee618797ebf2af4337b822e245af7 | {
"intermediate": 0.4522295296192169,
"beginner": 0.15357036888599396,
"expert": 0.39420005679130554
} |
12,304 | I enabled long paths on windows by changing the "LongPathsEnabled" value to 1
but it still gives me the error that files aren't found | 6803c0897d37aa5136c2c58df8d13b51 | {
"intermediate": 0.4224487245082855,
"beginner": 0.20053476095199585,
"expert": 0.37701651453971863
} |
12,305 | uno::Referencetable::XColumnRowRange xColumnRange как задать ColumnWidths | f4f492f3dd06201d2875df88d4fac0fd | {
"intermediate": 0.4242999851703644,
"beginner": 0.23723676800727844,
"expert": 0.33846327662467957
} |
12,306 | i made a client class and add that class a ship object but that class ship have three differents ships with inheritance. how I know what kind of ship the client has | 4e08cdbb3c06ce69e0ed10f2875dff42 | {
"intermediate": 0.3918377757072449,
"beginner": 0.31352153420448303,
"expert": 0.2946406602859497
} |
12,307 | What is the wrong this code:import requests
import base64
import hashlib
import hmac
import time
from urllib.parse import urlsplit
from datetime import datetime, timedelta, timezone
from dateutil.parser import parse as parse_date
class HS256Auth(requests.auth.AuthBase):
def __init__(self, api_key: str, secret_key... | daf4eea101c61b2986a26f57935032d3 | {
"intermediate": 0.3893584609031677,
"beginner": 0.4468442499637604,
"expert": 0.1637973040342331
} |
12,308 | Hi there | 4ac9fbbb6f1dd1e1f6d5b7d5d0a9b842 | {
"intermediate": 0.32728445529937744,
"beginner": 0.24503648281097412,
"expert": 0.42767903208732605
} |
12,309 | given this data point `data = {
“underdog”: {
“line”: 30.0,
# …
},
“prizepicks”: {
“line”: 31.0,
# …
},
“nohouse”: {
“line”: 31.0,
# …
},
“player_name”: “LEO”,
“market_name”: “Kills Map 1+2”
}` how do I get the line that doesn't match the o... | 92edd2ea961bd50d5ac5d5935c8a9770 | {
"intermediate": 0.3974401652812958,
"beginner": 0.279449462890625,
"expert": 0.3231104016304016
} |
12,310 | in python is there a way to do unique min and unique max? for example given 3 values 17, 17 , 18 it should return nothing if there are duplicate numbers for min same thing for max | 563036d4c181e487d99754a17345e018 | {
"intermediate": 0.4758884906768799,
"beginner": 0.0831989198923111,
"expert": 0.4409125745296478
} |
12,311 | Is there a way to create a rapidjson load scene function that dynamically iterates through a bunch of component names dynamically for each object? | 9de39f5c8277a96d30342120a224e1d8 | {
"intermediate": 0.47860798239707947,
"beginner": 0.21889398992061615,
"expert": 0.30249807238578796
} |
12,312 | I have a lambda in one account and I want to acomplish with cloudformation template, I want to create a step function that invokes a lambda in another account. | 92c9351db1cae073f87072fe1a16e947 | {
"intermediate": 0.39448413252830505,
"beginner": 0.2720448672771454,
"expert": 0.3334709703922272
} |
12,313 | So I have the following splunk query for a certain index in quotations “| stats count by cliIP, statusCode
| lookup relaysubnet IP_subnet as cliIP OUTPUT IP_subnet as src_match
| eval isRelay = if(isnull(src_match), “Other”, “Relay”)
| eventstats sum(count) as total by isRelay
| stats sum(count) as “count” by isRelay, ... | 12dcc90b34cbed3a35117a7e7ad5179d | {
"intermediate": 0.4492868185043335,
"beginner": 0.20219551026821136,
"expert": 0.34851765632629395
} |
12,314 | modulenotfounderror: no module named torch | 20fe4cffc7215127083390b043325134 | {
"intermediate": 0.3862804174423218,
"beginner": 0.2812924385070801,
"expert": 0.3324272036552429
} |
12,315 | create a python script that uses flask and folium and pywebio to display a selection menu with a questionary that filters the results that place markers on the map | 6c0c0d7a62bf420334e18a38bfd83999 | {
"intermediate": 0.38963815569877625,
"beginner": 0.2013375610113144,
"expert": 0.40902426838874817
} |
12,316 | use python3 programming language
Write a program that executes the Parse algorithm for the grammar and table (1) below.
The program receives a sequence of tokens from user input (only
one command from the input like d+d*d) and run parse LL1 on it.
If the input string is correct, the program should also display the desi... | 588a433f5ac19916b724e98a715bde2b | {
"intermediate": 0.31163662672042847,
"beginner": 0.21380653977394104,
"expert": 0.4745567739009857
} |
12,317 | how to put data on mongo db | 033798c91109e52d3d971abc57c840c1 | {
"intermediate": 0.551988959312439,
"beginner": 0.1389392465353012,
"expert": 0.309071809053421
} |
12,318 | what is 2+2 | 74904e8ea2f8093333782089094f045e | {
"intermediate": 0.32777461409568787,
"beginner": 0.2742522358894348,
"expert": 0.39797309041023254
} |
12,319 | PONLE JAVA SCRIPT A ESTE CODIGO
<html>
<head>
<meta charset=“UTF-8”>
<title>Quiz</title>
<link rel=“stylesheet” href=“style.css”>
</head>
<body>
<div id=“quiz-container”>
<div id=“question” class=“question”>Question text goes here</div>
<div id=“choices” class=“choices”>
<div class=“choice”>Choice 1</div>
<div class=... | 82f21d85859689fd4667727a1639f55d | {
"intermediate": 0.12890057265758514,
"beginner": 0.7653416991233826,
"expert": 0.10575783997774124
} |
12,320 | can you see any improvement if yes please apply them and if i'm wrong in any stuff please correct me this is my code that detect user activity using sensors : package org.project.ayoub_akanoun_projet;
import androidx.appcompat.app.AppCompatActivity;
import android.hardware.Sensor;
import android.hardware.SensorEvent... | 45340a05d1814d9e84348dcad8fee107 | {
"intermediate": 0.2792828381061554,
"beginner": 0.4208188056945801,
"expert": 0.2998983561992645
} |
12,321 | What algorithm does this string appear to be? bec0ac68976ac8f2a6823a03d89bae4390b8b70b34a95769df49147854744648 | 9a779b00594fe25e5e02a33187a64042 | {
"intermediate": 0.08078151941299438,
"beginner": 0.08297481387853622,
"expert": 0.8362436890602112
} |
12,322 | use java script in jpg with tracking location | aaa9dbdcd9af04ba5fbf9b6a380dfdbf | {
"intermediate": 0.497104674577713,
"beginner": 0.28836309909820557,
"expert": 0.21453224122524261
} |
12,323 | This is my Loader.css:
.loader {
width: 48px;
height: 48px;
border-radius: 50%;
display: inline-block;
border-top: 4px solid #000000;
border-right: 4px solid transparent;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.loader::after {
content: '';
box-sizing: border-box;
posit... | b3859ccceb84c18620a3fd37028c8450 | {
"intermediate": 0.39461958408355713,
"beginner": 0.3017995357513428,
"expert": 0.3035808503627777
} |
12,324 | build me a react page that has a header with our name and and a button that goes to the next screen | 8c974e47691bb6b5de9a8c2ec7471e08 | {
"intermediate": 0.40275320410728455,
"beginner": 0.19077754020690918,
"expert": 0.40646928548812866
} |
12,325 | generate requirements for taxi booking app like uber | de40263c818fc330472135b2dc55dc32 | {
"intermediate": 0.3426910936832428,
"beginner": 0.24553637206554413,
"expert": 0.41177254915237427
} |
12,326 | generate requirements for taxi booking app like uber | d35d49f218947224a38bd7aa11793e6c | {
"intermediate": 0.3426910936832428,
"beginner": 0.24553637206554413,
"expert": 0.41177254915237427
} |
12,327 | for row in cursor:
if(student_id==row[0]):
student_name1 = row[1]
math_grade1 = row[2]
python_grade1 = row[3]
modian_grade1 = row[4]
shudian_grade1 = row[5]
student... | 3dc3ab20be3e4d70164a4156f390f5e6 | {
"intermediate": 0.3672528862953186,
"beginner": 0.34745991230010986,
"expert": 0.2852872312068939
} |
12,328 | generate requirements for a landing page for taxi booking app like uber | 3f9a7193cff6e836764d3d8e43a850e6 | {
"intermediate": 0.2998182773590088,
"beginner": 0.2679636776447296,
"expert": 0.43221795558929443
} |
12,329 | generate html landing page for taxi booking app like uber with mobile responsiveness and best seo | 5c193a14e531b8a677f3e95fcaa1480a | {
"intermediate": 0.18616849184036255,
"beginner": 0.07730226218700409,
"expert": 0.7365292310714722
} |
12,330 | use this html code for further processing | 376522aaa38541887bce04085e911a86 | {
"intermediate": 0.3341209590435028,
"beginner": 0.2772383391857147,
"expert": 0.38864076137542725
} |
12,331 | take this html as input
<head>
<title>Taxi Booking App</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap" rel="stylesheet">
<style>
body {
... | f0964fc073e6840cd8f1f36a36aa89b0 | {
"intermediate": 0.3597579002380371,
"beginner": 0.5055333375930786,
"expert": 0.13470880687236786
} |
12,332 | Please translate this code to C++ with prototypes for Visual Studio.
__asm
{
mov esi, unitaddr;
mov eax, player;
movzx eax, byte ptr[eax + 0x30];
mov edx, [esi];
push 0x04;
push 0x00;
push eax;
mov eax, [edx + 0x000000FC];
mov ecx, esi;
call eax;
mov retval, eax;
} | 087f01e77cce82829d94929671f76c2d | {
"intermediate": 0.31642380356788635,
"beginner": 0.4509218633174896,
"expert": 0.2326543778181076
} |
12,333 | generate a terraform code for aws to deploy static file to s3 with cloudfront and route 53 | ccdb28214898ed293984e59f01ca8f8d | {
"intermediate": 0.4407902956008911,
"beginner": 0.13891270756721497,
"expert": 0.4202969968318939
} |
12,334 | Quero que ao clicar numa tecla de atalho,F3, possa parar(suspender) a execussão do script Python e retomar, cada vez que Clico nesse atalho.
OU seja, utiliza a tecla F3, para parar e continuar alternadamente e Insere essa funcionalidade neste script:
from scipy.io.wavfile import write
import sounddevice as sd
impor... | 6ae38aad2e812d4fad0bbcfbcc6779b1 | {
"intermediate": 0.28125667572021484,
"beginner": 0.5678309202194214,
"expert": 0.15091238915920258
} |
12,335 | Quero que ao clicar numa tecla de atalho,F3, possa parar(suspender) a execussão do script Python e retomar, cada vez que Clico nesse atalho.
OU seja, utiliza a tecla F3, para parar e continuar alternadamente e Insere essa funcionalidade neste script:
from scipy.io.wavfile import write
import sounddevice as sd
impor... | 3f482216047990eb98294f116f3d3df8 | {
"intermediate": 0.28125667572021484,
"beginner": 0.5678309202194214,
"expert": 0.15091238915920258
} |
12,336 | some research said that DCGAN, GAN with DCNN, often improves the training result when distinguishing chest X-ray of tuberculosis. can you SHOW ME the CODE of DCGAN? | fe976aa58b629c34cda64e6f31237316 | {
"intermediate": 0.05153521150350571,
"beginner": 0.021669920533895493,
"expert": 0.9267948865890503
} |
12,337 | developerupdates
Home
Insights
Top ChatGPT prompts for programmers with examples
Top ChatGPT prompts for programmers with examples
#chatgpt#ai#tutorial#programming
Top ChatGPT prompts for programmers with examples
Chetan Mahajan
May 21, 2023
ChatGPT is going to change the world, and programmers also can't avoid this.... | 6a587cd446af14889886e725071b53cf | {
"intermediate": 0.3677820563316345,
"beginner": 0.40539535880088806,
"expert": 0.22682252526283264
} |
12,338 | Act as: Node.js Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose
Functionality: Newsletter
Mandatory Fields: Email
Optional fields: name
Task: Make an API that takes a name and an email address as inputs and sends back a success flag | a9fc0f83cd6d6ecb94036452ac5c6233 | {
"intermediate": 0.899412214756012,
"beginner": 0.05229305103421211,
"expert": 0.048294734209775925
} |
12,339 | Act as: Node.js Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose
Functionality: Newsletter
Mandatory Fields: Email
Optional fields: name
Task: Make an API that takes a name and an email address as inputs and sends back a success flag. Generate only code with proper filenames and folder structure. | cb58cb3ebe98013b5425c22d1abbc3a2 | {
"intermediate": 0.9041466116905212,
"beginner": 0.055528830736875534,
"expert": 0.04032456502318382
} |
12,340 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code with file names and folder structure. | 79f95d61defddcd18ac6c9eb82e1a414 | {
"intermediate": 0.8742482662200928,
"beginner": 0.06398838758468628,
"expert": 0.06176334619522095
} |
12,341 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code with file names and folder structure. | e6e65fdceffd78a14cb05987b6e4f4d0 | {
"intermediate": 0.8742482662200928,
"beginner": 0.06398838758468628,
"expert": 0.06176334619522095
} |
12,342 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code with file names and folder structure. Separate the files by "###$$$###". | c380628bc5105db96ddb06268744a743 | {
"intermediate": 0.8271640539169312,
"beginner": 0.07392653077840805,
"expert": 0.09890937805175781
} |
12,343 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code with file names and folder structure. Separate files by ###$$$###. | d6997ba2b4b9972d836ba13a16306adf | {
"intermediate": 0.8733184933662415,
"beginner": 0.04980672523379326,
"expert": 0.0768747553229332
} |
12,344 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code with file names and folder structure. Separate files by "NEW FILE" separa... | 7d733f403f8e1431f1920e68cfa50cd5 | {
"intermediate": 0.8696740865707397,
"beginner": 0.05733980983495712,
"expert": 0.07298615574836731
} |
12,345 | I am having problems with this code: Sub CopyAllREP()
Dim lastRow As Long
Dim i As Long
Shell "notepad.exe", vbNormalFocus
Application.Wait Now + TimeValue("00:00:01")
'Get the last row of data in column C
lastRow = Range("C" & Rows.count).End(xlUp).Row
'Loop through each cell in column C
For i = 1 To lastRow
If Rang... | 3ba7be5b7a2a956dfa1cb1bc41104716 | {
"intermediate": 0.2955173850059509,
"beginner": 0.5654484629631042,
"expert": 0.1390341818332672
} |
12,346 | Act as: MERN Developer
Technology stack: Node.js, Express.js, MongoDB, Mongoose, ReactJS
Functionality: scrape google trends and populate graph in ui
Task: Make an API that scrape google trends data and populate graph in UI. Generate only code. Mention file names with folder structure. | 06313a257120937130f5afc3e90c89b2 | {
"intermediate": 0.8089097142219543,
"beginner": 0.09934523701667786,
"expert": 0.09174511581659317
} |
12,347 | Act as: ReactJS Developer
Technology stack: ReactJS
Functionality: Drag and Drop Code Generator
Task: Make UI to build code using drag and drop. Generate only code with file names and folder structure. | ce752a3a90b8bde5bd5ac48cf331bddb | {
"intermediate": 0.36575061082839966,
"beginner": 0.25994420051574707,
"expert": 0.37430518865585327
} |
12,348 | write a python program to solve the eight queens problem | 27dead33cbce45f190082b44b4199c56 | {
"intermediate": 0.19596080482006073,
"beginner": 0.1506907343864441,
"expert": 0.6533485054969788
} |
12,349 | Linux Fedora 38 additional media codecs install | b58abe831e3ce809b14d22dbbc8fc87f | {
"intermediate": 0.3548543155193329,
"beginner": 0.25936082005500793,
"expert": 0.38578489422798157
} |
12,350 | create a csv file and store data in that using javascript | c1de39d47f91a354a0de94629faeb3c7 | {
"intermediate": 0.5355288982391357,
"beginner": 0.16175073385238647,
"expert": 0.3027203679084778
} |
12,351 | Unable to find the ncurses libraries or the | 0bd2fb6bdc2218b9254ec196b442ea63 | {
"intermediate": 0.5383247137069702,
"beginner": 0.23619204759597778,
"expert": 0.22548319399356842
} |
12,352 | I used this signal_generator code: def signal_generator(df):
open = df.Open.iloc[-1]
close = df.Close.iloc[-1]
previous_open = df.Open.iloc[-2]
previous_close = df.Close.iloc[-2]
# Calculate EMA indicators
ema_10 = ta.trend.EMAIndicator(df['Close'], window=10)
ema_50 = ta.trend.EMAIndicator(... | 7e838cd64ef6173b785e40d572db29ae | {
"intermediate": 0.3128967881202698,
"beginner": 0.37003040313720703,
"expert": 0.3170727789402008
} |
12,353 | You didn't continue code, code: def signal_generator(df):
open = df.Open.iloc[-1]
close = df.Close.iloc[-1]
previous_open = df.Open.iloc[-2]
previous_close = df.Close.iloc[-2]
# Calculate EMA and MA indicators
ema_10 = talib.EMA(df[‘Close’], timeperiod=10)
ema_50 = talib.EMA(df[‘Close’], timeperiod=50)
ema_200 = talib... | 7cbf446e5eb0e2811d861ca3b9d9a131 | {
"intermediate": 0.3868474066257477,
"beginner": 0.35975784063339233,
"expert": 0.2533947825431824
} |
12,354 | I used this code: # Define function to calculate EMA and SMA
def EMA(close, period):
ema = close.ewm(span=period, adjust=False).mean()
return ema
def SMA(close, period):
sma = close.rolling(window=period).mean()
return sma
# Define function to calculate Dragonfly Doji and Hammer patterns
def CDLDRAGON... | e07bc8895f4f5323148a036fc58a92d8 | {
"intermediate": 0.24880345165729523,
"beginner": 0.382883220911026,
"expert": 0.36831334233283997
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.