row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
40,758 | Hello | b8ef5e7522d53c39127b872e36e56366 | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
40,759 | how do i get the lines to transform as stated in the css when the button is nav toggle is clicked and the menu is open: Nav.jsx: import Link from "next/link";
import { usePathname } from "next/navigation";
import React, { useState } from 'react';
// icons
import { GrBusinessService } from "react-icons/gr";
import { Bs... | 593c251fab3f67df3e18823ba7e86927 | {
"intermediate": 0.41349050402641296,
"beginner": 0.4882669150829315,
"expert": 0.09824251383543015
} |
40,760 | ########################################################################
# HELPER FUNCTIONS #
########################################################################
def print_grades(list_of_grades):
""" Prints grades to the console """
for grade in list_of... | 147822e7db4c879e158e859eacfadfe9 | {
"intermediate": 0.2952118217945099,
"beginner": 0.419302374124527,
"expert": 0.2854858338832855
} |
40,761 | friend1 = "Sarah"
friend2 = "James"
my_string = "My friends are {} and ".format(friend1, friend2)
print(my_string)
friend1 = "Sarah"
friend2 = "James"
my_string = "My friends are {} and ".format(friend1, friend2)
print(my_string) | b252a031a3845d05a35827bdb5666716 | {
"intermediate": 0.40761443972587585,
"beginner": 0.3087059259414673,
"expert": 0.28367963433265686
} |
40,762 | I’m making a spelling bee game with ClojureScript. Here is my code.
(ns spelling-bee.core
(:require
[clojure.string :as str]
[re-frame.core :as rf]
[reagent.core :as ra]
[reagent.dom :as rdom]
[stylefy.core :as stylefy :refer [use-style]]
[stylefy.reagent :as s... | 6dc40fce5f9c819ee4a08e48fb6d05f4 | {
"intermediate": 0.5066001415252686,
"beginner": 0.33415883779525757,
"expert": 0.15924108028411865
} |
40,763 | beforeDestroy() {
if (!this.chart) {
return
}
this.chart.dispose()
this.chart = null
}
как переписать на vue 3 | 9180082897b7a47968c1d3bb3ac635ea | {
"intermediate": 0.36986011266708374,
"beginner": 0.419714093208313,
"expert": 0.21042582392692566
} |
40,764 | ########################################################################
# HELPER FUNCTIONS #
########################################################################
def print_grades(list_of_grades):
""" Prints grades to the console """
for grade in list_of... | c36d6d930f026950cc6f2a1d9e880a9c | {
"intermediate": 0.3951568901538849,
"beginner": 0.29322898387908936,
"expert": 0.31161418557167053
} |
40,765 | please look at this code first : import sys
import obf_path
ZIPFILE = 'enc_maze.zip'
print('Look who comes to me :)')
print()
inp = input('Now There are two paths from here. Which path will u choose? => ')
if inp == 'Y0u_St1ll_1N_4_M4z3':
obf_path.obfuscate_route()
print()
else:
print('Unfortunately, thi... | 4b6a11044037c1b8bcdcab02f28edc80 | {
"intermediate": 0.4964195787906647,
"beginner": 0.2838040888309479,
"expert": 0.21977630257606506
} |
40,766 | def add_append_button():
""" Creates a button that allows the user to add to the dance moves list """
add_back = codesters.Rectangle(-180, -210, 100, 50, "green")
add_text = codesters.Text("Add Move", -180, -210, "white")
def click(sprite):
global dance_moves
user_choice = sprite.as... | a4c307a5716c23a3c7e472bb9fdcf6ac | {
"intermediate": 0.30274707078933716,
"beginner": 0.48469799757003784,
"expert": 0.21255487203598022
} |
40,767 | #section-4 .section-container {
width: calc(100vw-20px);
}
правильно? | 0709b10cb491fa78b88054774d95353d | {
"intermediate": 0.3078051805496216,
"beginner": 0.38699012994766235,
"expert": 0.30520468950271606
} |
40,768 | I’m making a spelling bee game with ClojureScript. Here is my code.
(ns spelling-bee.core
(:require
[clojure.string :as str]
[re-frame.core :as rf]
[reagent.core :as ra]
[reagent.dom :as rdom]
[stylefy.core :as stylefy :refer [use-style]]
[stylefy.reagent :as stylefy-reagent]
[spelling-bee.events :as events]
[spelling... | 6d747f1f2036acc0238ff74af4425222 | {
"intermediate": 0.43758946657180786,
"beginner": 0.34592941403388977,
"expert": 0.2164810746908188
} |
40,769 | encapsulation dot1q что значит | 1bb2b486241578680e120f8024d6f506 | {
"intermediate": 0.2525097727775574,
"beginner": 0.29455599188804626,
"expert": 0.45293423533439636
} |
40,770 | hi | d25865e9dd493eb9d9794a275cbcbd9f | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
40,771 | Change this code to use the llama 2 model instead:"import subprocess
subprocess.check_call(["pip", "install", "--upgrade", "gradio"])
subprocess.check_call(["pip", "install", "-q", "transformers", "python-dotenv"])
subprocess.check_call(["pip", "install", "-q", "openai"])
import gradio as gr
from transformers import T... | bc40cc7322ea6c55060f0cddfa935c7d | {
"intermediate": 0.23869290947914124,
"beginner": 0.2045527994632721,
"expert": 0.5567542910575867
} |
40,772 | Hi, how am i able to extend an llm to recognize my article numbers, article references and article descriptions in free texts and distinguish between an order or an request for quotation? | 70e6cd1cc69b6458c08995de5710cbb4 | {
"intermediate": 0.5595616698265076,
"beginner": 0.06466969847679138,
"expert": 0.37576860189437866
} |
40,773 | Summarize the key portfolio management techniques discussed in the article and provide the specific step-by-step examples where the author applies the relevant formulas for transaction costs, portfolio weighting, and expected returns. Include detailed descriptions of the author’s recommendations for diversification, bu... | 5a1d10f90380a02db9a0c9e6b55f7191 | {
"intermediate": 0.3830428719520569,
"beginner": 0.4236983358860016,
"expert": 0.19325879216194153
} |
40,774 | Summarize the key portfolio management techniques discussed in the article and provide the specific step-by-step examples where the author applies the relevant formulas for transaction costs, portfolio weighting, and expected returns. Include detailed descriptions of the author’s recommendations for diversification, bu... | 3c9011425d317742e6083dd6fa47ac14 | {
"intermediate": 0.40632161498069763,
"beginner": 0.42790985107421875,
"expert": 0.16576851904392242
} |
40,775 | python 强化学习报错:
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In [3], line 1
----> 1 returns = train(train_env, eval_env)
File /tf/notebooks/reinforcement/train.py:40, in train(train_env, eval_env, num_iterati... | e2ec1fa25d4ed870cbfaf64928f8b9b2 | {
"intermediate": 0.3101251423358917,
"beginner": 0.4357931911945343,
"expert": 0.25408172607421875
} |
40,776 | Prior distribution | c475dcf47636d5572339a3c17e852cd5 | {
"intermediate": 0.4030531048774719,
"beginner": 0.3303143084049225,
"expert": 0.2666325569152832
} |
40,777 | HI there | b7f0e5cfdee20991985cb4afe1576bc8 | {
"intermediate": 0.3344677686691284,
"beginner": 0.24773146212100983,
"expert": 0.41780075430870056
} |
40,778 | hi, Do you remember me? | e534d79e9c65525ea66765f11baf8305 | {
"intermediate": 0.3945586681365967,
"beginner": 0.25678855180740356,
"expert": 0.3486528694629669
} |
40,779 | Do I need to recompile Linux Kernel to let it to maintain 1000000 tcp connections simultaneously or I just need to change systemwide settings like via sysctl? Check multiple times the information you want to answer to make a most correct response. | a333d97fc941d9cf36fb65a13db32b27 | {
"intermediate": 0.38672077655792236,
"beginner": 0.26936766505241394,
"expert": 0.3439115583896637
} |
40,780 | I have an message that could be an order or an quote. I need to convert into a JSON structured dataset.
The article numbers are in the format “###-#-##” or “###-#-#x#”,
where a comma may appear in the last part.
Please extract the article numbers and their corresponding quantities from the message and output them in... | 795c1996f7bc9f637fff42cf976fe568 | {
"intermediate": 0.49289119243621826,
"beginner": 0.2135183960199356,
"expert": 0.2935904562473297
} |
40,782 | How do I check to see if package jupyter-summarytools is is there and import it and if not istall it with pip | 42ce01ab2ba443af747bede5515bcf01 | {
"intermediate": 0.6491938829421997,
"beginner": 0.09271109104156494,
"expert": 0.25809502601623535
} |
40,783 | //±-----------------------------------------------------------------+
//| test2.mq5 |
//| Copyright 2024, MetaQuotes Ltd. |
//| https://www.mql5.com |
//±-----------------------------------------------------------------+
#property copyright “Copyright 2024, MetaQuotes Ltd.”
#property link “https://www.mql5.com”
#proper... | b65610d75c2a462b90f4a07a39a8d7f8 | {
"intermediate": 0.296889066696167,
"beginner": 0.5031583309173584,
"expert": 0.19995269179344177
} |
40,784 | Can you make a short comments of these parameters and do I need to change it for server to achieve 1000000 simultaneous tcp connections: vm.max_map_count=262144
vm.dirty_background_ratio=5
vm.dirty_ratio=10
vm.swappiness=1
kernel.sem=2503904
kernel.shmmni=64
kernel.shmall=4294967296
kernel.shmmax=4294967296 ? | 55c198ed9d971f2ff3d70b89fbfd3d4f | {
"intermediate": 0.3453828692436218,
"beginner": 0.18576966226100922,
"expert": 0.46884751319885254
} |
40,785 | input double BelowCurrentPriceLevel = 1.13; // Уровень ниже текущей цены для алерта
input double AboveCurrentPriceLevel = 1.14; // Уровень выше текущей цены для алерта
input int PipsToChange = 20; // Количество пунктов изменения цены
input double InitialLots = 0.01; // Количество лотов дл... | 848d01774723716da2df5ecd8dccac31 | {
"intermediate": 0.1918083131313324,
"beginner": 0.6499209403991699,
"expert": 0.1582707315683365
} |
40,786 | write me an autohotkey script that left clicks 12 times per second when i hold down left click, add a hotkey to turn it on and off also | 587d17296854c0b86e1e392e1edf1f9a | {
"intermediate": 0.37958264350891113,
"beginner": 0.1092676967382431,
"expert": 0.5111497044563293
} |
40,787 | write me an autohotkey script that left clicks 12 times per second when i hold down left click, add a hotkey to turn it on and off also, DO NOT ADD ANYTHING BUT THE SCRIPT | 1e0a4047f8e6b318e95f2ac8c0ee464d | {
"intermediate": 0.3270532488822937,
"beginner": 0.1348886936903,
"expert": 0.5380581021308899
} |
40,788 | In Unity, I want an orthographic camera to render a depth texture which I could sample to project objects on the ground, I need get the result height from a compute shade | 2e190b5674bfbc9387c8795b889b9f1e | {
"intermediate": 0.6919598579406738,
"beginner": 0.1467001587152481,
"expert": 0.16133998334407806
} |
40,789 | ~$LButton::
KeyWait LButton, T0.04
If ErrorLevel
While GetKeyState("LButton", "P"){
Click
Sleep 23
}
add a off and on key for this ahk script | 808b7d7439ae6ecafd9016e16a7b1fda | {
"intermediate": 0.40521880984306335,
"beginner": 0.28745409846305847,
"expert": 0.30732712149620056
} |
40,790 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | 3e15d19d032a257d7608047b8ba14151 | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,791 | 3+4 | ecf2783ee56249828750c5f3e57108d7 | {
"intermediate": 0.3562089502811432,
"beginner": 0.325262188911438,
"expert": 0.3185288906097412
} |
40,792 | check this code, you are a rust expert:
let mut layer: Vec<(String, i32, String, String)> = vec![];
let mut mapper: HashMap<String, Vec<String>> = HashMap::new();
let mut inner: HashMap<String, BTreeMap<Sort, String>> = HashMap::new();
let mut helper: HashMap<String, String> = HashMap::new();
log... | 38a1ad2eddff703facb7fbd6586cb87d | {
"intermediate": 0.4647737741470337,
"beginner": 0.35177692770957947,
"expert": 0.18344929814338684
} |
40,793 | Wryie a fastapi example | 0877a72d90173e588d2c82229f4a76d0 | {
"intermediate": 0.5008198618888855,
"beginner": 0.22413139045238495,
"expert": 0.27504876255989075
} |
40,794 | Write a express js api | fc882780bd640e51f48d979a3cbbf6ad | {
"intermediate": 0.4655684530735016,
"beginner": 0.4077320098876953,
"expert": 0.1266995370388031
} |
40,795 | How do I work out the projected win amount if I place 100 bets and they win on average 53.86% at odds on average of 2.42 | 03479fe0372f9a2caa4fd38c2d068ab7 | {
"intermediate": 0.40346017479896545,
"beginner": 0.219719797372818,
"expert": 0.37682005763053894
} |
40,796 | I have an array of strings in typescript. How do I create a type that consists of the keys the array, all being mapped to numbers? | aae83b54f8bd7411f283994691ed7124 | {
"intermediate": 0.5439942479133606,
"beginner": 0.16101105511188507,
"expert": 0.29499465227127075
} |
40,797 | is the two column resume a good idea? | 80a536ec9cdbadef6b567892bb37d3cf | {
"intermediate": 0.3209242820739746,
"beginner": 0.23403719067573547,
"expert": 0.44503846764564514
} |
40,798 | I have a macro enabled word document.
In the document is a table which captures values from an excel sheet.
Is there a VBA code that I can add that will do the following:
adjust row hieght to fit the contents. | ae302f9b9a4f8a6c9ebd3793a37b3da9 | {
"intermediate": 0.37406060099601746,
"beginner": 0.3869616389274597,
"expert": 0.23897776007652283
} |
40,799 | please look at this code first -> use aes::Aes256;
use block_modes::block_padding::Pkcs7;
use block_modes::{BlockMode, Ecb};
use sha2::{Digest, Sha256};
use std::convert::TryInto;
use std::time::{Duration, Instant};
use std::{fs, io, thread};
type Aes256Ecb = Ecb<Aes256, Pkcs7>;
//const ENCRYPTED_AES_KEY: &str = ""... | 6cc10a73578231df398cf2a505b338b0 | {
"intermediate": 0.4758692681789398,
"beginner": 0.3205142021179199,
"expert": 0.20361654460430145
} |
40,800 | //+------------------------------------------------------------------+
//| ProjectName |
//| Copyright 2020, CompanyName |
//| http://www.companyname.net |
//+---------------------------------... | 8609293e33235fc5e6b01bad29bef8d4 | {
"intermediate": 0.33842799067497253,
"beginner": 0.39115944504737854,
"expert": 0.2704125940799713
} |
40,801 | How can I simplify this in Vue / quasar so I don't need to call allNotis.filter twice | 42bc8445636f60a61854ee7e631ebf16 | {
"intermediate": 0.5382746458053589,
"beginner": 0.22686871886253357,
"expert": 0.23485665023326874
} |
40,802 | In Real time stream system (Photo upload stream process)
Question: How to measure success for a photo upload application to find KPI (Key performance Indicator) data point? | bd801b54ebcc3c2643d43661b399b3f7 | {
"intermediate": 0.36364445090293884,
"beginner": 0.21087895333766937,
"expert": 0.42547664046287537
} |
40,803 | Skip to content
Home
Investing Strategy
Portfolio Strategy
How To Manage Your Portfolio To Maximize Your Returns
Nov. 17, 2023 9:48 AM ETBDT:CA, BIRDF, DAKT, IGIC, NATR, PRDO7 Comments
Yuval Taylor profile picture
Yuval Taylor
Investing Group Leader
Summary
Portfolio management techniques are vital to ... | 0a671a20e443396c660c4a18f6ddd40e | {
"intermediate": 0.3874675929546356,
"beginner": 0.3804011940956116,
"expert": 0.23213115334510803
} |
40,804 | convert the mean to median row wise uisng polars # Calculate the ensemble mean
ensemble = crossvalidation_df[['AutoARIMA', 'AutoETS', 'CES', 'DynamicOptimizedTheta']].mean(axis=1)
# Create a Series for the ensemble mean
ensemble_series = pl.Series('Ensemble', ensemble)
# Add the ensemble mean as a new column to the D... | 9fbbf1bd365ed0b9b18d4fe5f9e75e5d | {
"intermediate": 0.3528616428375244,
"beginner": 0.23500150442123413,
"expert": 0.41213682293891907
} |
40,805 | Why doesn't the color work? How can I make it work in a one liner like this
<q-avatar :color="`#FF0000`" text-color="white" icon="warning" /> | c4d858d6c58a9e0e9091cff74630be15 | {
"intermediate": 0.4380069673061371,
"beginner": 0.27250388264656067,
"expert": 0.28948912024497986
} |
40,806 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | 71f00ef46771c8d5904544d26b3ae3d3 | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,807 | i have ec2 instance i want to run docker in it with fastapi and dependecies | 83fbdc6bd3ee6975b659a8c2720e6cc0 | {
"intermediate": 0.5733129978179932,
"beginner": 0.1724098026752472,
"expert": 0.25427716970443726
} |
40,808 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | 532a803077bda2352990167a3fa1df5b | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,809 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | e198928ffb819ab00a6f436c7ed8bf4b | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,810 | public class RoboWalk extends Module {
private MinecraftClient instance = MinecraftClient.getInstance();
public boolean ACTIVE = false;
private final SettingGroup sgGeneral = settings.getDefaultGroup();
private final Setting<Boolean> debug = sgGeneral.add(new BoolSetting.Builder()
.name("Debu... | 40e4bfbccd2c037360805677a6b1116b | {
"intermediate": 0.3796581029891968,
"beginner": 0.47568732500076294,
"expert": 0.14465464651584625
} |
40,811 | Imagine that You are begininner java student trying to do this project. Given an array of integers, shift all elements one place to the left and return the array. The first element should be shifted to the last elements.
Example:
shiftLeft({1, 2, 3, 4, 5}) --> {2, 3, 4, 5, 1}
shiftLeft({3, 8, 7}) --> {8, 7, 3} | 5fef2a725f86302a028e7b220b091534 | {
"intermediate": 0.5004183053970337,
"beginner": 0.2176208794116974,
"expert": 0.28196078538894653
} |
40,812 | hey there, how are you doing? | 8088d744107ff0ddd160879855848dd7 | {
"intermediate": 0.35601165890693665,
"beginner": 0.29113924503326416,
"expert": 0.3528490960597992
} |
40,813 | Can you generate simple Python code to connect against GPT 3.5? | 52420f869dc104c9dc4d55a296031de7 | {
"intermediate": 0.5159162282943726,
"beginner": 0.19133253395557404,
"expert": 0.2927511930465698
} |
40,814 | can i bind a key to show all tooltip in the window | f1f560754c92702273cd42e71b303584 | {
"intermediate": 0.45659139752388,
"beginner": 0.1716592013835907,
"expert": 0.3717494308948517
} |
40,815 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | 9beecf3b118fec76a1db4c527e46eece | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,816 | # Чтение данных из файла House_Sales.csv
df = pd.read_csv(csv_file_path_1)
print(df.shape)
df.head()
Визуализируем кластеры в python | 01919a8426c352f50fef7968055df344 | {
"intermediate": 0.3482235074043274,
"beginner": 0.37353041768074036,
"expert": 0.27824604511260986
} |
40,817 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | a139a6d837cd6e6a34c04d006a2c4a5d | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,818 | this is my code:
records.par_iter().for_each(|(chrom, lines)| {
let mut layer: Vec<(u32, Arc<str>, Arc<str>)> = Vec::new();
let mut mapper: HashMap<Arc<str>, Vec<Arc<str>>> = HashMap::new();
let mut inner: HashMap<Arc<str>, BTreeMap<Sort, String>> = HashMap::new();
let mut helper: H... | 06ff82f25a4115255ea2124647cb6d0e | {
"intermediate": 0.35415005683898926,
"beginner": 0.47532495856285095,
"expert": 0.1705249845981598
} |
40,819 | (((Upon reviewing the entire context of our conversation, it is clear that the objective is to create a simple, web-based chess game. The unique aspect of this project is its reliance on a JavaScript algorithm to drive random, yet valid chess piece movements, alternating between white and black pieces. The interaction ... | 7505bc8f60ffc46226747540dc2a19d8 | {
"intermediate": 0.3037254214286804,
"beginner": 0.5067908763885498,
"expert": 0.18948370218276978
} |
40,820 | can you make it professional with beatiful style "<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
</head>
<body>
<!-- Video Upload Form -->
<h2>Upload Video</h2>
<form action="/upload/video... | fd65e404dd8d88a8dacafa9b92e25919 | {
"intermediate": 0.45520034432411194,
"beginner": 0.25895893573760986,
"expert": 0.2858406901359558
} |
40,821 | # Импорт необходимых библиотек работы с данными
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
# Прописываем путь к директории, лежат файлы
from google.colab import drive
drive.mount('/content/drive')
# DIR PATH to DATA
dir_path = "/content/drive/My Drive/Colab Notebooks/"... | fb719837efcfddb4b9368f15d7e6d479 | {
"intermediate": 0.33956798911094666,
"beginner": 0.31607162952423096,
"expert": 0.3443603515625
} |
40,822 | with me a comprehensive guide about understanding and using objects(struct/classes) in c++. Particularly, what it is, how to use it. | e052b290799af49a3d59b6d8485b1600 | {
"intermediate": 0.2766214907169342,
"beginner": 0.42447009682655334,
"expert": 0.29890838265419006
} |
40,823 | #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... | 4d82e849dedf84d43f11a2aa3f98c28e | {
"intermediate": 0.31357792019844055,
"beginner": 0.36383670568466187,
"expert": 0.3225853443145752
} |
40,824 | #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... | 1ef05f5f883e408e7cb22b23d10e824e | {
"intermediate": 0.31357792019844055,
"beginner": 0.36383670568466187,
"expert": 0.3225853443145752
} |
40,825 | #!/bin/bash
gcc -o vector_addition vector_addition.c -Wall -Wextra | 1de183fc729d856df95548f69b1c2f7f | {
"intermediate": 0.34188586473464966,
"beginner": 0.323173463344574,
"expert": 0.33494070172309875
} |
40,826 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | 92583d6b6b4294fe79186c0569fe6b62 | {
"intermediate": 0.3097492754459381,
"beginner": 0.34482941031455994,
"expert": 0.34542131423950195
} |
40,827 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | 5f8fae9deb33b15865c5b28c0f025f4a | {
"intermediate": 0.38913068175315857,
"beginner": 0.31415024399757385,
"expert": 0.2967190146446228
} |
40,828 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | 2e854c55490c1798972bbd16d43e0f89 | {
"intermediate": 0.3653758466243744,
"beginner": 0.29858139157295227,
"expert": 0.3360427916049957
} |
40,829 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | bec97a087a10ee2ff77d1e465976f33c | {
"intermediate": 0.3653758466243744,
"beginner": 0.29858139157295227,
"expert": 0.3360427916049957
} |
40,830 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | cdda6ec683e1e71d3d18ee1512a29dbb | {
"intermediate": 0.3653758466243744,
"beginner": 0.29858139157295227,
"expert": 0.3360427916049957
} |
40,831 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | cdf2d249e3f2ccbdf0f5ba4ae2868819 | {
"intermediate": 0.3653758466243744,
"beginner": 0.29858139157295227,
"expert": 0.3360427916049957
} |
40,832 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | 015ca39aaac93be75e5005cee7c1c6a7 | {
"intermediate": 0.3127692937850952,
"beginner": 0.3890793025493622,
"expert": 0.2981513738632202
} |
40,833 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof... | 0aac2f7233a471623f2ce49c85180bf3 | {
"intermediate": 0.3653758466243744,
"beginner": 0.29858139157295227,
"expert": 0.3360427916049957
} |
40,834 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof(... | ab2b9e684217af096da19298b09892ce | {
"intermediate": 0.36129996180534363,
"beginner": 0.27043768763542175,
"expert": 0.3682623505592346
} |
40,835 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof(... | 9b3576b333e31cf0377b2af12777a105 | {
"intermediate": 0.36129996180534363,
"beginner": 0.27043768763542175,
"expert": 0.3682623505592346
} |
40,836 | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
if (argc != 3) {
fprintf(stderr, "Usage: %s \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 memory for vectors
vector1 = (int *)malloc(n_entries * sizeof(... | 5e63089e1d77fb5180785c474354d6f4 | {
"intermediate": 0.3945714831352234,
"beginner": 0.2238898128271103,
"expert": 0.3815386891365051
} |
40,837 | #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... | 30961b7afc88946abd587b6d2b87ff57 | {
"intermediate": 0.3676278293132782,
"beginner": 0.47089052200317383,
"expert": 0.16148163378238678
} |
40,838 | hi there! | 50e44dd17a4e015969053221bc3f1c30 | {
"intermediate": 0.3250843286514282,
"beginner": 0.2601589262485504,
"expert": 0.4147566854953766
} |
40,839 | Error:Internal error: (java.lang.ExceptionInInitializerError) Exception java.lang.IllegalAccessError: class com.intellij.util.io.FileChannelUtil (in unnamed module @0x14ec4505) cannot access class sun.nio.ch.FileChannelImpl (in module java.base) because module java.base does not export sun.nio.ch to unnamed module @0x1... | e5c745967ccef242e6b5e2719ed2eeb0 | {
"intermediate": 0.3520962595939636,
"beginner": 0.4657829999923706,
"expert": 0.18212077021598816
} |
40,840 | Write a program in powershell to connect to oracle. In the program have prompts for username and password. If the connection is successful create message box saying connection is successful, else say connection failed. | 5a665ad42076b697f38c8b49fa46dd26 | {
"intermediate": 0.3949741721153259,
"beginner": 0.16159166395664215,
"expert": 0.4434342086315155
} |
40,841 | Write a program in powershell to connect to oracle with prompts for username and password. If the connection is successful create a message saying "connection is successful", else the message will say "connection is unsuccessful". | 55f045eaf5985a8614760e458026a10a | {
"intermediate": 0.38012176752090454,
"beginner": 0.186761736869812,
"expert": 0.43311643600463867
} |
40,842 | SpotWebsocketV1PublicV1Service | ab75aaef4e10427c5064f2c250780f5d | {
"intermediate": 0.41206178069114685,
"beginner": 0.2827538847923279,
"expert": 0.30518436431884766
} |
40,843 | How can I adjust a website's display from a three-column-layout to a one-column-layout for smartphones using the float property? Please provide an example of how this can be done. | 99ac4f6955bf440ab2c4bdf5c7d3b992 | {
"intermediate": 0.5529034733772278,
"beginner": 0.1873539686203003,
"expert": 0.2597425580024719
} |
40,844 | #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... | 5158e50fd43b9c46ebc3073db9975b79 | {
"intermediate": 0.32850515842437744,
"beginner": 0.5054343342781067,
"expert": 0.1660604476928711
} |
40,845 | #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... | 579d1e25d926d2f8223e87e615f64a96 | {
"intermediate": 0.4376939833164215,
"beginner": 0.2867530882358551,
"expert": 0.2755529284477234
} |
40,846 | #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... | c1da2e6d5538047bec8eefd0ed542ca8 | {
"intermediate": 0.4376939833164215,
"beginner": 0.2867530882358551,
"expert": 0.2755529284477234
} |
40,847 | #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... | 80f6746e1a7e97ad82a41faff04ba766 | {
"intermediate": 0.4376939833164215,
"beginner": 0.2867530882358551,
"expert": 0.2755529284477234
} |
40,848 | look at this code please -> # Embedded file name: maze.py
import sys
import obf_path
ZIPFILE = 'enc_maze.zip'
print('Look who comes to me :)')
print()
inp = input('Now There are two paths from here. Which path will u choose? => ')
if inp == 'Y0u_St1ll_1N_4_M4z3':
obf_path.obfuscate_route()
else:
print('Unf... | 382d3be09f18d02be2d7b6c0d4783610 | {
"intermediate": 0.5152544975280762,
"beginner": 0.3021140694618225,
"expert": 0.18263140320777893
} |
40,849 | how to use instgram in china | cd1a1cb9802342e4a1837c6f4298adf0 | {
"intermediate": 0.37232720851898193,
"beginner": 0.3574753701686859,
"expert": 0.27019745111465454
} |
40,850 | could you write code for me in C++ to monitor the real-time data for CPU usage, RAM usage, CPU temperature, GPU Temperature, Fan speed, | bd4c1f3e88783293e82b6a056a585eaa | {
"intermediate": 0.6800671219825745,
"beginner": 0.08268605917692184,
"expert": 0.23724685609340668
} |
40,851 | # Calculate the ensemble mean
ensemble = crossvalidation_df[['AutoARIMA', 'AutoETS', 'DynamicOptimizedTheta']].mean(axis=1)
# Create a Series for the ensemble mean
ensemble_series = pl.Series('Ensemble', ensemble)
# Add the ensemble mean as a new column to the DataFrame
crossvalidation_df = crossvalidation_df.with_co... | 67149c60871b5eabc0ef5bfd2c0c55fb | {
"intermediate": 0.3777341842651367,
"beginner": 0.21484123170375824,
"expert": 0.4074246287345886
} |
40,852 | Show an easy to unnderstand drawing of 12 batteries total; each battery being 12 volts, connected in series and parallel to a 24volt charge controller. | 3db34ce98516a2dab1a7062e7122d888 | {
"intermediate": 0.44061511754989624,
"beginner": 0.2880997359752655,
"expert": 0.27128511667251587
} |
40,853 | this is my code:
let index = DashMap::<Arc<str>, Test>::new();
where the keys are chromosome names. Can I sort them? | db6fd8de002473feeb35c336d3594049 | {
"intermediate": 0.5403298139572144,
"beginner": 0.24137911200523376,
"expert": 0.21829107403755188
} |
40,854 | Сделай SEO оптимизацию страницы под запросы "график 2/2 онлайн" и "график 2/2 рассчитать онлайн". Особое внимание обрати на title и description. Вот код страницы:
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Рас... | 22c566c8884db7c28b4bbcd1e1265308 | {
"intermediate": 0.14418061077594757,
"beginner": 0.7177557945251465,
"expert": 0.13806356489658356
} |
40,855 | #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... | c7bf2e5a1e1f05d00bdf6d3b4446fe35 | {
"intermediate": 0.36453351378440857,
"beginner": 0.2744883894920349,
"expert": 0.3609781265258789
} |
40,856 | #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... | daf5186906ccbf157c7c3a09f5ecd7a5 | {
"intermediate": 0.32509908080101013,
"beginner": 0.4267684519290924,
"expert": 0.24813242256641388
} |
40,857 | #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... | bbf3e4d47d47ee875a74955e8b76f3a2 | {
"intermediate": 0.32509908080101013,
"beginner": 0.4267684519290924,
"expert": 0.24813242256641388
} |
40,858 | #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... | a0e6bc1ff2cc36f6ed9748e7ff862c38 | {
"intermediate": 0.32509908080101013,
"beginner": 0.4267684519290924,
"expert": 0.24813242256641388
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.