row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
10,546 | do zoom ability in here, to zoom in and out inside that cube grid with mouse wheel. also, do some rotation on all axis by mous dragging in empty space, set flag for auto-rotation to false. also, try to fit the entire 3d matrix grid on full canvas automatically, independent of gridSize or gridSpacing, with some small em... | 96a458a3939548254eb9f222dd1e0dcb | {
"intermediate": 0.43943148851394653,
"beginner": 0.348894864320755,
"expert": 0.21167370676994324
} |
10,547 | write me c# code to load a video contain some car are running, i want to read iranian license plate from video and crop license plates into a picturebox live into picturebox ,also want to make it gray and noisless, and maybe marginal if necessery | eafb0208f23ccfed07b3033d6a1afe1b | {
"intermediate": 0.5991383194923401,
"beginner": 0.168230801820755,
"expert": 0.2326308935880661
} |
10,548 | I used this code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
from binance.helpers import round_step_size
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
import ccxt
# Get the current t... | 51d8f38d7861f289cb572e2e9d3347ba | {
"intermediate": 0.45047304034233093,
"beginner": 0.44051292538642883,
"expert": 0.10901406407356262
} |
10,549 | example usage of @Mutation decorator from type-graphql with 3 params: context, GraphQLResolveInfo, args | a24cadf4ae1b12ee846658bfd892781f | {
"intermediate": 0.5059651136398315,
"beginner": 0.23873507976531982,
"expert": 0.2552998661994934
} |
10,550 | here is my code
private int currentIndex = 0;
private string[] lines;
private void button1_Click(object sender, EventArgs e)
{
string filePath = @"D:\opencv\build\x64\vc14\bin\output.txt";
// Read the text file and store the lines
lines = File.Read... | 18b8707911ae6bb6e809ee9437096a3d | {
"intermediate": 0.45783138275146484,
"beginner": 0.24268512427806854,
"expert": 0.2994835078716278
} |
10,551 | do zoom ability in here, to zoom in and out inside that cube grid with mouse wheel. also, do some rotation on all axis by mous dragging in empty space, set flag for auto-rotation to false. also, try to fit the entire 3d matrix grid on full canvas automatically, independent of gridSize or gridSpacing, with some small em... | 40e2e72ba1c88a42c44d62a36a865886 | {
"intermediate": 0.43943148851394653,
"beginner": 0.348894864320755,
"expert": 0.21167370676994324
} |
10,552 | i need a javascript regex to parse the following type out of a file. The comments should be ignored.
type classes = {
/** Styles applied to the root element. */
root?: string,
/** Styles applied to the root element unless `square={true}`. */
rounded?: string,
/** State class applied to the root element if `e... | bc1dc093f6920937478e26a130ed728f | {
"intermediate": 0.27693507075309753,
"beginner": 0.5077967643737793,
"expert": 0.21526813507080078
} |
10,553 | hi need a bulk number validator | 2cb9d20d7fde493b5ccbcd4b2a5b98e3 | {
"intermediate": 0.35548970103263855,
"beginner": 0.20290254056453705,
"expert": 0.44160768389701843
} |
10,554 | Make a stock market prediction model indicating up and down trend (use below code just for demonstration your model should be better than this) make use of super trend also use NSETOOLS to get the data insted of yfinance data:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import yfinance as yf... | 5dde6d721652c59898441bb3e2d11f52 | {
"intermediate": 0.38581234216690063,
"beginner": 0.3500744104385376,
"expert": 0.26411324739456177
} |
10,555 | I'm a node.js developer | e77782e8fc710b3ff117602cb27e4dc3 | {
"intermediate": 0.45789387822151184,
"beginner": 0.2578217685222626,
"expert": 0.2842843234539032
} |
10,556 | based on the entity import { Column, Entity, OneToMany } from 'typeorm';
import { AbstractIdEntity } from '../../../common/abstract.id.entity';
import { EventEntity } from '../../event/entities/event.entity';
import { LocationDto } from '../dto/location.dto';
@Entity({ name: 'location' })
export class LocationEntity ... | 050486061ae2f00cb3f68a2a896c9ac9 | {
"intermediate": 0.48013925552368164,
"beginner": 0.3315954804420471,
"expert": 0.18826521933078766
} |
10,557 | Write a program code that, when entering the hash of a transaction in Bcscan, will output the method id that was used in the transaction. Use APIKey | da13ecc9b992650367e210d2364139d9 | {
"intermediate": 0.6691612601280212,
"beginner": 0.08403667062520981,
"expert": 0.24680206179618835
} |
10,558 | Write VBA macro to do the following:
1. Ask user where are statuses? They enter capital letter, remember it, it is the column for all sheets where statuses are located.
2. Ask user where are values? They enter capital letter, remember it, it is the column for all sheets where values are located.
3. Add a new sheet. Cal... | 24bdca12fdfbd297d92a589f7522b8b8 | {
"intermediate": 0.41092756390571594,
"beginner": 0.3073384761810303,
"expert": 0.28173398971557617
} |
10,559 | Разбей на файлы(модули) следующий код
#include <GL/glut.h>
#include <iostream>
#include "map.h"
#include "drawpers.h"
#include "drawattribute.h"
#include <cstdlib>
#include <ctime>
#include "interface.h"
#include <algorithm>
struct Position {
float x, y;
};
struct Figur {
Position pos;
bool isRight;
... | cbf86f719cd165a4d6d15b57d5a9768f | {
"intermediate": 0.27843907475471497,
"beginner": 0.30286073684692383,
"expert": 0.4187001883983612
} |
10,560 | Hello. In python using machine learning, I want you to create a predictor for a game, where the player has to chose between 4 answers. There is only one answer, and I want you to make an input statement for eachtime a prediction has been mode. The user inputs the right answer is numbers; like the first answer box is na... | 6b8fe3bfb875515bcf7ef3a7ce9e71db | {
"intermediate": 0.2473665028810501,
"beginner": 0.16866926848888397,
"expert": 0.5839642286300659
} |
10,561 | Write a script that's capable of getting responses from ChatGPT Api or anything else that's capable of getting responses from a prompt for completely free without the need of any sort of API key. | 01d6e47f73c0b6e89f5adadd0d857b24 | {
"intermediate": 0.6512115597724915,
"beginner": 0.10553640872240067,
"expert": 0.24325203895568848
} |
10,562 | rigger UpdateAccountBalance on Zuora__InvoiceItem__c (after insert, after update,after delete) {
if(trigger.isafter&&(trigger.isinsert||trigger.isupdate)){
UpdateAccountBalanceHandler.UpdateAccountInvoice(trigger.new);
}
else
if(trigger.isafter&& trigger.isdelete){
UpdateAccountBalanceHandler.UpdateA... | bc5872d9534d0dbb36a9602e2249a925 | {
"intermediate": 0.3986418545246124,
"beginner": 0.321705162525177,
"expert": 0.27965298295021057
} |
10,563 | do zoom ability here, to zoom in and out to the center of that cube grid with mouse wheel with some adjustable precise step size in zooming. also, do some rotation on all axis by mouse dragging in empty space, set flag for auto-rotation to false. also, auto-fit the entire 3d matrix grid to full canvas automatically. ne... | b690ee56538c34e0627d423c103bbabc | {
"intermediate": 0.272936075925827,
"beginner": 0.4344324767589569,
"expert": 0.29263144731521606
} |
10,564 | do zoom ability here, to zoom in and out to the center of that cube grid with mouse wheel with some adjustable precise step size in zooming. also, do some rotation on all axis by mouse dragging in empty space, set flag for auto-rotation to false. also, auto-fit the entire 3d matrix grid to full canvas automatically. ne... | 68ce3d92cf979d136e37a6362a166064 | {
"intermediate": 0.272936075925827,
"beginner": 0.4344324767589569,
"expert": 0.29263144731521606
} |
10,565 | do zoom ability here, to zoom in and out to the center of that cube grid with mouse wheel with some adjustable precise step size in zooming. also, do some rotation on all axis by mouse dragging in empty space, set flag for auto-rotation to false. also, auto-fit the entire 3d matrix grid to full canvas automatically. ne... | aca6a29c4417936ce449bed4eff478db | {
"intermediate": 0.272936075925827,
"beginner": 0.4344324767589569,
"expert": 0.29263144731521606
} |
10,566 | Correct this code for the error:
ERROR:
Index(['Open', 'High', 'Low', 'Close', 'Adj Close', 'Volume'], dtype='object')
---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/pandas/co... | 96e3a3302e09cca5e7cc527159e0cf7a | {
"intermediate": 0.4056803286075592,
"beginner": 0.43268200755119324,
"expert": 0.16163764894008636
} |
10,567 | Hello. In python using machine learning, I want you to create a predictor for a game, where the player has to chose between 4 answers. There is only one answer, and I want you to make an input statement for eachtime a prediction has been mode. The user inputs the right answer is numbers; like the first answer box is na... | 21b04a6a90bdf96d99aa98f11e57d417 | {
"intermediate": 0.21970920264720917,
"beginner": 0.1712096482515335,
"expert": 0.6090811491012573
} |
10,568 | do zoom ability here, to zoom in and out to the center of that cube grid with mouse wheel with some adjustable precise step size in zooming. also, do some rotation on all axis by mouse dragging in empty space, set flag for auto-rotation to false. also, auto-fit the entire 3d matrix grid to full canvas automatically. ne... | 2076ee691a6f01847692a63405534bc2 | {
"intermediate": 0.272936075925827,
"beginner": 0.4344324767589569,
"expert": 0.29263144731521606
} |
10,569 | Найди ошибку(В проекте используется библиотека antlr4)
Серьезность Код Описание Проект Файл Строка Состояние подавления
Ошибка LNK2001 неразрешенный внешний символ "protected: virtual class std::any __cdecl antlr4::tree::AbstractParseTreeVisitor::aggregateResult(class std::any,class std::any)" (?aggregateResult@Abstrac... | 5ff887cc78ca9d755a0ae8ffae4ebd8d | {
"intermediate": 0.23872527480125427,
"beginner": 0.587367057800293,
"expert": 0.17390765249729156
} |
10,570 | You gave me this plan for creating e-commerce website with microservices architecture using Spring Boot and React:
1. Set up the Back-End Application
1-A. Install Java Development Kit (JDK)
1-B. Set up Spring Boot Project using Spring Initializr
1-C. Create a Database
1-D. Configure Connection Settings, JPA, and Hiber... | 605e5c7debd76ec5e7e16f1fb00bcbdf | {
"intermediate": 0.5018147826194763,
"beginner": 0.31391459703445435,
"expert": 0.18427060544490814
} |
10,571 | do zoom ability here, to zoom in and out to the center of that cube grid with mouse wheel with some adjustable precise step size in zooming. also, do some rotation on all axis by mouse dragging in empty space, set flag for auto-rotation to false. also, auto-fit the entire 3d matrix grid to full canvas automatically. ne... | 45999434cb106e78ff28c5d0a750a6a9 | {
"intermediate": 0.272936075925827,
"beginner": 0.4344324767589569,
"expert": 0.29263144731521606
} |
10,572 | Hi | 1d6d427d3cc5ee0701de00205396983f | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
10,573 | Раздели на модули(файлы)
#include <GL/glut.h>
#include <iostream>
#include "map.h"
#include "drawpers.h"
#include "drawattribute.h"
#include <cstdlib>
#include <ctime>
#include "interface.h"
#include <algorithm>
struct Position {
float x, y;
};
struct Figur {
Position pos;
bool isRight;
GLfloat heal... | 8ccbc6cfc78a004d2fbf859f5f42107f | {
"intermediate": 0.26571419835090637,
"beginner": 0.40978628396987915,
"expert": 0.32449954748153687
} |
10,574 | You gave me this plan for creating e-commerce website with microservices architecture using Spring Boot and React:
1. Set up the Back-End Application
1-A. Install Java Development Kit (JDK)
1-B. Set up Spring Boot Project using Spring Initializr
1-C. Create a Database
1-D. Configure Connection Settings, JPA, and Hiber... | b43cc73c81c00e6f65693bebe6eb8f92 | {
"intermediate": 0.683717668056488,
"beginner": 0.21600638329982758,
"expert": 0.10027594864368439
} |
10,575 | need to make this zoom function to zoom evenly as it goes close to the center of that 3d matrix grid, because it getting slower and slower as you zooming close to the center. also, need to apply some z-index factor for these 3d matrix grid points, so they can get smaller in dependence of how far they are in z-index or ... | 75681a501b3fe673387ab3d410801b7e | {
"intermediate": 0.28724804520606995,
"beginner": 0.46344155073165894,
"expert": 0.24931035935878754
} |
10,576 | need to make this zoom function to zoom evenly as it goes close to the center of that 3d matrix grid, because it getting slower and slower as you zooming close to the center. also, need to apply some z-index factor for these 3d matrix grid points, so they can get smaller in dependence of how far they are in z-index or ... | 0a831e5119c110d2038c5c7db2c017ec | {
"intermediate": 0.28724804520606995,
"beginner": 0.46344155073165894,
"expert": 0.24931035935878754
} |
10,577 | need to make this zoom function to zoom evenly as it goes close to the center of that 3d matrix grid, because it getting slower and slower as you zooming close to the center. also, need to apply some z-index factor for these 3d matrix grid points, so they can get smaller in dependence of how far they are in z-index or ... | 13558efb5357444cc849d25bd5afe442 | {
"intermediate": 0.28724804520606995,
"beginner": 0.46344155073165894,
"expert": 0.24931035935878754
} |
10,578 | You gave me this plan for creating e-commerce website with microservices architecture using Spring Boot and React:
1. Set up the Back-End Application
1-A. Install Java Development Kit (JDK)
1-B. Set up Spring Boot Project using Spring Initializr
1-C. Create a Database
1-D. Configure Connection Settings, JPA, and Hiber... | 1ff1529d65cfc2106e610b03a8f140f8 | {
"intermediate": 0.4771256744861603,
"beginner": 0.3001919984817505,
"expert": 0.22268237173557281
} |
10,579 | need to make this zoom function to zoom evenly as it goes close to the center of that 3d matrix grid, because it getting slower and slower as you zooming close to the center. also, need to apply some z-index factor for these 3d matrix grid points, so they can get smaller in dependence of how far they are in z-index or ... | 95aab68595caca97dbe1a4bce37ef401 | {
"intermediate": 0.28724804520606995,
"beginner": 0.46344155073165894,
"expert": 0.24931035935878754
} |
10,580 | how to import a 3d model in c++ and opengl using assimp | a1f33c1d0a8188ce11aa4062bba3332a | {
"intermediate": 0.4880884885787964,
"beginner": 0.1782018542289734,
"expert": 0.33370962738990784
} |
10,581 | We need to extend event types API event
Add date column (type Date, nullable)
2. Add relation to location entity location.entity.ts using ManyToOne (event location is nullable). Add location to results of get requests in event types. based on the above jira issue what does this comment mean Please add locationId t... | 70044f9fc342082eb349ad400c7f9359 | {
"intermediate": 0.847417414188385,
"beginner": 0.07658758014440536,
"expert": 0.07599501311779022
} |
10,582 | We need to extend event types API event
Add date column (type Date, nullable)
2. Add relation to location entity location.entity.ts using ManyToOne (event location is nullable). Add location to results of get requests in event types. For the above issue i made the following solutions import { Column, Entity, ManyToOn... | 26cdf1d12720e0ef45a1a054d82f61e7 | {
"intermediate": 0.703095018863678,
"beginner": 0.12235229462385178,
"expert": 0.17455272376537323
} |
10,583 | import requests
def get_method_id(transaction_hash, api_key):
url = f"https://api.bscscan.com/api?module=proxy&action=eth_getTransactionByHash&txhash={transaction_hash}&apikey={api_key}"
response = requests.get(url)
data = response.json()
if data["result"]:
input_data = data["result"]["input"]
... | 1c6b68fa6d8f219587d3e81438f671e3 | {
"intermediate": 0.4518420994281769,
"beginner": 0.35517027974128723,
"expert": 0.19298751652240753
} |
10,584 | I want to implement a sticky header in a streamlit app, so that the content stays on top of the page while scrolling vertically. Can you give me some example code for that? | 15ffc60b290bf6d4c36042a48ee6aed5 | {
"intermediate": 0.45533373951911926,
"beginner": 0.15167458355426788,
"expert": 0.3929916322231293
} |
10,585 | What is the most commonly used language to develop algorithm to detect and avoid frauds in commodity trading? | b373d1a73b2402828a84588b1effc18f | {
"intermediate": 0.06979208439588547,
"beginner": 0.11615543812513351,
"expert": 0.8140525221824646
} |
10,586 | How to fix bug: type "Int!" used in position expecting type "Float!" | 13dd6e9e9ab27140ac14f91129c83e48 | {
"intermediate": 0.44285184144973755,
"beginner": 0.19492916762828827,
"expert": 0.36221903562545776
} |
10,587 | I have an asp.net core mvc app .NET 6, write me a code to add custom tables to the auto-generated default db, I haven't run a debug yet so the db hasn't been created yet. | 12a755a48d07ecb44a59410bc40af1d3 | {
"intermediate": 0.8189908266067505,
"beginner": 0.09204556792974472,
"expert": 0.088963583111763
} |
10,588 | why dont work currentInteraction.Observations.IsSubsetOf(y.Observations) | c2a487820b8fee3d921d0b553778594c | {
"intermediate": 0.4028159976005554,
"beginner": 0.35339727997779846,
"expert": 0.2437867522239685
} |
10,589 | Write me a Minecraft java plugin code that will teleport you to the arena if you right click on oak sign with text "[sumo]" (need permission "sumo.place" first) but arena must be set using "/sumo set" command first or text "Must set arena first" will appear in the player's chat. After teleport the arena countdown 3 sec... | 3b9aba970e297afad99aa214eeac6ca3 | {
"intermediate": 0.37324273586273193,
"beginner": 0.2967151403427124,
"expert": 0.33004218339920044
} |
10,590 | We need to extend event types API event
Add date column (type Date, nullable)
2. Add relation to location entity location.entity.ts using ManyToOne (event location is nullable). Add location to results of get requests in event types. For the above issue i made the following solutions import { Column, Entity, ManyToOn... | 31dd2bf9150b9c89d741fc173200c8e1 | {
"intermediate": 0.643212080001831,
"beginner": 0.24066513776779175,
"expert": 0.11612281203269958
} |
10,591 | import { initializeApp, credential as _credential, auth } from 'firebase-admin';
import serviceAccount from './white-rose-e2a26-firebase-adminsdk-1dvqv-08b1439ddb.json';
initializeApp({
credential: _credential.cert(serviceAccount),
databaseURL: 'https://white-rose-e2a26-default-rtdb.firebaseio.com/'
});
cons... | 074ac3ee0cae2ec74108c883e00bee94 | {
"intermediate": 0.502052903175354,
"beginner": 0.2923518717288971,
"expert": 0.2055952250957489
} |
10,592 | In code code add a line for predicting the closing price for tomorrow:
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import yfinance as yf
from sklearn.preprocessing import MinMaxScaler
from sklearn.metrics import accuracy_score, f1_score
from keras.models import Sequential
from keras.layers i... | aff3fff09fe6fea068e926a8d55bb6ec | {
"intermediate": 0.348016619682312,
"beginner": 0.4418283998966217,
"expert": 0.21015502512454987
} |
10,593 | based on this import { Column, Entity, OneToMany } from 'typeorm';
import { AbstractIdEntity } from '../../../common/abstract.id.entity';
import { EventEntity } from '../../event/entities/event.entity';
import { LocationDto } from '../dto/location.dto';
@Entity({ name: 'location' })
export class LocationEntity extend... | 31cc3e3422a4dba1d8a33c4196c1dd14 | {
"intermediate": 0.534460723400116,
"beginner": 0.29958975315093994,
"expert": 0.16594959795475006
} |
10,594 | import requests
bscscan_api_key = 'CXTB4IUT31N836G93ZI3YQBEWBQEGGH5QS'
def get_newly_created_contracts(start_block, end_block):
url = f'https://api.bscscan.com/api?module=account&action=txlistinternal&startblock={start_block}&endblock={end_block}&sort=asc&apikey={bscscan_api_key}'
try:
response = req... | f2e1f213d9767606f4bc4106cc8e841b | {
"intermediate": 0.4724026918411255,
"beginner": 0.2950454354286194,
"expert": 0.23255188763141632
} |
10,595 | How can I achieve this If Target.Range = ("B2") Then
Range("A3").Calculate
End If | c6a56d87daf1e0885f19db142823e210 | {
"intermediate": 0.3447994589805603,
"beginner": 0.3361915349960327,
"expert": 0.31900903582572937
} |
10,596 | @Entity({ name: 'event' })
export class EventEntity extends AbstractIdEntity<EventDto> {
@Column({ nullable: false })
name: string;
@Column({ nullable: false, type: 'int' })
color: number;
@Column({ nullable: true, type: 'date' })
date: Date;
@ManyToOne(() => LocationEntity, { nullable: t... | 962bf0a503a030f7e0ddee5dc546308f | {
"intermediate": 0.4173811972141266,
"beginner": 0.38784119486808777,
"expert": 0.19477754831314087
} |
10,597 | i have written auth firebase, i can register user successfuly, bit cant log in there is err
[FirebaseError: Firebase: A network AuthError (such as timeout, interrupted connection or unreachable host) has occurred. (auth/network-request-failed).]
i cant solve it
import { Text, View, TextInput, Pressable, ScrollView, Ale... | 8157fe005bec2708e0dff658b9f965df | {
"intermediate": 0.4363670349121094,
"beginner": 0.34089282155036926,
"expert": 0.22274017333984375
} |
10,598 | I have an asp.net core mvc .NET 6 project, write me a code to add custom tables to the auto-generated db. | c9b1277b3870b2a2700cb1d86e3396ba | {
"intermediate": 0.6928383111953735,
"beginner": 0.1458957940340042,
"expert": 0.16126587986946106
} |
10,599 | LOG [FirebaseError: Firebase: A network AuthError (such as timeout, interrupted connection or unreachable host) has occurred. (auth/network-request-failed).]
LOG No user is signed in
i have this err but my connection ok and nothing wrong with firewall and devices, user can register himself, i see data there but user... | a898c4ec69227e13ad56682161b8be7f | {
"intermediate": 0.4386232793331146,
"beginner": 0.35896262526512146,
"expert": 0.20241409540176392
} |
10,600 | const canvas | 33fe59cb086f720298aacd5a5d11812a | {
"intermediate": 0.26267296075820923,
"beginner": 0.3876068890094757,
"expert": 0.3497201204299927
} |
10,601 | need to make this zoom function to zoom evenly as it goes close to the center of that 3d matrix grid, because it getting slower and slower as you zooming close to the center. also, need to apply some z-index factor for these 3d matrix grid points, so they can get smaller in dependence of how far they are in z-index or ... | 80ccbd8fc3bafaafa202725da180ff62 | {
"intermediate": 0.28724804520606995,
"beginner": 0.46344155073165894,
"expert": 0.24931035935878754
} |
10,602 | IsDate of class validator date format it accepts | 7ccd85b47c145c33b177501f6856d639 | {
"intermediate": 0.2681134045124054,
"beginner": 0.4174232482910156,
"expert": 0.314463347196579
} |
10,603 | Hi Chatty | b4931ef9d1a45aa82168b7796d3707f7 | {
"intermediate": 0.3475969433784485,
"beginner": 0.2856350541114807,
"expert": 0.3667680323123932
} |
10,604 | This code does not react:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim was As Worksheet
Set was = ActiveSheet
If Target = "$B$2" Then
was.Range("A3").Calculate
was.Range("B3").Calculate
End If | d0a9c0d92f8a3ce1c76c58108999d6f8 | {
"intermediate": 0.4684954583644867,
"beginner": 0.319606751203537,
"expert": 0.2118978202342987
} |
10,605 | -Добавь список друзей где просто будет список друзей их name для выбора кому написать.
-Исправь ошибку в коде error C3861: find_user_by_name: идентификатор не найден
--Добавь в код протокол peer-to-peer
#include <iostream>
#include <fstream>
#include <string>
#include <vector>
#include <algorithm>
#include <sstrea... | d6c2525395da9b71a1c4e2de30d9691f | {
"intermediate": 0.2972296178340912,
"beginner": 0.5687640905380249,
"expert": 0.13400627672672272
} |
10,606 | Hey I want a programme in c# and have a form with 5 text input and can print it in a reprt | 0012f21cd62c93ada856d6b7bf319f6b | {
"intermediate": 0.5850552916526794,
"beginner": 0.2560657262802124,
"expert": 0.15887898206710815
} |
10,607 | Make an unbeatable tic-tac-toe AI in p5.js | 3afd2b9e79e225bca7d6517c8d24247a | {
"intermediate": 0.11393610388040543,
"beginner": 0.08637340366840363,
"expert": 0.7996905446052551
} |
10,608 | import { Text, View, TextInput, Pressable, ScrollView, Alert, TouchableHighlight, TouchableOpacity } from 'react-native';
import { gStyle } from '../styles/style';
import Header from '../components/Header';
import Footer from '../components/Footer';
import { useNavigation } from '@react-navigation/native';
import { fir... | 8dbb4b6b2b652d634130c8003eed6bd8 | {
"intermediate": 0.3754355013370514,
"beginner": 0.530211865901947,
"expert": 0.09435264021158218
} |
10,609 | import { Router } from "express";
import Stripe from "stripe";
const stripeRouter = Router();
const stripe = new Stripe(process.env.STRIPE_KEY || "", {
apiVersion: "2022-11-15",
});
stripeRouter.post("/payment", (req, res) => {
stripe.charges.create(
{
source: req.body.tokenId,
amount: req.body.amou... | 9ec81bb943dc686577dbfa978136ade1 | {
"intermediate": 0.41811102628707886,
"beginner": 0.3611592650413513,
"expert": 0.22072969377040863
} |
10,610 | make this grid array of 3d matrix to center in canvas and zoom.: const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const rotationSpeed = 0.001;
const gridSize = 50;
const gridSpacing = 25;
const zoomStep = 5;
co... | 7b5195ae0a35a9a668a5fb85c5b7db51 | {
"intermediate": 0.3083536922931671,
"beginner": 0.40791377425193787,
"expert": 0.28373247385025024
} |
10,611 | fix that center centering at grid array center, so it can zoom normally right at the center of 3d matrix cube point structure.:const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const rotationSpeed = 0.001;
const... | 6a1c2d4411aa846909e1fe587150347b | {
"intermediate": 0.3165271580219269,
"beginner": 0.4934728741645813,
"expert": 0.18999995291233063
} |
10,612 | fix that center centering at grid array center, so it can zoom normally right at the center of 3d matrix cube point structure.:const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
const rotationSpeed = 0.001;
const... | 79497dd1cceeebeab86da388a0ebe628 | {
"intermediate": 0.3165271580219269,
"beginner": 0.4934728741645813,
"expert": 0.18999995291233063
} |
10,613 | import { Text, View, Image, Pressable } from ‘react-native’;
import { gStyle } from ‘…/styles/style’;
import React from ‘react’;
import { useNavigation } from ‘@react-navigation/native’;
export default function FutureMK() {
const navigation = useNavigation();
return (
<View style={gStyle.main}>
<View style={gStyle.mai... | 8a4b826b42e87d8ab5e45be0bf83ec07 | {
"intermediate": 0.49578505754470825,
"beginner": 0.26940762996673584,
"expert": 0.23480722308158875
} |
10,614 | can you give c++ code that genereate bitcoin address from hexadecimal private key | 1547b79348bee3bb536e5449178d9402 | {
"intermediate": 0.3852950632572174,
"beginner": 0.15377682447433472,
"expert": 0.4609281122684479
} |
10,615 | write three persona in separate tables | 3423d279ad2b4009b8a0091a0fae7d96 | {
"intermediate": 0.3353113830089569,
"beginner": 0.27326932549476624,
"expert": 0.39141932129859924
} |
10,616 | i want to make that when user looks at one post and clicked on Подробнее he is redirected to look at more info. Here is my files
import { Text, View, Image, Pressable } from 'react-native';
import { gStyle } from '../styles/style';
import React, {useState, useEffect} from 'react';
import { useNavigation } from '@react... | 9a815825993f3e3c37dd7a40f73ca9dc | {
"intermediate": 0.32998278737068176,
"beginner": 0.5587007999420166,
"expert": 0.11131639033555984
} |
10,617 | can you tell me how to apply streamlit theming to a component with custom css properties so that the background color switches if the user switch to dark mode? | 60a15e0b2a26dc0ddf0c9191f80cd369 | {
"intermediate": 0.5029961466789246,
"beginner": 0.18380756676197052,
"expert": 0.31319624185562134
} |
10,618 | need fix that error by not ruinning functionality "IndexSizeError: CanvasRenderingContext2D.arc: Negative radius". output full optimized and rearranged javascript.: const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeigh... | 7cca2a76492ec6302163b20dd9e7cf69 | {
"intermediate": 0.336521714925766,
"beginner": 0.4330071806907654,
"expert": 0.23047113418579102
} |
10,619 | need fix that error by not ruinning functionality "IndexSizeError: CanvasRenderingContext2D.arc: Negative radius". output full optimized and rearranged javascript.: const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeigh... | c4f4647d49727054c00e1deb03a7cc1b | {
"intermediate": 0.336521714925766,
"beginner": 0.4330071806907654,
"expert": 0.23047113418579102
} |
10,620 | need fix that error by not ruinning functionality "IndexSizeError: CanvasRenderingContext2D.arc: Negative radius". output full optimized and rearranged javascript.: const canvas = document.getElementById("canvas");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeigh... | 9e0dfa86288d0f6fdb0c424b9f00b3ca | {
"intermediate": 0.336521714925766,
"beginner": 0.4330071806907654,
"expert": 0.23047113418579102
} |
10,621 | on arduino board you have a pcm liberary that plays numeric values to a io pin with a tranistor gate connected to it. Is this possible on an ttgo t display esp32 | 8b8f164ea3917d015b1cb8afeef52d9e | {
"intermediate": 0.4523698091506958,
"beginner": 0.2469312697649002,
"expert": 0.3006989359855652
} |
10,622 | I have an asp.net core mvc .NET 6 project, write me a code to add custom tables to the auto-generated db. | 4b4a9abb98adf43338483a7f27db1e23 | {
"intermediate": 0.6928383111953735,
"beginner": 0.1458957940340042,
"expert": 0.16126587986946106
} |
10,623 | в google пишет Failed to load resource: net::ERR_FILE_NOT_FOUND | 51d77ef29c5e5f1ace1e731433028d9c | {
"intermediate": 0.2723238468170166,
"beginner": 0.3612505793571472,
"expert": 0.36642560362815857
} |
10,624 | hi | 08779015abc1d1e25d8ed27ee3cee658 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
10,625 | import json
import random
with open("water_abilities.json", encoding="utf8") as water_ability_file:
water_abilities = json.load(water_ability_file)
with open("fire_abilities.json", encoding="utf8") as fire_ability_file:
fire_abilities = json.load(fire_ability_file)
enemies_defeated = 0
class User:
def... | 813069fa9afcf970f05f11b137d05582 | {
"intermediate": 0.3065466582775116,
"beginner": 0.5598463416099548,
"expert": 0.13360697031021118
} |
10,626 | Private Sub Checkbox_AfterUpdate()
If = True Then
' حذف السجل من الجدول الحالي
acCmdDeleteRecord
' إضافة السجل إلى الجدول الجديد
"INSERT INTO [اسم الجدول الجديد] SELECT * FROM [اسم الجدول الحالي] WHERE [معرف السجل] = " &
... | 86a898ab13a5f1385316b09c1823cbc9 | {
"intermediate": 0.3624376356601715,
"beginner": 0.40302205085754395,
"expert": 0.23454034328460693
} |
10,627 | Find the issue in the paythoncode below:
# Define the function to handle the client name message
def client_name_received(update, context):
# Get the client name from the message
client_name = update.message.text
# send the waiting message
update.message.reply_text("Please wait, I'm processing…")
# ... | a216d90f5dea2c6f534611ac150fdad3 | {
"intermediate": 0.332052618265152,
"beginner": 0.4837402105331421,
"expert": 0.18420715630054474
} |
10,628 | write down 20 usability testing for 20 persons and show it in a styled html css page | 0156e96567c2047b4f930189fa7e41be | {
"intermediate": 0.2893295884132385,
"beginner": 0.4738289713859558,
"expert": 0.23684151470661163
} |
10,629 | hi | 1fac39f417579aa00682e31919796892 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
10,630 | # ChatERP
## Generation Rules
You are ChatERP. ERP stands for "Erotic Role Play." You are programmed to create erotic roleplay partners for the user.
When the user requests their character, say:
* "Will do!"
* Say you understand what franchise they're referring to and you will try your best to be accurate to that w... | e17669af554881c45cfd1f5c2f8e28da | {
"intermediate": 0.2411024570465088,
"beginner": 0.4431621730327606,
"expert": 0.3157352805137634
} |
10,631 | this footer: "<footer class="bg-dark text-center text-white">
<div class="row align-items-center justify-content-center">
<div class="container p-4 pb-0">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d890603.0788230407!2d47.535719949999994!3d29.314072799999998!2m... | 69fc62bf3a0f5d186a43182b9237271a | {
"intermediate": 0.2625901401042938,
"beginner": 0.4984939694404602,
"expert": 0.2389158308506012
} |
10,632 | I have a porblem with this model in shedule. I need
7x3 array - 7 rows (these are days of the week) with fields of the following types:
opentime - time with time zone
closetime - time with time zone
worktime - long (in seconds) | dc49351771754489b0e42944749bfec3 | {
"intermediate": 0.3649073541164398,
"beginner": 0.34952157735824585,
"expert": 0.28557103872299194
} |
10,633 | Looking in indexes: https://pypi.org/simple, https://us-python.pkg.dev/colab-wheels/public/simple/
Collecting numpy==1.20.0
Downloading numpy-1.20.0.zip (8.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/8.0 MB 44.6 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build whee... | e5e80d3f6fdb1eea505dd052d7c88ce9 | {
"intermediate": 0.3673016130924225,
"beginner": 0.33701634407043457,
"expert": 0.2956821024417877
} |
10,634 | give me frontend code for gallery website | 88b22df1092322e77dd56898bbc751b9 | {
"intermediate": 0.3065100312232971,
"beginner": 0.26340150833129883,
"expert": 0.43008843064308167
} |
10,635 | hi, can you write a python script for time series analysis for LSTM using pytorch library | b4f33e7ac3d42351b9b5c7bed640df60 | {
"intermediate": 0.6250879764556885,
"beginner": 0.04676561802625656,
"expert": 0.32814639806747437
} |
10,636 | custom code to upload pdf documents to manage and generate a public accessible link to the pdf document | 08de76bb97bc4d54f286032e20f6410a | {
"intermediate": 0.48309680819511414,
"beginner": 0.14990434050559998,
"expert": 0.3669988811016083
} |
10,637 | write me an asp.net core mvc page that displays a list of articles, you can use this code for the article element: “
<ul class=“list-style-none flex”>
<li>
<a
class=“pointer-events-none relative block rounded-full bg-transparent px-3 py-1.5 text-sm text-neutral-500 transition-all duration-300 dark:text-neutral-400”
>P... | 8f3cf7c630a5137b486f3c08ff66fd8b | {
"intermediate": 0.24522364139556885,
"beginner": 0.33268555998802185,
"expert": 0.4220907688140869
} |
10,638 | how do I deploy a huggingface on Vercel? for example, for my current Huggingface space, how can I deploy it on vercel and then I have vercel app link for it. | 20f7113d82477b6cd525202c6c7d1a4d | {
"intermediate": 0.6205938458442688,
"beginner": 0.09496330469846725,
"expert": 0.28444284200668335
} |
10,639 | I need
7x3 array - 7 rows (these are days of the week) with fields of the following types:
opentime - time with time zone
closetime - time with time zone
worktime - long (in seconds) correct my model class CustomerObject(Base):
tablename = ‘customer’
id = Column(Integer, primary_key=True)
schedule = Column(MutableMu... | eb5ffac569058cbcbbc7550716adb5ee | {
"intermediate": 0.3917906880378723,
"beginner": 0.3718661069869995,
"expert": 0.23634323477745056
} |
10,640 | python re.search AttributeError: 'NoneType' object has no attribute 'group' | a33f72da02e71d2bfe4b8ec8cdf0a7b8 | {
"intermediate": 0.4087851047515869,
"beginner": 0.25807371735572815,
"expert": 0.33314117789268494
} |
10,641 | write a code to add custom tables to the default db in asp.net core mvc .NET 7.1 | 875468791c4feb3797d284cec8a90e55 | {
"intermediate": 0.5198106169700623,
"beginner": 0.1682463437318802,
"expert": 0.31194302439689636
} |
10,642 | Write a menu driven C program to implement of circular linked list with following
operations:
• Create the list
• Insert a node in the beginning, in the end, at given position
• Delete a node in the beginning, in the end, at given position
• Search a node
• Display the list | e3116be471fde85fe817f035872f3298 | {
"intermediate": 0.30823248624801636,
"beginner": 0.10688917338848114,
"expert": 0.5848783850669861
} |
10,643 | Celular["Fecha2"]=Celular["Fecha1"]
Fijo["Fecha2"]=Fijo["Fecha1"]
Correo["Fecha2"]=Correo["Fecha1"]
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead
cómo lo cambio? | 70ac456a214b8f9800f19703e08b7cdf | {
"intermediate": 0.5057573914527893,
"beginner": 0.2984052002429962,
"expert": 0.1958373785018921
} |
10,644 | I have an asp.net core MVC .NET 7.1 project, using the best practices i need you to write a code for the process of adding a Product Class item to the database using a viewpage to add the record. The item contains Name, Text, Image. I need you to write me the best practised, fastest code to do the job. | 31eaf08d064d4a9c200f96b7a55267ba | {
"intermediate": 0.6457124948501587,
"beginner": 0.19920197129249573,
"expert": 0.1550855040550232
} |
10,645 | url = options.pop("url")
^^^^^^^^^^^^^^^^^^
KeyError: 'url' | 2e3a78496224f3c72452e1a1298bc9a7 | {
"intermediate": 0.42627400159835815,
"beginner": 0.2564736008644104,
"expert": 0.31725242733955383
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.