row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
40,859 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s <N_OPS> <N_ENTRIES>\n", argv[0]);
return 1;
}
int n_ops = atoi(argv[1]);
int n_entries = atoi(argv[2]);
int i, j;
int *vector1, *vector2, *sum;
// Allocate... | f40f639bbec84ae5ee1d421cf814b82f | {
"intermediate": 0.32509908080101013,
"beginner": 0.4267684519290924,
"expert": 0.24813242256641388
} |
40,860 | What is wrong with this code:
@app.route("/buy", methods=["GET", "POST"])
@login_required
def buy():
if request.method == "GET":
return render_template("buy.html")
elif request.method == "POST":
my_symbb = request.form.get('symbolb')
my_quant = request.form.get('quantity')
try:
... | 3ca4062f2b8df235dc8ca938c323b108 | {
"intermediate": 0.4959712326526642,
"beginner": 0.3532809019088745,
"expert": 0.1507478654384613
} |
40,861 | <html>
<head>
<title>413 Request Entity Too Large</title>
</head>
<body>
<center>
<h1>413 Request Entity Too Large</h1>
</center>
<hr>
<center>nginx/1.18.0 (Ubuntu)</center>
</body>
</html> | 372f34fabfea8704484a690521db468b | {
"intermediate": 0.3249635398387909,
"beginner": 0.24478113651275635,
"expert": 0.43025535345077515
} |
40,862 | We want to find the largest item in a list of n items.
Use the divide-and-conquer approach to write an algorithm (pseudo code is OK). Your algorithm will return the largest item (you do not need to return the index for it). The function that you need to design is int maximum (int low, int high), which low and high stan... | 3538d471fb3509f1493a823b9d18a102 | {
"intermediate": 0.1548164188861847,
"beginner": 0.10255525261163712,
"expert": 0.7426283359527588
} |
40,863 | generate more comprehensive details and examples on, 5. Creating Engaging Content, minimalist tone | 7f846955c516006b776981febdb07834 | {
"intermediate": 0.324297159910202,
"beginner": 0.3384196162223816,
"expert": 0.3372832238674164
} |
40,864 | how do i restart a command using zsh once it errors out | 67d0adbd750dd70693b9e015338e07f2 | {
"intermediate": 0.6249884366989136,
"beginner": 0.16323839128017426,
"expert": 0.21177314221858978
} |
40,865 | with this error to a command,
[cli][error] Error when reading from stream: Read timeout
[cli][info] Stream ended
or this error
^CInterrupted! Closing currently open stream...
when either of the errors comes up, rerun the command | dc269f46658157c8434f04e8f331b69d | {
"intermediate": 0.4954198896884918,
"beginner": 0.222110778093338,
"expert": 0.2824693024158478
} |
40,866 | var userID = gs.getUserID();
var incident = new GlideAggregate('incident');
incident.addQuery('sys_created_by', userID);
incident.addAggregate('COUNT');
incident.query();
var totalCount = 0;
while(incident.next()){
totalCount = addAggregate('COUNT');
}fix this | f4015fbfd3014366f16855221dc85f1b | {
"intermediate": 0.3547288179397583,
"beginner": 0.31635600328445435,
"expert": 0.32891520857810974
} |
40,867 | как вывести сумму, которая начислилась по процентам за 12 месяцев?
public static void main(String[] args) throws Exception {
int month = 1;
double startAmount = 998874.25;
while (month <= 12) {
double resSum = startAmountPlusProcentOfYear(startAmount);
startAmount = res... | 4e60046c8103e2c5b852e3a1cb755707 | {
"intermediate": 0.28318679332733154,
"beginner": 0.5995753407478333,
"expert": 0.11723790317773819
} |
40,868 | hi | bb2e3c5a42eee6a3815d39285b11e8d6 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
40,869 | how to check unresolved alaram count in ossim alienvault using CLI | 88bb8ea5f0cb0b05beede30cf95a07b9 | {
"intermediate": 0.44388583302497864,
"beginner": 0.17740105092525482,
"expert": 0.37871310114860535
} |
40,870 | hi! | 88de4fe8048f33904ae2c67532442824 | {
"intermediate": 0.32477712631225586,
"beginner": 0.26637697219848633,
"expert": 0.4088459014892578
} |
40,871 | can try to generate a complete, newly created tune in ABC notation with a full structure,
In the tune | be32260bde10f13e99019f431fce047c | {
"intermediate": 0.2498367577791214,
"beginner": 0.22435934841632843,
"expert": 0.5258039236068726
} |
40,872 | In linux, how to see memory usage of a process in MB | 08b845ed9bbf4df48ce75a9dde4186db | {
"intermediate": 0.3275543749332428,
"beginner": 0.35301947593688965,
"expert": 0.31942614912986755
} |
40,873 | You are an automated processing system. Customers send messages that contain information about an order. Your task is to extract the essential order information like article numbers and quantity from the message of the user and to output them in a JSON structured dataset in a format like this:
{
"action":"order"
"order... | 0f36f7cfd8d5dd0e1bacb8a237b185d0 | {
"intermediate": 0.5407524704933167,
"beginner": 0.18341074883937836,
"expert": 0.2758367657661438
} |
40,874 | post about create telegram bots | 88c5faafe497d76e241e43b7c8ba31ba | {
"intermediate": 0.2619784474372864,
"beginner": 0.268005907535553,
"expert": 0.47001561522483826
} |
40,875 | solve x^2 - y = 1 in positive integers | 7a97ebcbb78034a9935df489115f4481 | {
"intermediate": 0.29744645953178406,
"beginner": 0.4104435443878174,
"expert": 0.2921099364757538
} |
40,876 | referal function aiogram python for telegram bot | 84bcc6f3203dab2b11a2bc32463c1b95 | {
"intermediate": 0.33729562163352966,
"beginner": 0.26353874802589417,
"expert": 0.39916566014289856
} |
40,877 | function proceed file from user and send user proceed file dont save on disk and save on server telegram python aiorgam | c7669a233f6ed01870690ab030e74c74 | {
"intermediate": 0.4088107943534851,
"beginner": 0.33861464262008667,
"expert": 0.2525745630264282
} |
40,878 | i want to pass 1,2,3,4,5,6,7,8,9,10 as a value to a mysql stored procedure to add in a whereclause which is like
AND TRIM(REGEXP_REPLACE(chamber_id, '[[:space:]]+', ' ')) IN (1,2,3,4,5,6,7,8,9,10), how to pass this parameter and how to use it | 28d0d1e243e671e66dfe16ec57ff20f4 | {
"intermediate": 0.3898826837539673,
"beginner": 0.4862644672393799,
"expert": 0.12385282665491104
} |
40,879 | tell me about you | bd4fc681dc8dba90442019aa6fc61282 | {
"intermediate": 0.45017561316490173,
"beginner": 0.3081320524215698,
"expert": 0.24169236421585083
} |
40,880 | React display a list of tokens for each person with their information extracted from a users.json file in local folder src using only props and children to send information to this components: UserPicture, UserName and UserLocation inside a folder for each user called User and this folder inside another folder called U... | 4a97dc872d58d03b3310b514da0724aa | {
"intermediate": 0.32909685373306274,
"beginner": 0.4997497498989105,
"expert": 0.17115339636802673
} |
40,881 | Привет! Как исправить такую ошибку в терминале VS CODE?
PS C:\Geekayou> .venv\Scripts\activate
.venv\Scripts\activate : Невозможно загру
зить файл C:\Geekayou\.venv\Scripts\Activ
ate.ps1, так как выполнение сценариев отк
лючено в этой системе. Для получения допо
лнительных сведений см. about_Execution_P
olicies по ... | 3a645656e5078b37c0bc8a2e39c9b595 | {
"intermediate": 0.21690408885478973,
"beginner": 0.6320613026618958,
"expert": 0.15103457868099213
} |
40,882 | in rust i have a struct containg &str. and a associated method is tther that returns a chunk of struct's &str. i dont want to use String a return type. generate a function that does it in optimized way. | d74db808cabc6403d2a11e2d080f8063 | {
"intermediate": 0.28000444173812866,
"beginner": 0.3317568302154541,
"expert": 0.3882387578487396
} |
40,883 | What's optmem_max in Linux? | 350692c132dd49222105f8cc7a634500 | {
"intermediate": 0.407993882894516,
"beginner": 0.22951099276542664,
"expert": 0.3624950647354126
} |
40,884 | how to create endpoint with fastapi , that can handle video | 73af3616088e6b738f7186bcc41e0c04 | {
"intermediate": 0.5954513549804688,
"beginner": 0.09735103696584702,
"expert": 0.30719760060310364
} |
40,885 | how to fix: ⚠ Your project has `@next/font` installed as a dependency, please use the built-in `next/font` instead. The `@next/font` package will be removed in Next.js 14. You can migrate by running `npx @next/codemod@latest built-in-next-font .`. Read more: https://nextjs.org/docs/messages/built-in-next-font
○ Compil... | c7d3047a97d17b54fa26b24432d4a698 | {
"intermediate": 0.2914658188819885,
"beginner": 0.3094756007194519,
"expert": 0.3990585207939148
} |
40,886 | hey! i need a list of all loyalty cards types with examples | 1ef946e7d5dc823a9561c3442c1c90e7 | {
"intermediate": 0.35910385847091675,
"beginner": 0.38831627368927,
"expert": 0.25257986783981323
} |
40,887 | '//: ////////////////////////////////////////////////////////////////////////////
'//+
'//+ Copyright (c) Sagemcom Froeschl GmbH. All rights reserved.
'//+
'//+ ////////////////////////////////////////////////////////////////////////////
'//+
'//+ project: BugFix build
'//+ parameter: There are several comman... | cb8ba646a30fe757c998bbe54c48b4c5 | {
"intermediate": 0.32372018694877625,
"beginner": 0.528849184513092,
"expert": 0.14743059873580933
} |
40,888 | You're a system admin / devops. You've a solution that use Kong, Keycloak, FastAPI, Redis, RabbitMQ, PostgreSQL and MariaDB. All of them are in a docker-compose. | 968647f5033c3f08e49df72f31e2c80c | {
"intermediate": 0.9022905230522156,
"beginner": 0.054246686398983,
"expert": 0.043462809175252914
} |
40,889 | You're a devops / system admin. You have a solution, that use Kong, Keycloak, FastAPI, Redis, RabbitMQ, PostgreSQL, MariaDB, all of them are in a docker-compose. How do you monitor this ? | 0c838f032fbbe62fd5e567815b248da7 | {
"intermediate": 0.9604053497314453,
"beginner": 0.02314627170562744,
"expert": 0.01644839346408844
} |
40,890 | simulate form filling for backend for flask app | 27051de45c3f43e7496c7842411eff4e | {
"intermediate": 0.3797473609447479,
"beginner": 0.297554612159729,
"expert": 0.32269808650016785
} |
40,891 | What is this error:
nix error: building nix env: exit status 1
Output has been trimmed to the last 20 lines
whose name attribute is located at /nix/store/4va5hjb3sdk8pnpn3dsnkdg65fw28jgv-nixpkgs-23.05-src/pkgs/stdenv/generic/make-derivation.nix:303:7
… while evaluating attribute 'REPLIT_LD_LIBRARY_PAT... | 8c5006b6cca15cd43bf2b6f032331645 | {
"intermediate": 0.500613272190094,
"beginner": 0.24160157144069672,
"expert": 0.2577851414680481
} |
40,892 | Using this info, please make me a script and steps to running GPT chat in replit:
Using GPT-3.5 and GPT-4 via the OpenAI API in Python
In this tutorial, you'll learn how to work with the OpenAI Python package to programmatically have conversations with ChatGPT.
Apr 2023
· 14 min read
CONTENTS
When Should You Use the ... | 31dea66b9a5aaed1c2e4e5ff6f9014dd | {
"intermediate": 0.47314321994781494,
"beginner": 0.325276643037796,
"expert": 0.20158010721206665
} |
40,893 | Данные
A_id Size Weight Sweetness Crunchiness Juiciness Ripeness Acidity Quality
0 0.0 -3.970049 -2.512336 5.346330 -1.012009 1.844900 0.329840 -0.491590483 good
1 1.0 -1.195217 -2.839257 3.664059 1.588232 0.853286 0.867530 -0.722809367 good
2 2.0 -0.292024 -1.351282 -1.738429 -0.342616 2.838636 -0.038033 2.621636473 b... | 0add75d4a02076848a0ab3854a890a2a | {
"intermediate": 0.2786024808883667,
"beginner": 0.25153666734695435,
"expert": 0.46986091136932373
} |
40,894 | he has to identify the words are spam or not. Help him in order to analyze and
classify
the
spam
data using
XG
Boost
Classifier
emails.csv: information : rows of the emails from 1 to 350 and numbered accordingly by the words count of 1st row and 1st row contains the bunch of words of email text.
give me python progr... | cd7faf68af0022057ec6a8e7fec8b8d7 | {
"intermediate": 0.4999460279941559,
"beginner": 0.129601389169693,
"expert": 0.3704526126384735
} |
40,895 | he has to identify the words are spam or not. Help him in order to analyze and
classify
the
spam
data using
XG
Boost
Classifier
emails.csv: information : rows of the emails from 1 to 350 and numbered accordingly by the words count of 1st row and 1st row contains the bunch of words of email text. - graph and visual pl... | 8013078e56f3a70771725c98a2f13382 | {
"intermediate": 0.25055351853370667,
"beginner": 0.1380346417427063,
"expert": 0.6114118695259094
} |
40,896 | Can you make a complete list of sysctl settings on Linux that relates to amount of a simultaneous tcp connections in different states. Make a short comment to each setting on what it affects. | 2793da902e2d8a526dd4946c0cb86369 | {
"intermediate": 0.2955227196216583,
"beginner": 0.2628117799758911,
"expert": 0.44166550040245056
} |
40,897 | Данные
A_id Size Weight Sweetness Crunchiness Juiciness Ripeness Acidity Quality
0 0.0 -3.970049 -2.512336 5.346330 -1.012009 1.844900 0.329840 -0.491590483 good
1 1.0 -1.195217 -2.839257 3.664059 1.588232 0.853286 0.867530 -0.722809367 good
2 2.0 -0.292024 -1.351282 -1.738429 -0.342616 2.838636 -0.038033 2.621636473 b... | 1a46fe0eca669abc8a0570ec62f5da8f | {
"intermediate": 0.38416269421577454,
"beginner": 0.20254568755626678,
"expert": 0.4132915735244751
} |
40,898 | import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from sklearn.model_selection import cross_val_score, train_test_split
from sklearn.ensemble import BaggingClassifier
from sklearn.tree import DecisionTreeClassifier
from sklearn.linear_model import LogisticRegression
from sklearn.preprocessing impor... | f6ef7453f2038748f8fc7725099cc60b | {
"intermediate": 0.41886216402053833,
"beginner": 0.48208707571029663,
"expert": 0.09905066341161728
} |
40,899 | Traceback (most recent call last):
File "c:\Users\Kikin\OneDrive\Bureau\Trading\IA de Trading\structure_IA.py", line 4, in <module>
import tensorflow as tf
File "C:\Users\Kikin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\tensorflow\... | f602d7b34605bcd120afe2894038ea12 | {
"intermediate": 0.40261194109916687,
"beginner": 0.2730294167995453,
"expert": 0.32435864210128784
} |
40,900 | WARNING: The script tensorboard.exe is installed in 'C:\Users\Kikin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-locat... | e9e93ca43cb90a3caafd93ae1783e0a5 | {
"intermediate": 0.3318324089050293,
"beginner": 0.18841122090816498,
"expert": 0.47975632548332214
} |
40,901 | Hi. What is 56^79 times 9206? | e2a7021238a7d4ad17410556d4387ee4 | {
"intermediate": 0.3171013593673706,
"beginner": 0.2859877049922943,
"expert": 0.3969109356403351
} |
40,902 | In c++ I have this code:
Class Size
{
Size() : Size(0,0) {}
Size(int x, int y) {...}
SetX ...
SetY ...
}
Class Main
{
private:
Size size;
}
Which way is more efficient?
1)
int windowWidth = 0;
int windowHeight = 0;
SDL_GetWindowSize(window, &windowWidth, &windowHeight);
size.SetX(windowWidth);
size.SetY(window... | 83ec29b01978e6af647807022e969b82 | {
"intermediate": 0.35859936475753784,
"beginner": 0.49305662512779236,
"expert": 0.1483440101146698
} |
40,903 | You're an system admin. Make a qemu configuration to execute alpine linux, with 1 cpu and 1G ram | 1bba566bdfa100d22440e1026fd84c69 | {
"intermediate": 0.33037713170051575,
"beginner": 0.39278507232666016,
"expert": 0.2768377661705017
} |
40,904 | How to make a command with one option per line and a comment that explain this option in powershell ? | f1ec4b28914bfd23c2905dc79dd13548 | {
"intermediate": 0.5063918828964233,
"beginner": 0.16944953799247742,
"expert": 0.324158638715744
} |
40,905 | In my game called star system generator, give formula for restricted distance. Above 50 AU distance from Sun-like radius, planets can't be placed. | 5e42dc348e6f2fb43ceb6b017d66d957 | {
"intermediate": 0.40108564496040344,
"beginner": 0.2803995907306671,
"expert": 0.31851476430892944
} |
40,906 | some info about my dataset # Convert 'WeekDate' to datetime format
dataset_newitem = dataset_newitem.with_columns(
pl.col("WeekDate").str.strptime(pl.Datetime, "%Y-%m-%d")
)
# Group by ‘MaterialID’, ‘SalesOrg’, ‘DistrChan’, 'CL4' and 'WeekDate', then sum 'OrderQuantity'
y_cl4 = dataset_newitem.groupby(['MaterialID... | db5969d2ca842dc01b02f122974b1608 | {
"intermediate": 0.28025320172309875,
"beginner": 0.48103129863739014,
"expert": 0.2387155294418335
} |
40,907 | How to fix: 1 of 1 unhandled error
Server Error
TypeError: Cannot read properties of null (reading 'useState')
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
components\Transition.jsx (6:50) @ eval
4 | import ParticlesContainer from "./ParticlesCon... | c8d45c436e79a208cdd1ebd42dc825bf | {
"intermediate": 0.40935400128364563,
"beginner": 0.46569597721099854,
"expert": 0.12495003640651703
} |
40,908 | Write the TOC for a book of BBC BASIC programs that generate poems.. Also provide a sample (working) limerick generator... | c92f0789b664ff70e66cd905a31314be | {
"intermediate": 0.3809419274330139,
"beginner": 0.3514581024646759,
"expert": 0.2675999701023102
} |
40,909 | Server Error
TypeError: Cannot read properties of null (reading 'useEffect')
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
components\Transition.jsx (8:12) @ eval
6 |
7 |
> 8 | useEffect(() => {
| ^
9 | function han... | 22a8dfb3d26c4f61ed7342b94b6e616d | {
"intermediate": 0.30586978793144226,
"beginner": 0.46199846267700195,
"expert": 0.2321317046880722
} |
40,910 | make me a minecraft command to get a nice diamond pickaxe with silk touch and speed | 5d8e89c915f200b1e6f5a568ab24819a | {
"intermediate": 0.32532167434692383,
"beginner": 0.3098579943180084,
"expert": 0.3648203909397125
} |
40,911 | some info about my dataset # Convert 'WeekDate' to datetime format
dataset_newitem = dataset_newitem.with_columns(
pl.col("WeekDate").str.strptime(pl.Datetime, "%Y-%m-%d")
)
# Group by ‘MaterialID’, ‘SalesOrg’, ‘DistrChan’, 'CL4' and 'WeekDate', then sum 'OrderQuantity'
y_cl4 = dataset_newitem.groupby(['MaterialID... | b57b9ac4a456a5298bedb1ba0dfbf56a | {
"intermediate": 0.28025320172309875,
"beginner": 0.48103129863739014,
"expert": 0.2387155294418335
} |
40,912 | Briefly summarize the main idea of each paragraph in the space below each paragraph.
There is a time in every man's education when he arrives at the conviction that envy is ignorance; that imitation is suicide; that he must take himself for better, for worse, as his portion; that though the wide universe is full of go... | 7876ab29ea7ad6397e5300b343b50be1 | {
"intermediate": 0.41343390941619873,
"beginner": 0.4697301685810089,
"expert": 0.11683594435453415
} |
40,913 | -- Функция для получения здоровья игрока в процентах
function getPlayerHealthPercent(player)
local health = getElementHealth(player)
local maxHealth = getElementData(player, "maxHealth") or 100
return math.floor((health / maxHealth) * 100)
end
-- Функция для получения цвета здоровья игрока в зависимости от... | 5e6571299f75b2c942560c296fd2a569 | {
"intermediate": 0.2589171528816223,
"beginner": 0.5456615686416626,
"expert": 0.1954212784767151
} |
40,914 | ETL in Batch system (Related to Meta messenger app quarterly results)
Question 1: This is a product sense question related to DAU, MAU.
The growth rate of DAU was drop 8% and MAU was drop 5%. Analyze the story behind the data. Try to solve this question with focus on the dimension of the data. | 2abeef5711a08a4aad5a410c7d6f352e | {
"intermediate": 0.4188617765903473,
"beginner": 0.3603488504886627,
"expert": 0.22078937292099
} |
40,915 | which GPT version are you stand for? | c2ac6a0954aad8c6ac012a72a95a7640 | {
"intermediate": 0.36183983087539673,
"beginner": 0.2826511263847351,
"expert": 0.35550907254219055
} |
40,916 | talk me through the process of scraping data from reddit using python | fcfa2e24ceda64890b39c9b2d8556a5d | {
"intermediate": 0.6360660791397095,
"beginner": 0.09015413373708725,
"expert": 0.27377983927726746
} |
40,917 | I am making a C++ SDL based game engine, so far I have done several key parts like the ResourceManager, InputManager, ScreenManager, and currenly finishing the Renderer, and its related classes Surface, Texture, Rect, Point, Line, etc. What I am doing is wrapping the original SDL methods while also adding my own method... | fde98c75a9d884b41215e8377a85c76a | {
"intermediate": 0.6542629599571228,
"beginner": 0.2692432403564453,
"expert": 0.07649379968643188
} |
40,918 | Convert to .bat windows | 36badfac0481927bab324a563c02bc44 | {
"intermediate": 0.3255777359008789,
"beginner": 0.33293357491493225,
"expert": 0.34148865938186646
} |
40,919 | Convert this to .bat windows. Only need code. | 8b5e61a8107405bf5d2c343670995fb1 | {
"intermediate": 0.23769833147525787,
"beginner": 0.39901790022850037,
"expert": 0.3632836937904358
} |
40,920 | User
normally the number of data points is 1M. I want to make the plot application. i want to display the data as the line and scatter on the plot and interact the points. For example, find the peak and valley, calculate the difference between peak and valley where i selected using the area selection, hovering the data... | e6e99b90be1800b96a7f2d01a5183a8c | {
"intermediate": 0.8608073592185974,
"beginner": 0.07378111034631729,
"expert": 0.06541163474321365
} |
40,921 | You are going to pretend to be a senior software engineer at a FAANG company. Review the following code paying attention to security and performance. Provide outputs that a senior software engineer would produce regarding the code. | b2a7da2b10af60aa3b6e1f76204f71fd | {
"intermediate": 0.2683769166469574,
"beginner": 0.2732982039451599,
"expert": 0.4583248794078827
} |
40,922 | I’d like to have a dax measure that gets the max value for an order (since there can be multiple items in one order) but sums this. Can you tell me how to do this? | 1e5a7562f24be9e37490e5827d5fe63f | {
"intermediate": 0.39636650681495667,
"beginner": 0.2031107097864151,
"expert": 0.40052279829978943
} |
40,923 | hOW to convert 45.67890 in 45.7 in google sheets | 8f2b162d6b63e49b3a1b34a15dc1cc42 | {
"intermediate": 0.29952874779701233,
"beginner": 0.35175880789756775,
"expert": 0.3487125039100647
} |
40,924 | Hi | dea5a60930cd5c8b0cb2dc1cd87b711c | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
40,925 | Whats the best way to store location over long term in Xcode / Swift | 76767b4c525c79717df5b771fa7fca03 | {
"intermediate": 0.38151347637176514,
"beginner": 0.14351800084114075,
"expert": 0.4749685525894165
} |
40,926 | Whats the best way to store location over long term in Xcode / Swift? I want the ability to store timestamps and locations | 76dd270b7a7dd007c90b3e76c10aebad | {
"intermediate": 0.5528116822242737,
"beginner": 0.1602003574371338,
"expert": 0.28698796033859253
} |
40,927 | How would I use json encoder and codable to encode a CLLOcation | 9193be513fa82207affbcda731fc3d01 | {
"intermediate": 0.46997731924057007,
"beginner": 0.22915123403072357,
"expert": 0.3008714020252228
} |
40,928 | why aint work
let time = [[NSDate date] timeIntervalSince1970]; | 78b61845608e6ceddc653f900ca1a835 | {
"intermediate": 0.2766004502773285,
"beginner": 0.543287456035614,
"expert": 0.1801120489835739
} |
40,929 | why aint work
let time = [[NSDate date] timeIntervalSince1970];" | a4d4335187d6fd6ff775bd5a332c4c68 | {
"intermediate": 0.24610884487628937,
"beginner": 0.5824358463287354,
"expert": 0.1714552789926529
} |
40,930 | Where to call send function, before connect or after it in case of sending data with TCP_FASTOPEN option for client on Linux? | 4a5dd8fa94ea3548125711cb0b683010 | {
"intermediate": 0.5885124206542969,
"beginner": 0.21002644300460815,
"expert": 0.20146121084690094
} |
40,931 | windows bat script for shutdown pc after one hour of inactivity | ff5d2915c7c4d34e22fa724471144c89 | {
"intermediate": 0.32619741559028625,
"beginner": 0.2880561947822571,
"expert": 0.38574641942977905
} |
40,932 | windows bat script for shutdown pc after one hour of inactivity | a64eaa1e256b7bd99748de7dd292392c | {
"intermediate": 0.32619741559028625,
"beginner": 0.2880561947822571,
"expert": 0.38574641942977905
} |
40,933 | Write a program in PowerShell to connect to oracle using instant client and a local tnsnames.ora file | f14e40d0e9363da7f389ad6303a86ea8 | {
"intermediate": 0.3139227032661438,
"beginner": 0.18926049768924713,
"expert": 0.4968167543411255
} |
40,934 | Write a powershell program to connect to oracle using instant client and local tnsnames.ora file | 1ba840b0ff6ba7b8ff23434cedd918ad | {
"intermediate": 0.3925071060657501,
"beginner": 0.20203858613967896,
"expert": 0.40545427799224854
} |
40,935 | What is wrong with this table html code?
{% extends "layout.html" %}
{% block title %}
Welcome!
{% endblock %}
{% block main %}
<main>
<table class="table table-striped">
<thread>
<tr>
<th class="text-start">Symbol </th>
<th class="text-start">Share... | a4dee19a33af7606071784b91bce9e53 | {
"intermediate": 0.17123983800411224,
"beginner": 0.7301235198974609,
"expert": 0.0986366868019104
} |
40,936 | What is wrong with this table html code?
{% extends “layout.html” %}
{% block title %}
Welcome!
{% endblock %}
{% block main %}
<main>
<table class=“table table-striped”>
<thread>
<tr>
<th class=“text-start”>Symbol </th>
<th class=“text-start”>Shares </th>
<th class=“text-start”>Price </th>
<th class=“text-start”>TO... | 6eaddb632af238207f1bb3cd7acdb1a0 | {
"intermediate": 0.264952152967453,
"beginner": 0.599107563495636,
"expert": 0.1359403431415558
} |
40,937 | What is wrong with this table html code?
{% extends “layout.html” %}
{% block title %}
Welcome!
{% endblock %}
{% block main %}
<main>
<table class=“table table-striped”>
<thread>
<tr>
<th class=“text-start”>Symbol </th>
<th class=“text-start”>Shares </th>
<th class=“text-start”>Price </th>
<th class=“text-start”>TO... | a0fbc84293831e49b7170283629043f4 | {
"intermediate": 0.264952152967453,
"beginner": 0.599107563495636,
"expert": 0.1359403431415558
} |
40,938 | Illustrate the operation of Heapsort on the input array A = <5, 13, 2, 25, 7, 17, 20, 8, 4>. Draw the heap just after Build-Max-Heap was executed. Then draw a new heap after another (the next) element has been sorted; the last heap you draw has a single element. | 986cc58db73e48b081cc4f464f52d96d | {
"intermediate": 0.38786810636520386,
"beginner": 0.17845574021339417,
"expert": 0.4336760938167572
} |
40,939 | Imagine a creative brainstorm and with these ideas you are inspired to write a list of different syntaxes with visual descriptions of a "prompt generator" suitable for application in some AI that generates images and that in its contexts carries the indication of creating a humorous and extended message. cartoon charac... | 9701d21a2afd28643623eaec4518a7d3 | {
"intermediate": 0.09252732992172241,
"beginner": 0.355164110660553,
"expert": 0.5523084998130798
} |
40,940 | write a program using powershell to connect to oracle using Oracle.ManagedDataAccess.dll and local wallet | 38155d53d4c412f06e3a0c0d56a7846b | {
"intermediate": 0.5286876559257507,
"beginner": 0.17520327866077423,
"expert": 0.29610905051231384
} |
40,941 | write a program using powershell to connect to oracle using Oracle.ManagedDataAccess.dll and local wallet | cd5770e021e36bd340c5597a95296e51 | {
"intermediate": 0.5286876559257507,
"beginner": 0.17520327866077423,
"expert": 0.29610905051231384
} |
40,942 | write a program using powershell to connect to oracle using Oracle.ManagedDataAccess.dll and local wallet | 6db2116c8f3c196339081bd54c2e7637 | {
"intermediate": 0.5286876559257507,
"beginner": 0.17520327866077423,
"expert": 0.29610905051231384
} |
40,943 | I'm trying to implement a stock trading webapp. For some reason my current stocks overview implementation doesn't work. Please fix it. Here's the flask code:
@app.route("/")
@login_required
def index():
if request.method == "GET":
cash = db.execute("SELECT cash FROM users;")
symbol = db.execute("SELE... | 35f086e1d6d97203acbabe113f5e24a0 | {
"intermediate": 0.27655771374702454,
"beginner": 0.5472205281257629,
"expert": 0.17622174322605133
} |
40,944 | I’m trying to implement a stock trading webapp. For some reason my current stocks overview implementation doesn’t work. Please fix it. Here’s the flask code:
@app.route(“/”)
@login_required
def index():
if request.method == “GET”:
cash = db.execute(“SELECT cash FROM users;”)
symbol = db.execute(“SELECT symbol FROM purc... | 7b6bcc341ed13bc76ce80aa2cab70f7e | {
"intermediate": 0.43783682584762573,
"beginner": 0.3114619851112366,
"expert": 0.2507012188434601
} |
40,945 | I’m trying to implement a stock trading webapp. For some reason my current stocks overview implementation doesn’t work. Please fix it. Here’s the flask code:
import os
from cs50 import SQL
from flask import Flask, flash, redirect, render_template, request, session
from flask_session import Session
from werkzeug.secur... | 0a7affce9db2f5ff5c1275757b5c8cbe | {
"intermediate": 0.44333159923553467,
"beginner": 0.3081551790237427,
"expert": 0.24851323664188385
} |
40,946 | I’m trying to implement a stock trading webapp. For some reason my current stocks overview implementation doesn’t work. Please fix it. Here’s the flask code:
import os
from cs50 import SQL
from flask import Flask, flash, redirect, render_template, request, session
from flask_session import Session
from werkzeug.secur... | d0e973a00d5394a553ab12ec41c02308 | {
"intermediate": 0.44333159923553467,
"beginner": 0.3081551790237427,
"expert": 0.24851323664188385
} |
40,947 | please check this code:
fn main() {
let start = std::time::Instant::now();
let file = "/home/alejandro/Downloads/gencode.v44.annotation.gtf";
let contents = reader(file).unwrap();
let records = parallel_parse(&contents).unwrap();
let elapsed = start.elapsed();
println!("{:?}", records);
... | 632680884860cc1c6b185dd118e0a211 | {
"intermediate": 0.37964555621147156,
"beginner": 0.510019838809967,
"expert": 0.110334612429142
} |
40,948 | I need you to check and verify the below reward calculation function "calculate_reward(self, saturation_value, performance_metrics)" based on the below requirement, whether the given code satisfies the requirement or not in its computation steps. I am implemeted this function with im=n my reinforcement learning approac... | 8b2c40b5ea89f40656753993f48b300b | {
"intermediate": 0.3973873555660248,
"beginner": 0.3635406196117401,
"expert": 0.23907199501991272
} |
40,949 | hi | 112aad2da40b2330bae0f556a5d161e0 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
40,950 | scrape movies names from url = 'http://www.imdb.com/chart/toptv/'
oython script | 86664deba506e7e367175918ddd581e1 | {
"intermediate": 0.3503228425979614,
"beginner": 0.30780041217803955,
"expert": 0.341876745223999
} |
40,951 | Cause: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'height' at row 1
; Data truncation: Data too long for column 'height' at row 1; nested exception is com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column 'height' at row 1 | 79bc26bc032aafb7c1865b2dcd46be9b | {
"intermediate": 0.4131509065628052,
"beginner": 0.32001349329948425,
"expert": 0.2668355703353882
} |
40,952 | give me this data as key value pairs
genres = ["Thriller","Action","Drama","Crime","Documentary","Adventure","History","SciFI","RealityTv","Newa","TalkSHow"]
no_of_shows = [thrillercount,actioncount,dramacount,crimecount,documentarycount,adventurecount,historycount,scificount,realitytvcount,newscount,talkshowc... | 25ded9ddb66bebbee79ed6fc63e7ad9b | {
"intermediate": 0.3776993751525879,
"beginner": 0.356545090675354,
"expert": 0.2657555043697357
} |
40,953 | my array looks like this , how to extract just the numbers [[(378,)], [(1175,)], [(2771,)], [(1111,)], [(635,)], [(1200,)], [(315,)], [(155,)], [(45,)], [(23,)], [(89,)]] | 2cbdfece7f2b174dd91e135d68917034 | {
"intermediate": 0.4445550739765167,
"beginner": 0.2091817855834961,
"expert": 0.34626317024230957
} |
40,954 | A line graph representing the frequency count of TV-shows having n episodes, n varies from 1 to maximum no. of episodes present. Represent no. of episodes (on x-axis) and frequency count (on y-axis)
[('Breaking Bad', 62), ('Planet Earth II', 6), ('Planet Earth', 11), ('Band of Brothers', 10), ('Chernobyl', 5), ('The... | 62dba7dd2085668177bae4b71f606613 | {
"intermediate": 0.4027564227581024,
"beginner": 0.36870935559272766,
"expert": 0.2285342514514923
} |
40,955 | [(‘Breaking Bad’, 62), (‘Planet Earth II’, 6), (‘Planet Earth’, 11), (‘Band of Brothers’, 10), (‘Chernobyl’, 5), (‘The Wire’, 60), (‘Avatar: The Last Airbender’, 62), (‘Blue Planet II’, 7), (‘The Sopranos’, 86), (‘Cosmos: A Spacetime Odyssey’, 13), (‘Cosmos’, 13), (‘Our Planet’, 12), (‘Game of Thrones’, 74), (‘The Worl... | 475ffad0113d4f316b2a7b0ad70260ed | {
"intermediate": 0.3389936685562134,
"beginner": 0.4246525466442108,
"expert": 0.236353799700737
} |
40,956 | Set up your API Key (recommended)
Configure your API key as an environment variable. This approach streamlines your API usage by eliminating the need to include your API key in each request. Moreover, it enhances security by minimizing the risk of inadvertently including your API key in your codebase.
In your termina... | cd555a811f447c2a55148cd0cbafc0ca | {
"intermediate": 0.7191594243049622,
"beginner": 0.14062432944774628,
"expert": 0.1402161568403244
} |
40,957 | generate more comprehensive details and examples on, 2. Setting Up a Strategic Instagram Profile, minimalist tone | 97ffce081fb483f756dff4daf5486647 | {
"intermediate": 0.32710108160972595,
"beginner": 0.31394150853157043,
"expert": 0.3589573800563812
} |
40,958 | take user input in python | 4e9a0d5faa015313ea4d7a7aec41949d | {
"intermediate": 0.30135202407836914,
"beginner": 0.45069363713264465,
"expert": 0.2479543387889862
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.