row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
31,220 | public Garage() {
this.items.add(((Item)GarageItemsLoader.items.get("up_score_small")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("smoky")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("wasp")).clone());
this.items.add(((Item)GarageItemsLoader.items.get("green")).... | 6209af58915e7ca4ded653ead918257f | {
"intermediate": 0.27162498235702515,
"beginner": 0.672165036201477,
"expert": 0.056210000067949295
} |
31,221 | How can I make an NPC spouse in skyrim? Let's say I made them a follower using these commands: | e852baab590b965ab07fc7aac379beb6 | {
"intermediate": 0.4665208160877228,
"beginner": 0.24995677173137665,
"expert": 0.283522367477417
} |
31,222 | How can I make an NPC spouse in skyrim?
I already made the NPC a follower using these commands: | 138a172e8d4ef433c30bfaa525248689 | {
"intermediate": 0.4258086681365967,
"beginner": 0.33057257533073425,
"expert": 0.24361875653266907
} |
31,223 | How can I make an NPC spouse in skyrim?
I already made the NPC a follower using these commands: | 3a4004392e09ff14c815eb6efe3c916a | {
"intermediate": 0.4258086681365967,
"beginner": 0.33057257533073425,
"expert": 0.24361875653266907
} |
31,224 | How can I make an NPC spouse in skyrim?
I already made the NPC a follower using these commands: | 06fcb04b0aa4dcd34a7db9572fc20b09 | {
"intermediate": 0.4258086681365967,
"beginner": 0.33057257533073425,
"expert": 0.24361875653266907
} |
31,225 | Here is my code so far:
master.c:
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <semaphore.h>
#include <errno.h>
typedef struct {
int index;
// Add any other variables you need in th... | 9be9fe34a4ee28af9c539359699ac77c | {
"intermediate": 0.39655613899230957,
"beginner": 0.4017828106880188,
"expert": 0.20166097581386566
} |
31,226 | Write a C++ Program to print the letter K using stars.
Note:
1) Using nested For Loop
2) The number of lines is given by user.
3) Using one Outer loop to print your letter | d82d741dcce9867239b2121f60d03806 | {
"intermediate": 0.24581018090248108,
"beginner": 0.5523070096969604,
"expert": 0.20188279449939728
} |
31,227 | Make a python webserver that returns a randomly generated page (based on the seed give in the url), the page contents are two links to other random urls to the same site, just a diffrent randomly genrwted url/seed and also 1000 random words from a new line seperated words.txt | 41c3f8b0ae8e4278bcdd70b5ea206f78 | {
"intermediate": 0.35898154973983765,
"beginner": 0.17861036956310272,
"expert": 0.4624081552028656
} |
31,228 | Make a stripe hitter in python 💳 | a335e4d6abca832fec0a92ff24e8ca7e | {
"intermediate": 0.21344757080078125,
"beginner": 0.1884044110774994,
"expert": 0.5981480479240417
} |
31,229 | Can you give the python code to train a phone-to-wordpiece model in sentencepiece given a phoneme lexicon? | 36d7cc05611a3063a9afb4a9e76bee7b | {
"intermediate": 0.22084452211856842,
"beginner": 0.0456865094602108,
"expert": 0.7334690093994141
} |
31,230 | import tensorflow as tf
import numpy as np
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
# Read data from file
with open('D:/PHD Papers/scientific translation/GPT/First Code BiLSTM/EngArb.txt', 'r',encoding='utf8') as file:
data = file.r... | 2c2a27d688f074092b138a08d0def6b1 | {
"intermediate": 0.4068979322910309,
"beginner": 0.3116045296192169,
"expert": 0.2814975678920746
} |
31,231 | my cube is not visible from all sides. What's the problem in the geometry shader? #version 450 core
layout (points) in;
layout(location = 20) uniform mat4 projection;
layout (triangle_strip, max_vertices = 14) out;
out vec4 gColor;
in vec4 vertexColor[];
... | dbcc1c6c1e2e770b774404fc6cce3a32 | {
"intermediate": 0.3816375136375427,
"beginner": 0.35092437267303467,
"expert": 0.267438143491745
} |
31,232 | Python script to embed lexical knowledge into a sentencepiece model | c309faa97a6235280358b098a714422e | {
"intermediate": 0.2948342263698578,
"beginner": 0.2761414647102356,
"expert": 0.42902424931526184
} |
31,233 | make so it generate platforms as you go either directions as a pralax:
import React, { useState, useEffect, useRef } from "react";
// Constants for gravity, jumping, and movement
const GRAVITY = 150;
const JUMP_STRENGTH = -25;
const MOVE_SPEED = 700;
const PLAYER_WIDTH = 50;
const PLAYER_HEIGHT = 50;
// Platform com... | 580f257e6b0d1bfaa4197b8bec32b16a | {
"intermediate": 0.3000774681568146,
"beginner": 0.4828229546546936,
"expert": 0.21709951758384705
} |
31,234 | rewrite all this code for me and make sure it works as indented, right now the platforms are all over the place and you don't follow the player as you move left and right:
import React, { useState, useEffect, useRef } from "react";
// Constants for gravity, jumping, and movement
const GRAVITY = 150;
const JUMP_STREN... | 2eebc7d31e175952b4d94c7cc91002d6 | {
"intermediate": 0.4177147448062897,
"beginner": 0.4115956723690033,
"expert": 0.170689657330513
} |
31,235 | The best books to learn to built strong softwore in python in 2023 | 555011485d1038d849d63149996ab791 | {
"intermediate": 0.29547402262687683,
"beginner": 0.16068308055400848,
"expert": 0.5438429117202759
} |
31,236 | I need code for C++ to say "Hello World!" | 3512fa63b4e3cf9254d779796e3f898d | {
"intermediate": 0.22637981176376343,
"beginner": 0.5284926891326904,
"expert": 0.24512745440006256
} |
31,237 | python code using BiLSTM encoder and LSTM decoder rnn to translate English text to Arabic text by splitting data from file into train. validate and test ,Tokenize the sentences and convert them into numerical representations ,Pad or truncate the sentences to a fixed length and use test data to evaluate and example tran... | 21897a39241ec95697f54862004c3321 | {
"intermediate": 0.41345879435539246,
"beginner": 0.10121564567089081,
"expert": 0.48532557487487793
} |
31,238 | the platforms are all over the place and the camera doesn't follow the player:
import React, { useState, useEffect, useRef } from "react";
// Constants for gravity, jumping, and movement
const GRAVITY = 150;
const JUMP_STRENGTH = -25;
const MOVE_SPEED = 700;
const PLAYER_WIDTH = 50;
const PLAYER_HEIGHT = 50;
const PL... | b6d6f74d84ccf04da741455df4a8ea63 | {
"intermediate": 0.3850279152393341,
"beginner": 0.4336523115634918,
"expert": 0.18131983280181885
} |
31,239 | write a C# script for unity that allows an enemy character to move around the map on its own | e17461a62ec283932e32919afb169c95 | {
"intermediate": 0.44470298290252686,
"beginner": 0.1699453741312027,
"expert": 0.38535159826278687
} |
31,240 | import tensorflow as tf
import numpy as np
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
# Read data from file
with open('D:/PHD Papers/scientific translation/GPT/First Code BiLSTM/EngArb.txt', 'r',encoding='utf8') as file:
data = file.r... | 8d600d6c8cb904e31b2f051a9d8c5d99 | {
"intermediate": 0.40821146965026855,
"beginner": 0.3092000484466553,
"expert": 0.28258851170539856
} |
31,241 | python code using BiGRUencoder and BiLSTMdecoder rnn to translate English text to Arabic text by splitting example data into train. validate and test ,Tokenize the sentences and convert them into numerical representations ,Pad or truncate the sentences to a fixed length and use test data to evaluate and example predic... | d7984447e5ae91ef0e34754ad219c27a | {
"intermediate": 0.44287797808647156,
"beginner": 0.08860763907432556,
"expert": 0.4685143828392029
} |
31,242 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Enemy : MonoBehaviour
{
public float speed = 2f;
public float chaseRange = 5f;
private Transform player;
private Vector2 targetPosition;
private Rigidbody2D rb;
private Animator anim;
private void S... | 4519c04bddef818f8a457a3bab37d269 | {
"intermediate": 0.4689893126487732,
"beginner": 0.3041344881057739,
"expert": 0.2268761843442917
} |
31,243 | import pandas as pd
import numpy as np
import tensorflow as tf
from sklearn.model_selection import train_test_split
import tkinter as tk
from tkinter import filedialog # Import filedialog for file selection
from matplotlib.figure import Figure
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg
# Generate... | 9f58448590706ed2f746b59dd7f124b2 | {
"intermediate": 0.3625524342060089,
"beginner": 0.3460328280925751,
"expert": 0.2914147973060608
} |
31,244 | write me a python code that uses deep learning and neural network to analyze a given data and builds a strategy to predict the future price and explain the strategy to me write it in python to work no jupyter notebook add a button to chose training methode and abutton to upload the data and a window to visualize the pr... | fb87cb631d223abfa7855547a84c010b | {
"intermediate": 0.2529495358467102,
"beginner": 0.03605136275291443,
"expert": 0.7109991312026978
} |
31,245 | write a C# script that spawns in the Enemy prefab at the positions: (-5.5,3.5), (-5.5,-3.5), (5.5,3.5), (5.5,-3.5) every 10 seconds | 1cf24344a70ff26697f9f7f16c834aec | {
"intermediate": 0.3795911967754364,
"beginner": 0.2804144024848938,
"expert": 0.3399943709373474
} |
31,246 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Enemy : MonoBehaviour
{
public float speed = 2f;
public float chaseRange = 5f;
private Transform player;
private Vector2 targetPosition;
private Rigidbody2D rb;
private Animator anim;
private SpriteR... | cf2d84c31893c41c9f4a1acbabd0b2eb | {
"intermediate": 0.3185126781463623,
"beginner": 0.3912956416606903,
"expert": 0.2901916801929474
} |
31,247 | 使用正则表达式匹配一下的java日志,以下是3行java日志(时间开头),请帮我编写正则表达式来匹配每一行的日志,其中有些日志会有多行
2023-11-17 08:59:53.003 ERROR 1 --- [r-http-epoll-11] o.s.g.filter.MonitorResponseFilter : /blade-medical-technology/mobileterminal/getAllAppointment<-:->[{"code":500,"success":false,"data":null,"msg":"nested exception is org.apache.ibatis.except... | 9e1a981fa724f22245c496d514ee68ac | {
"intermediate": 0.4376530349254608,
"beginner": 0.30628862977027893,
"expert": 0.25605836510658264
} |
31,248 | write a python script that takes all images in a folder and makes them black and white | a81d45a390643555557e708ef7720a37 | {
"intermediate": 0.3134464919567108,
"beginner": 0.20967577397823334,
"expert": 0.47687774896621704
} |
31,249 | write a python script that takes all images in a folder and makes them black and white | 1c3167bf334e68b041c9a4964fac6e4e | {
"intermediate": 0.3134464919567108,
"beginner": 0.20967577397823334,
"expert": 0.47687774896621704
} |
31,250 | hello | ad1162092d8da8960e55db575b723b3c | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
31,251 | como hago con este código para que pueda ver los otros componentes que no sean el de login y el de registro sin logearme import Pillsfront from "./components/Add_pills/Pills_front";
import { Device } from "./components/Device_connect/main";
import { Caddy } from "./components/Caddy_Log/Caddy/Caddy";
import { PeopleConn... | 21dc9f2a7d24c297a5dbce46edb7e17d | {
"intermediate": 0.3440806269645691,
"beginner": 0.48108330368995667,
"expert": 0.1748361587524414
} |
31,252 | What is sql table, index, and trigger and how are they connected | a856dd59b63782a5abf9386c4a13cb98 | {
"intermediate": 0.40393319725990295,
"beginner": 0.20803380012512207,
"expert": 0.3880329728126526
} |
31,253 | how get value of header cell in excel vb.net? | c3e060566ba4fe26d77968f050989ff7 | {
"intermediate": 0.41781240701675415,
"beginner": 0.19159331917762756,
"expert": 0.3905942440032959
} |
31,254 | ты gpt 4 ? | 8429e0bb32ea0d4a69cb5aeb4c491db2 | {
"intermediate": 0.28412529826164246,
"beginner": 0.3576904237270355,
"expert": 0.3581843674182892
} |
31,255 | как на выходе из транзакции spring, при исключении передать данные другому объекту? | 6153c3a9decb8a6cda6c1528408e46e0 | {
"intermediate": 0.3232966661453247,
"beginner": 0.23156802356243134,
"expert": 0.44513532519340515
} |
31,256 | Is there a way to make explicit the source ofIs there a way to make explicit the source of the information from where a large language model gets its information for generating a specific output? | 7749be02f16a1ad7806aa1ca574d106c | {
"intermediate": 0.2977682948112488,
"beginner": 0.20894289016723633,
"expert": 0.49328887462615967
} |
31,257 | import java.awt.*;
import java.awt.event.*;
import java.util.*;
import java.io.*;
import java.net.*;
import javax.swing.*;
class MyFrame extends JFrame{
JTextField port;//端口
JButton start;//启动服务器
JTextArea content;//聊天框
JTextField tex;//消息
JButton say;//发送
Socket socket;//套接字
//Myframe类构造函数... | ff375d896574d88a72d373a04c1f7ce8 | {
"intermediate": 0.33578816056251526,
"beginner": 0.5465909838676453,
"expert": 0.11762084811925888
} |
31,258 | How exactly could I import a SFM model into blender, modify it, then export it back into SFM? | bde15c4c10f3098c9c5ba8975816dc06 | {
"intermediate": 0.3914300203323364,
"beginner": 0.20168232917785645,
"expert": 0.4068876802921295
} |
31,259 | add jump to this:
import React, { useState, useEffect, useRef } from "react";
// Constants
const GRAVITY = 980; // Pixels per second squared
const JUMP_STRENGTH = -600; // Pixels per second
const MOVE_SPEED = 500; // Pixels per second
const PLAYER_WIDTH = 50;
const PLAYER_HEIGHT = 50;
const PLATFORM_WIDTH = 300; // ... | 1948d9507171a6c0fbe63fa7e459f55d | {
"intermediate": 0.37258267402648926,
"beginner": 0.5100222826004028,
"expert": 0.11739510297775269
} |
31,260 | rewrite the game for me to make it more responsible and smooth:
import React, { useState, useEffect, useRef } from "react";
// Constants
const GRAVITY = 980; // Pixels per second squared
const JUMP_STRENGTH = -600; // Pixels per second
const MOVE_SPEED = 500; // Pixels per second
const PLAYER_WIDTH = 50;
const PLAYE... | da7cf0087d3e4ceb7463822635b2e0a1 | {
"intermediate": 0.38633623719215393,
"beginner": 0.47586801648139954,
"expert": 0.13779576122760773
} |
31,261 | as an expert reacty/typescript expert fix this game so it works correctly as a platformer:
import React, { useState, useEffect, useRef } from "react";
// Constants
const GRAVITY = 980; // Pixels per second squared
const JUMP_STRENGTH = -600; // Pixels per second
const MOVE_SPEED = 500; // Pixels per second
const PLAY... | cdb55ed60c7f2960a4e5f42ed3a8bd00 | {
"intermediate": 0.36756235361099243,
"beginner": 0.4851113557815552,
"expert": 0.14732635021209717
} |
31,262 | completely rewrite this for me so it works smoothly spawns platforms correctly:
import React, { useState, useEffect, useRef } from "react";
// Constants
const GRAVITY = 980; // Pixels per second squared
const JUMP_STRENGTH = -600; // Pixels per second
const MOVE_SPEED = 500; // Pixels per second
const PLAYER_WIDTH =... | 862c63e16c1d312ce110e9d1f6ca180a | {
"intermediate": 0.3618495464324951,
"beginner": 0.4408906102180481,
"expert": 0.1972597986459732
} |
31,263 | Explain | ed3f1d5bdb89059f4e40ea9144eacf43 | {
"intermediate": 0.36335062980651855,
"beginner": 0.3253214657306671,
"expert": 0.31132787466049194
} |
31,264 | Create a python crypto trading bot that uses Binance api, this bot should be able to analize the market trends and generate strategies that can be saved. Strategies should be in pinecone v5 | 5e5c3bbfbdb9d25c59c4e3a728ca1370 | {
"intermediate": 0.31550318002700806,
"beginner": 0.11562372744083405,
"expert": 0.5688731670379639
} |
31,265 | can you give me code in order to display a spinner into an existing iframe, when i clic on a link, before the real content ? | 3b6aadc011067f55200dc34bcdf5494c | {
"intermediate": 0.6291637420654297,
"beginner": 0.13708029687404633,
"expert": 0.2337559014558792
} |
31,266 | test case is not entring another class inspite being passed during debugging | 9495f6c2a99a98c85df039ed32dd812b | {
"intermediate": 0.3815038204193115,
"beginner": 0.5343034267425537,
"expert": 0.08419283479452133
} |
31,267 | напиши модульный тест на c# для программы:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MyCalc
{
public class MyCalcLib
{
static double Otr(double x1, double y1, double x2, double y2)
{
return Math.Sqrt(... | d0d942f06748077b6d2232f8a8c4d89f | {
"intermediate": 0.30497077107429504,
"beginner": 0.4695426821708679,
"expert": 0.22548653185367584
} |
31,268 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | ecdd15bcf202d2683c99b3ec12f40104 | {
"intermediate": 0.26611724495887756,
"beginner": 0.5244644284248352,
"expert": 0.20941835641860962
} |
31,269 | ionic | 79034ac08b6a33c53f893ea62e84ad4f | {
"intermediate": 0.31868302822113037,
"beginner": 0.27207598090171814,
"expert": 0.4092410206794739
} |
31,270 | у меня есть метод, мне нужно до того как выбросился AbsErrorException, чтобы слушатель зафиксировал и выполнил изменения, которые произошли в методе sendDisposals(disposalCaption), через @TransactionalEventListener
@Override
@Transactional
public AbsDisposalResponse sendDisposals(AbsDisposalPayload disposalP... | b0996b64da433b49461cc1cead04fb7d | {
"intermediate": 0.4391237497329712,
"beginner": 0.37030985951423645,
"expert": 0.190566286444664
} |
31,271 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | 3a314c88a6ca489bddb01c59e0d9a976 | {
"intermediate": 0.26809585094451904,
"beginner": 0.522678554058075,
"expert": 0.20922555029392242
} |
31,272 | <form class="p-3 p-xl-4" method="post">
<div class="mb-3"><input class="form-control" type="text" id="name-1" name="name" placeholder="Имя"><div data-lastpass-icon-root="true" style="position: relative !important; height: 0px !important; width: 0px !important; float: left !important;"></div>... | 4f0e3fe9138b402ddfd49b26997fb76c | {
"intermediate": 0.29997560381889343,
"beginner": 0.3961806297302246,
"expert": 0.30384379625320435
} |
31,273 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | 331dcd4b0e04e797bd22c870ed072494 | {
"intermediate": 0.26809585094451904,
"beginner": 0.522678554058075,
"expert": 0.20922555029392242
} |
31,274 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | 16dbdca23c9f28654aa407665aeba097 | {
"intermediate": 0.26809585094451904,
"beginner": 0.522678554058075,
"expert": 0.20922555029392242
} |
31,275 | How to add the name of Excel file in pandas DataFrame in each row? | 760ed2ee83758e25b469f51aa9f8fcf7 | {
"intermediate": 0.6857469081878662,
"beginner": 0.1190648004412651,
"expert": 0.19518829882144928
} |
31,276 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | 6412f5f7cc3ba5e39f4b8780e3f9e2ac | {
"intermediate": 0.26809585094451904,
"beginner": 0.522678554058075,
"expert": 0.20922555029392242
} |
31,277 | how to start 2 to 3 application's in windows 11 at once? | e35238098bb4a71bbe0bb04cfd015001 | {
"intermediate": 0.45458123087882996,
"beginner": 0.18276895582675934,
"expert": 0.3626498579978943
} |
31,278 | I have a number 86399 in JS, how do I round it up to 86400? | b3b63ad4c9f6534d9e147231e836c386 | {
"intermediate": 0.3251413106918335,
"beginner": 0.2674466669559479,
"expert": 0.40741196274757385
} |
31,279 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUMS = 5;
// Количес... | 15b79e683b5a087962c568fe788125c7 | {
"intermediate": 0.26809585094451904,
"beginner": 0.522678554058075,
"expert": 0.20922555029392242
} |
31,280 | would you pls write a service for the game "Ball-Match 3D"? | 2ff994fcb387f9753934d68cd24b1532 | {
"intermediate": 0.4209924340248108,
"beginner": 0.2632867693901062,
"expert": 0.315720796585083
} |
31,281 | how can I call this audio <audio> from my python code?
@app.get("/audio")
async def playAudio():
with open("audio.mp3", "rb") as f:
audio_data = f.read()
# Playback the audio
return "playing audio":
]
if stable_frame is not None:
frame_diff = cv2.absdi... | 9aa936f54e28963391dd2b937a6d41e8 | {
"intermediate": 0.3407663106918335,
"beginner": 0.4554935097694397,
"expert": 0.2037401795387268
} |
31,282 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
#include <vector>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUM... | 45f098cdecf52265d2300ecc69632661 | {
"intermediate": 0.30762791633605957,
"beginner": 0.4315859377384186,
"expert": 0.2607862055301666
} |
31,283 | esse codigo
//Arrange
string parametro = "1111,2222,3333";
string url = $"/nana/v1/nana?nana?lista={parametro}";
HttpRequestMessage request = new HttpRequestMessage(HttpMethod.Get, url);
request.Headers.Authorization = new AuthenticationHeaderValue("Bearer", _jwt);
//Act
HttpResponseMessage response = await _client.S... | dea5e037b4edffbed562fce4737b9a4c | {
"intermediate": 0.35148367285728455,
"beginner": 0.37773337960243225,
"expert": 0.2707829475402832
} |
31,284 | FeignClient Com Spring Boot e config properties, implementando maximo de conexoes e timeout | 5ddd79450da3cf0c597c7afee5fb10e1 | {
"intermediate": 0.5926928520202637,
"beginner": 0.204868882894516,
"expert": 0.20243825018405914
} |
31,285 | how to properly manage null values in C# ? | 814a4b6e450590986e4ba43e7884f906 | {
"intermediate": 0.5055475234985352,
"beginner": 0.2663547098636627,
"expert": 0.22809776663780212
} |
31,286 | how to use string interpolation in c#? | 61a79be3bceb6b301194c5542dad3da4 | {
"intermediate": 0.6694049835205078,
"beginner": 0.1594831645488739,
"expert": 0.1711118072271347
} |
31,287 | how to use string interpolation in c#? | d09de5d6c120f1381e19759fbec2aa6f | {
"intermediate": 0.6694049835205078,
"beginner": 0.1594831645488739,
"expert": 0.1711118072271347
} |
31,288 | how to use string interpolation in c#? | fab3e5342670882d090c33410a389271 | {
"intermediate": 0.6694049835205078,
"beginner": 0.1594831645488739,
"expert": 0.1711118072271347
} |
31,289 | how to use object and collection initializers and target-typed new expressions in c#? | 74ff59c88985e639170b997da304b0fb | {
"intermediate": 0.5656495690345764,
"beginner": 0.3504958748817444,
"expert": 0.08385449647903442
} |
31,290 | #include "Window.h"
Window::Window(const std::string& aTitle, int w, int h)
{
SDL_Init(SDL_INIT_VIDEO);
IMG_Init(IMG_INIT_PNG);
TTF_Init();
m_window = SDL_CreateWindow(aTitle.c_str(), SDL_WINDOWPOS_UNDEFINED,
SDL_WINDOWPOS_UNDEFINED, w, h, SDL_WINDOW_SHOWN);
m_renderer = SDL_CreateRenderer(m_window, -1, SDL_REN... | 3cb9dc5176e9f704f636699fd931da0a | {
"intermediate": 0.34050384163856506,
"beginner": 0.4571469724178314,
"expert": 0.2023492455482483
} |
31,291 | a=1.
b=2.
do 10 i=3,20
c=a+b
v=c/b
write(1,20)i,v
a=b
10 b=c
20 format(1x,i3,f13.8)
end
переведи код на c++ | c3b05de64ad281f112186146a60620bd | {
"intermediate": 0.20108599960803986,
"beginner": 0.6121168732643127,
"expert": 0.18679717183113098
} |
31,292 | Filter column Date to be not equal to 01.01.2022 using pandas | 892d964593fb57099704d5b203cff4d0 | {
"intermediate": 0.39202243089675903,
"beginner": 0.227146714925766,
"expert": 0.380830854177475
} |
31,293 | create a sintement analysis python code to grab tweets about gold for the day from twitter simplify it and organize it and give a conclusion about the future price | f30c4ded559a20958c81956daceb6999 | {
"intermediate": 0.4124854505062103,
"beginner": 0.19776415824890137,
"expert": 0.3897503614425659
} |
31,294 | In Natural Language Processing we have an object called Embedding Space ES. Subwords, words, subsententences, sentences etcera are represented as vectors in ES. They all have the same dimensions (number of elements in each of those vectors). What can you tell me about the structure of ES? | 8c4f3f182d245b5a70ac2fbad41ad28d | {
"intermediate": 0.3535776436328888,
"beginner": 0.38004714250564575,
"expert": 0.2663751542568207
} |
31,295 | #include <iostream>
#include <cstdlib>
#include <string>
using namespace std;
int main (int argc, char* argv[]) {
if (argc == 1) {
while (true) {
system("printf $USER@$HOST");
char* cmd;
cin >> cmd;
system(cmd);
}
}
}
I got segmentation fault | f05a6ab6eeb7c19c14e51bdd69be2d11 | {
"intermediate": 0.3331151008605957,
"beginner": 0.5004057288169861,
"expert": 0.16647911071777344
} |
31,296 | create sql database | 6631ea30596c9791cf47f5b23e469922 | {
"intermediate": 0.40218642354011536,
"beginner": 0.2210177779197693,
"expert": 0.37679576873779297
} |
31,297 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
#include <vector>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUM... | e66a49ed58429bd0f00b74c932d84ef5 | {
"intermediate": 0.30762791633605957,
"beginner": 0.4315859377384186,
"expert": 0.2607862055301666
} |
31,298 | help me implement json database so I can use it as memory for a openai bot | 83e18ef690badadbb4864ce3d49e4045 | {
"intermediate": 0.7842502593994141,
"beginner": 0.08415793627500534,
"expert": 0.13159185647964478
} |
31,299 | #include <SDL.h>
#include <SDL_image.h>
#include <iostream>
#include <vector>
#include <random>
#include <vector>
// Размеры окна
const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 600;
// Размеры барабанов
const int DRUM_WIDTH = 100;
const int DRUM_HEIGHT = 100;
// Общее количество барабанов
const int NUM_DRUM... | c70b8deda7c5b9d96e87909af75610c4 | {
"intermediate": 0.30762791633605957,
"beginner": 0.4315859377384186,
"expert": 0.2607862055301666
} |
31,300 | реши на python такую задачу:
CODE CHALLENGE: Solve the Multiple Longest Common Subsequence Problem.
Input: Three DNA strings of length at most 8.
Output: The length of a longest common subsequence of these three strings, followed by a multiple
alignment of the three strings corresponding to such an align... | caa2d1bde92c9018d85f2d1de413b1f5 | {
"intermediate": 0.3939148783683777,
"beginner": 0.19487378001213074,
"expert": 0.4112112820148468
} |
31,301 | how to filter by group an done valu ein python | 14e00befb1b136dc1829223d178817e1 | {
"intermediate": 0.2586289048194885,
"beginner": 0.17288491129875183,
"expert": 0.5684862732887268
} |
31,302 | Check if /misc file system is mounted on the redhat system and echo the hostname otherwise no output is needed | 7c0a318e62cb3212a254329096af893a | {
"intermediate": 0.3772560954093933,
"beginner": 0.2639595866203308,
"expert": 0.35878437757492065
} |
31,303 | I have created 3 user subpages as examples of how a revamp of this template can be done. (User:Equalizer5118/Cite, User:Equalizer5118/Ref, User:Equalizer5118/References) I want some feedback on this and, if everyone agrees, help implementing it. Ideas?
1:
This is some text {{:{{FULLPAGENAME}}|cite id=1}}
<includeonly... | b5558fbfbf36f1b48e773972bfa3a229 | {
"intermediate": 0.30883362889289856,
"beginner": 0.45593324303627014,
"expert": 0.23523306846618652
} |
31,304 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<script src="https://unpkg.com/lightweight-charts@3.4.0/dist/lightweight-charts.standalone.production.js"></script>
</head>
<body>
<div id="chart-container"></div>
<script>
var chart = LightweightChar... | e4b677add104014ae619b1e3fd05ffe4 | {
"intermediate": 0.4378500282764435,
"beginner": 0.3670956492424011,
"expert": 0.1950543075799942
} |
31,305 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Enemy : MonoBehaviour
{
public float speed = 2f;
public float chaseRange = 5f;
private Transform player;
private Vector2 targetPosition;
private Rigidbody2D rb;
private Animator anim;
private SpriteR... | f1abc6311dcbb168427720135c768562 | {
"intermediate": 0.35937535762786865,
"beginner": 0.3884212374687195,
"expert": 0.2522033751010895
} |
31,306 | What is the Vba code to lock a sheet in a specific workbook | 066bf411f6835904dbe91a518b7dca3d | {
"intermediate": 0.5772000551223755,
"beginner": 0.17581388354301453,
"expert": 0.24698607623577118
} |
31,307 | write a C# script so if the player walks within 0.5 units of a chest and clicks Z, then there is a 25% chance a knife prefab will be spawned and set as the child of the player | 18832646d7aafc3b99ad905eeb411f53 | {
"intermediate": 0.499983549118042,
"beginner": 0.1734251230955124,
"expert": 0.3265913128852844
} |
31,308 | write a C# script that when a player collides with a chest it has a 50 percent chance of spawning a knife and making it the child of the player | 0f49ea76bfa071fdae74e4fc1187b465 | {
"intermediate": 0.401644766330719,
"beginner": 0.15318283438682556,
"expert": 0.44517236948013306
} |
31,309 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Chest : MonoBehaviour
{
public GameObject knifePrefab;
private void OnTriggerEnter2D(Collider2D collision)
{
if (collision.CompareTag("Player"))
{
// Generate a random number (between 0 ... | b9b4c9d416aee37b05c6f04fdd0fe4ab | {
"intermediate": 0.3832376301288605,
"beginner": 0.39409276843070984,
"expert": 0.2226695567369461
} |
31,310 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Chest : MonoBehaviour
{
public GameObject knifePrefab;
private void OnTriggerEnter2D(Collider2D collision)
{
if (collision.CompareTag("Player"))
{
// Generate a random number (between 0 ... | 5d03e28a78ce3363b282bd0b33d6e362 | {
"intermediate": 0.44869568943977356,
"beginner": 0.36382588744163513,
"expert": 0.1874784529209137
} |
31,311 | what birth in stat command means ? | bd9f127e9de0ae32718691d46e00792e | {
"intermediate": 0.4368073344230652,
"beginner": 0.3133849501609802,
"expert": 0.24980765581130981
} |
31,312 | import React, { FormEvent, useState } from "react";
import style from "./ToDoList.module.scss";
export type PropsToDoList = {
id: number;
text: string;
completed: boolean;
};
export const ToDoList = (props: PropsToDoList) => {
const {} = props;
//--
const [todos, setTodos] = useState<PropsToDoList[]>([]);
... | 32347ca922327dc28848a3d8ce5df38d | {
"intermediate": 0.22686037421226501,
"beginner": 0.676903486251831,
"expert": 0.09623610973358154
} |
31,313 | G Major Scales Songs remix | 4cab53adf393d775a678bc5f939428b8 | {
"intermediate": 0.3647873103618622,
"beginner": 0.32634469866752625,
"expert": 0.30886802077293396
} |
31,314 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Chest : MonoBehaviour
{
public float delayTime = 5f;
public GameObject knifePrefab;
private void OnTriggerEnter2D(Collider2D collision)
{
if (collision.CompareTag("Player"))
{
// Gen... | a99d81989fc36478b793913eb418b6a0 | {
"intermediate": 0.4720843434333801,
"beginner": 0.31400829553604126,
"expert": 0.21390733122825623
} |
31,315 | namespace Spv.Usuarios.Bff.ViewModels.UsuarioController.CommonUsuario.Input
{
/// <summary>
/// Cambio de clave model
/// </summary>
[JsonObject(Title = "CambioDeClaveModelRequest")]
public class CambioDeClaveModelRequest
{
/// <summary>
/// Identificador de Persona.
/// ... | 23eda3918b33c7814d204d3531295dc6 | {
"intermediate": 0.5085027813911438,
"beginner": 0.38606545329093933,
"expert": 0.10543176531791687
} |
31,316 | write a program in java which loops through the following questions:
"Where did pumpkin carving originate?",
"In what century was halloween first introduced?",
"Who brought Halloween to the United States?",
"When will the next full moon be on halloween?",
... | aa2cbf572e039e0186f408a66f18a09f | {
"intermediate": 0.3698550760746002,
"beginner": 0.4741530120372772,
"expert": 0.15599189698696136
} |
31,317 | How can I lock certain sheets in a workbook when the workbook opens | 3558919fef1498894fa3c82865153622 | {
"intermediate": 0.49981409311294556,
"beginner": 0.19122414290905,
"expert": 0.3089617192745209
} |
31,318 | python code using LSTM encoder and LSTM decoder rnn to translate English text to Arabic text by splitting data from file into train. validate and test ,Tokenize the sentences and convert them into numerical representations ,Pad or truncate the sentences to a fixed length and use test data to evaluate and example tran... | b3c7596b93cd2d2e764071839a83d066 | {
"intermediate": 0.40904030203819275,
"beginner": 0.10582292079925537,
"expert": 0.4851367175579071
} |
31,319 | Design a combinational circuit that converts the gray code of a four bit number to it's equivalent binary number. Implement the circuit using XOR gates only | da32c8c9c2bd631f86271e74f6885e04 | {
"intermediate": 0.2633683383464813,
"beginner": 0.14680613577365875,
"expert": 0.5898255705833435
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.