row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
7,127 | this is the code:
def find_and_click_button_csgoroll_2(driver, team_1, team_2, button_string):
forbidden_strings = [":", ""]
found_team_1 = False
found_team_2 = False
counter = 0
elements = driver.find_elements(By.XPATH, "//*")
previous_element = None
for element in elements:
print(e... | b2444f26481d0c7eb77e8efc7230d79b | {
"intermediate": 0.25628992915153503,
"beginner": 0.6076793670654297,
"expert": 0.1360306590795517
} |
7,128 | fix the errors in my code and show them to me: import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import javax.swing.border.TitledBorder;
import javax.swing.border.EtchedBorder;
import java.awt.Color;
import javax.swing.... | 91b2bd401f1beeecccc39b2f002dccec | {
"intermediate": 0.32939833402633667,
"beginner": 0.4039839804172516,
"expert": 0.26661765575408936
} |
7,129 | Do you know about c# sqlite? | e419f2e9a294d021154f53dc1b957bc1 | {
"intermediate": 0.7369080185890198,
"beginner": 0.13961100578308105,
"expert": 0.12348099797964096
} |
7,130 | как изменить этот код так, чтобы цвет точек, к которым применена текстура, слегка изменялся случайным образом от точки к точке?
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'
const scene = new... | 09648bf987d41846a0a5ec652e0063e2 | {
"intermediate": 0.3093613386154175,
"beginner": 0.5083816647529602,
"expert": 0.18225696682929993
} |
7,131 | implement java class for android that connects to remove server using tcp socket and using ssl | 78f66b5b0b14c505009d991bf1bd2b53 | {
"intermediate": 0.5527717471122742,
"beginner": 0.23860962688922882,
"expert": 0.2086186707019806
} |
7,132 | reading properties from subfolder properties resources in spring boot | 20164dcf139f9f6436b94bb3051095a4 | {
"intermediate": 0.4908037483692169,
"beginner": 0.22005802392959595,
"expert": 0.28913822770118713
} |
7,133 | how to make a simple transformer (language model) in python | aacf237ed8a3a42f863a791c2ddc3d8b | {
"intermediate": 0.19552730023860931,
"beginner": 0.5926834344863892,
"expert": 0.21178926527500153
} |
7,134 | getResourceAsStream as file | c846dcd459cc630e4422876ac0df470e | {
"intermediate": 0.39412418007850647,
"beginner": 0.25713491439819336,
"expert": 0.34874096512794495
} |
7,135 | modify my code so that whenever the button Modifier la commande is clicked on, it will bring me back to the PizzaOrder window and when the button Ajouter is clicked on again, the Receipt window will show again and whatever was on the list before is still shown and whatever was added to the list shows too and whatever t... | 4f5356f13c5102b6c01251b3187867c5 | {
"intermediate": 0.3145439624786377,
"beginner": 0.44710344076156616,
"expert": 0.23835261166095734
} |
7,136 | 小蓝社工 (https://t.me/SGKmainNEWbot?start=IVT31EC72CE)
猎魔 (https://t.me/LieMMbot?start=cfd0f7b4f87c4731bebb80a318471cdd)
星盾地址 (https://t.me/XingDunBot?start=1OCo7tl)
落日猎魔 (https://t.me/LuoRiSGKbot?start=zFKKni7auY)
花花猎魔 (https://t.me/sgkvipbot?start=vip_1053371)
免费猎魔 (http://t.me/OnlySGK_bot?start=nlg05hkp9)
狗狗社工 (https... | 4869c3de057a56816b67b4edb7c4846a | {
"intermediate": 0.32860854268074036,
"beginner": 0.30651789903640747,
"expert": 0.3648735582828522
} |
7,137 | modify my code so that whenever the button Modifier la commande is clicked on in Receipt, it will bring me back to the PizzaOrder window and when the button Ajouter is clicked on again, the Receipt window will show again and whatever was on the list before is still shown and whatever was added to the list shows too and... | a2c3ce253b6143190a56dd23b3917a5c | {
"intermediate": 0.30728915333747864,
"beginner": 0.4501771032810211,
"expert": 0.24253380298614502
} |
7,138 | how to make interactive application with graphical ui with python | d0723b33f99ede2ba1a9ddc02b0026ec | {
"intermediate": 0.4432063698768616,
"beginner": 0.23202456533908844,
"expert": 0.3247690498828888
} |
7,139 | Hi, i am using uncode wordpress theme for my shop. I want to add category descriptions to show when user selects category. How can i do that ? | f16b9d08fc548e80e52c0b31f1eedd9e | {
"intermediate": 0.47160643339157104,
"beginner": 0.18848805129528046,
"expert": 0.3399055004119873
} |
7,140 | как изменить этот код, чтобы размер точек немного колебался от точки к точке?
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls';
import { EffectComposer } from 'three/examples/jsm/postprocessing/E... | 58b7cb1154843c9855e8f6c68ad9157f | {
"intermediate": 0.34696176648139954,
"beginner": 0.5175561308860779,
"expert": 0.13548213243484497
} |
7,141 | 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... | 7dca3aad048d7cf2cb34fcf56a3c5729 | {
"intermediate": 0.45648056268692017,
"beginner": 0.32650935649871826,
"expert": 0.21701014041900635
} |
7,142 | как добавить градиент на фон канваса в этой сцене?
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'
const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(75, window.innerWi... | 2b9a1ab7a01b962d182826004f605cdf | {
"intermediate": 0.29568636417388916,
"beginner": 0.45578527450561523,
"expert": 0.24852833151817322
} |
7,143 | Сделай TextView ближе друг к другу : <LinearLayout
android:layout_width="match_parent"
android:layout_height="69dp"
android:orientation="horizontal"
android:weightSum="2">
<TextView
style="@style/CustomTextViewStyle"
android:layout_width="wrap_content"
... | 4ff6dfb9bb34b13399b4cf47eaf1d065 | {
"intermediate": 0.4248266816139221,
"beginner": 0.2498217523097992,
"expert": 0.3253515660762787
} |
7,144 | Escríbeme un artículo que sea compatible con SEO poniendo las palabras clave más importantes en forma de puntos y explicándolas a esta frase: ideas para decorar una fiesta de cumpleaños para mujer | 6a4a52b7c7b513c9a82a35377a2a8b5b | {
"intermediate": 0.3362922966480255,
"beginner": 0.3875465393066406,
"expert": 0.27616119384765625
} |
7,145 | import telebot
# Токен бота
TOKEN = '6051752717:AAEU7VginJfplonKAFRGxPqtkaJDcVh98Bo'
# Список правил
RULES = [
'1. Уважайте других участников канала. Не используйте оскорбительные выражения, не унижайте других участников и не нарушайте их права.',
'2. Соблюдайте правила приличия. Не публикуйте материалы, соде... | 7b30f9423bf3b1a5405fc42e9b32a827 | {
"intermediate": 0.29020464420318604,
"beginner": 0.5284205079078674,
"expert": 0.1813749074935913
} |
7,146 | Сделай весь текст симметричным : чтобы первый визуальный столбец начинался на одной линии по оси y , второй столбец соответственно :<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”
android:layout_width=“match_parent”
android:layout_height=“match_parent”
android:orientation=“vertical”
android:pad... | 21775ca840bd00e7425e4c5d4e24e252 | {
"intermediate": 0.305152952671051,
"beginner": 0.43567514419555664,
"expert": 0.2591719329357147
} |
7,147 | Can you make a code that simulate chages distribution in the 3D field below
the field size is 100 x 100 x 100 pixels
1 pixel is 1 mm
Edges of field is 0V
Center 10 x 10 x 10 of the field are 1V
Center 10 x 10 x 10 of the field are electrodes. Other than the field is vacuum. | 4b104e6685670ff07ed0451a3681ef83 | {
"intermediate": 0.3822387158870697,
"beginner": 0.07255765795707703,
"expert": 0.5452036261558533
} |
7,148 | from kivy.app import App
from kivy.uix.screenmanager import Screen , ScreenManager
import cv2
import time
class MainScreen(Screen):
pass
class StreamView(Screen):
pass
class ScreenMan(ScreenManager):
pass
class MyApp(App):
def build(self):
sm = ScreenMan()
sm.add_widget(M... | 9513bbd479db9b2f779c55d4a67cc9f1 | {
"intermediate": 0.37751442193984985,
"beginner": 0.48450586199760437,
"expert": 0.13797973096370697
} |
7,149 | convert kivy file with image to apk | 0e6d52daec1235a7ebf03ace965c703a | {
"intermediate": 0.4238244593143463,
"beginner": 0.22419527173042297,
"expert": 0.3519802689552307
} |
7,150 | LSM network in pascal 3 layer mesh topology and explain how to train | 052e9c9858c95fb86a27ac6da54f4fc6 | {
"intermediate": 0.052802398800849915,
"beginner": 0.04307814687490463,
"expert": 0.9041194319725037
} |
7,151 | Добавь сверху иконку для фотографии пользователя , помни что эта иконка должна иметь фотографию по умолчанию и при клике пользователь сможет изменить её на любую другую из его файлов : <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_hei... | 5dd69ffc6cbb1a513418053fa968297f | {
"intermediate": 0.2250003069639206,
"beginner": 0.5422914624214172,
"expert": 0.23270830512046814
} |
7,152 | Ksyusha has a pet chinchilla, a tree on n
vertices and huge scissors. A tree is a connected graph without cycles. During a boring physics lesson Ksyusha thought about how to entertain her pet.
Chinchillas like to play with branches. A branch is a tree of 3
vertices.
The branch looks like this.
A cut is the removal of... | d2fb00fc13b1e0a6dff7529ed32c9b75 | {
"intermediate": 0.31451401114463806,
"beginner": 0.3867168426513672,
"expert": 0.29876917600631714
} |
7,153 | Let me know if you have a better approach:
I have a small C# bot that check for an available date/time and book it if any,
it uses 2 external APIs which many other users use so it is a race, My main goal is to get an available date/time that I didn’t use before if possible.
private static readonly Dictionary<string,... | d2f06826120bd9cf78a230c8a0c165d3 | {
"intermediate": 0.4146067500114441,
"beginner": 0.38936522603034973,
"expert": 0.19602802395820618
} |
7,154 | https://www.google.com/search?q=voice+recorder+online&oq=voice+recorder&aqs=chrome.1.69i57j0i512l6j69i60.13338j0j4&sourceid=chrome&ie=UTF-8 | f354c0335f33b50e0ffa6b2cbd064c76 | {
"intermediate": 0.3316199481487274,
"beginner": 0.34694716334342957,
"expert": 0.3214329481124878
} |
7,155 | import tkinter as tk
from PIL import Image, ImageTk
# Create the main window
root = tk.Tk()
root.title('My Application')
root.geometry('400x300')
try:
# Load the GIF using PIL
image = Image.open('myimage.gif')
# Convert the GIF to a Tkinter-compatible image
tkimage = ImageTk.PhotoImage(image)
# ... | a54193a5b32695ed4d77b72360131261 | {
"intermediate": 0.3278444707393646,
"beginner": 0.5216909050941467,
"expert": 0.15046463906764984
} |
7,156 | How can I send emails from stripe when a payment intent is created and captured? Also when a payment is refunded. I'm using nestjs
Also how can I pass data like a booking reference to the success page after a successful checkout using webhooks? | 5fcaf4be838ce6a7fb502e0f0a9aa6a8 | {
"intermediate": 0.9029049277305603,
"beginner": 0.04302842170000076,
"expert": 0.05406665429472923
} |
7,157 | Write me a computer code in python that can record the amount of patients consulted at a medical centre dental practice. | 2f15824a869f596afd54f10b5a368122 | {
"intermediate": 0.37052226066589355,
"beginner": 0.10023007541894913,
"expert": 0.5292476415634155
} |
7,158 | Добавь атрибут который сделает картинку круглой : <ImageButton
android:id="@+id/imageButtonProfile"
android:layout_width="156dp"
android:layout_height="156dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp"
android:background="@drawable/circle_background"
a... | 839ac3037248be58de14efded6280266 | {
"intermediate": 0.4418286085128784,
"beginner": 0.24462611973285675,
"expert": 0.31354522705078125
} |
7,159 | help me write 10 difficult level long queries for the following tables:
CREATE TABLE Buyer (
ID INT PRIMARY KEY NOT NULL,
name VARCHAR(50) NOT NULL,
surname VARCHAR(50) NOT NULL,
email VARCHAR(100),
phone VARCHAR(20) NOT NULL,
dob DATE
);
CREATE INDEX index_buyer_phone
ON Buyer(phone);
CREATE TABLE Product... | b5f85d7e700004add6ac678f4d1a3a75 | {
"intermediate": 0.3569841682910919,
"beginner": 0.3161616027355194,
"expert": 0.32685425877571106
} |
7,160 | При замене моей иконки картинкой из фотографий иконка остается квадратной , а должна быть круглой укажи что надо исправить : <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
a... | 3b5af64588e81caf3d5519e3bb8b54dd | {
"intermediate": 0.31682804226875305,
"beginner": 0.5046964883804321,
"expert": 0.17847542464733124
} |
7,161 | provide a working formula for MS Excel that will sum the total of two different cells if a third cell contains a w, but subtract the two cells if the third cell contains a l | 048edfbe6d33d3519ad3d9c642239b3c | {
"intermediate": 0.40305641293525696,
"beginner": 0.18747304379940033,
"expert": 0.40947049856185913
} |
7,162 | hello | 1b3c3d9e53f309fc78a546fdc069eae6 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
7,163 | Этот код позволяет выбрать картинку и сделать эту картинку иконкой , но проблема в том что изначально (до выбора картинки иконка круглая) , а после выбора картинки становится квадратной , товя задача сделать так чтобы поле выбора картинки эта картинка должны остаться круглой : <LinearLayout xmlns:android="http://schema... | 2fbd6b231a606be630152605d0d02f83 | {
"intermediate": 0.283186674118042,
"beginner": 0.5383843183517456,
"expert": 0.1784290075302124
} |
7,164 | После выбора картинки пользователем ока должны стать круглой и заменить imagebutton , но у меня после замены иконки картинкой картинка квадратная а должны быть круглой : package com.example.myapp_2;
import static android.app.Activity.RESULT_OK;
import android.annotation.SuppressLint;
import android.app.Activity;
imp... | c7dc85b5b1b1ce6df62d84f7f5574dbe | {
"intermediate": 0.28630563616752625,
"beginner": 0.5743463635444641,
"expert": 0.13934803009033203
} |
7,165 | explain operator overloading in c++ using a simple code | 0b70c216c7c542f358f0c9355df02090 | {
"intermediate": 0.27193111181259155,
"beginner": 0.3622378706932068,
"expert": 0.36583101749420166
} |
7,166 | Наложи другой xml так чтобы обрезать углы этого <ImageButton
android:id="@+id/imageButtonProfile"
android:layout_width="156dp"
android:layout_height="156dp"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="16dp"
android:background="@drawable/circle_background"
and... | 5c9cb63ac1850152b544d2d1c27c1aa1 | {
"intermediate": 0.4528292417526245,
"beginner": 0.24601972103118896,
"expert": 0.30115094780921936
} |
7,167 | При выборе квадратной картинки она должны быть изображена обрезанной до круглой формы виде :package com.example.myapp_2;
import static android.app.Activity.RESULT_OK;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.cont... | 083736216abbc65164d5d7ba6feffcba | {
"intermediate": 0.29524800181388855,
"beginner": 0.47431156039237976,
"expert": 0.2304404079914093
} |
7,168 | I deleted Android webdev view from andriod system apps and now phone in bootloop. how to fix? | bbf2fbc5ec9cfbc21ab2a20dde1c8208 | {
"intermediate": 0.6003532409667969,
"beginner": 0.20522406697273254,
"expert": 0.1944226324558258
} |
7,169 | При клике на иконку она заменяется на изображение , я зочу что она заменялась на круглое изображение (помни что пользователь выбирает изображение из своей галлереи) , вот код, который ты исправишь : package com.example.myapp_2;
import static android.app.Activity.RESULT_OK;
import android.annotation.SuppressLint;
impo... | a339448578463f73f2ed8069487c5650 | {
"intermediate": 0.2855693995952606,
"beginner": 0.5791531205177307,
"expert": 0.13527749478816986
} |
7,170 | You are a software engineer. And you will help me with my code here. #include <stdio.h>
#include <stdlib.h>
typedef enum { BEAR, BIRD, PANDA} AnimalType;
typedef enum { ALIVE, DEAD } AnimalStatus;
typedef struct {
int x;
int y;
} Location;
typedef enum { FEEDING, NESTING, WINTERING } SiteType;
typedef stru... | d1b8bb74b6eb130e395e992fe28ec003 | {
"intermediate": 0.33626508712768555,
"beginner": 0.4081473648548126,
"expert": 0.25558751821517944
} |
7,171 | So I have this plot:
# Plot histogram for m_var_return
histogram(m_var_return, bins=50, alpha=0.7, title="Histogram", xlabel="Portfolio value", label="")
histogram!(m_var_return_5quantile, color=:red, bins=10, label="Value at Risk 5%")
vline!([median_value], color=:green, label="Median")
# Plot histogram for m_var_ret... | c85f1c91f57550e35fd4218d9b154d61 | {
"intermediate": 0.35282430052757263,
"beginner": 0.29691317677497864,
"expert": 0.35026252269744873
} |
7,172 | Добавь в правом верхнем углу кнопку которая запускает FirstFrgmtn кнопка должна находиться в профиле : <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp"
... | 635cc819c1258be8e7d6bd4527bc0d89 | {
"intermediate": 0.2709490656852722,
"beginner": 0.5285194516181946,
"expert": 0.20053143799304962
} |
7,173 | jetpack compose
when i call a function:
1. there is a red circle in pos1 - not visible
2. circle start to move to pos2 and now visible
3. when it is on pos2 it disappears again
4. duration - 1 sec | d25b19d34d349ea1b240f68ba2fff1a1 | {
"intermediate": 0.27278611063957214,
"beginner": 0.5121594071388245,
"expert": 0.2150544822216034
} |
7,174 | write a code in matlab, to use a camera to detect and track a qr code on an object | 915d180d07481342b423e6c093dab7eb | {
"intermediate": 0.3351634740829468,
"beginner": 0.09942483901977539,
"expert": 0.5654116868972778
} |
7,175 | give me a c++ source code for add two matrix | 30c137858dbbc76d6f51778638ea20ae | {
"intermediate": 0.3123266100883484,
"beginner": 0.2593408226966858,
"expert": 0.4283325970172882
} |
7,176 | Write a basic Python script with a GUI that has the user play Tic Tac Toe against a constantly learning AI using Tensorflow. After each game the AI should learn from the user to get better at the game. It should get better at a rapid pace (use the best model included with TensorFlow). Because the model is slower, when ... | 99328b1cf29b89a75f254033c3b9abd8 | {
"intermediate": 0.2550415098667145,
"beginner": 0.1636907160282135,
"expert": 0.5812677145004272
} |
7,177 | Fix the syntax errors in the "next" function, then use it to find a string of integers a1, az, a3... such that a₁=31, a2=next(a₁), a=next(az) and so on. Hence, fill in the table below. | 82ebbf987c34984658f3fc214db20ac8 | {
"intermediate": 0.32994309067726135,
"beginner": 0.44612956047058105,
"expert": 0.2239273637533188
} |
7,178 | how to change color pixels (if it contains both postive and negative values) in such a way that the result image displays same as the original image | c9fff9c9ff2dad72304267032a20e68e | {
"intermediate": 0.21475663781166077,
"beginner": 0.171439066529274,
"expert": 0.613804280757904
} |
7,179 | write a code in matlab, to use a camera to detect and track a qr code on an object... make the code efficient and optimized | cf8675bf53aa31f630a0f07925ddc2aa | {
"intermediate": 0.16546450555324554,
"beginner": 0.037432655692100525,
"expert": 0.7971028685569763
} |
7,180 | I need to write a vba code that will copy only the cells in column A that have values form sheets "Prem PM", "Prem AA", "Prem CL", Prem SU", and "Prem MG", in that order and paste into sheet "Observe" column E starting from row 2 | 4c16c43d3b3914ac885b69fce2bbf5a7 | {
"intermediate": 0.4912692904472351,
"beginner": 0.13000498712062836,
"expert": 0.3787257969379425
} |
7,181 | from kivy.app import App
from kivy.uix.screenmanager import Screen , ScreenManager
import cv2
class MainScreen(Screen):
pass
class StreamView(Screen):
pass
class ScreenMan(ScreenManager):
pass
class MyApp(App):
def build(self):
sm = ScreenMan()
sm.add_widget(MainScreen(n... | 76c024a16b4a3216fb20a94a3a0f4468 | {
"intermediate": 0.3943309783935547,
"beginner": 0.4512132704257965,
"expert": 0.1544557362794876
} |
7,182 | Write a function called add_pairs that accepts two lists of integers as parameters. The function should return a new list that adds the pairs of integers from each list. You may assume that both lists are the same length, meaning you will always have equal pairs. | f71369d2e146e6ef381c6cd24af8fa36 | {
"intermediate": 0.30323871970176697,
"beginner": 0.25453120470046997,
"expert": 0.4422300457954407
} |
7,183 | help me with a python function called add_pairs that accepts two lists of integers as parameters. The function should return a new list that adds the pairs of integers from each list. You may assume that both lists are the same length, meaning you will always have equal pairs. | badba980d87ae2376a3db852233b8819 | {
"intermediate": 0.39621350169181824,
"beginner": 0.23594844341278076,
"expert": 0.3678380846977234
} |
7,184 | can you provide me with anexmple of an advnced Python code that can perform
arbitrage between Uniswap V2, V3, SushiSwap, Curve running on the polygon network using Aave’s v3 flash loans and sample pyhton script
taht uses strtegys like tringlulr abritradge that uses real librarays from https://pypi.org/ that wokrs iw... | b2c96d2bf8383a380bf847629653b258 | {
"intermediate": 0.5684719085693359,
"beginner": 0.06549026072025299,
"expert": 0.3660377562046051
} |
7,185 | Can you give me some code example of starting a console application in c++? | 56d3a02be9a5078147a88f5c4ec0d3bb | {
"intermediate": 0.6279670000076294,
"beginner": 0.26493963599205017,
"expert": 0.10709340870380402
} |
7,186 | can you provide me with an example of an advanced Python code that can perform
arbitrage between Uniswap V2 V3, SushiSwap, Curve running on the polygon network using Aave’s v3 flash loans and sample python script
that uses strategy's like triangular arbitrage that uses real library's from https://pypi.org/ that works w... | 9326c889c5fdba59496563186024b7bd | {
"intermediate": 0.6310210824012756,
"beginner": 0.03410886973142624,
"expert": 0.3348700702190399
} |
7,187 | Draft the first working version of a Python script with a GUI that has the user play Tic Tac Toe against a constantly learning AI using Tensorflow, Sequential and reinforcement learning (Q-learning). After each game the AI should learn from the user to get better at the game. It should get better at a rapid pace. Becau... | 28b817681c0cdf5386f2b562a01d5924 | {
"intermediate": 0.159665048122406,
"beginner": 0.08806126564741135,
"expert": 0.752273678779602
} |
7,188 | Draft the first functional and complete version of a Python script with a GUI that has the user play Tic Tac Toe against a constantly learning AI using Tensorflow, Sequential and reinforcement learning (Q-learning). After each game the AI should learn from the user to get better at the game. It should get better at a r... | a02503310ebdf36b2c2205594decafba | {
"intermediate": 0.15720829367637634,
"beginner": 0.17857100069522858,
"expert": 0.6642207503318787
} |
7,189 | I want to write a vba code that looks for a sheet with a name that corresponds to the current month and year. If the sheet does not exist, then it will create it. For example if the current Month today March in the Year 2023, then there should be a sheet named Mar23. | de0a564b23223494f36802f96996d50f | {
"intermediate": 0.4319199323654175,
"beginner": 0.1427200585603714,
"expert": 0.4253599941730499
} |
7,190 | return list of objects jpql | cb44dfa1e35e4dabbbfeaa8a0e5272fb | {
"intermediate": 0.40934064984321594,
"beginner": 0.3261348605155945,
"expert": 0.2645244598388672
} |
7,191 | Draft the a functional and complete version of a Python script with a GUI that has the user play Tic Tac Toe against a constantly learning AI using Tensorflow, Sequential and reinforcement learning (Q-learning). After each game the AI should learn from the user to get better at the game. It should get better at a rapid... | 706950e2fa836dd043137c642d678ad8 | {
"intermediate": 0.18145427107810974,
"beginner": 0.20347057282924652,
"expert": 0.6150751709938049
} |
7,192 | can you put that svg as in place of base64 image, will firefox addon support it?:<!doctype html>
<html>
<head>
<title>Cache Cleaner Button</title>
<script src="cleardata.js"></script>
<style> body {font-family: Arial, sans-serif;} </style>
</head>
<body>
<h1>Cache Cleaner</h1>
<p>Select which data y... | eaac42ca6e61d92077b2fc7d2b88d939 | {
"intermediate": 0.3323788642883301,
"beginner": 0.4491574466228485,
"expert": 0.21846365928649902
} |
7,193 | i've got internal server error 500 code and got response {}. In my mysql database i have data ['1', 'test', 'test', 'test', NULL, '3'
], here's my route code [import express from "express";
import {
addVideo,
addView,
getVideo,
updateVideo,
deleteVideo,
search,
getAllVideos,
} from "../controllers/post.js... | e6eb78cb929bdc7ffd9d2e622b730032 | {
"intermediate": 0.5441773533821106,
"beginner": 0.18385525047779083,
"expert": 0.27196747064590454
} |
7,194 | got some test firefox addon error here.: | f0b93b52b17179951296a1030cea9242 | {
"intermediate": 0.2702236771583557,
"beginner": 0.44907209277153015,
"expert": 0.2807042598724365
} |
7,195 | You are a SAS expert. What does lackfit mean and what does cl mean? | 69b3d55f3c4236fa0652d508c0633bba | {
"intermediate": 0.15105608105659485,
"beginner": 0.24654653668403625,
"expert": 0.6023973822593689
} |
7,196 | give me a code to randomally assignmnet questions in a survey in which we will have equal numbers of questions | bb4d07e1906d21953d49e6a0b457be18 | {
"intermediate": 0.22777526080608368,
"beginner": 0.1444527953863144,
"expert": 0.6277719736099243
} |
7,197 | give me a code to randomaly assign questions in a survery by rand | 46585c28cdd8e9a8affec5d3fe86c4f2 | {
"intermediate": 0.37816715240478516,
"beginner": 0.23744574189186096,
"expert": 0.3843871057033539
} |
7,198 | l | fd87561f2ae7a161d3ddd6b54589059e | {
"intermediate": 0.3309594690799713,
"beginner": 0.2983804941177368,
"expert": 0.37066003680229187
} |
7,199 | Hello | 9d1ba57452ac5856fa3f7e5967345e6d | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
7,200 | There is a company named Catalyst that sells a game named The Duke. Are you aware of this game? | f1bbe72b143c4c78246940213747b38a | {
"intermediate": 0.34292253851890564,
"beginner": 0.2904362380504608,
"expert": 0.36664125323295593
} |
7,201 | Please perform the function of a text adventure game, following the rules listed below:
Presentation Rules:
1. Play the game in turns, starting with you.
2. The game output will always show 'Turn number', 'Time period of the day', 'Current day number', 'Weather', 'Health', 'XP', ‘AC’, 'Level’, Location',... | 798b9adc95cd257ba7b2dc92adfc09b7 | {
"intermediate": 0.3315911889076233,
"beginner": 0.47214043140411377,
"expert": 0.19626840949058533
} |
7,202 | Hi, Let's get started with this cool task. Go through the following link and Complete both the objectives mentioned. Here is the link: https://yashturkar.notion.site/Programming-Assignment-3-PID-Pure-Pursuit-b5cf61cc935d467da2514bf774f5fb44 | ab4c1c5d7f600f761a8010fb4cdc14f2 | {
"intermediate": 0.2955125570297241,
"beginner": 0.29958629608154297,
"expert": 0.4049011468887329
} |
7,203 | Why do children have so much energy? | 5376ac0ee4c6873222f491276659ed6a | {
"intermediate": 0.36797064542770386,
"beginner": 0.4007408022880554,
"expert": 0.2312886267900467
} |
7,204 | import Clipboard from "react-clipboard-animation";
import { copyEmail } from "../../Utils";
import { useAppSelector, useAppDispatch } from "../../../state/store";
import { open } from "../../../state/slices/modalSlice/modalSlice";
import { useChangeCopiedStateToDefaultAfter } from "../../Hooks";
const ButtonsCopyAndDow... | e3329adefbc90bf097817fa14c76a31e | {
"intermediate": 0.291959673166275,
"beginner": 0.5049569606781006,
"expert": 0.20308342576026917
} |
7,205 | import { render, fireEvent } from "@testing-library/react";
import ButtonsCopyAndDownload from "./index";
import { copyEmail } from "../../Utils";
import { open } from "../../../state/slices/modalSlice/modalSlice";
import { Provider } from "react-redux";
import { store } from "../../../state/store";
jest.mock("../../Ut... | 0be17e4a974d974f0da4be9eb9692729 | {
"intermediate": 0.3086475729942322,
"beginner": 0.4059724807739258,
"expert": 0.28537991642951965
} |
7,206 | import React from "react";
import Images from "../../../assets/exportFiles";
import ButtonsCopyAndDownload from "../ButtonsCopyAndDownload";
import Typewriter from "typewriter-effect";
import { useAppSelector } from "../../../state/store";
const Experience = () => {
const stateData = useAppSelector((state) => state.d... | 65401690f8f421e5ce82649d6a9cb681 | {
"intermediate": 0.32510241866111755,
"beginner": 0.4542677104473114,
"expert": 0.22062991559505463
} |
7,207 | import Images from "../../../assets/exportFiles";
import ButtonsCopyAndDownload from "../ButtonsCopyAndDownload";
import Typewriter from "typewriter-effect";
import { useAppSelector } from "../../../state/store";
const Experience = () => {
const stateData = useAppSelector((state) => state.data);
return (
<>
... | 17c664e7e256ef2addf875f8eda098b9 | {
"intermediate": 0.2686009705066681,
"beginner": 0.669761598110199,
"expert": 0.06163745000958443
} |
7,208 | create a undetectable silenium webdriver that changes browser fingerprints including canvas fingerprints. | 8dd8081748e590991a1d90a7b9da53bb | {
"intermediate": 0.3572339415550232,
"beginner": 0.12852072715759277,
"expert": 0.514245331287384
} |
7,209 | import Images from “…/…/…/assets/exportFiles”;
import ButtonsCopyAndDownload from “…/ButtonsCopyAndDownload”;
import Typewriter from “typewriter-effect”;
import { useAppSelector } from “…/…/…/state/store”;
const Experience = () => {
const stateData = useAppSelector((state) => state.data);
return (
<>
<figure className... | 74afcc4706e303a9917b73209413dfc0 | {
"intermediate": 0.39273497462272644,
"beginner": 0.39772719144821167,
"expert": 0.20953784883022308
} |
7,210 | <a target="blank" href={stateData.gitHub} role="link">
<p>See my work in github</p>
</a>
write test in jest that check if href atribute equals https://github.com/marcinfabisiak97 | 8d1246dda097a3bfec3ac5781341b959 | {
"intermediate": 0.5027449727058411,
"beginner": 0.1783568263053894,
"expert": 0.3188982605934143
} |
7,211 | rename folders to first letter of every word capital with sed command | 0de1cd3f1f963efd27ee1744e2233b2d | {
"intermediate": 0.35029733180999756,
"beginner": 0.23092703521251678,
"expert": 0.41877567768096924
} |
7,212 | 补充完整下面的代码
#include <linux/kernel.h> /* KERN_INFO macros */
#include <linux/module.h> /* required for all kernel modules */
#include <linux/fs.h> /* struct file_operations, struct file */
#include <linux/miscdevice.h> /* struct miscdevice and misc_[de]register() */
#include <linux/uaccess.h> /* copy_{to,from}_user() */... | 13678639c0fb5435f11151ac0e2895e9 | {
"intermediate": 0.4736650586128235,
"beginner": 0.3527356684207916,
"expert": 0.17359931766986847
} |
7,213 | Optimize my code so I call the function getPage() less
package inheritance.pager;
import java.util.ArrayList;
//import java.util.Arrays;
import java.util.List;
//import static org.hamcrest.MatcherAssert.assertThat;
//import static org.hamcrest.Matchers.contains;
public class FilteringPager {
private int pageNum... | d95eeda336d502a4123fb25da2b3b5e6 | {
"intermediate": 0.3224857449531555,
"beginner": 0.4974226951599121,
"expert": 0.18009157478809357
} |
7,214 | externalize properties spring boot | f04f2c690384195b3503e99941094c34 | {
"intermediate": 0.46561044454574585,
"beginner": 0.25762495398521423,
"expert": 0.2767646312713623
} |
7,215 | create android app, containing class that can handle communication with acr 39u smartcard reader, implement the class in separate file and make sure only one instace of that class will be instantiated, also ensure that the class is not instantiated multiple times on deivce screen rotation or sending app to background | baee186624f121cc6334bf27e5552d59 | {
"intermediate": 0.4504031538963318,
"beginner": 0.2419361025094986,
"expert": 0.30766063928604126
} |
7,216 | maybe you can put some drpdown menu at left-top to adjust all colors plus their actual transparency values plus widthSegments and heightSegments plus const width and const height plus camera.position x y z. make some sliders by createlement and place all this control menu code somewhere at bottom or top of the main cod... | 7b9f73d9aa591ee87ed6da6a8367a1a5 | {
"intermediate": 0.28193899989128113,
"beginner": 0.29549089074134827,
"expert": 0.422570139169693
} |
7,217 | externalize log4j2 spring boot | a17d84fb0bdf8f67d9db1116031f1b41 | {
"intermediate": 0.4173131585121155,
"beginner": 0.30218642950057983,
"expert": 0.2805004417896271
} |
7,218 | write a happy simple song for children. The song have four paragraph and the melody will be repeat in these four paragraph. Below are some reference content of the lyric: "Bear Lala", "dressing fun", "playing", "coats", "choose the best for me" | 5cd097e22a8cdec97d7a4baf48c08610 | {
"intermediate": 0.3262564539909363,
"beginner": 0.2586372196674347,
"expert": 0.41510629653930664
} |
7,219 | log4j2.xml active profile spring boot | ee736d255b3f95b36e1a9a7a5b0334d5 | {
"intermediate": 0.32526928186416626,
"beginner": 0.34955763816833496,
"expert": 0.3251730501651764
} |
7,220 | hi | 800cbfbce9be93cb12ff77b722beed16 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,221 | selenium.common.exceptions.NoSuchWindowException: Message: no such window: target window already closed | 9da760df52d864c68f0567d17f7f6b8b | {
"intermediate": 0.5018417835235596,
"beginner": 0.2157355099916458,
"expert": 0.2824226915836334
} |
7,222 | 用python自动登陆时,出现错误selenium.common.exceptions.NoSuchWindowException: Message: no such window: target window already closed | eb4b53ccb871df4fd67d18fe24ad4a0d | {
"intermediate": 0.5017791390419006,
"beginner": 0.21110613644123077,
"expert": 0.2871147096157074
} |
7,223 | how to code android app that used acs android library to connector to acr38 smartcard reader | 720ea8ad9889ee3a4b449f16672a2a74 | {
"intermediate": 0.7270166277885437,
"beginner": 0.14499790966510773,
"expert": 0.12798550724983215
} |
7,224 | try fix “ReferenceError: regenerateGeometry is not defined” when trying to adjust “Width Segments Height Segments Width Height”. also, Width and Height do change but it looks as they reset each other when trying to adjust. also rotation slider doesn't work. output full code, without shortage. also I have fixed errors i... | f5ac02108292f6be23b8bedc75bb04a1 | {
"intermediate": 0.3557407557964325,
"beginner": 0.36736902594566345,
"expert": 0.27689018845558167
} |
7,225 | flutter. how to use many cases with same action in switch command? | 2ec88a70ef543ef6710a33b5bd88c69a | {
"intermediate": 0.5842137932777405,
"beginner": 0.24834033846855164,
"expert": 0.1674458384513855
} |
7,226 | laravel 10. how to define relations, if i have comments table and field "from" in it? "from" can be related to client or worker table | 804ad9513c7858d811668f6f2afbf713 | {
"intermediate": 0.5238038897514343,
"beginner": 0.12251298874616623,
"expert": 0.35368314385414124
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.