row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
7,829 | This is my ide program for a highsum gui game.
"import GUIExample.GameTableFrame;
import Model.*;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuf... | 1024b38ea3d50a3aa5b0655d7168d26b | {
"intermediate": 0.30539748072624207,
"beginner": 0.5953488945960999,
"expert": 0.09925368428230286
} |
7,830 | как в этом коде применить шейдер к точкам?
напиши шейдер, который немного изменяет цвет точек в зависимости от случайной для каждой точки величины
код:
import * as THREE from 'three';
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
import { OrbitControls } from 'three/examples/jsm/controls/OrbitCont... | 76eb39fe99dd2b2a9960c05a0fc90a09 | {
"intermediate": 0.311176061630249,
"beginner": 0.48638835549354553,
"expert": 0.20243561267852783
} |
7,831 | I have a database code and a model in c# and I want to rewrite this code to be used in react native. Below the c# code there is my code, can you help me out and make the same functional database as in c#?
[assembly: Dependency(typeof(FeladatokDatabase))]
namespace Felvetelibazis.Database
{
public class FeladatokDa... | 1376ef6c47804262fcce3930b5f2bfbd | {
"intermediate": 0.3448747396469116,
"beginner": 0.4197353422641754,
"expert": 0.23538991808891296
} |
7,832 | import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class match {
public static void main (String args[]) {
String regex,word,group;
Scanner input =new Scanner(System.in);
regex = input.next();
word = input.next();
Pattern p = Pattern.compile(regex);
Matcher m = p.mat... | 7f0864724d57f2a3c20ed9f15f38379f | {
"intermediate": 0.44038188457489014,
"beginner": 0.3650554418563843,
"expert": 0.19456268846988678
} |
7,833 | emulate a game of doom using unicode and live inputs | 78efa14f648b5f7dc2b6d4d686cae0ad | {
"intermediate": 0.334402471780777,
"beginner": 0.406452476978302,
"expert": 0.25914502143859863
} |
7,834 | python how to see xbox controller on d-pad up on pressed down | b3b5f5ffb0538b17f628298bc00ea1de | {
"intermediate": 0.3947879672050476,
"beginner": 0.31594032049179077,
"expert": 0.28927165269851685
} |
7,835 | Based on the instruction below Test Technical Task: French Gender Learning Game
Objective
Create a game that helps users learn the gender of French words. The game will show a French word with examples of usage and ask the user to select the correct article ("UN" or "UNE", "LE" or "LA" randomly). The user's selection w... | 57ba0c6f324acc38bb0d86a1e5205796 | {
"intermediate": 0.5205670595169067,
"beginner": 0.185981884598732,
"expert": 0.2934509813785553
} |
7,836 | In google sheets how do I write a cell function to get me this value: One cell above and to the right the first instance that the word "Saturday" appears in column AY. | 9744ce85ae69e52836bc16caaa0f7c5c | {
"intermediate": 0.3869832158088684,
"beginner": 0.29431286454200745,
"expert": 0.31870391964912415
} |
7,837 | python how to see xbox controller on d-pad up on pressed down | cd640c08244e20fdaba84c2a9f7390d1 | {
"intermediate": 0.3947879672050476,
"beginner": 0.31594032049179077,
"expert": 0.28927165269851685
} |
7,838 | Update the following enitty import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';
import { EntityHelper } from 'src/utils/entity-helper';
@Entity()
export class MasculineEnding extends EntityHelper {
@PrimaryGeneratedColumn()
id: number;
@Column()
ending: string;
}
so that it includes the article... | c173e0f5ed2c18775b5f33d08cbcc4f8 | {
"intermediate": 0.3992284834384918,
"beginner": 0.27627894282341003,
"expert": 0.3244926333427429
} |
7,839 | Implement Progress tracking: User progress will be tracked and saved in the database. Authenticated Users will be able to see their progress in a list of unknown words, well-known words, and words that need to be learned based on the below game controller import { Controller, Get, Req } from ‘@nestjs/common’;
import { ... | c50162bfb4954ff549467807c5139c6e | {
"intermediate": 0.5032169222831726,
"beginner": 0.25351062417030334,
"expert": 0.24327243864536285
} |
7,840 | java code to create 1000 random scores from 88 piano score range using javax.sound.midi, then save scores to mid file | cfc566dcb9cbfcc201cbbc1a7a62a907 | {
"intermediate": 0.4408898651599884,
"beginner": 0.16500821709632874,
"expert": 0.39410191774368286
} |
7,841 | using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp23
{
public partial class Form1 : Form
{
public Form1()
... | cab0eedac54e8ecb0ceecb74804832fa | {
"intermediate": 0.35660621523857117,
"beginner": 0.508497953414917,
"expert": 0.13489586114883423
} |
7,842 | can you code this in C#: Write an object
-
oriented program that manages data for hourly and salaried employees. Your design
must include
A Department class that stores the name of the department and its manager.
A superclass called Employee that holds the
first and last name of the employee as well as the
departme... | b5c24b3f4baf6f7bfb5da48b89e6e848 | {
"intermediate": 0.5368171334266663,
"beginner": 0.36103975772857666,
"expert": 0.10214310884475708
} |
7,843 | Please explain in detail, step by step how I would make it so that a WiFi network I own is public but when a person connects to it they are required to read a Terms of Service, acknowledge it, and then click 'Connect' before being able to use it. Include code snippets. | 01be4fc6642ebde592676b1fa24e54c8 | {
"intermediate": 0.3928817808628082,
"beginner": 0.3277484178543091,
"expert": 0.27936986088752747
} |
7,844 | Write a code on python for autoclicker with selecting clicks per second and bind for turning off and on | a84b6f1268dcc237dc3277273d2ac57d | {
"intermediate": 0.44557589292526245,
"beginner": 0.10645300894975662,
"expert": 0.4479711055755615
} |
7,845 | I have the following latex code
"""
\newcounter{reqcounter}
\newenvironment{requirements}{
\begin{enumerate}
\renewcommand\labelenumi{\theenumi.\phantomsection\protect\addcontentsline{toc}{subsubsection}{\hspace{1em}\textnormal{\requirementtitle}}}
\setcounter{enumi}{\value{reqcounter}}
\newcommand\requir... | 1f6ca9cf910c907692ad984525f7ddf6 | {
"intermediate": 0.37375691533088684,
"beginner": 0.32212185859680176,
"expert": 0.3041212558746338
} |
7,846 | sudo tee /etc/docker/daemon.json <<-'EOF' | 20a8b8e0b29e595e1790a463bb07ce22 | {
"intermediate": 0.3231167197227478,
"beginner": 0.2730731666088104,
"expert": 0.40381014347076416
} |
7,847 | i have a kotlin app in which i use xmlpullparser. i have an xml file which has an items tag, and inside of it there are elements with item tag. how do i go through all of the tags named item, and read property called id of all of them? | 11d5e0aecc86ef412b1d7b726e8490f4 | {
"intermediate": 0.7651963233947754,
"beginner": 0.1046656146645546,
"expert": 0.1301380693912506
} |
7,848 | Stack overflow.
Repeat 24105 times:
--------------------------------
at Parashumti___OOP_Program.Employee.set_Firstname(System.String)
--------------------------------
at Parashumti___OOP_Program.EmployeeFactory.CreateHourlyEmployee(System.String, System.String, Double, Double, Parashumti___OOP_Program.Department... | 35fd245eda133899541cf995bb0b11e0 | {
"intermediate": 0.2943832576274872,
"beginner": 0.4764380156993866,
"expert": 0.22917874157428741
} |
7,849 | make a chess games suing python and simple | 48eb9eaa42381dd0fd9619af031f11f3 | {
"intermediate": 0.3040909171104431,
"beginner": 0.4746605455875397,
"expert": 0.22124846279621124
} |
7,850 | rewrite the following code with the expertise of a experienced senior webdesign creator, specialized on CSS and userChrome.css
Code:
'
:root {
--tab-min-height: 30px !important;
--toolbar-bgcolor: #1c1b22 !important;
}
.tabbrowser-arrowscrollbox {
display: none !important;
}
.scrollbox-innerbox {
disp... | 20b508593993b979f0a8f10e77f072e4 | {
"intermediate": 0.30021941661834717,
"beginner": 0.42294299602508545,
"expert": 0.27683767676353455
} |
7,851 | how to extract output of fast-whisper in txt, srt, etc. fyi i run it on google colab | e2a8b71a94517d0b5d83b652c9d3f6c4 | {
"intermediate": 0.3184565305709839,
"beginner": 0.18611939251422882,
"expert": 0.4954240918159485
} |
7,852 | java code to implement a jazz style algorithm to create midi scores with javax.sound.midi | 26891374ac95ca36eff3ba670026dfef | {
"intermediate": 0.3753795027732849,
"beginner": 0.10189968347549438,
"expert": 0.5227208733558655
} |
7,853 | Hello | 232da47b4510e1a5cfb57ee8d2bb0658 | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
7,854 | Can you write a conclusion to a scientific report based on the following experiments section? Use an appropriate writing style that matches the one used in the text.
\section{Experiments}
\subsection{VGG}
\paragraph{}
Different models have been trained. We first tried to add dropout layers with prevent from over-fitt... | 06db4d788a10f4f12ef40b1b6375a0ee | {
"intermediate": 0.08512487262487411,
"beginner": 0.1242310181260109,
"expert": 0.790644109249115
} |
7,855 | Write grammar for basic Go language using bison in C | 66d000b00406a697deb318e5fde51d40 | {
"intermediate": 0.26090162992477417,
"beginner": 0.4843480885028839,
"expert": 0.2547502815723419
} |
7,856 | reusable favorite and disfavorite angular component using images | 0e5ba1c5fa64225e0e20859ce3880d57 | {
"intermediate": 0.436078280210495,
"beginner": 0.336392879486084,
"expert": 0.2275288701057434
} |
7,857 | You are a helpful assistant | f351d6cdc32f24a72e37f93de84eb5a8 | {
"intermediate": 0.35207033157348633,
"beginner": 0.28502288460731506,
"expert": 0.3629068434238434
} |
7,858 | i have list of products with each one of them like button to mark is as a favorite product, how make this compontent reusable to like and dislike the product in angular | ffec4f4c15d2ea1b17fb6fa77d98d0da | {
"intermediate": 0.4146161675453186,
"beginner": 0.2852642238140106,
"expert": 0.3001196086406708
} |
7,859 | l=im2double(imread('cancercell.jpg'));
f1=fft(l);
f2=fftshift(f1);
subplot(2,2,1); imshow(abs(f1)); title('Frequency Spectrum');
subplot(2,2,2); imshow(abs(f2)); title('Centered Spectrum');
f3=log(1+abs(f2));
subplot(2,2,3); imshow(f3); title('log(1+abs(f2))');
l=fft2(f1);
l1=real(l);
subplot(2,2,4); imshow(l1);title('... | 1f9632c2d4b339a987193c666d77c76e | {
"intermediate": 0.38147950172424316,
"beginner": 0.331072062253952,
"expert": 0.2874484658241272
} |
7,860 | Write me a blog article structure in html | b63f3744e9ad556ee8fe97908466567d | {
"intermediate": 0.26405414938926697,
"beginner": 0.25412023067474365,
"expert": 0.4818256199359894
} |
7,861 | when writing an xml parser in kotlin, is it a bad idea to "nest" xml parsers, so that after parsing one value, i request a different file and read details from it before moving on to the next value? | 4379103857e5e41ca0faa3d75c973535 | {
"intermediate": 0.6457731127738953,
"beginner": 0.10810433328151703,
"expert": 0.24612264335155487
} |
7,862 | give me an SQL sentence that swap the values of two columns values depending on a condition I already have | 3625e77c03980a7a1b5f6c33653439d8 | {
"intermediate": 0.34055954217910767,
"beginner": 0.36258330941200256,
"expert": 0.2968571186065674
} |
7,863 | нужно изменить этот код так, чтобы каждая точка имела свой размер (size)
не переписывай весь код, только там, где нужно поправить
код:
import * as THREE from ‘three’;
import { GLTFLoader } from ‘three/examples/jsm/loaders/GLTFLoader’;
import { OrbitControls } from ‘three/examples/jsm/controls/OrbitControls’
const scen... | ffd230dddb45f39132e7b5664edd7c64 | {
"intermediate": 0.31775912642478943,
"beginner": 0.4405016005039215,
"expert": 0.24173924326896667
} |
7,864 | Write an LSL script for a door | 41f6651ce434a13823eff8202d6fa9ee | {
"intermediate": 0.23591108620166779,
"beginner": 0.3384575843811035,
"expert": 0.4256313443183899
} |
7,865 | //@version=5
indicator("Bollinger Bands with Weighted Volatility", overlay=false)
// Input Variables
length = input.int(title="Length", defval=20, minval=1)
deviations = input.float(title="Deviations", defval=2.0, minval=0.1, step=0.1)
volatility_length = input.int(title="Volatility Length", defval=20, minval=1)
// C... | 760f9ed11325bda18293b8dc618f8d5e | {
"intermediate": 0.3596703112125397,
"beginner": 0.35145777463912964,
"expert": 0.2888718545436859
} |
7,866 | من هذا الكود package com.test.photoeditor
import android.graphics.Bitmap
import android.graphics.BitmapFactory
import android.graphics.Canvas
import android.graphics.Color
import android.graphics.Paint
import android.graphics.PorterDuff
import android.graphics.PorterDuffXfermode
import android.os.Bundle
import android... | e68ce403003651932c55640af2c50ebb | {
"intermediate": 0.4113221764564514,
"beginner": 0.5104601979255676,
"expert": 0.07821764051914215
} |
7,867 | Can you find any problem with the following code /* eslint-disable no-unused-vars */
import { createSlice } from '@reduxjs/toolkit';
import axios from '../api/api';
const initialState = {
word: null,
nounList: {
masculine: [],
feminine: [],
},
isCorrect: null,
score: 0,
};
export const wordsSlice =... | 143630b0440f0ee470541061d9c70b04 | {
"intermediate": 0.3300536274909973,
"beginner": 0.4392264187335968,
"expert": 0.2307199388742447
} |
7,868 | в этом коде каждая точка должна иметь разный размер, но сейчас они все одинаковые, в чем ошибка?
код:
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 came... | 2b35c13efa26daa537a997d781631b14 | {
"intermediate": 0.24922561645507812,
"beginner": 0.6104835271835327,
"expert": 0.14029082655906677
} |
7,869 | am trying to get error handling using slack bolt v3.13.1
This is an example of an action register in app.ts
app.action(CONSTANTS.actionsIds.leaveDay, leaveDayCallback);
THis is leaveDayCallback (ignore the commented code as I'm just testing)
import {
BlockButtonAction,
Middleware,
SlackActionMiddlewareArgs
} ... | 116216956b88bed967cc2401b0dc6dcc | {
"intermediate": 0.33086156845092773,
"beginner": 0.4287978410720825,
"expert": 0.24034065008163452
} |
7,870 | rewrite the below Code into short, clean and precise(professional and structured) by follwing below three points:
* try to more accurate and use common function
* try to understand everything so after you got the logic you can do following.
* try to keep the code redundancy to a minimum, make use of viewset level set... | a704d260726d88f6be43602ead874362 | {
"intermediate": 0.3217100203037262,
"beginner": 0.4420923888683319,
"expert": 0.23619765043258667
} |
7,871 | I have this query in react with firebase
let financialData = getTwoQueryDocByCollectionAndDate(
"profile",
"residentialsIds",
"array-contains",
"hspYWQ7JliJRQbeWx10N", //CDI ID
"mora",
"==",
0,
fechaInicio,
fechaFinal
).then((userFinancialData) => setUserFinancialData(userFinancialData));
... | 821320c2faf35c43d8d309c608746c39 | {
"intermediate": 0.5387642979621887,
"beginner": 0.24488124251365662,
"expert": 0.2163543999195099
} |
7,872 | hi | cd66fc580c972ff3e3be2a691f0d4e8f | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,873 | Make a code for a presentation on Good Omens by Terry Pratchett and Neil Gaiman, including the plot of all the chapters, describing the main characters, their character, using looks from the TV series of the same name. | 61ff56ba8e5f1ca091fc3ff88e94bba4 | {
"intermediate": 0.30999088287353516,
"beginner": 0.3068790137767792,
"expert": 0.38313013315200806
} |
7,874 | /home/abdugaffor/Case/Qt projects/untitled/mainwindow.cpp:166: ошибка: extended character “ is not valid in an identifier
../untitled/mainwindow.cpp:166:55: error: extended character “ is not valid in an identifier
166 | QList<QPropertyAnimation> animations = item->property(“animations”).value<QList<QPropertyAnimatio... | 75a69663dd14fa522a3e696217f45a34 | {
"intermediate": 0.3788537383079529,
"beginner": 0.35908281803131104,
"expert": 0.2620634436607361
} |
7,875 | Create a game that helps users learn the gender of French words. The game will show a French word with examples of usage and ask the user to select the correct article ("UN" or "UNE", "LE" or "LA" randomly). The user's selection will be checked for correctness and the end of the word will be highlighted in red or green... | 908fa517abbaa7414f6538a3d966e909 | {
"intermediate": 0.6682989001274109,
"beginner": 0.14006845653057098,
"expert": 0.19163264334201813
} |
7,876 | #include "mainwindow.h"
#include <QMenuBar>
#include <QInputDialog>
#include <QDialogButtonBox>
#include <QPropertyAnimation>
#include <QParallelAnimationGroup>
#include <QVBoxLayout>
#include <QGraphicsPolygonItem>
#include <QGraphicsItem>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle... | 5a6e89e195c9e61a20cf35c28fc4ea2a | {
"intermediate": 0.31796494126319885,
"beginner": 0.4369152784347534,
"expert": 0.24511979520320892
} |
7,877 | write an option pricing function in python using a Firefly Algorithm | 31dd940a16a55d49a40809622690c5ca | {
"intermediate": 0.17382115125656128,
"beginner": 0.14986220002174377,
"expert": 0.6763166785240173
} |
7,878 | #include "mainwindow.h"
#include <QMenuBar>
#include <QInputDialog>
#include <QDialogButtonBox>
#include <QPropertyAnimation>
#include <QParallelAnimationGroup>
#include <QVBoxLayout>
#include <QGraphicsPolygonItem>
#include <QGraphicsItem>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
{
setWindowTitle... | b9f1ce431a181d1a214c1426200cb025 | {
"intermediate": 0.31796494126319885,
"beginner": 0.4369152784347534,
"expert": 0.24511979520320892
} |
7,879 | в этом коде ошибка:
Uncaught (in promise) TypeError: geometryPoint.addAttribute is not a function
код:
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 cam... | 7027f045ce4ec2f4c34616235859fd03 | {
"intermediate": 0.31098708510398865,
"beginner": 0.4546496272087097,
"expert": 0.23436330258846283
} |
7,880 | In Python I have dataframe df and code that goes like that:
df
c=pd.get_dummies(df[varsc])
c are newly created dummy variables. I want to replace those columns varsc in df with encoded variables and only for binary variables remove the dominant column (with greater number of 1 in in). | f099448a7bd6e0cfc976477fab9d6f1e | {
"intermediate": 0.58949214220047,
"beginner": 0.16837769746780396,
"expert": 0.24213016033172607
} |
7,881 | void MainWindow::animate()
{
// Получение значения скорости и направления из диалогового окна выбора
int speed = speedLineEdit->text().toInt();
QString direction = "";
if (upDownRadioButton->isChecked()) {
direction = "Up-Down";
} else if (leftRightRadioButton->isChecked()) {
direction = "Left-Right";
}
// Определение... | f66f04c6cba24ffd45d3e3420c8af666 | {
"intermediate": 0.38533344864845276,
"beginner": 0.3352624773979187,
"expert": 0.2794041037559509
} |
7,882 | ошибка Uncaught (in promise) TypeError: geometryPoint.Attribute is not a function
код:
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... | d53e14c95b620d267697a5e40d7a58bd | {
"intermediate": 0.24817542731761932,
"beginner": 0.5723398923873901,
"expert": 0.17948465049266815
} |
7,883 | How to create a character in Maya using only the MEL commands ? | d6dffcf910956d0caa6f5dba1aec9e5b | {
"intermediate": 0.42716819047927856,
"beginner": 0.23318414390087128,
"expert": 0.33964765071868896
} |
7,884 | Implement the following feature Progress tracking: User progress will be tracked and saved in the database. Authenticated Users will be able to see their progress in a list of unknown words, well-known words, and words that need to be learned inside wordSlice /* eslint-disable no-undef */
/* eslint-disable no-unused-va... | 37e5d7282aa8db1ce73249a035276951 | {
"intermediate": 0.29953935742378235,
"beginner": 0.4675498604774475,
"expert": 0.23291076719760895
} |
7,885 | get authenticated user spring security webflux | e3e3433b00406bf0be6309eb89fa70c0 | {
"intermediate": 0.4414045810699463,
"beginner": 0.23329511284828186,
"expert": 0.32530027627944946
} |
7,886 | write me code for calculating aleatoric and epistemic uncertainty in pyro PPL | b0eef342337f05252b21e4d1cf5e313d | {
"intermediate": 0.2850663363933563,
"beginner": 0.0942440778017044,
"expert": 0.6206895112991333
} |
7,887 | write me pyro code for aleatoric uncertainty | 9a4f789db5815a0646ac83216d767900 | {
"intermediate": 0.24681062996387482,
"beginner": 0.2654780447483063,
"expert": 0.4877113103866577
} |
7,888 | create an ascii map of a dangerous fantasy planet (with tendrils) | 4e99b47c2941057861b34e3a18d74063 | {
"intermediate": 0.3315729796886444,
"beginner": 0.2485196590423584,
"expert": 0.41990742087364197
} |
7,889 | Написать SDI-приложение Windows, заголовок главного окна, которого
содержит ФИО, группу и номер варианта - QT-GI-15.
Приложение должно выполнять анимацию изображения.
Создать меню с командами Show picture, Choose, Animate, Stop, Quit.
При выборе команды Quit завершать работу приложения. При выборе
команды Show picture ... | 911334caf63aa5d08a34a922a635ae33 | {
"intermediate": 0.3405146896839142,
"beginner": 0.3577646315097809,
"expert": 0.30172067880630493
} |
7,890 | What does gamma (light absorption coefficient) in a Firefly Algorithm mean? | fcbf0107f81b5b1631d5cf99cc778131 | {
"intermediate": 0.10754352062940598,
"beginner": 0.09617029130458832,
"expert": 0.7962862253189087
} |
7,891 | Please write a program code or query that will display the addresses of contracts created within the last 24 hours on the Binance Smart Chain network | ed4ce7b086a62bd550e555de686dd9d3 | {
"intermediate": 0.5638740062713623,
"beginner": 0.14373856782913208,
"expert": 0.29238736629486084
} |
7,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... | c368770a0b68bba57d00d229e80e5d3c | {
"intermediate": 0.37079140543937683,
"beginner": 0.40848061442375183,
"expert": 0.22072790563106537
} |
7,893 | please generate a blender code for a murikami-style octopus, composed of spheres. the finer details of the squid should not be composed of spheres (for example the teeth and mouth) | abaf586b0f7d26d94b6747c5cf22e6dd | {
"intermediate": 0.36510947346687317,
"beginner": 0.14274679124355316,
"expert": 0.49214377999305725
} |
7,894 | The After copyAsync won't log and neither the database copied successfully
LOG {"_downloadCallbacks": [], "downloaded": false, "downloading": false, "hash": "fbfcfaf5265596e186be62ad7d68983d", "height": null, "localUri": null, "name": "FeladatokAdatbazis", "type": "db", "uri": "http://192.168.0.101:19000/assets/SQLi... | 169d67148d4785c3abee541b5e54685d | {
"intermediate": 0.5070935487747192,
"beginner": 0.2687453031539917,
"expert": 0.22416122257709503
} |
7,895 | write a code for matlab that create two cell between every two cell of a column matrix and fill with missing data call "NaN" | 8382a7cba13c42ce5c0d917a60e69252 | {
"intermediate": 0.3537314832210541,
"beginner": 0.14467565715312958,
"expert": 0.5015928149223328
} |
7,896 | public enum PizzaSize {
Small(6.79), Medium(8.29), Large(9.49), ExtraLarge(10.29), Fete(15.99);
private final double price;
private PizzaSize(double price) {
this.price = price;
}
public double getPrice() {
return price;
}
static PizzaSize getSelectedItem() {
// TODO Auto-... | 144405c06f3bfcb9231bc32e0765a59e | {
"intermediate": 0.3089490830898285,
"beginner": 0.4658471345901489,
"expert": 0.22520379722118378
} |
7,897 | 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... | 29b163d0e480c74d0684b0d3b1f5957a | {
"intermediate": 0.37079140543937683,
"beginner": 0.40848061442375183,
"expert": 0.22072790563106537
} |
7,898 | Pretend you are a Linux terminal hooked up to an alien artifact found in deep space. The file "1.lsp" in the current directory is a program written in an imaginary dialect of Lisp. Respond with READY when you are ready to accept Linux commands. | d5037b71bf4f9283d85ee0047731ab16 | {
"intermediate": 0.2805967330932617,
"beginner": 0.3822881579399109,
"expert": 0.33711516857147217
} |
7,899 | hi | 52dde7301758d6000a951dc5a825110b | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,900 | add an array list to my java code so that when the button is clicked, it will add the value of (ChoixPizza*NumPizza)+(NumTopping, the topping price depends on what size the pizza is)+(ChoixBreuvage*NumBreuvage) to an list which can then be shown on the textarea list: import java.awt.EventQueue;
import javax.swing.JFra... | 6ce703e6e4361bfd417f54ce760b95f6 | {
"intermediate": 0.3752274811267853,
"beginner": 0.4262339472770691,
"expert": 0.19853858649730682
} |
7,901 | 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... | 283d1d2581f492c86d3736de15ece7d9 | {
"intermediate": 0.37079140543937683,
"beginner": 0.40848061442375183,
"expert": 0.22072790563106537
} |
7,902 | In Unity engine, how to make ID system for NPCs that can be used to have something like this: InventoriesManager.Instance.Inventories[npc_id].Inventory
and also ID can be used for saving and loading | a17d41114f686654fe7664fe57fc3af8 | {
"intermediate": 0.5372150540351868,
"beginner": 0.2396601438522339,
"expert": 0.22312486171722412
} |
7,903 | I want to forecast the time series data of temperature in matlab.
I prepare 70 years ago data of temperature and I want to forecast it for 38 years later after now.
write the code | 3114d8141cf2ee449c175840fc725144 | {
"intermediate": 0.46288537979125977,
"beginner": 0.24443374574184418,
"expert": 0.29268085956573486
} |
7,904 | Hi ! I have an audio file that has interference from phone signal voice and I want to clean the audio file from the parasite noise, any easy program or website do ou recommend ? | 89759471b4aed8fe1514a61f0191744b | {
"intermediate": 0.36750465631484985,
"beginner": 0.32045239210128784,
"expert": 0.3120430111885071
} |
7,905 | 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... | d7c7a73e490ea94e5a821320573fa202 | {
"intermediate": 0.37079140543937683,
"beginner": 0.40848061442375183,
"expert": 0.22072790563106537
} |
7,906 | This is my ide program for a highsum gui game.
"import GUIExample.GameTableFrame;
import Model.*;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuf... | 8611140a0978b7822e4bfcfa68c27d67 | {
"intermediate": 0.2889218032360077,
"beginner": 0.6018312573432922,
"expert": 0.10924690216779709
} |
7,907 | 1. Complete a new class for this scenario called SocialNetwork
Create a class called SocialNetwork. This class should be based on the class DiGraph.
You can either:
• Have a field in the class SocialNetwork that is an object DiGraph (better)
• Make SocialNetwork a subclass of DiGraph with additional methods given below... | ff871c3f557bce86b27efeecea050628 | {
"intermediate": 0.2739982306957245,
"beginner": 0.38985735177993774,
"expert": 0.336144357919693
} |
7,908 | Fix my code: import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.SwingConstants;
import javax.swing.border.TitledBorder;
import javax.swing.border.EtchedBorder;
import java.awt.Color... | 54d597f93fa83fe1be9ddb3226db4acd | {
"intermediate": 0.27088627219200134,
"beginner": 0.46345254778862,
"expert": 0.26566123962402344
} |
7,909 | hi | ba65545dcfd1657f55ece8cda7c36e1b | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
7,910 | Fix the errors in my java code: import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.SwingConstants;
import javax.swing.border.TitledBorder;
import javax.swing.border.EtchedBorder;
im... | 5fedbeafdaa43287029bda3672d1488a | {
"intermediate": 0.3482915759086609,
"beginner": 0.3617987632751465,
"expert": 0.289909690618515
} |
7,911 | This is my ide program for a highsum gui game.
“import GUIExample.GameTableFrame;
import Model.;
import GUIExample.LoginDialog;
public class GUIExample {
private Dealer dealer;
private Player player;
private GameTableFrame app;
public GUIExample() {
}
public void run() {
dealer.shuffleCards();
app = new GameTableFr... | 4414e92bc1c20f9210cc6951525db6a3 | {
"intermediate": 0.2641601860523224,
"beginner": 0.5988677740097046,
"expert": 0.1369720697402954
} |
7,912 | Show me the lines that you can Fix the errors in my java code:
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.border.EmptyBorder;
import javax.swing.JLabel;
import java.awt.Font;
import javax.swing.SwingConstants;
import javax.swing.border.TitledBorder;
import jav... | 525e1fede2f59404e3dca8373aeaece5 | {
"intermediate": 0.3146858215332031,
"beginner": 0.35175955295562744,
"expert": 0.33355459570884705
} |
7,913 | how can I build a responsive webapp with elements organized in rows of three, each element being in the horizontal center of it's corresponding column? | 72452b96b96d4a1d8e9823d1a5cb3139 | {
"intermediate": 0.3447199761867523,
"beginner": 0.3871293365955353,
"expert": 0.2681506276130676
} |
7,914 | __builtin_va_start | 51d231b1acbaa3ecd085739473d02950 | {
"intermediate": 0.32573023438453674,
"beginner": 0.2321712076663971,
"expert": 0.44209855794906616
} |
7,915 | 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... | ca05820fb38c63f38cb934a7a94ddce6 | {
"intermediate": 0.363829106092453,
"beginner": 0.3310404419898987,
"expert": 0.3051304817199707
} |
7,916 | how do I give double values to the options from ChoixPizza, Small: 6.79, Medium: 8.29, Large: 9.49, Extra Large: 10.29, Party Square: 15.99 and give double values to ChoixBreuvage, Pop: 1.10, Jus: 1.35, Water: 1.00;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.bo... | 623ab62b94dad1c42d44d3892af55594 | {
"intermediate": 0.35100623965263367,
"beginner": 0.45702260732650757,
"expert": 0.19197112321853638
} |
7,917 | You are an expert in the related field and you are mentoring me, I am looking for free or opensource or both resources for the research of AMHS and X.400 and need to publish a paper related to interfacing AMHS with other software application, please guide me. Also free or open source or both x.400 api for this | ee8536bcb0d71c53780bf32aa873bcec | {
"intermediate": 0.2679934799671173,
"beginner": 0.07358983159065247,
"expert": 0.6584166884422302
} |
7,918 | what's wrong with this C# Code, how do I fix it so it runs?: using System;
namespace Prog;
class GuessGame
{
static void Main(string[] args)
{
}
void Rolling()
{
Random r = new Random();
int res = r.Next( 45);
Console.WriteLine("Roll the Dice!");
String Roll = Cons... | 88ca49775068684e5db0a28b81de0951 | {
"intermediate": 0.574073851108551,
"beginner": 0.3583259880542755,
"expert": 0.06760013848543167
} |
7,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... | ab8f0bd9b4a0954fca5316d1e1b37f21 | {
"intermediate": 0.363829106092453,
"beginner": 0.3310404419898987,
"expert": 0.3051304817199707
} |
7,920 | FHIR locationReference json | bfc45e26a3f1664125be156d5b0d5573 | {
"intermediate": 0.2996695339679718,
"beginner": 0.3426879048347473,
"expert": 0.3576425313949585
} |
7,921 | Tolong save/ekspor model analisis sentimen ke .h5 atau file ekstension lain yang bisa diimport di lain waktu! Kode:
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
from keras.layers import Embed... | 0ed345a96fe8d8f10ab5349f63897b4c | {
"intermediate": 0.3268073499202728,
"beginner": 0.3289792537689209,
"expert": 0.34421342611312866
} |
7,922 | how to remove watermark from video using python | d5b75b35c750a36547b7d252d9a8259d | {
"intermediate": 0.27598488330841064,
"beginner": 0.21393795311450958,
"expert": 0.510077178478241
} |
7,923 | talk about the idea of c++ in web development. | 94c9765b80e274bcecabaf5a46099d43 | {
"intermediate": 0.3863663971424103,
"beginner": 0.359564870595932,
"expert": 0.2540687322616577
} |
7,924 | why won't this C# code run in the terminal?: using System;
namespace Prog;
class GuessGame
{
static void Main(string[] args)
{
}
void Rolling()
{
Random r = new Random();
int res = r.Next( 45);
Console.WriteLine("Roll the Dice!");
String? Roll = Console.ReadLine();
... | cc251c740d0c40fcc04a2d75614be409 | {
"intermediate": 0.5104789137840271,
"beginner": 0.37949731945991516,
"expert": 0.11002380400896072
} |
7,925 | He terminado de entrenar el modelo en Google Colab con el código que te compartiré , ¿ahora como guardo el resultado y como lo uso?: import torch
import torch.nn as nn
import time
from torchtext.datasets import PennTreebank
from torchtext.data.functional import to_map_style_dataset
from torchtext.data.utils import get_... | 05dfb7fadb7ac7ff054bdb6af0f5a9b3 | {
"intermediate": 0.2841814160346985,
"beginner": 0.409924179315567,
"expert": 0.3058944344520569
} |
7,926 | I'm working on a fivem oil slick script in lua
here is the client
-- This script allows the user to throw an item to create an oil slick this will make cars that hit it slide
local AnimDict = "core";
local AnimName = "ent_anim_paparazzi_flash"
local WeaponModel = "w_ex_oiltub"
local Animations = {"anim@heists@ornate_... | 3a23676805a833a29c4dbd15515baf27 | {
"intermediate": 0.3687240481376648,
"beginner": 0.45753127336502075,
"expert": 0.17374467849731445
} |
7,927 | rewrite this code "“import zipfile
import shutil
import os
import re
from functions.sendMail import sendMail, sendErrorMail
from functions.createLogger import createLogger
sourceDir = “.”
unzipDir = “unzip/convertedData”
regexZip = re.compile(‘(.*zip)')
regexPdf = re.compile('(.*pdf)’)
logger = createLogger()
os.maked... | 011c9ccd08d1f3d1ca8d481a6c5f3398 | {
"intermediate": 0.40274250507354736,
"beginner": 0.34635311365127563,
"expert": 0.2509043216705322
} |
7,928 | what can i do to lower the resmon on this fivem client script lua
-- This script allows the user to throw an item to create an oil slick this will make cars that hit it slide
local AnimDict = "core";
local AnimName = "ent_anim_paparazzi_flash"
local WeaponModel = "w_ex_oiltub"
local Animations = {"anim@heists@ornate_b... | 17a7e73f6cfd479c99c6a12e7b5af837 | {
"intermediate": 0.3173827826976776,
"beginner": 0.4351188838481903,
"expert": 0.24749836325645447
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.