row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
8,835 | Write description and some useful information about kotlin library Lincheck | ab9efa6da5f6d4aa046ece220c78c950 | {
"intermediate": 0.6009358167648315,
"beginner": 0.16369496285915375,
"expert": 0.2353692352771759
} |
8,836 | import pandas as pd
import numpy as np
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
import torch
from torch.utils.data import DataLoader, Dataset
from transformers import AutoTokenizer, AutoModelForSequenceClassification, AdamW
# define the model repo
model_name =... | bab5b4d55e7882848abdbf370997ec58 | {
"intermediate": 0.2785055935382843,
"beginner": 0.5566404461860657,
"expert": 0.16485394537448883
} |
8,837 | i want to click on this element with selenium I Agree | 9329c89e5375d0189785de0379c91cb1 | {
"intermediate": 0.40245792269706726,
"beginner": 0.26847684383392334,
"expert": 0.3290652334690094
} |
8,838 | --> 130 best_position, best_fitness = aco_fl(objective_function, num_ants, num_iterations, q0, alpha, beta, rho, lb, ub,global_model)
Cell In [32], line 76, in aco_fl(objective_function, num_ants, num_iterations, q0, alpha, beta, rho, lb, ub, global_model)
74 probabilities = np.nan_to_num(probabilities)
... | e6d8514a7a9c36c079fec35fb6b31e09 | {
"intermediate": 0.3471721112728119,
"beginner": 0.3543306589126587,
"expert": 0.29849720001220703
} |
8,839 | DROP TABLE IF EXISTS BOOKING;
DROP TABLE IF EXISTS [EVENT];
DROP TABLE IF EXISTS TOUR;
DROP TABLE IF EXISTS CLIENT;
GO
CREATE TABLE CLIENT(
CLIENTID INT,
SURNAME NVARCHAR(100) NOT NULL,
GIVENNAME NVARCHAR(100) NOT NULL,
GENDER NVARCHAR(1),
CONSTRAINT PK_CLIENT PRIMARY KEY(CLIENTID),
... | 737a0c9d40706ed83f54db080a92c5bc | {
"intermediate": 0.3500862717628479,
"beginner": 0.40005964040756226,
"expert": 0.24985407292842865
} |
8,840 | can you write cs106b priority queue binary heap? | 62b76fdb759dcb4f7888fcdc39ec7112 | {
"intermediate": 0.34591707587242126,
"beginner": 0.17230162024497986,
"expert": 0.4817813038825989
} |
8,841 | I want you to act as a tech writer. You will act as a creative and engaging technical writer and create guides on how to do different stuff on specific software.
write a a post for "TypeScript Modules". | eb8da0045cd1dfcfd61989cec9a2ead3 | {
"intermediate": 0.5241937041282654,
"beginner": 0.2708267569541931,
"expert": 0.2049795240163803
} |
8,842 | DROP TABLE IF EXISTS BOOKING;
DROP TABLE IF EXISTS [EVENT];
DROP TABLE IF EXISTS TOUR;
DROP TABLE IF EXISTS CLIENT;
GO
CREATE TABLE CLIENT(
CLIENTID INT,
SURNAME NVARCHAR(100) NOT NULL,
GIVENNAME NVARCHAR(100) NOT NULL,
GENDER NVARCHAR(1),
CONSTRAINT PK_CLIENT PRIMARY KEY(CLIENTID),
... | 3cbde3347b46ee936ca147b81d230453 | {
"intermediate": 0.3500862717628479,
"beginner": 0.40005964040756226,
"expert": 0.24985407292842865
} |
8,843 | Use a pretrained deep learning model for object detection (ex: Yolo or MobileNet
SSD) to detect moving object in a video.
• Implement a tracking algorithm (ex: DeepSort, Opencv tracking algorithms) to track
multiple objects in a video.
• Use the object detection model and the tracking algorithm to formulate a video
sum... | dfb37740d5ae50e345277a11372cd415 | {
"intermediate": 0.24328380823135376,
"beginner": 0.2578281760215759,
"expert": 0.4988880157470703
} |
8,844 | what does this line do in c? | ad87b12b84912bb618c62fecdb192126 | {
"intermediate": 0.3417704999446869,
"beginner": 0.36927998065948486,
"expert": 0.28894951939582825
} |
8,845 | We need to spoof the amount of processors and cores on Vmware. Software is hardware recognized that i use and i changed the settings to more optimal ones. developer can not be reached ever again he died. so we need to be able to spoof the processors and cores on vmware. The vm is running windows 10. Since it is a vm i ... | 7ce9ee0b424cbb80c54102389aac825b | {
"intermediate": 0.3343910872936249,
"beginner": 0.3133220374584198,
"expert": 0.3522869348526001
} |
8,846 | Capture the area (Image 1 to Image 2) by matching the template | 2fbebdb1b74147d62deaaaf98c628e3f | {
"intermediate": 0.33215436339378357,
"beginner": 0.29978734254837036,
"expert": 0.36805832386016846
} |
8,847 | What does the following Node-Red code do, and can it be optimized?
[{"id":"3ba422b0.9c410e","type":"subflow","name":"Artnet","info":"# Art-Net encoder/decoder\n\nThis sublow is a bi-directional Art-Net encoder/decoder.\n\n## Receiving\n\nConnect a `udp in` object set to port *6454* to the input of the subflow. \nThe ... | 04d6e576a8f361fc45a0c9255a62aeec | {
"intermediate": 0.27176329493522644,
"beginner": 0.2500671148300171,
"expert": 0.4781695306301117
} |
8,848 | DROP TABLE IF EXISTS BOOKING;
DROP TABLE IF EXISTS [EVENT];
DROP TABLE IF EXISTS TOUR;
DROP TABLE IF EXISTS CLIENT;
GO
CREATE TABLE CLIENT(
CLIENTID INT,
SURNAME NVARCHAR(100) NOT NULL,
GIVENNAME NVARCHAR(100) NOT NULL,
GENDER NVARCHAR(1),
CONSTRAINT PK_CLIENT PRIMARY KEY(CLIENTID),
... | 9446e124ddd4187e514173801be01064 | {
"intermediate": 0.3500862717628479,
"beginner": 0.40005964040756226,
"expert": 0.24985407292842865
} |
8,849 | How to summarize a video using Yolov5 and deepsort | 9f34327b6515a8e105447958c461f9b2 | {
"intermediate": 0.17481552064418793,
"beginner": 0.07233575731515884,
"expert": 0.7528486847877502
} |
8,850 | DROP TABLE IF EXISTS BOOKING;
DROP TABLE IF EXISTS [EVENT];
DROP TABLE IF EXISTS TOUR;
DROP TABLE IF EXISTS CLIENT;
GO
CREATE TABLE CLIENT(
CLIENTID INT,
SURNAME NVARCHAR(100) NOT NULL,
GIVENNAME NVARCHAR(100) NOT NULL,
GENDER NVARCHAR(1),
CONSTRAINT PK_CLIENT PRIMARY KEY(CLIENTID),
... | 4c6dd5702b77a6d401967da3ca92cd0e | {
"intermediate": 0.3500862717628479,
"beginner": 0.40005964040756226,
"expert": 0.24985407292842865
} |
8,851 | ---> 79 next_position = np.random.choice(len(lb), p=probabilities)
80 current_position[next_position] = 1
82 # Evaluate the fitness of the ant solution
File mtrand.pyx:920, in numpy.random.mtrand.RandomState.choice()
ValueError: probabilities contain NaN | 8200cd12ef964c7d536a4ca0d39b4245 | {
"intermediate": 0.311709463596344,
"beginner": 0.3614141047000885,
"expert": 0.3268764317035675
} |
8,852 | how do i convert python to javascript | 64ed7031556d2f831e8872bf230e201c | {
"intermediate": 0.4234655797481537,
"beginner": 0.26287898421287537,
"expert": 0.31365546584129333
} |
8,853 | DROP TABLE IF EXISTS BOOKING;
DROP TABLE IF EXISTS [EVENT];
DROP TABLE IF EXISTS TOUR;
DROP TABLE IF EXISTS CLIENT;
GO
CREATE TABLE CLIENT(
CLIENTID INT,
SURNAME NVARCHAR(100) NOT NULL,
GIVENNAME NVARCHAR(100) NOT NULL,
GENDER NVARCHAR(1),
CONSTRAINT PK_CLIENT PRIMARY KEY(CLIENTID),
... | 64bdadd26feb3b1847b17d1b0d34884a | {
"intermediate": 0.3500862717628479,
"beginner": 0.40005964040756226,
"expert": 0.24985407292842865
} |
8,854 | import torch
import torch.nn as nn
from torchtext.datasets import WikiText2
from torchtext.data.functional import to_map_style_dataset
from torchtext.data.utils import get_tokenizer
from torchtext.vocab import build_vocab_from_iterator
from torch.utils.data import DataLoader
# 1. Define the model
class TransformerMode... | 62a43cb2760d08a2febbdf9f88d81643 | {
"intermediate": 0.2510882616043091,
"beginner": 0.4443551301956177,
"expert": 0.30455663800239563
} |
8,855 | 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... | 5557df9da83206466de69a7a22630f4e | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,856 | In google sheets, I want a function for a cell that will make the content of the cell be a string that names the name of the sheet. So for example, if it's a cell in a sheet called "Sheet1" I want the cell to say "Sheet1". Is this possible? Can you make a suggestion and explain the rationale step by step? | f06311d69d94e27ef3c72f8f6408c2a6 | {
"intermediate": 0.4114096164703369,
"beginner": 0.2799973487854004,
"expert": 0.3085930645465851
} |
8,857 | напиши бота для telegram на python, который в отдельном топике в чате в режиме топиков, который указывается через ID удаляет сообщения пользователей, которых нет в белом списке. Белый список должен быть в виде json файла. Также добавь команды, который будут доступны только администраторам группы, чтобы они могли добавл... | ed676a45fc821c5451ec9576f03243d2 | {
"intermediate": 0.2933485805988312,
"beginner": 0.38393428921699524,
"expert": 0.32271715998649597
} |
8,858 | can homeyscript read data of edilife.cgi | 0e16c6592b4617f507b3ba61c61936d1 | {
"intermediate": 0.5402517318725586,
"beginner": 0.161915123462677,
"expert": 0.2978331446647644
} |
8,859 | TypeError: Button.__init__() got an unexpected keyword argument 'on_click' | 015a477443030b82f806dd400feadd6c | {
"intermediate": 0.37564465403556824,
"beginner": 0.310196191072464,
"expert": 0.31415918469429016
} |
8,860 | 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... | d8107bf2681a8c3b5bcd6dc4c055423b | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,861 | redis lua script to intercept any get command. how? | 56b74d7928bf64b55064d9a5be05cd0d | {
"intermediate": 0.49712127447128296,
"beginner": 0.2172236293554306,
"expert": 0.28565508127212524
} |
8,862 | def get_readings(self):
return self.send_cmd([{“id”: “get”}, {“status”: {
“temperature”: “0”,
“moisture”: 0,
“pm2.5”: 0,
“pm10”: 0,
“co2”: “0”,
“hcho”: “0”,
“tvoc”: “0”,
}}]).get(“status”, {})
# Utility functions:
def _rotate_byte(byte, rotations):
“”“Rotate byte to the left by the specified number of rotations.”“”
... | 3df6519ea44ec5cadd62e2a118b21f58 | {
"intermediate": 0.31604042649269104,
"beginner": 0.40283578634262085,
"expert": 0.2811238169670105
} |
8,863 | how to use the shaker for vibration excitation | 783876c6530255e92f9678699c9d295c | {
"intermediate": 0.3368723690509796,
"beginner": 0.380031555891037,
"expert": 0.283096045255661
} |
8,864 | Create a cpp data driven templated/metaprogramming event system | 02456aabe948836fe5ac2fe30f146726 | {
"intermediate": 0.41625791788101196,
"beginner": 0.18505068123340607,
"expert": 0.3986913561820984
} |
8,865 | #include <stdio.h>
struct abc
{
int a, b, c;
};
int main()
{
struct abc s[2] = {{1, 2, 3}, {4, 5, 6}};
int t;
t = s[0].a + s[1].b;
printf("%d\n", t);
return 0;
} | 86e7c1c09dd7b2935952f93e6da8d696 | {
"intermediate": 0.31037887930870056,
"beginner": 0.5025673508644104,
"expert": 0.18705378472805023
} |
8,866 | homeyscript | 97474b99f655146727193f68fd73ce93 | {
"intermediate": 0.2800869047641754,
"beginner": 0.4011032283306122,
"expert": 0.31880983710289
} |
8,867 | how to create and visualize agent observation in unity in ml-agents? i have 2d top-down view arena game like brawl stars. a top-down game, the world has a strict tile structure on a grid, but players and power-ups can be placed outside of this grid. the player sees the world from above, within the radius of his player,... | 3b800b24333dca5b268c6b878bb84734 | {
"intermediate": 0.4371704161167145,
"beginner": 0.40855681896209717,
"expert": 0.15427272021770477
} |
8,868 | do you like Thatcat2000's scratch projects? | 762c007e4365504ff271cf3ac5efb855 | {
"intermediate": 0.37997013330459595,
"beginner": 0.2440856248140335,
"expert": 0.37594425678253174
} |
8,869 | create a circle on a 16x16 canvas | 29a6f9561a39ccebf47f9d3c924339bb | {
"intermediate": 0.39932024478912354,
"beginner": 0.29457271099090576,
"expert": 0.3061070442199707
} |
8,870 | how to create and visualize agent observation in unity in ml-agents? i have 2d top-down view arena game like brawl stars. a top-down game, the world has a strict tile structure on a grid, but players and power-ups can be placed outside of this grid. the player sees the world from above, within the radius of his player,... | de2ca9cd31030815a29089ef451208b3 | {
"intermediate": 0.5596953630447388,
"beginner": 0.29690104722976685,
"expert": 0.1434035748243332
} |
8,871 | improve to make it faster. Use a faster framework. Use threading. Refresh the UI more often. Just give me the resulting code. And add any improvement you can think of.
Better framework - everything is possible.
import tkinter as tk
from tkinter import ttk
from ttkthemes import ThemedTk
import subprocess
device_path =... | d41bf2d8f95eb22d210869592f771c2f | {
"intermediate": 0.5051383376121521,
"beginner": 0.26048892736434937,
"expert": 0.23437273502349854
} |
8,872 | flutter show dropdown menu on click in image how? | fbe8633d05913825653a57f19c535ae0 | {
"intermediate": 0.4622189998626709,
"beginner": 0.1712855100631714,
"expert": 0.36649543046951294
} |
8,873 | ---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
Cell In [20], line 10
8 import time
9 start = time.time()
---> 10 state = trainer.initialize()
11 #state.model.assign_weights_to(model_fn)
12 trai... | d5f51b14ebe76848423fa7c4c44b1c7a | {
"intermediate": 0.5142338275909424,
"beginner": 0.24903292953968048,
"expert": 0.23673325777053833
} |
8,874 | POST /resweb/component/dynamicQuery.spr?method=doDyncQryData&resTypeId=9435&dt=1684977942400 HTTP/1.1
Referer: http://10.35.35.43:7016/resweb/component/dynamicPage/dynamicQuery/modalQuery.jsp? | 1b4b6ff52af0630d77f37ba738b7de17 | {
"intermediate": 0.4793170988559723,
"beginner": 0.2966466248035431,
"expert": 0.2240362912416458
} |
8,875 | улучши этот код
public Scores[] GetScore(GetScoresOptions options) {
string url = "https://osu.ppy.sh/api/get_scores";
Dictionary<string, string> query = new Dictionary<string, string>() {
{ "k", AccessToken },
{ "b", options.BeatmapId?.ToString() },
... | 533ecb135854bb82b934af7280dbdfc0 | {
"intermediate": 0.4205076992511749,
"beginner": 0.32404765486717224,
"expert": 0.2554446756839752
} |
8,876 | fastapi and swagger handling error, for example 1. data already exist, 2. data type error, 3. data field missing | 0e9645e6f35d06c2da4d1aa02eee0c68 | {
"intermediate": 0.7179094552993774,
"beginner": 0.08053629845380783,
"expert": 0.2015542984008789
} |
8,877 | What would be the next steps I should take to progress and develop this ecs? #pragma once
#include <cstdint>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <bitset>
#include <typeinfo>
#include “System.h”
#include “Archetype.h”
#include “ComponentMask.h”
typedef std::vector<int> Archet... | eaed32c670aeccbd5280f217872e26d1 | {
"intermediate": 0.3250514268875122,
"beginner": 0.4096217453479767,
"expert": 0.2653268873691559
} |
8,878 | 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... | 86569fb9572e0d391c7ce2ed80d20c28 | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
8,879 | push w key and s key once randomly and wiggle mouse python | b4c4c1688eed8cf1fd8c4977960e7f76 | {
"intermediate": 0.39949655532836914,
"beginner": 0.25348421931266785,
"expert": 0.347019225358963
} |
8,880 | 26287 segmentation fault | 7f868e9533634218a8472aa2a6ad22ec | {
"intermediate": 0.30496305227279663,
"beginner": 0.4222681522369385,
"expert": 0.2727687954902649
} |
8,881 | как добавить прозрачность точкам с материалом:
const pointMaterial = new THREE.ShaderMaterial({
uniforms:uniforms2,
fragmentShader:shaderCode,
sizeAttenuation: true,
map: texturePoint,
alphaTest: 0.1,
transparent: true,
color: new THREE.Color(1., 1., 1.),
side: THREE.DoubleSide,
op... | 230b1af667e3a3df5863f3005542083a | {
"intermediate": 0.37980183959007263,
"beginner": 0.2492242157459259,
"expert": 0.3709739148616791
} |
8,882 | 39 57 C:\Users\22269\Documents\Untitled1.cpp [Error] could not convert '{1, 8, 6, 2, 5, 4, 8, 3, 7}' from '<brace-enclosed initializer list>' to 'std::vector<int>' | 8675a9816fc937bd074d6ad27b3ebaa3 | {
"intermediate": 0.338206946849823,
"beginner": 0.442719966173172,
"expert": 0.21907305717468262
} |
8,883 | I want to move to a location offset from the center of my sphere/aoe as my attack range. How can I achieve that using UE5 and GAS? Basically, I have the center of an aoe sphere and I want to move to that location + an offset based on the attack range of that ability. So I will move towards the center and based on my at... | d911884b38dff6efa839642e40391508 | {
"intermediate": 0.6909414529800415,
"beginner": 0.13346579670906067,
"expert": 0.1755928099155426
} |
8,884 | so, if you place negative swastika on positive swastika you will get a polygon of four squares… and in cube there’s a total of 12 cubes.
I’m sorry, but I’m not quite sure what you mean. The swastika is a symbol with various meanings and associations in different cultures, and its appearance can vary depending on its or... | d376a172d8de199306ab556cdc9e0b3d | {
"intermediate": 0.3731602728366852,
"beginner": 0.35834649205207825,
"expert": 0.26849329471588135
} |
8,885 | 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... | 4421f95db7acd622c75fb8ff5cd41236 | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,886 | Django How to Filter QuerySets Dynamically using django-filterexplain | 75a15fddbee55eb98715cff0b81aa82f | {
"intermediate": 0.6177688241004944,
"beginner": 0.07596353441476822,
"expert": 0.3062675893306732
} |
8,887 | Do you think you could describe to me what I need to do to make Stable Diffusion with Automatic1111 run on google colab? I don't have an account with colab, so I will need general information and help with this. And what are the limitations of free users? Here is the url of the website that describes what I will be try... | 8a658472ea086aa6a3e8b1df9ee11622 | {
"intermediate": 0.4138071835041046,
"beginner": 0.1708657443523407,
"expert": 0.4153270423412323
} |
8,888 | what is site settings in django using python | 059f19ece1441540888ea463b6424866 | {
"intermediate": 0.5535680055618286,
"beginner": 0.2806400656700134,
"expert": 0.16579189896583557
} |
8,889 | Here's my code :
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow import keras
from keras.models import Sequential
from keras.layers import Dense
from firebase import firebase
import firebase_admin
from firebase_admin import credentials
from firebase_admin import db
import numpy as np
from skle... | c50b2a277a13f944628333364aa9365e | {
"intermediate": 0.4350009560585022,
"beginner": 0.23914514482021332,
"expert": 0.3258538246154785
} |
8,890 | 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... | 469a26a5ff2fcd9a67a9793c24423dae | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,891 | provide me code for
when i click button it must give data in pdf format in django python | d282b19762962a6b52f1c9f27ff83b42 | {
"intermediate": 0.5273023247718811,
"beginner": 0.15625566244125366,
"expert": 0.31644198298454285
} |
8,892 | 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... | 7c7330ab0b21180ad62f074dfc2cf88e | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,893 | what is the versioning convention in protobuf schemas - version number in the package names or service names? | a7a9ff5fd6dc32bb48ffbf2c278d2e8e | {
"intermediate": 0.5112597942352295,
"beginner": 0.20930875837802887,
"expert": 0.27943146228790283
} |
8,894 | Ubah kode ini dengan Stratified K Foldnya menggunakan data training, dan lakukan pengujian pada data testing setelah semua proses k fold selesai!
import pickle
import pandas as pd
import numpy as np
from keras.preprocessing.text import Tokenizer
from keras.utils import pad_sequences
from keras.models import Sequential
... | 699c66cf8b9647ee3312655c616cfa34 | {
"intermediate": 0.27152204513549805,
"beginner": 0.2817728519439697,
"expert": 0.44670507311820984
} |
8,895 | how to enable transitive option in protege that does not raising inconsistent ontology error | 3e564ab7df268ba34a79528adb311094 | {
"intermediate": 0.4077308475971222,
"beginner": 0.16963987052440643,
"expert": 0.42262929677963257
} |
8,896 | how to enable transitive option in protege | 6ffb5f38658b9ea8345d2da12f99cad5 | {
"intermediate": 0.4165829122066498,
"beginner": 0.16275440156459808,
"expert": 0.4206627309322357
} |
8,897 | I have two business model class CeilingTypeBusinessLogic:
async def create_ceiling_type(self, obj: CeilingTypeCreateDto) -> CeilingTypeReadDto:
obj.verify()
orm_obj = CeilingType(**obj.dict())
ceiling_type = await postgresql_manager.create(CeilingType, orm_obj)
return CeilingTypeRe... | a499f7f6d5f52fdd9bd807f9dfe88a3e | {
"intermediate": 0.32896706461906433,
"beginner": 0.5275987982749939,
"expert": 0.14343413710594177
} |
8,898 | ok, now we have a perfect representation of four-squared-square! now can you maybe add some rotation animation effect on y axis, and a bit in x. but use only javascript to animate and rotate it in 3d, no css or html. hm. I just don’t like and alergic to any third-parties. can you show a pure javascript rotation, wiho... | 7038ab89afb291f06284f448ed33369d | {
"intermediate": 0.4085123836994171,
"beginner": 0.37641751766204834,
"expert": 0.21507005393505096
} |
8,899 | const { AlphaRouter } = require('@uniswap/smart-order-router');
const { Token, CurrencyAmount, TradeType, Percent } = require('@uniswap/sdk-core');
const { ethers, BigNumber } = require('ethers');
const JSBI = require('jsbi'); // jsbi@3.2.5
const { computePoolAddress } = require('@uniswap/v3-sdk');
const IUniswapV3Pool... | 1825926b0de362979b50c6983653579f | {
"intermediate": 0.28052711486816406,
"beginner": 0.4692526161670685,
"expert": 0.25022029876708984
} |
8,900 | # Ассинхронно выводит информации о токенах, указанных в цикле
# Используется playwright
import asyncio
from bs4 import BeautifulSoup
from playwright.async_api import async_playwright
async def get_token_info(token_symbol):
async with async_playwright() as p:
browser = await p.chromium.launch(headless=True... | d110487986e16a91e0837aa2c9f2c94c | {
"intermediate": 0.3550451099872589,
"beginner": 0.4493148922920227,
"expert": 0.19563999772071838
} |
8,901 | create an a python script that looks through all the weapons.meta file within a folder creates a document with all the values within <Name></Name> | ff1512ed27e5cd1c407ccd1f9082c1f4 | {
"intermediate": 0.3459460735321045,
"beginner": 0.2763481140136719,
"expert": 0.37770581245422363
} |
8,902 | python script to use voice control to start clicking mouse when I say click | 0ed9ad0597bd64de475df245d0a4ef15 | {
"intermediate": 0.4578278660774231,
"beginner": 0.19088685512542725,
"expert": 0.35128530859947205
} |
8,903 | create an a python script that looks through all the weapons.meta file within a folder creates a document with all the values within <Name></Name>
the base folder path is
T:\Fivem Related\Alpha Dev\stream_weapons\metas\addon
within the addon folder you've got a folder for every weapon and inside that folder is wher... | ae4375f8c1a7676bcc86f7ac61daa003 | {
"intermediate": 0.4463951587677002,
"beginner": 0.22146788239479065,
"expert": 0.33213695883750916
} |
8,904 | To create a new table having column names with row values of another table | 295b4542c0e92cfb03cfd3a5876e730d | {
"intermediate": 0.3843584358692169,
"beginner": 0.21427831053733826,
"expert": 0.4013632535934448
} |
8,905 | как задать прозрачность материалу ShaderMaterial? | 143dd79440d8ec05d1d1d479a22fe0cf | {
"intermediate": 0.34178072214126587,
"beginner": 0.26392853260040283,
"expert": 0.3942906856536865
} |
8,906 | I have from uuid import UUID
from src.db.postgresql_manager import postgresql_manager
from src.db.tables.simple_tables import City
from src.dtos.simple_tables.city_dtos import CityCreateDto, CityReadDto, CityUpdateDto
class CityBusinessLogic:
async def create_city(self, city_create_dto: CityCreateDto) -> CityRe... | 7da62150cefc44c765383973d9a99404 | {
"intermediate": 0.40594446659088135,
"beginner": 0.33096471428871155,
"expert": 0.26309075951576233
} |
8,907 | import torch
from torch import nn
from torch.nn import functional as F
import torch
from torch import nn
from torch.nn import functional as F
class Conv2d(nn.Module):
def __init__(self, cin, cout, kernel_size, stride, padding, residual=False, *args, **kwargs):
super().__init__(*args, **kwargs)
self... | b061004475019dbb474a8473f486a4d6 | {
"intermediate": 0.2114877700805664,
"beginner": 0.5189659595489502,
"expert": 0.2695463299751282
} |
8,908 | flutter slivergrid with dynamic aspect ratio is possible? how? | 041c7aeef20fbaa964fe30defdd7f3ec | {
"intermediate": 0.3924938142299652,
"beginner": 0.15721042454242706,
"expert": 0.45029571652412415
} |
8,909 | мне нужно изменить light: {type:‘v3’, value: new THREE.Vector3()} вне цикла
for(let i = 0; i < positions.length; i+=3){
const max = 0.03;
const min = 0.055;
pointSize[i] = Math.random() * (max - min) + min;
pointSize[i+1] = Math.random() * (max - min) + min;
pointSize[i+2] = Math.random() * (max - min) + min;
const poi... | 6c872150a11f483f77a0c09505e30e05 | {
"intermediate": 0.32949456572532654,
"beginner": 0.3457566797733307,
"expert": 0.32474878430366516
} |
8,910 | How can I independently (without modules) determine the format of a log file in filebeat? | ac332c3d40c9d51814c1a466e1c14ac2 | {
"intermediate": 0.4505106806755066,
"beginner": 0.1584819108247757,
"expert": 0.39100733399391174
} |
8,911 | 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... | f38fabfa3b054a3cb33f9d4a3b57da68 | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,912 | python create a script that looks through weapons.meta files that are within folders in a base folder the open the weapons.meta and find the text WEAPON_ and append the WEAPON_name to a txt document
here is a an example of what the weapons.meta file looks like
<?xml version="1.0" encoding="UTF-8"?>
<CWeaponInfoBlob>
... | 74e31dbe8ea9aec3d4fecd5bf16997c5 | {
"intermediate": 0.368640273809433,
"beginner": 0.44888418912887573,
"expert": 0.1824755221605301
} |
8,913 | I want the information in this site https://www.sec.gov/Archives/edgar/data/320193/000119312510238044/d10k.htm | f845f99957b3301758074397b4943f54 | {
"intermediate": 0.29254522919654846,
"beginner": 0.2533576488494873,
"expert": 0.45409712195396423
} |
8,914 | python create a script that looks through weapons.meta files that are within folders in a base folder the open the weapons.meta and find the text WEAPON_ and append the WEAPON_name to a txt document
here is a an example of what the weapons.meta file looks like
<Infos>
<Item>
<Infos>
... | e52d3afc854cfce9a9349c40ccd71dfe | {
"intermediate": 0.43825456500053406,
"beginner": 0.2551840841770172,
"expert": 0.3065613806247711
} |
8,915 | is that correct from abc import ABC, abstractmethod
from typing import List, TypeVar, Generic
from uuid import UUID
INPUT_DTO = TypeVar('INPUT_DTO')
OUTPUT_DTO = TypeVar('OUTPUT_DTO')
ORM = TypeVar('ORM')
class BaseBusinessLogic(Generic[INPUT_DTO, OUTPUT_DTO, ORM], ABC):
@abstractmethod
async def create(self... | 893794409052522ea3eaa90a5acaf057 | {
"intermediate": 0.32202908396720886,
"beginner": 0.5742157697677612,
"expert": 0.10375513881444931
} |
8,916 | #include "mbed.h"
//#include "platform/mbed_thread.h"
#include <math.h>
#define SPI3_MOSI D11 //SDA
#define SPI3_MISO D12 //SDO
#define SPI3_SCLK D13 //SCL
#define SPI3_CS A3
#define I2CSDA PA_10
#define I2CSCL PA_9
DigitalOut LCD_RS(A0); // RS
DigitalOut LCD_EN(D9); // E
DigitalOut LCD_RW(D10); //RW
BusOut... | ba3c1b6706a9a06e13b1892a538d2848 | {
"intermediate": 0.4391365647315979,
"beginner": 0.4047122299671173,
"expert": 0.15615114569664001
} |
8,917 | python create a script that gets a base folder given
T:\Fivem Related\Alpha Dev\stream_weapons\metas\addon
and then copies all of the weapons.meta files into one folder and just call it weapons1.meta, weapons2.meta etc | a2c3a94327a908dbb2d41a9e6db6796e | {
"intermediate": 0.34578582644462585,
"beginner": 0.19213999807834625,
"expert": 0.4620742201805115
} |
8,918 | 回答下述问题
1) 定义一个商品类CGoods,其中包含商品号(long no)、商品名(char *p_name)、商品价格(double price)三个数据成员,以及相应的构造函数、复制构造函数、析构函数、打印数据成员的成员函数。
#include <iostream>
#include <string.h>
using namespace std;
class CGoods
{
protected:
long no;
char *p_name;
double price;
public:
CGoods (long no_val, char * p_val, d... | dc6eb239ed19a809b819d4e625de4f13 | {
"intermediate": 0.3367421627044678,
"beginner": 0.4537999629974365,
"expert": 0.2094579041004181
} |
8,919 | 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... | 4da33397bb3149b4df60bf61d2eebd97 | {
"intermediate": 0.4038229286670685,
"beginner": 0.3279862403869629,
"expert": 0.268190860748291
} |
8,920 | i use try except to catch error in python, but the error has 2 error, and i only able to catch the lastest one, how can catch the first error | 2bf600e0803d7cc192427549b5d6a8a2 | {
"intermediate": 0.49697214365005493,
"beginner": 0.09577865153551102,
"expert": 0.40724924206733704
} |
8,921 | my case is creating the object into the db table, and it violate the fk of its field, the first error is psycopg2.errors.ForeignKeyViolation, the second is sqlachemy integrity error.
how able the catch the psycopg2.errors.ForeignKeyViolation error?
in fastapi | 380004c5015b597b0658b57fa5798759 | {
"intermediate": 0.591762900352478,
"beginner": 0.20916970074176788,
"expert": 0.19906741380691528
} |
8,922 | create inherited class of from typing import TypeVar, Generic
from uuid import UUID
from src.db.postgresql_manager import postgresql_manager
INPUT_DTO = TypeVar('INPUT_DTO')
OUTPUT_DTO = TypeVar('OUTPUT_DTO')
ORM_CLASS = TypeVar('ORM_CLASS')
class BaseBusinessLogic(Generic[INPUT_DTO, OUTPUT_DTO, ORM_CLASS]):
a... | 37c581c41aec9d77ea65364023ce1642 | {
"intermediate": 0.3691430687904358,
"beginner": 0.4817277491092682,
"expert": 0.14912915229797363
} |
8,923 | hello | 650d2d9a547df77820ea87c8dd9ed521 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
8,924 | from PIL import Image
import os
imgs = []
remimg = ""
noimg = ""
# Set the input and output directories
input_dir = 'T:/Fivem Related/Alpha Dev/Reduce Big Inventory File Sizes for faster loading!/input/'
output_dir = 'T:/Fivem Related/Alpha Dev/Reduce Big Inventory File Sizes for faster loading!/output/'
# Set the m... | 49feb3beb4c4e39bf34c9ca6261cc3a7 | {
"intermediate": 0.3505849242210388,
"beginner": 0.4263434410095215,
"expert": 0.22307167947292328
} |
8,925 | I used your code: import time
from binance.client import Client
from binance.enums import *
from binance.exceptions import BinanceAPIException
import pandas as pd
import requests
import json
import numpy as np
import pytz
import datetime as dt
date = dt.datetime.now().strftime("%m/%d/%Y %H:%M:%S")
print(date)
url = "... | 4550f5c97b45ba4ea266876fbbd3a456 | {
"intermediate": 0.3562747538089752,
"beginner": 0.4917345345020294,
"expert": 0.15199072659015656
} |
8,926 | well, the problem here that this 3d cube figure is got centered on its edge, except the actual center of a 3d cube, when you try to resize the canvas and it got auto-scaled. what if you output all the forma controlling parameters at the top, and also add some interesting intriguing function to manipulate all the vertic... | a608743384fd0553a449346fdaa6fb90 | {
"intermediate": 0.27485689520835876,
"beginner": 0.498482882976532,
"expert": 0.22666023671627045
} |
8,927 | Do you konw halftone of print | 459be1b65e7bbd6e5af6a77e6e5f38af | {
"intermediate": 0.29614734649658203,
"beginner": 0.4402962028980255,
"expert": 0.26355642080307007
} |
8,928 | write blender python script to send mesh to unreal engine in realtime | 2653cab1e8c73992e6754e5cde834c7a | {
"intermediate": 0.36852172017097473,
"beginner": 0.14627377688884735,
"expert": 0.4852045476436615
} |
8,929 | Do you konw lut | 7e4ceaf5d727e4e012844f0e03b95422 | {
"intermediate": 0.31812959909439087,
"beginner": 0.32987087965011597,
"expert": 0.35199952125549316
} |
8,930 | Memory* match (int* page, int memoryCapacity, int index, Memory* front){
//as the front node of duplication memory queue
Memory* newNode = (Memory*)malloc(sizeof (Memory));
newNode -> pageindex = front ->pageindex;
newNode->next = NULL;
Memory *frontduplication = newNode;
// to change the dup qu... | 7b518524a020256730590a7292f8af55 | {
"intermediate": 0.30806049704551697,
"beginner": 0.35888299345970154,
"expert": 0.33305659890174866
} |
8,931 | how to use with .. as to open two files in python? | 7ccb2994dbc7bd7586ef9463ef4e2404 | {
"intermediate": 0.6108680963516235,
"beginner": 0.1514841467142105,
"expert": 0.23764780163764954
} |
8,932 | fix this code and save switches state in ./configs/pref.json and load it when app starts #Functions
#silent.configure(command=save_config(silent.get(),theme.get()))
app.mainloop()
def write_config():
path = os.getcwd()+"configs"
with open(path, "w") as jsonfile:
json.dump(config, jsonfil... | 07bb9c96f2c841ce5d1e1f64649f7f71 | {
"intermediate": 0.35870227217674255,
"beginner": 0.5039096474647522,
"expert": 0.13738805055618286
} |
8,933 | const computedValues = cleanedQuotes.reduce(
(
acc: Array<Omit<ItemRegionalMean, "createdAt" | "updatedAt">>,
itemQuotes,
index
) => {
if (itemQuotes.length > 0) {
let product = 1;
let count = 0;
let min = itemQuotes[0].price.to... | 631bdc57a73b4a198b7821a52cb7172e | {
"intermediate": 0.30128368735313416,
"beginner": 0.41284269094467163,
"expert": 0.2858735918998718
} |
8,934 | 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... | ffe132d8e2eb05bec846a5b675acc541 | {
"intermediate": 0.32107990980148315,
"beginner": 0.3840792775154114,
"expert": 0.29484084248542786
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.