row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
35,138 | python3 code for implementing convolution2D layer from scratch | d077d8cb2766252a4c88d55acf31f5d5 | {
"intermediate": 0.22277610003948212,
"beginner": 0.10097967088222504,
"expert": 0.6762442588806152
} |
35,139 | I want to create a Transformer model and train it on the GSM8K dataset that contains math problems and their resolutions, this model will take input as a problem and find the solution, and i aslo want to create a verifier model that takes the output of the first model and checks if it is right or false and reports that | 2eb3629cf3d70b7655c3c07adcf2bb09 | {
"intermediate": 0.13094718754291534,
"beginner": 0.04499159753322601,
"expert": 0.8240612149238586
} |
35,140 | Python3 code for maxpool2d layer having stride and padding | 134347bdb5eaca59592b43d814beffa7 | {
"intermediate": 0.3386324644088745,
"beginner": 0.1744263619184494,
"expert": 0.4869411885738373
} |
35,141 | Исправь этот код, следующим образом: нужно чтобы во время прокрутки колесика мыши происходило нажатие, не после прокрутки, а во время прокрутки, и сделай настраиваемую переменную, которая будет отвечать за время после действия прокрутки
public void ProcessList()
{
const int startX = 1295;
... | 6a073407e2f14901ceff2dd589d68664 | {
"intermediate": 0.42307090759277344,
"beginner": 0.46189573407173157,
"expert": 0.11503336578607559
} |
35,142 | Исправь этот код, следующим образом: нужно чтобы во время прокрутки колесика мыши происходило нажатие, не после прокрутки, а во время прокрутки, и сделай настраиваемую переменную, которая будет отвечать за время после действия прокрутки . Это нужно чтобы поймать кнопку во время прокрутки, потому что прокручивает больше... | e175f0ad54af8c3116d79e1e5d32292b | {
"intermediate": 0.2810334861278534,
"beginner": 0.48170241713523865,
"expert": 0.23726409673690796
} |
35,143 | Исправь этот код, следующим образом: нужно чтобы во время прокрутки колесика мыши происходило нажатие, не после прокрутки, а во время прокрутки, и сделай настраиваемую переменную, которая будет отвечать за время после действия прокрутки . Это нужно чтобы поймать кнопку во время прокрутки, потому что прокручивает больше... | f48c42db3140cb619303fff35ee312fe | {
"intermediate": 0.38608357310295105,
"beginner": 0.37941500544548035,
"expert": 0.2345014065504074
} |
35,144 | hi | 81c2dd95cc4ce9a3b254657b9a265caa | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
35,145 | hi | e368d1833981acb50ca0debd45b5b13b | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
35,146 | hi | b8863706cc678a50058bd7c2f5b37769 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
35,147 | Make a gbc emulator in JavaScript | 790aa0731e979b156603e34a8ff31329 | {
"intermediate": 0.4121536314487457,
"beginner": 0.21573291718959808,
"expert": 0.372113436460495
} |
35,148 | Make a chip 8 demo in JavaScript | 10dd602ea788e1332b0db386028a92e7 | {
"intermediate": 0.3614976108074188,
"beginner": 0.21864762902259827,
"expert": 0.4198547899723053
} |
35,149 | What does this eror mean: Kevins-MacBook-Air-3:server kevin$ node index.js
Initializing Database Connection
Initializing Database Connection
Database initialization failed: MongoServerError: bad auth : authentication failed
at Connection.onMessage (/Users/kevin/Desktop/ArchI/archi/server/node_modules/mongoose/node_... | bed031714d6907afdf1796fbe6e2f589 | {
"intermediate": 0.5351773500442505,
"beginner": 0.2697135806083679,
"expert": 0.19510911405086517
} |
35,150 | can you provide code to pull stock data from finviz web site | a9d0f251b59e250a931dc8639d5b566a | {
"intermediate": 0.5714807510375977,
"beginner": 0.061784952878952026,
"expert": 0.3667342960834503
} |
35,151 | on google colab I want to download ytd-lp and ffmpg to download mp3 from youtube video and split the audio into parts every part 10 seconds, give me the python script | a482471f8724c803cb33144f7764e74d | {
"intermediate": 0.4274214506149292,
"beginner": 0.23255424201488495,
"expert": 0.34002435207366943
} |
35,152 | Import "telegram.ext" could not be resolvedPylancereportMissingImports | 53fc51e90a24be3ca51d99e7b3fe9aff | {
"intermediate": 0.45635727047920227,
"beginner": 0.30499792098999023,
"expert": 0.2386447638273239
} |
35,153 | C:\Users\chinsoont.BECKHOFF>pip install model
ERROR: Could not find a version that satisfies the requirement model (from versions: none)
ERROR: No matching distribution found for model | 8744170b0b397f42f2d298d78d5e62f2 | {
"intermediate": 0.27723532915115356,
"beginner": 0.3045908510684967,
"expert": 0.41817376017570496
} |
35,154 | why does eating gum make me hiccup? | 7d6efbe6283237b5732eef318ffd2aa2 | {
"intermediate": 0.31765151023864746,
"beginner": 0.40839874744415283,
"expert": 0.2739497423171997
} |
35,155 | I want you to study this code: import cv2
import typing
import numpy as np
from mltu.inferenceModel import OnnxInferenceModel
from mltu.utils.text_utils import ctc_decoder, get_cer
class ImageToWordModel(OnnxInferenceModel):
def __init__(self, char_list: typing.Union[str, list], *args, **kwargs):
super().... | 72f96bb886f427a1f5120e0e43041b26 | {
"intermediate": 0.43667858839035034,
"beginner": 0.36423417925834656,
"expert": 0.1990872323513031
} |
35,156 | Hi, I want to use layout recognitation, sentence by sentence and extract all text into a pdf file from a png source. This png contain handwritten text like a form. Provide me a comprehensive guide on how to do so for a complete beginner | 803955cb5b0753409bd34d735881f1e8 | {
"intermediate": 0.3012080788612366,
"beginner": 0.23079699277877808,
"expert": 0.46799492835998535
} |
35,157 | @GetMapping(“/khxx”)
public String getCustomerInfo(@RequestParam(“acceptanceCustomerId”) Long acceptanceCustomerId, Model model) {
AcceptanceCustomer acceptanceCustomer = acceptanceCustomerService.findKhxx(acceptanceCustomerId);
model.addAttribute(“acceptanceCustomer”, acceptanceCustomer);
return FebsUtil.view(“bw/acce... | f2e66d01caf7bdcbf1acd2f5829989f1 | {
"intermediate": 0.48958101868629456,
"beginner": 0.3006322681903839,
"expert": 0.20978675782680511
} |
35,158 | hello | edb4b5e1f1ebe961c411d1d08372fa49 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
35,159 | Write a plan to backup only users and projects from Sentry deployment in Kubernetes (helm) | 0e9acabeb363500a16eeb12c86933ae0 | {
"intermediate": 0.3665756583213806,
"beginner": 0.20844179391860962,
"expert": 0.42498254776000977
} |
35,160 | write me a code for pine editor for fx. strategy will be trading along the 10day moving average | 28130f879f41c4ec91daa3f522fd11fa | {
"intermediate": 0.37535372376441956,
"beginner": 0.2788395881652832,
"expert": 0.34580671787261963
} |
35,161 | this is script for coinscrash website for custom run update its as i earn fast and more from it "var baseBet = 1; var baseMultiplier = 1.05;var variableBase = false;var streakSecurity = 25; var maximumBet = 999999;
var baseSatoshi = baseBet * 100; var currentBet = baseSatoshi;var currentMultiplier = baseMultiplier;var ... | 039552b8da007be97b853d5d2cd2d43d | {
"intermediate": 0.34788814187049866,
"beginner": 0.45779314637184143,
"expert": 0.19431868195533752
} |
35,162 | How to enable two-factor authentication on github using command line git in Linux? | 4f2edb5e6ad8fc2d7fc9110560c360a4 | {
"intermediate": 0.5503531098365784,
"beginner": 0.15570156276226044,
"expert": 0.2939453423023224
} |
35,163 | How to enable two-factor authentication on github using command line git in Linux? | 1845736584cae5954641c040a65af54a | {
"intermediate": 0.5503531098365784,
"beginner": 0.15570156276226044,
"expert": 0.2939453423023224
} |
35,164 | Help me create a training function that adjusts the learning rate based on the improvement in the loss function each epoch | ff4c1b9f028b966ea6c4f75bbc1a7456 | {
"intermediate": 0.14821040630340576,
"beginner": 0.08008845895528793,
"expert": 0.7717011570930481
} |
35,165 | Hello | 10ce990a6a07fe9dba5d0e7adde7957b | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
35,166 | import tensorflow as tf
import numpy as np
# Hyperparameters
batch_size = 96
block_size = 20
max_iters = 200
eval_interval = 100
learning_rate = 1e-3
device = 'cuda:0' if tf.test.is_gpu_available() else 'cpu'
eval_iters = 20 # Changed to 20 for consistency with eval_interval
n_embd = 16
n_head = 2
n_layer = 2
dropout... | 02cb30295548dab44a8531c0bc113cc4 | {
"intermediate": 0.30709314346313477,
"beginner": 0.46093088388442993,
"expert": 0.23197594285011292
} |
35,167 | package
{
import flash.display.Sprite;
import flash.display.Loader;
import flash.text.TextField;
import flash.events.Event;
import flash.display.StageAlign;
import flash.events.KeyboardEvent;
import flash.desktop.NativeApplication;
import flash.events.InvokeEvent;
import flash.displ... | fb8d70949c531bba4e941836e83ced73 | {
"intermediate": 0.33036008477211,
"beginner": 0.49973613023757935,
"expert": 0.16990378499031067
} |
35,168 | how to tenacity implement timeout for while loop | fd1e452e8496eb5f8d5dd31216b86d63 | {
"intermediate": 0.28802722692489624,
"beginner": 0.4221611022949219,
"expert": 0.2898116409778595
} |
35,169 | package
{
import flash.display.Sprite;
import flash.display.Loader;
import flash.text.TextField;
import flash.events.Event;
import flash.display.StageAlign;
import flash.events.KeyboardEvent;
import flash.desktop.NativeApplication;
import flash.events.InvokeEvent;
import flash.displ... | 86703eec91da7682bd588b79b0845682 | {
"intermediate": 0.33036008477211,
"beginner": 0.49973613023757935,
"expert": 0.16990378499031067
} |
35,170 | I have a regex that looks like this in JS. export const SPECIAL_SYMBOLS_PATTERN =
// eslint-disable-next-line no-useless-escape
/^[^\:\;\!\?\+\-\,\.\=\(\)\{\}\[\]\@\"\'\|\/\<\>\*\$\#\№\%\^\&]*$/;
Next, I have a string of text that may or may not containt any of the symbols that are disabled in the regex above. Writ... | 81a50884f995cb5ee1a0db2256efda22 | {
"intermediate": 0.530534029006958,
"beginner": 0.25099197030067444,
"expert": 0.21847395598888397
} |
35,171 | Three Js code to load "test.glb" file and launch "anim" animation, with morhing between "pos1" and "pos2" shape keys of "main" object | b0e840cb57d765f82998bc80f413338a | {
"intermediate": 0.5735260844230652,
"beginner": 0.13964007794857025,
"expert": 0.28683382272720337
} |
35,172 | In JS I have the array, nums = [0,0,1,1,1,2,2,3,3,4]. Using this function I try to remove all of the duplicates from it. /**
* @param {number[]} nums
* @return {number}
*/
var removeDuplicates = function(nums) {
for (let i = 0; i < nums.length; i += 1) {
if (nums?.[i + 1] === nums[i]) {
nums.splice(i,1... | 8275703e40933b9fab1bf28800ca1512 | {
"intermediate": 0.634043276309967,
"beginner": 0.1894582360982895,
"expert": 0.17649854719638824
} |
35,174 | using this regex
export const SPECIAL_SYMBOLS_PATTERN = '/^[^\:\;\!\?\+\-\,\.\=\(\)\{\}\[\]\@\"\'\|\/\<\>\*\$\#\№\%\^\&]*$/g;'
I need to 1. perform onPaste event in React, 2. take the text that is going to be copied, 3. apply the regex to it so it would remove all of the special symbols specified in the regex, 4. past... | eeb825b850be100ebf1d1278b8375084 | {
"intermediate": 0.5224485397338867,
"beginner": 0.20760643482208252,
"expert": 0.26994502544403076
} |
35,175 | when i run this code: import tensorflow as tf
import numpy as np
# Hyperparameters
batch_size = 96
block_size = 20
max_iters = 200
eval_interval = 100
learning_rate = 1e-3
device = 'cuda:0' if tf.test.is_gpu_available() else 'cpu'
eval_iters = 20 # Changed to 20 for consistency with eval_interval
n_embd = 16
n_head =... | 83facdd15e9eb8af20e3da719d570df4 | {
"intermediate": 0.2836640477180481,
"beginner": 0.5024887919425964,
"expert": 0.21384717524051666
} |
35,176 | what does this regex do? '/^[^\:\;\!\?\+\-\,\.\=\(\)\{\}\[\]\@\"\'\|\/\<\>\*\$\#\№\%\^\&]*$/g' | 6ccdfe480ad836dfc540687c07bf2fa1 | {
"intermediate": 0.349948912858963,
"beginner": 0.4294440448284149,
"expert": 0.22060701251029968
} |
35,177 | How to clean email cache in Thunderbird in Linux? | 134547bceb33c8859a44507d406f2db7 | {
"intermediate": 0.5283655524253845,
"beginner": 0.16003398597240448,
"expert": 0.3116004467010498
} |
35,178 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 79a83d5965fe377dbcda045ec01a1464 | {
"intermediate": 0.30530813336372375,
"beginner": 0.3773578107357025,
"expert": 0.31733399629592896
} |
35,179 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 6708a339c28c103ff788cee9e267b687 | {
"intermediate": 0.30530813336372375,
"beginner": 0.3773578107357025,
"expert": 0.31733399629592896
} |
35,180 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | c6a7ba31e2d4118e99093dd89acb8443 | {
"intermediate": 0.30530813336372375,
"beginner": 0.3773578107357025,
"expert": 0.31733399629592896
} |
35,181 | I need to find my discord token since my script that uses it expired and no longer works. I can't seem to find my script that fetched it for me so can you code one for me? | c7df39a71e2db7c27996724f813b03eb | {
"intermediate": 0.5344703793525696,
"beginner": 0.20750705897808075,
"expert": 0.2580225467681885
} |
35,182 | help me improve this csv function to make it more readable and make a more readable csv file that gives good insight on the weight coming in and out and the combined at the end of every week:
async def update_csv(result, in_or_out, scale):
global weekdays_name
if in_or_out == "None":
print("Kan icke vara ... | a3b34cffccc049f0678beeb68d704999 | {
"intermediate": 0.3259275257587433,
"beginner": 0.42706605792045593,
"expert": 0.2470064014196396
} |
35,183 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 5ffe94343c8647dd18607da5af48e7bd | {
"intermediate": 0.30530813336372375,
"beginner": 0.3773578107357025,
"expert": 0.31733399629592896
} |
35,184 | Check for bugs: import tensorflow as tf
import numpy as np
# Hyperparameters
batch_size = 96
block_size = 20
max_iters = 200
eval_interval = 100
learning_rate = 1e-3
device = 'cuda:0' if tf.test.is_gpu_available() else 'cpu'
eval_iters = 20 # Changed to 20 for consistency with eval_interval
n_embd = 16
n_head = 2
n_l... | 114cfee4eeba133c9c6dfe9d121e19fe | {
"intermediate": 0.3923274278640747,
"beginner": 0.3143097460269928,
"expert": 0.2933628261089325
} |
35,185 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 09857366544ab14bb9bb00aaa7e9e461 | {
"intermediate": 0.3508455753326416,
"beginner": 0.39948228001594543,
"expert": 0.2496720850467682
} |
35,186 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 72134f1c191ffe63c5785fe7dd7032e4 | {
"intermediate": 0.30249160528182983,
"beginner": 0.3748350441455841,
"expert": 0.32267332077026367
} |
35,187 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | a0f3c4f8d28919cf1d4d09b7d13dc8ec | {
"intermediate": 0.3141152560710907,
"beginner": 0.39342254400253296,
"expert": 0.29246219992637634
} |
35,188 | help me improve this docker file so it install ffmpeg and sets up and install contab with the current 30 14 * * 5 /code/test.py and also enable the cron service
# Use an official Python runtime as the base image
FROM python:3.11
# Set the working directory in the container
WORKDIR /code
#
COPY ./requirements.txt /co... | f73a27d1d5f7476ad5c4125604750cdd | {
"intermediate": 0.530622661113739,
"beginner": 0.21640703082084656,
"expert": 0.25297027826309204
} |
35,189 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 0cfd8684f9cd45388674dd674305b3fb | {
"intermediate": 0.29135772585868835,
"beginner": 0.36163705587387085,
"expert": 0.3470052182674408
} |
35,190 | package gtanks.auth;
import gtanks.RankUtils;
import gtanks.commands.Command;
import gtanks.commands.Type;
import gtanks.groups.UserGroupsLoader;
import gtanks.json.JSONUtils;
import gtanks.lobby.LobbyManager;
import gtanks.lobby.chat.ChatLobby;
import gtanks.logger.Logger;
import gtanks.logger.remote.RemoteDatabaseLo... | 13978778d7265f586dfe04ed6ed3a60b | {
"intermediate": 0.29135772585868835,
"beginner": 0.36163705587387085,
"expert": 0.3470052182674408
} |
35,191 | Write Code to check whether "Отгрузка по прайсу" has class "ion ion-ios-ch ion-ios-checkbox-outline". If so, do not click on it. If no, click on it. Repeat the same operation for " Отгрузка по акции" . Use Selenium and my code provided below
<a href="javascript:void(0)" class="btn btn-white list-group-item list-group-... | ac5eb7dc76d918f1541446f8d5f4daeb | {
"intermediate": 0.46837231516838074,
"beginner": 0.3137691020965576,
"expert": 0.21785858273506165
} |
35,192 | I have a XML data from otoaccess database which is test result of Auditory Brainstem Response with Threshold Click stimuli; I want to read this data in MATLAB software but in data there are some Alphabetic Character which I don't Understand and dose not allow me to plot this in MATLAB; what could be result of this | 0f5279c5feed0cb572fdcda39ab1d5a7 | {
"intermediate": 0.49946650862693787,
"beginner": 0.1961752027273178,
"expert": 0.3043583035469055
} |
35,193 | to center a box in page with html | 59b3794328ab81ff0788c6e645752e33 | {
"intermediate": 0.3378749191761017,
"beginner": 0.3629957139492035,
"expert": 0.29912930727005005
} |
35,194 | How can i quantenize a Tensorflow model | fed3905dfa8078fcd7f634ecc553b958 | {
"intermediate": 0.08093450218439102,
"beginner": 0.04261595383286476,
"expert": 0.8764495849609375
} |
35,195 | Can you help fine-tune BERT uncased_L-4_H-512_A-8 on a json dataset that contains 5K of these : "instruction": "Create an array of length 5 which contains all even numbers between 1 and 10.",
"input": "",
"output": "arr = [2, 4, 6, 8, 10]", i have a zip file that contains all the BER... | 998bdded6cef6344b0b9a06b3f792ae9 | {
"intermediate": 0.44217219948768616,
"beginner": 0.14391832053661346,
"expert": 0.41390952467918396
} |
35,196 | I have a XML data from otoaccess database which is test result of Auditory Brainstem Response with Threshold Click stimuli; I want to read this data in MATLAB software but in data there are some Alphabetic Character which I don’t Understand and dose not allow me to plot this in MATLAB; what could be result of this | c4215b21818ea44f2a373230d43d3b1f | {
"intermediate": 0.5015954375267029,
"beginner": 0.17718994617462158,
"expert": 0.32121461629867554
} |
35,197 | // Save a reference to the original WebSocket constructor
const OriginalWebSocket = window.WebSocket;
// Create a proxy class
class WebSocketInterceptor {
constructor(url, protocols) {
// Create a new instance of the original WebSocket
this.socket = new OriginalWebSocket(url, protocols);
// Save the ori... | 408a54bfaa75ae02ca61d23fbf8c797e | {
"intermediate": 0.39062467217445374,
"beginner": 0.3222082257270813,
"expert": 0.2871670424938202
} |
35,198 | // Decompiled by AS3 Sorcerer 6.78
// www.buraks.com/as3sorcerer
//forms.checkboxed.GreenCheckBox
package forms.checkboxed
{
import flash.display.Sprite;
import flash.display.BitmapData;
import flash.display.Bitmap;
import flash.events.MouseEvent;
import flash.events.Event;
public class Green... | e190d932f21959d474338d1fb5634e31 | {
"intermediate": 0.2828844487667084,
"beginner": 0.5511558055877686,
"expert": 0.16595971584320068
} |
35,199 | // Decompiled by AS3 Sorcerer 6.78
// www.buraks.com/as3sorcerer
//forms.checkboxed.GreenCheckBox
package forms.checkboxed
{
import flash.display.Sprite;
import flash.display.BitmapData;
import flash.display.Bitmap;
import flash.events.MouseEvent;
import flash.events.Event;
public class Green... | 31715079d7c5c12e5dba0115ac80b30e | {
"intermediate": 0.2828844487667084,
"beginner": 0.5511558055877686,
"expert": 0.16595971584320068
} |
35,200 | // Decompiled by AS3 Sorcerer 6.78
// www.buraks.com/as3sorcerer
//forms.checkboxed.GreenCheckBox
package forms.checkboxed
{
import flash.display.Sprite;
import flash.display.BitmapData;
import flash.display.Bitmap;
import flash.events.MouseEvent;
import flash.events.Event;
public class Green... | 58e7fd16408ac3abd35339fdcc906619 | {
"intermediate": 0.2828844487667084,
"beginner": 0.5511558055877686,
"expert": 0.16595971584320068
} |
35,201 | I have a encoded Xml file which is exported from Otoaccess Database, this data is for Auditory Brainstem response signals; how can I decode this file | ff4c36a98609912fc467a234e796ddfc | {
"intermediate": 0.47995778918266296,
"beginner": 0.19620828330516815,
"expert": 0.3238339126110077
} |
35,202 | I have the followin math problem: Given 18 slots where each position is either a “#” or a “.” How many different combinations are there such that the total amount of “#” is 12 with the additional requirement that there have to be 3 blocks of “#” (means have to be separated by at least one “.”) The length of the blocks ... | 38af2800e44a3fcbdb7b7664f4ddd53d | {
"intermediate": 0.32268932461738586,
"beginner": 0.2807759642601013,
"expert": 0.3965347111225128
} |
35,203 | -- Modified Script with Seed Reset
mina = 76.00
maxa = 90.99
chance = math.random(mina * 100.0, maxa * 100.0) / 100.0
base = 0.0000006
nextbet = base
consecutiveLosses = 0
maxConsecutiveLosses = 1 -- Adjust as needed
-- Calculates the multiplier automatically
function getmulti()
payout = (100 - 1) / ch... | 143ef1812e9a18b41e0d77fda63fe9d6 | {
"intermediate": 0.409626841545105,
"beginner": 0.31476014852523804,
"expert": 0.27561303973197937
} |
35,204 | Büyük bir problemim var, formu doldurup gönderdiğim zaman "payload" boş gidiyor, halbuki vue devtools ile baktığımda pinia store'da her şey yolunda gibi görünüyor.. | db559d38d630ba1411f174b956a6d281 | {
"intermediate": 0.670409619808197,
"beginner": 0.1501644104719162,
"expert": 0.17942596971988678
} |
35,205 | what type of encoding is used in this XML data :
014844574230301F4142521F30392D32382D323032301F41444D1F4142521F3132331F014142534930301F1F351F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1F2A1... | d859c14d1dc869c53aadfda0d08da297 | {
"intermediate": 0.2839915156364441,
"beginner": 0.45623284578323364,
"expert": 0.25977563858032227
} |
35,206 | // Define the property to be non-writable and non-configurable
Object.defineProperty(WebSocket.prototype, 'send', {
configurable: false,
writable: false,
});
// Attempting to assign a new value will throw an error
WebSocket.prototype.send = console.log('lol'); // This line will not execute
// Now create a WebSock... | a68b3760448f67e33afc55646a43e23a | {
"intermediate": 0.510224461555481,
"beginner": 0.3084831237792969,
"expert": 0.18129244446754456
} |
35,207 | how do i create a .exe file to open a link | e3e1499d0828ca98fb5a131249c34dab | {
"intermediate": 0.391909658908844,
"beginner": 0.2424817979335785,
"expert": 0.3656085729598999
} |
35,208 | let sendAlt = () => {
let connectionOptions = game.network.connectionOptions ?? game.options.servers[document.getElementsByClassName(‘hud-intro-server’)[0].value];
let ws = new WebSocket(wss://${connectionOptions.hostname}:443);
ws.binaryType = “arraybuffer”;
ws.player = {};
ws.myPlayer = {
uid: null,
position: {
x: 0,... | 3060b886114d008d5f783df119196342 | {
"intermediate": 0.21752706170082092,
"beginner": 0.6174992918968201,
"expert": 0.164973646402359
} |
35,209 | let sendAlt = () => {
let connectionOptions = game.network.connectionOptions ?? game.options.servers[document.getElementsByClassName(‘hud-intro-server’)[0].value];
let ws = new WebSocket(wss://${connectionOptions.hostname}:443);
ws.binaryType = “arraybuffer”;
ws.player = {};
ws.myPlayer = {
uid: null,
position: {
x: 0,... | c7758ab84424446763ba4b94422e190d | {
"intermediate": 0.21752706170082092,
"beginner": 0.6174992918968201,
"expert": 0.164973646402359
} |
35,210 | hi | 2801a5ee9b4cc772fae5a6a5e9cf0857 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
35,211 | what type of encoding, otoaccess data base is using ? | e64d70b3d45219d377abfcc492040521 | {
"intermediate": 0.377920001745224,
"beginner": 0.3072648048400879,
"expert": 0.3148152232170105
} |
35,212 | Rewrite the below code
const fetch = require("node-fetch-commonjs");
const ByteBuffer = require("bytebuffer");
const WebSocket = require("ws");
const wss = new WebSocket.Server({
port: 8080
}, () => {
console.log('server started');
});
let counts = 0;
const connections = new Map();
const sessions = {};
const... | cb5023870f5af8fe2e6d6dfd3a66b69c | {
"intermediate": 0.3729742467403412,
"beginner": 0.5101052522659302,
"expert": 0.11692047864198685
} |
35,213 | enhance the following code to have a graphical inteface: import datetime
import psutil
import threading
from colorama import Fore, Style
import shutil
import time
import os
from tabulate import tabulate
import random
import string
import math
Vir = "0.0.2*alpha"
skiploading = False
if os.name in ["nt", "dos"]:
USER ... | 33976607301259c86f797d3cedd5f026 | {
"intermediate": 0.24753475189208984,
"beginner": 0.33203357458114624,
"expert": 0.4204316735267639
} |
35,214 | Rewrite the entire code
class Bot {
} | 7496ab15dc1d98f217555f78cfcd4f3e | {
"intermediate": 0.179676815867424,
"beginner": 0.5143697261810303,
"expert": 0.3059534728527069
} |
35,215 | write a code for me which can produce randomize test result of Auditory brain stem response which is in 80db , 60db, 50db, 30 db, 20db with wave like human hearing results | 2d7f8156754e20731a5371632bf2fcf8 | {
"intermediate": 0.29712963104248047,
"beginner": 0.055835504084825516,
"expert": 0.6470348834991455
} |
35,216 | что нужно использовать чтобы вызвать выход из приложения на as3.0 | 6f3489e94dd66d3c0357cce160c2accf | {
"intermediate": 0.3195275664329529,
"beginner": 0.22263763844966888,
"expert": 0.4578348398208618
} |
35,217 | what is the newewest kava jdk version? | 9540e2725d3d16a13b8ab74f02b41622 | {
"intermediate": 0.32591512799263,
"beginner": 0.2200910598039627,
"expert": 0.45399385690689087
} |
35,218 | In C++ what does std::move mean? What's its purpose and use cases? | 11b0640371824f31f444670f706949c7 | {
"intermediate": 0.5017367005348206,
"beginner": 0.3123548626899719,
"expert": 0.18590840697288513
} |
35,219 | In FastAPI, I have a database table and end-point that will return this object: | b6e6b88ccfb2072a46883be821646a75 | {
"intermediate": 0.7951501607894897,
"beginner": 0.10327473282814026,
"expert": 0.10157503932714462
} |
35,220 | In C++, I don't understand the advantage of copy vs move constructors. Both seem to copy stuff from one place to another. Both moved-from and moved-to object have a different memory address when I tested it. Could you please clarify? | ef230cba2a073591f635842714e862a4 | {
"intermediate": 0.4392370879650116,
"beginner": 0.20110377669334412,
"expert": 0.3596591651439667
} |
35,221 | Hi | 32a19df6a55390557c222bf71e4ff531 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
35,222 | Write python code that generates DXF file that contains an examle of what could be in it, and explain DXF. | f62c8c4294c09853e5ad11f5b4833a6c | {
"intermediate": 0.2339719831943512,
"beginner": 0.26571065187454224,
"expert": 0.5003173351287842
} |
35,223 | Explain how data binding is handled in asynchronous programming environments. | 703cfdd6911c776bff2235265e6ee527 | {
"intermediate": 0.680678129196167,
"beginner": 0.08107436448335648,
"expert": 0.23824746906757355
} |
35,224 | Create an HTML and CSS based webpage, that presents the user with a form asking for a first name, middle initial, last name, account number and a file that can be dragged into the webpage. Also please have a run button, and a clear user info that clears the first name, middle initial, last name, and account number whil... | 17a6b1a1c1c516d384db89f9f3e7e291 | {
"intermediate": 0.38192448019981384,
"beginner": 0.2697749733924866,
"expert": 0.3483005464076996
} |
35,225 | When i run this code: import tensorflow as tf
import numpy as np
block_size = 20
with open('data/universe.txt', 'r', encoding='utf-8') as f:
text = f.read()
data = np.array([ord(c) for c in text], dtype=np.int32)
vocab_size = len(set(data))
class GPTLanguageModel(tf.keras.Model):
def __init__(self, vocab_s... | 7d95d09f517fcb7216fbbdbca5d09904 | {
"intermediate": 0.31532201170921326,
"beginner": 0.4947177469730377,
"expert": 0.1899603009223938
} |
35,226 | Check this Py code: import tensorflow as tf
import numpy as np
block_size = 20
with open('data/universe.txt', 'r', encoding='utf-8') as f:
text = f.read()
data = np.array([ord(c) for c in text], dtype=np.int32)
vocab_size = len(set(data))
class TransformerBlock(tf.keras.layers.Layer):
def init(self, n_embd... | d45bd15497ecd465e20448e60ab257ec | {
"intermediate": 0.2615833580493927,
"beginner": 0.5310835242271423,
"expert": 0.20733311772346497
} |
35,227 | I have a challenge, creating a very simple Transformer model that generates random text without any human input, just a seed, it will be trained on a txt file and the model should do accurate predictions each time, the code should define, train and save the Transformer model, the model name will be for you to choose, b... | 1472a614e3f296138abf604e8e2565bb | {
"intermediate": 0.2573140561580658,
"beginner": 0.2076907455921173,
"expert": 0.5349951386451721
} |
35,228 | Is this code causes UB: void foo(void** pp) {
void* p = *pp;
// Do something with p
}
int main() {
void* p const = NULL;
foo((void**)&p);
// p has been reassigned
} | de698c67e5ec52d020336021b2a8d853 | {
"intermediate": 0.28332293033599854,
"beginner": 0.5624502897262573,
"expert": 0.15422676503658295
} |
35,229 | Can I have a pointer that cannot be reassigned directly, but still can be reassigned through other means in C without involving Undefined Behaviour | 2fc2c23e59ef5bd48ba39dda551d1d6b | {
"intermediate": 0.45409494638442993,
"beginner": 0.18971316516399384,
"expert": 0.3561919629573822
} |
35,230 | Look at this code and tell me what is wrong about it: import tensorflow as tf
from keras.layers import TextVectorization, Embedding
from keras.models import Sequential
from keras.layers.experimental.preprocessing import StringLookup
# Define some constants
MAX_TOKENS = 250 # Size of the vocabulary
EMBED_DIM = 64 ... | b0d2d3185dea36fb30c9215324388da7 | {
"intermediate": 0.2946506142616272,
"beginner": 0.3758642375469208,
"expert": 0.32948511838912964
} |
35,231 | Running this code: import tensorflow as tf
from keras.layers import TextVectorization, Embedding, LayerNormalization, Dropout, Dense, MultiHeadAttention, GlobalAveragePooling1D, Input
from keras.models import Sequential, Model
from keras import Sequential
# Standard imports for saving tokenizer configuration
import js... | c20e429a30a3a313f5c29d95d15b5b65 | {
"intermediate": 0.3328692615032196,
"beginner": 0.40503963828086853,
"expert": 0.26209115982055664
} |
35,232 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 9c73f2d258a06aabbf0e8adb9c8f05b5 | {
"intermediate": 0.3397374749183655,
"beginner": 0.4271845817565918,
"expert": 0.2330779731273651
} |
35,233 | After running this python code: import tensorflow as tf
from keras.layers import TextVectorization, Embedding, LayerNormalization, Dropout, Dense, MultiHeadAttention, GlobalAveragePooling1D, Input
from keras.models import Sequential, Model
from keras import Sequential
# Standard imports for saving tokenizer configurat... | f321c7e8b0ab43dbf9535cfb6de93c11 | {
"intermediate": 0.2762543857097626,
"beginner": 0.37900570034980774,
"expert": 0.3447399437427521
} |
35,234 | What is analogue of data and read from Basic in Python programming language? | 2425e5397348f4aeffeb68b54dcb0dfe | {
"intermediate": 0.28127962350845337,
"beginner": 0.3057926893234253,
"expert": 0.4129277169704437
} |
35,235 | Data and read operators in Basic uses for store data and read it to variables. What is analogue in Python programming language? | a2affefbbcfacd1ad673c715f8699d05 | {
"intermediate": 0.42152127623558044,
"beginner": 0.29136064648628235,
"expert": 0.2871180772781372
} |
35,236 | Can you write a Blender python command that can be executed from the command line, that converts .obj files into .ply files? | fa22ee87d9ab133e9a59d7db0506baf2 | {
"intermediate": 0.5510990619659424,
"beginner": 0.20210322737693787,
"expert": 0.24679774045944214
} |
35,237 | Can you help me create a Small Language model for Edge devices like Android phones, it will be trained on a dataset "txt file" that contains definitions of words related to science, we'll use tiktoken as the tokenizer, this model is to sentence generation, no input is required for the model, python is the language | 07048a4c4d3813c573bdc657cde019ec | {
"intermediate": 0.32769545912742615,
"beginner": 0.1850094050168991,
"expert": 0.48729509115219116
} |
35,238 | hey in vimscript to concate/join string which is the most efficient way? | cdc672a947630519aa920fa6afa8530a | {
"intermediate": 0.3762561082839966,
"beginner": 0.18017004430294037,
"expert": 0.44357380270957947
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.