row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
11,749 | found this script on pastebin, do you think its an infostealer ?
:: Path of the hide location - If the path has the user's username, it will not work for those who have a space. Task Scheduler doesn't support that. This is part of the recurring method.
set "vpath=C:\ProgramData"
cd %vpath%
:: If using onlogin on T... | 183a545abfac563ed1a8fb7a3195adf4 | {
"intermediate": 0.3724249005317688,
"beginner": 0.3551962375640869,
"expert": 0.2723788917064667
} |
11,750 | I have a list of roblox tokens, I would like them to join a specific game, could you write a POC program in python | 83922dbaeb19fa004219f0d7ea42b59d | {
"intermediate": 0.5390301942825317,
"beginner": 0.22272321581840515,
"expert": 0.2382466346025467
} |
11,751 | saya ingin menggabungkan koding 1 ke koding ke 2 mohon dapat dibantu, koding 1 import React, { useRef, useState } from "react";
import {
Animated,
Image,
SafeAreaView,
StyleSheet,
Text,
TouchableOpacity,
View,
} from "react-native";
import profile from "../assets/icon/profile.png";
// Tab ICons...
import... | f33ea2464f3047e0000697230f86fd2e | {
"intermediate": 0.26824235916137695,
"beginner": 0.47540926933288574,
"expert": 0.2563483715057373
} |
11,752 | я пытаюсь переписать функцию поиска с json файла на базу данных sql. вот оригинал:
function search(query = '', role = '', city = '', genre = '') {
const data = fs.readFileSync('./db/musicians.json');
const musicians = JSON.parse(data).musicians.map(musician => {
return {
name: musician.name,
gen... | c0ea7b9587b57ed856801f23faa7648c | {
"intermediate": 0.3200284242630005,
"beginner": 0.4262728691101074,
"expert": 0.2536987066268921
} |
11,753 | what's the best way to transfer videos on a iPhone with a bad connection and without a macbook ? | c32d2b78439a7e861fef5f65112f607c | {
"intermediate": 0.36577630043029785,
"beginner": 0.29781243205070496,
"expert": 0.3364112079143524
} |
11,754 | how should you store the timestamp in questdb | 7997934e693e18e50f5031e070c10c48 | {
"intermediate": 0.49366676807403564,
"beginner": 0.18894469738006592,
"expert": 0.31738853454589844
} |
11,755 | how to pull message in subscriber of google pub sub by nodejs | a699ef94803cd1047d861d0bffd4ea4c | {
"intermediate": 0.4377179443836212,
"beginner": 0.13345347344875336,
"expert": 0.428828626871109
} |
11,756 | react load json | aa76eae67d93a8dbb5b7d1f55ab5ae26 | {
"intermediate": 0.37258782982826233,
"beginner": 0.41891172528266907,
"expert": 0.2085004448890686
} |
11,757 | # – coding: utf-8 –
import xlrd
import xlwt
# Open the existing Excel file
workbook = xlrd.open_workbook('normal.xlsx')
worksheet = workbook.sheet_by_index(0)
# Create a new excel workbook
output = xlwt.Workbook(encoding='utf8')
new_sheet = output.add_sheet('My Worksheet')
# Iterate through each row to check if the ... | 5e3a005c1bac546dca1e0d6331f954b6 | {
"intermediate": 0.49180659651756287,
"beginner": 0.2912366986274719,
"expert": 0.21695680916309357
} |
11,758 | How do I configure the terraform module “google_logging_metric” to show missing data as zero?
I have the following filter in it:
“resource.type=“k8s_container” resource.labels.project_id=“project-id-prd” resource.labels.location=“us-central1” resource.labels.namespace_name=“namespace-x” labels.k8s-pod/app=“svc” severit... | 3213a23fa874b1d30ffe401492319011 | {
"intermediate": 0.751196026802063,
"beginner": 0.09161090850830078,
"expert": 0.15719306468963623
} |
11,759 | <template>
<div class="table-container">
<table>
<thead>
<tr>
<th v-for="(col, index) in columns" :key="index">{{ col }}</th>
<th>操作</th>
</tr>
</thead>
<tbody>
<tr
v-for="(row, rowIndex) in rows"
v-bind:key="rowIndex"
:class="{ 'editing'... | 1a997955aa90e3fc9388535d9b6f8bad | {
"intermediate": 0.29468217492103577,
"beginner": 0.4210827052593231,
"expert": 0.2842350900173187
} |
11,760 | напиши скрипт, который выгружает полученные данные после этапа распознавания документов и классифицирует полученные текстовые данные в мультиклассовой классификации. Скрипт должен делить данные на тестовую выборку, обучающую выборку и валидационную выборку. | f09d8cfd6e30ab3b78a5ad15902a97ea | {
"intermediate": 0.38013795018196106,
"beginner": 0.2925964295864105,
"expert": 0.3272656202316284
} |
11,761 | write me Generators python program | beb964b0562938cda0688eba004812e5 | {
"intermediate": 0.2560083270072937,
"beginner": 0.186151385307312,
"expert": 0.5578402876853943
} |
11,762 | which method for a class in python should be implemented in order to print a description of the object when typing the object and pressing enter on the terminal? | f7becd54ca4b5e692ed53322e9a0ad4a | {
"intermediate": 0.42170774936676025,
"beginner": 0.4983862042427063,
"expert": 0.07990603148937225
} |
11,763 | i have three images s1.jpg, s2.jpg, s3.jpg, I want to display s1.jpg with a button "next", after the user click the next button, s1.jpg will fade out to left, and then the s2.jpg will fade in from right to left with a button next. after the user click the next button, s2.jpg will fade ot and then s3.jpg will fade in. ... | be67f7e90a907179d2a7a303d829fbf0 | {
"intermediate": 0.3743451237678528,
"beginner": 0.2420458197593689,
"expert": 0.3836090564727783
} |
11,764 | SPM GLM Design matrix specification script code that have 4 conditions | 13c222d66668e58900516766ead06965 | {
"intermediate": 0.20604300498962402,
"beginner": 0.2790394425392151,
"expert": 0.5149176120758057
} |
11,765 | я перевел почти весь код на sql базу данных вместо того чтобы брать данные с json файла, осталось заменить только функцию search (функция поиска). вот полный код:
const express = require("express");
const fs = require("fs");
const session = require("express-session");
const fileUpload = require("express-fileupload");
... | f530271ad7dfb3d2b73dcf90d8fbd6ab | {
"intermediate": 0.30573520064353943,
"beginner": 0.5545246005058289,
"expert": 0.13974013924598694
} |
11,766 | write me a Web scraping python program | c5da69d53709967e4d05975bbe927789 | {
"intermediate": 0.4213344156742096,
"beginner": 0.23790904879570007,
"expert": 0.3407565653324127
} |
11,767 | i wanna save some struct variables with imgui::SaveIniSettingsToDisk and nlohmann json library, show snippet how to do it | 625fcfa1bd03dd154f35b5e697f3e296 | {
"intermediate": 0.7817269563674927,
"beginner": 0.09930920600891113,
"expert": 0.11896383762359619
} |
11,768 | ImVec2 windowPos = ImGui::GetWindowPos();
ImVec2 windowSize = ImGui::GetWindowSize();
// Calculate the position of the button
ImVec2 buttonPos(windowPos.x + windowSize.x / 2 - 50, windowPos.y + windowSize.y - 40);
does this snippet will place button on bottom-left side of window? | 64b7ced3e539c45e51ddbbf5e2db13dc | {
"intermediate": 0.40258514881134033,
"beginner": 0.2822169363498688,
"expert": 0.3151979148387909
} |
11,769 | how to make antDesign divider dark themed? | 95deba574e2f3023fe14ac5e7e0d0eb2 | {
"intermediate": 0.2907211482524872,
"beginner": 0.34679490327835083,
"expert": 0.362483948469162
} |
11,770 | По какой-то причине подсказки (автокомплит) с городами при поиске дублируются, при вводе города предлагает по несколько названий одного и того же города. В базе данных города НЕ ДУБЛИРУЮТСЯ. Например, ввожу город Москва, мне выдает Москва, Москва, Москва, Москва. Количество городов зависит, как я понимаю, от количества... | 92e2e7ebbc1d913a020177f3f833da16 | {
"intermediate": 0.3547738194465637,
"beginner": 0.4187585413455963,
"expert": 0.22646766901016235
} |
11,771 | i have three images s1.jpg, s2.jpg, s3.jpg, I want to display s1.jpg with a button “next”, after the user click the next button, s1.jpg will fade out to left, and then the s2.jpg will fade in from right to left with a button next. after the user click the next button, s2.jpg will fade ot and then s3.jpg will fade in. P... | f552984b346ceb5985868fcb8efc0d1c | {
"intermediate": 0.363118052482605,
"beginner": 0.24250495433807373,
"expert": 0.3943769335746765
} |
11,772 | how to set UnexpectedAlertBehaviour in selenium 4.0 | 32b9ee6802ed74be0f2a6b17e0a53ef2 | {
"intermediate": 0.33046552538871765,
"beginner": 0.1232103556394577,
"expert": 0.5463241338729858
} |
11,773 | I have an html page. There is a img src with "s1.jpg" and a button "next". when the user click the button, the img src will change to s2.jpg, s3.jpg. I need the image have fade in effect when they are loading. | 5539987987097ce31767948ee262cb22 | {
"intermediate": 0.38670140504837036,
"beginner": 0.22366175055503845,
"expert": 0.3896368145942688
} |
11,774 | how to convert minecraft worldedit .schematic to 3d model like .stl or .obj | 8aed04a957412678c65716f60d111c6d | {
"intermediate": 0.37115299701690674,
"beginner": 0.3904950022697449,
"expert": 0.23835204541683197
} |
11,775 | I have a Spring boot application and want to store JSON data for later use. The key to store and retrieve this data is a user id string. what would be the best practice to do that? | d4c73b9252334f1097123b78f9eee73c | {
"intermediate": 0.6612098813056946,
"beginner": 0.1642836481332779,
"expert": 0.17450644075870514
} |
11,776 | i have this object {
type: 'SHORT_CODE',
sms: true,
whatsapp: false,
phone: '1234',
country: 'HR:Croatia',
numberkey: '123456',
isDedicated: false
} and i want to change numberkey to numberKey using array spread operator,how do i do that ? | 4b9ecde3bc333d4d37d9ab4524ffe8ad | {
"intermediate": 0.5196848511695862,
"beginner": 0.19845327734947205,
"expert": 0.2818618714809418
} |
11,777 | ImVec2 windowPos = ImGui::GetWindowPos();
ImVec2 windowSize = ImGui::GetWindowSize();
// Calculate the position of the button
ImVec2 buttonPos(windowPos.x + 10, windowPos.y + windowSize.y - 30);
ImGui::SetCursorPos(buttonPos);
if ( ImGui::Button("Save current Settings"))
for some reason after using... | e1e85112e4d4f88c632fa71a843848fc | {
"intermediate": 0.49555304646492004,
"beginner": 0.24734382331371307,
"expert": 0.2571031451225281
} |
11,778 | How can I make a AI that can play Geometry Dash and beat levels? | 1f20ccfafaed5cb69e2968bc6bbdf458 | {
"intermediate": 0.11243994534015656,
"beginner": 0.12610748410224915,
"expert": 0.7614525556564331
} |
11,779 | Please write me some JS function that returns a string with comma seperated attribute values from each element on the page that has the attribute "data-adid". | 5a9291879c3e2f30b4e36be984cd1c6d | {
"intermediate": 0.5623084902763367,
"beginner": 0.291507363319397,
"expert": 0.14618411660194397
} |
11,780 | write a code that converts Minecraft WorldEdit .schematic files to .obj file format and maps the block IDs to their corresponding textures using Java | 050b5affe6ae2dc7fc36d50f5416d327 | {
"intermediate": 0.6620559096336365,
"beginner": 0.09116838127374649,
"expert": 0.24677567183971405
} |
11,781 | how css fade in from left to right effect | 73345b4221b24526caf9c4b61646c479 | {
"intermediate": 0.3922120928764343,
"beginner": 0.37650105357170105,
"expert": 0.23128682374954224
} |
11,782 | list a few methods how i could make am human like autoclicker with cps drops and other stuff | 0021b195ab1fab4f6bcc35cb86663b11 | {
"intermediate": 0.4707098603248596,
"beginner": 0.2598886489868164,
"expert": 0.26940152049064636
} |
11,783 | Write me a .cmd file that:
- Checks if a python installation exist
- If it does not it logs it in the output and quit silently
- Otherwise It runs the following command: pip install --upgrade X and display meaningful logs
- When done quit silently otherwise it shoud log any eventual error
- The logs should contain time... | d13b01b5334eb1d310d16f0de1fb12dc | {
"intermediate": 0.5085174441337585,
"beginner": 0.19941186904907227,
"expert": 0.2920706868171692
} |
11,784 | code me a code to loop throug my file | e834ec24e3f51cf5b47efdb676490a43 | {
"intermediate": 0.27239009737968445,
"beginner": 0.5156813859939575,
"expert": 0.21192847192287445
} |
11,785 | AttributeError: 'float' object has no attribute 'lower' | 010dd01652b31080787baaf21927a7ac | {
"intermediate": 0.4892359673976898,
"beginner": 0.2319844514131546,
"expert": 0.2787795960903168
} |
11,786 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 225a6281ceaf40a8050ca5b662a244a9 | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,787 | i want to update object property using array spread in javascript,show me how to do it | 25f29f095bf0dbc2714ed95729ab0a01 | {
"intermediate": 0.6776252388954163,
"beginner": 0.11753522604703903,
"expert": 0.20483943819999695
} |
11,788 | how do I set in pandas the dtype of the columns? for instance first column of frame will be datetime, second will be double, third will be again double | 40f51845b113adf716f5829af6acb079 | {
"intermediate": 0.5495105981826782,
"beginner": 0.08487115055322647,
"expert": 0.3656182587146759
} |
11,789 | I have a sheet with two columns A and B
A1 & B1 are Headers.
The data in A2 to A21 is text and the data in B2 to B21 is a number from 1 to 3.
On worksheet Activate, I would like to sort the data in rows A2:A21 and B2:B21 by the values in B in ascednding order.
How can I write this VBA code | 5f502cc1a106797a32486a4f7513c774 | {
"intermediate": 0.4478173851966858,
"beginner": 0.3355720043182373,
"expert": 0.2166106402873993
} |
11,790 | give example for try catch in python | 5c9630cff5f742e1f4538725b15bf00d | {
"intermediate": 0.42956647276878357,
"beginner": 0.27273258566856384,
"expert": 0.29770100116729736
} |
11,791 | Strategy pattern in dart with the context of delivery service | 52fca1c2e2b2db55f740b44656b04f9f | {
"intermediate": 0.28492969274520874,
"beginner": 0.34031787514686584,
"expert": 0.374752402305603
} |
11,792 | How do I correct this code so that the Headers A1 & B1 are not in the sort range: Private Sub Worksheet_Activate()
With Range(“A1:B21”)
.Sort Key1:=Range(“B2:B21”), Order1:=xlAscending, Header:=xlYes
End With
End Sub | ddfee290276d9b2e490d63b4bc9ff210 | {
"intermediate": 0.7172189950942993,
"beginner": 0.13860857486724854,
"expert": 0.14417241513729095
} |
11,793 | <div class="content-header">
<div id="titlebar">
<img id="job-logo" src="https://cdn.discordapp.com/attachments/1106925408391274557/1118116332152557648/police.png" class="select-none">
<h1 class="select-none">Alpha Dispatching</h1>
<!--<select ... | 49927bee8e817c958a284cbb43845720 | {
"intermediate": 0.32642418146133423,
"beginner": 0.48549705743789673,
"expert": 0.18807879090309143
} |
11,794 | tailwind rgb(44, 119, 231) | e0448b965d0d56671c1cf495d95f72ea | {
"intermediate": 0.32551875710487366,
"beginner": 0.34770089387893677,
"expert": 0.32678040862083435
} |
11,795 | I had a distance column in my dataset in which the valuses where appearing as 400m or 575m, I wanted to remove the m and jsut keep the value of the distance so just 400 and 575 in a new column, I used the below code which worked:
# Extract distance in meters from 'Dis' column
df['Distance'] = df['Dis'].str.extract('(\... | b4b68f96e0ae261eaff4c05494b5e0dc | {
"intermediate": 0.41900527477264404,
"beginner": 0.2790324091911316,
"expert": 0.30196237564086914
} |
11,797 | <div class="content-header">
<div id="titlebar">
<img id="job-logo" src="https://cdn.discordapp.com/attachments/1106925408391274557/1118116332152557648/police.png" class="select-none">
<h1 class="select-none">Alpha Dispatching</h1>
<!--<select ... | 2bc63cb5b9a108fba9637b207d87b921 | {
"intermediate": 0.32642418146133423,
"beginner": 0.48549705743789673,
"expert": 0.18807879090309143
} |
11,798 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 0af9ac22d454244e5f80f7a1970048f6 | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,799 | how can I download libraries in visual studio code? | d9160533ff81fcdbd27bc64cd3c4c4e8 | {
"intermediate": 0.8111354112625122,
"beginner": 0.08893363922834396,
"expert": 0.09993093460798264
} |
11,800 | подскажи как мне добавить к этому коду метод который будет записывать результат выполнения квеста
public static class SessionResultsPuller
{
public static List<SessionResult> GetAllSessionsResults(StatisticsProvider provider, User desiredUser)
{
var sessionListDb = provider.GetSessionLi... | 67a1fecce2864db90480a29e864de826 | {
"intermediate": 0.2368706911802292,
"beginner": 0.6183555126190186,
"expert": 0.14477379620075226
} |
11,801 | Hi, I am currently plotting a kde plot on top of an image with the python library seaborn. However, since my image is quite large, my web app using seaborn is quite slow. There are suggestions to rather use altair or plotly. Can I achieve the same thing with one of those libraries? | 7161c929e5e914d9f256109424353d37 | {
"intermediate": 0.8439293503761292,
"beginner": 0.0523466095328331,
"expert": 0.10372399538755417
} |
11,802 | i dont know anything about interface in javascript | a4ad485b62fd8e76a35cbf03fad9a663 | {
"intermediate": 0.43761351704597473,
"beginner": 0.36568257212638855,
"expert": 0.19670389592647552
} |
11,803 | hi pleas help me in centos 7 oprating system 1. Change your server name to your name, verify and display after change
2. Make sshd as a wantedBy graphical_target.
3. Is their any conflicat with other unit.
4. Make rescue_target as Isolate.
5. Check if firewalled service is run,and make it available at system boot b... | 2d9b89a3536c47ec804edae6ab986674 | {
"intermediate": 0.3863712251186371,
"beginner": 0.3223612904548645,
"expert": 0.29126742482185364
} |
11,804 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 0319bb05b3ad873f0d5294bafcca3c72 | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,805 | When I download an exe file on Google Chrome on a Windows 10 PC it gets to 100% and then says 'Failed - Insufficient permissions', because there is a policy that blocks these files from being saved to the drive which I added accidentally and need to disable. Please write a Batch script that fixes this. | 0cb0d62e0ea5c9f78725a8e791633620 | {
"intermediate": 0.3065071403980255,
"beginner": 0.2727818787097931,
"expert": 0.42071104049682617
} |
11,806 | write a program in any prorammin language that can take a multi line string like a song and make them into individual c++ printf statements | cd71ddf50b1cc42ed9325dae5ccc4095 | {
"intermediate": 0.2726588249206543,
"beginner": 0.5466934442520142,
"expert": 0.18064776062965393
} |
11,807 | write a program in any prorammin language that can take a multi line string like a song and make them into individual c++ printf statements | 28fa2ba227d9029da6ec7c2d5b812735 | {
"intermediate": 0.2726588249206543,
"beginner": 0.5466934442520142,
"expert": 0.18064776062965393
} |
11,808 | javascript create a table that has
[1] = {['id'] = 1, ['type'] = "store", ['location'] = "yo mama", ['dist'] = 6.9, ['recived'] = 0, ['units'] = 0},
[2] = {['id'] = 2, ['type'] = "house", ['location'] = "yo mama2", ['dist'] = 5.2, ['recived'] = 5, ['units'] = 1}, | 71067ee03e903eb08287e3db5e4cce0b | {
"intermediate": 0.3654654324054718,
"beginner": 0.3128426671028137,
"expert": 0.3216918706893921
} |
11,809 | """
SECTION IV.Proposed Algorithm
On breaking down the properties of LEACH protocol, cluster head selection plays the main role in enhancing and improving the network lifetime, data transmission and energy-efficient. We propose a new algorithm to improve the lifetime of the network by selecting Cluster Head (CH) and Se... | c1fb343a68a2d840b9c174694667de08 | {
"intermediate": 0.29719552397727966,
"beginner": 0.35824453830718994,
"expert": 0.3445599675178528
} |
11,810 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | ab1a47c2878bc1ff57c340dceb9f4f43 | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,811 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 5e8ed89fa31e5e17b8f35e05b7b72e1f | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,812 | import re
import requests
import difflib
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.3
def get_contract_source_code(address):
params = {
"module": "contract",
"action": "getsourcecode",
"address": address,
"apiKey... | db933938a7c44af504ddf3e6bdf392b4 | {
"intermediate": 0.3380894362926483,
"beginner": 0.42860767245292664,
"expert": 0.23330286145210266
} |
11,813 | I have the following loop inside a .cmd file:
for /f "delims=" %%i in ('pip install --upgrade DataWarehouseLoadingRoutine') do (
set PYERRORLEVEL=%ERRORLEVEL%
echo [!DATE! !TIME!] %%i
)
echo my error level %PYERRORLEVEL%.
But when I check PYERRORLEVEL at the end of the loop, it is empty.
How can I fix that? | 820ad375f463aabbf4cd4440bef7a4ea | {
"intermediate": 0.21519288420677185,
"beginner": 0.7210083603858948,
"expert": 0.06379874050617218
} |
11,814 | fivem scripting lua
how to save a table to json | a9f3539f7a7d1063bbb35fc544ea7f52 | {
"intermediate": 0.3804987967014313,
"beginner": 0.3836759626865387,
"expert": 0.23582525551319122
} |
11,815 | give example train in python | 992fe5f3d6863a002934b25a4f09f5ec | {
"intermediate": 0.30704814195632935,
"beginner": 0.25172159075737,
"expert": 0.44123029708862305
} |
11,816 | import re
import requests
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.3
def remove_comments(source_code):
# Remove single-line comments
source_code = re.sub(r"//.", "", source_code)
# Remove multi-line comments
source_code = re.sub(... | 32c56597dcb58ed0c0b8e08fa2cb1eb1 | {
"intermediate": 0.3389453589916229,
"beginner": 0.4422473609447479,
"expert": 0.21880729496479034
} |
11,817 | I’m building a video game engine using C++ as the coding language and Vulkan for graphics. I am trying to set up a generic renderer using Vulkan that is flexible and will render objects based on a vector that is supplied to it. The renderer will also handle the creation of the window using GLFW and use GLM for all rele... | 70c38a4a62fc876bb5785c15a9ebe8ff | {
"intermediate": 0.3268023133277893,
"beginner": 0.3990335762500763,
"expert": 0.274164080619812
} |
11,818 | php login page with facebook | 6d67dc822fb045c3ddd7d51acceb2bd9 | {
"intermediate": 0.26693102717399597,
"beginner": 0.3755548298358917,
"expert": 0.3575141131877899
} |
11,819 | I have the following code:
@echo off
set RETRIES=5
set COUNT=0
setlocal enabledelayedexpansion
REM check if python is installed
python --version >nul 2>&1
IF %ERRORLEVEL% NEQ 0 (
REM python is not installed
echo [ERROR !DATE! !TIME!] Python installation not found. Exiting silently.
exit /B 1
) ELSE (
REM python is i... | d7169fdc5f9b0d6cfc49922a35eb0dd7 | {
"intermediate": 0.4075900912284851,
"beginner": 0.3518347442150116,
"expert": 0.2405751496553421
} |
11,821 | 请用中文详细解释一下这段程序subdesign dongtai
(
inclk,a[3..0],b[3..0]:input;
outa[6..0],bitout[1..0]:output;
)
variable
mda[14..0]:dff;
mseg[3..0],bitout[1..0]:dff;
st[1..0]:dff;
fpa:dff;
begin
fpa.clk=inclk;
mda[].clk=inclk;
mseg[].clk=fpa;
st[].clk=fpa;
bitout[].clk=fpa;
if mda[]==19999 then
mda[]=0;
... | d9efabe3676d9ded184485158a57157e | {
"intermediate": 0.2791590690612793,
"beginner": 0.4048484265804291,
"expert": 0.31599247455596924
} |
11,822 | This neural network:
model = keras.Sequential()
model.add(layers.Dense(units=5, activation='relu', input_shape=(X_train.shape[1],)))
model.add(layers.Dense(units=46, activation='relu'))
model.add(layers.Dense(3, activation='softmax'))
model.compile(optimizer=keras.optimizers.Adam(0.00021677996581918012),
... | d94131b13ef70d0a7ddf568965ae5f9e | {
"intermediate": 0.08201969414949417,
"beginner": 0.0531170517206192,
"expert": 0.8648632764816284
} |
11,823 | php login page with facebook | 94a5954cc146e66c50cf44303acc7bdd | {
"intermediate": 0.26693102717399597,
"beginner": 0.3755548298358917,
"expert": 0.3575141131877899
} |
11,824 | php script login page with facebook | 1857c90df1fd35088b1e5c087a27b355 | {
"intermediate": 0.29953211545944214,
"beginner": 0.3897157609462738,
"expert": 0.31075212359428406
} |
11,825 | how can I use Geometry Dash API? | 9081f57fe6c6cd4da12742a1fb94bdf3 | {
"intermediate": 0.8257919549942017,
"beginner": 0.08630872517824173,
"expert": 0.087899349629879
} |
11,826 | /*
Copyright (c) 2015, Majenko Technologies
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright notice, this
list of cond... | 8583cbd01e011e6abf4d50d301e665b0 | {
"intermediate": 0.35642534494400024,
"beginner": 0.34316736459732056,
"expert": 0.30040720105171204
} |
11,827 | <table class="border-collapse w-full" id="active-calls">
<thead><tr>
<th class="field-table-col w-10 pl-2 text-left">ID</th>
<th class="field-table-col w-20 pl-2 text-left">TYPE</th>
<th class="field-table-col pl-2 text-left">LO... | 9eb8da283ba0ce3aea4e69b6222543af | {
"intermediate": 0.25101450085639954,
"beginner": 0.5541432499885559,
"expert": 0.19484233856201172
} |
11,828 | How to visualize .dot file using python, first five lines of which are these: # Time-averaged data for fix myat1
# TimeStep v_kinetic_energy v_potential_energy
390 0.208725 -0.947088
400 1.02651 -0.908315
410 1.25976 -0.795122 | 07e59a6595143dd3ff81bfa0f44c16a1 | {
"intermediate": 0.4050445258617401,
"beginner": 0.29202383756637573,
"expert": 0.30293160676956177
} |
11,829 | How to visualize .dot file using python, first five lines of which are these: # Time-averaged data for fix myat1
# TimeStep v_kinetic_energy v_potential_energy
390 0.208725 -0.947088
400 1.02651 -0.908315
410 1.25976 -0.795122 | 7a13ca8351f04438c9b209abed301abb | {
"intermediate": 0.4050445258617401,
"beginner": 0.29202383756637573,
"expert": 0.30293160676956177
} |
11,830 | I have a script that runs upon reboot of my machine.
The script is supposed to run a pip install command which checks the .pypirc file for indexes before installing the packages.
The script works fine if I run it while I am logged onto my machine with the internet on.
The script has a retry logic such that if there is ... | 11a5b1b5c73373471300a677367bfd4b | {
"intermediate": 0.4389497637748718,
"beginner": 0.23971907794475555,
"expert": 0.3213311731815338
} |
11,831 | How to visualize .dot file using python with pyplot | e2ae31892a1f34e0984ddf812901e69b | {
"intermediate": 0.47624364495277405,
"beginner": 0.23152314126491547,
"expert": 0.2922331690788269
} |
11,832 | can you write me a script to convert Geometry Dash levels to text in python using Geometry Dash API library? | 7090bdfb05ea87570506d5a64c75e7aa | {
"intermediate": 0.8855002522468567,
"beginner": 0.0434638150036335,
"expert": 0.07103589922189713
} |
11,833 | you are a support engineer, write an email to a customer saying that you are happy that he can solve the issue | 268bd0ab1a9e8e59a10f0798d1abc2fa | {
"intermediate": 0.4030653238296509,
"beginner": 0.35236623883247375,
"expert": 0.24456842243671417
} |
11,834 | 请用中文详细解释一下这段程序SUBDESIGN 24to0opposite
(
inclk,ld:INPUT;
outh[3…0]:OUTPUT;
outl[3…0]:OUTPUT;
led:OUTPUT;
buzz:OUTPUT;
)
VARIABLE
hw[3…0]:DFF;
lw[3…0]:DFF;
BEGIN
(hw[],lw[]).clk=inclk;
IF ld==0 THEN
hw[]=2;
lw[]=4;
led=GND;
buzz=VCC;
ELSIF(hw[]==0 and lw[]==0)THEN
hw[]=0;
lw[]=0;
led=VCC;
buzz=G... | 5de2b34e138470d81a01781ddc50fdc5 | {
"intermediate": 0.3176356852054596,
"beginner": 0.4045580327510834,
"expert": 0.27780628204345703
} |
11,835 | #include <Adafruit_AM2320.h>
#include <DHT_U.h>
#include <DHT.h> DHT dht(5, DHT11);
#include <MQ135.h>
#define analogPin A0
MQ135 gasSensor = MQ135(analogPin);
void setup() {
Serial.begin(9600);
delay(1000);
dht.begin();
Serial.begin(9600);
}
void loop() {
float ppm = gasSensor... | e4fe10552801a25997dbf4ea3cc6a43d | {
"intermediate": 0.29425644874572754,
"beginner": 0.5168386101722717,
"expert": 0.18890497088432312
} |
11,836 | create a resume | 78af38a1975eb1aaf77827733b4821e8 | {
"intermediate": 0.3577558398246765,
"beginner": 0.30312061309814453,
"expert": 0.33912351727485657
} |
11,838 | Is there a way to categorize events? Like system events, input events, entity etc., template<typename... Events>
class EventSystem {
private:
using EventBusPtr = std::shared_ptr<EventBus>;
using EventQueueManagerPtr = std::shared_ptr<EventQueueManager>;
using EventProcessorMap = std::unordered_map<std::type... | 6506a051c2dc7fb422dddaf9b285b79c | {
"intermediate": 0.30257001519203186,
"beginner": 0.46936970949172974,
"expert": 0.2280602753162384
} |
11,839 | tailwind width 10% | 66a543862407ac48dca91b794e42efc4 | {
"intermediate": 0.378442645072937,
"beginner": 0.3072880506515503,
"expert": 0.3142693340778351
} |
11,840 | hello | 7064fdd7200840f22b30fce8878a94af | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
11,841 | hi | 1b316aa5234313d7c8d8589748563961 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
11,842 | can I code so every word I type starts with a bigger word like "A"? | 1f48b7e079ed3efe215e619b9e013096 | {
"intermediate": 0.23305650055408478,
"beginner": 0.3158131241798401,
"expert": 0.4511304199695587
} |
11,843 | tailwind bold | 1ec8f915a294c22fd31749acb7b86c2d | {
"intermediate": 0.3333757221698761,
"beginner": 0.3095071017742157,
"expert": 0.3571171462535858
} |
11,844 | How to stream the response back from OpenAI? | 1ea9fb6b79094f4458307bdf8bc29083 | {
"intermediate": 0.2593049108982086,
"beginner": 0.08851224929094315,
"expert": 0.6521828770637512
} |
11,845 | this is a antDesign modal component, I want "setModalText" to contain JSX components and functions instead of text. "const handleOk = () => {
setModalText('The modal will be closed after two seconds');
setConfirmLoading(true);
setTimeout(() => {
setOpen(false);
setConfirm... | b5ef1ae4056d0ca71872638d2a6a8bab | {
"intermediate": 0.2791402339935303,
"beginner": 0.5211559534072876,
"expert": 0.1997038573026657
} |
11,846 | Could you create a jms rabbitmq consumer client c# | f8fbd282d9c339c3ce51d89247917f71 | {
"intermediate": 0.5107454061508179,
"beginner": 0.18652136623859406,
"expert": 0.3027331531047821
} |
11,847 | in MySQL and PostgreSQL, when is a materialized view updated? | 7f72ddcf5fc980393a06ecdde14cc11d | {
"intermediate": 0.4567784368991852,
"beginner": 0.2150302678346634,
"expert": 0.32819122076034546
} |
11,848 | import re
import requests
import difflib
API_KEY = "CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS"
BASE_URL = "https://api.bscscan.com/api"
similarity_threshold = 0.5
def get_contract_source_code(address):
params = {
"module": "contract",
"action": "getsourcecode",
"address": address,
"apiKey": API_KEY
... | cef9281f8279ffe9fe95345a46b4e4af | {
"intermediate": 0.404323548078537,
"beginner": 0.4484516680240631,
"expert": 0.14722484350204468
} |
11,849 | How would you create an eventsystem that flexibly uses an eventbus and eventqueue for an ecs depending on types of events etc? | bd70b5a01c79522f165cd03631d5604c | {
"intermediate": 0.3757174015045166,
"beginner": 0.13817451894283295,
"expert": 0.48610803484916687
} |
11,850 | code in C language a code where i can control the ceiling lamp at my place via my mobile app.. ill introduce the code to a microcontroller ( arduino or raspberry , you tell me which one to use ) and then ill connect the microcontroller to the lamp and i want to control it later via my mobile app | 8e70b6fec8878d612fa55105ef4569ea | {
"intermediate": 0.37786439061164856,
"beginner": 0.29415932297706604,
"expert": 0.327976256608963
} |
11,851 | execute_training() {
echo Model: model=$1
echo Batch_size: batch_size=$2
echo Done training $model
}
how to use this in another bash script line | f233b73fdc2dbf3f8952f8d048ef97df | {
"intermediate": 0.30675315856933594,
"beginner": 0.421785831451416,
"expert": 0.2714610993862152
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.