row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
32,523 | How I get all class Baseline dict names | a7f04711669463eb4484d9dd0e420f9e | {
"intermediate": 0.2824676036834717,
"beginner": 0.4645046889781952,
"expert": 0.2530277967453003
} |
32,524 | hi | b29aa07ed33c9fa258e446a2c30444f8 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
32,525 | Whats up | 8c8aa38b0b1549b1d77859a9c7f038d8 | {
"intermediate": 0.33414027094841003,
"beginner": 0.2937088906764984,
"expert": 0.37215080857276917
} |
32,526 | ai using Random Chaos Number Generator algorithm generate 5 main numbers 1 to 70 and 1 bonus 1 to 25 1 line winning combinations from the next mega millions lotto, exclude only from main numbers line the following numbers 1 10 12 23 24 26 35 42 43 44 45 47 49 50 51 53 55 56 57 65 67 70 | 8c1379f402a6796c0840e555a22b8ebe | {
"intermediate": 0.14379827678203583,
"beginner": 0.11397191882133484,
"expert": 0.7422298192977905
} |
32,527 | quora_data["question1","question2"]=append(quora_data["question1"],quora_data["question2"])
NameError: name 'append' is not defined | 3a34729ff994643c48604081d2798299 | {
"intermediate": 0.3422219455242157,
"beginner": 0.27501380443573,
"expert": 0.3827643096446991
} |
32,528 | 𝐾 = [
0 1 0
1 −4 1
0 1 0
]
a. What is the visual effect of applying this kernel to an image?
The image shown below has allowable gray-scale range (1 to 9)
𝐼 = [
1 5 1
3 7 2
1 4 9
]
b. Apply the convolution operation between 𝐼 and 𝐾 to given parameters: padding=1 and
stride=1. Show the steps for every pixel in the f... | 1167d6ccb684ed258c2e58ae1d5d8870 | {
"intermediate": 0.22449776530265808,
"beginner": 0.1594606637954712,
"expert": 0.6160416007041931
} |
32,529 | Перепиши на питон
#include <iostream>
#include <vector>
#include <cmath>
using namespace std;
int main() {
int n; cin >> n;
int dp[101][2];
dp[1][0] = 1;
dp[1][1] = 1;
for (int i = 2; i < n + 1; i++) {
dp[i][0] = dp[i - 1][0] + dp[i - 1][1];
dp[i][1] = dp[i - 1][0];
}
cout << dp[n][1] + dp[n][0];
... | f7a2144c23bf17c9d9de22449abde28d | {
"intermediate": 0.33488738536834717,
"beginner": 0.37390655279159546,
"expert": 0.291206032037735
} |
32,530 | give step by step commands needed to install this /
Skip to content
BuilderIO
/
gpt-crawler
Type / to search
Code
Issues
28
Pull requests
10
Actions
Projects
Security
Insights
Owner avatar
gpt-crawler
Public
BuilderIO/gpt-crawler
2 branches
1 tag
Latest commit
@steve8708
steve8708 Merge pull request #67 from Daethy... | e0ad2eff8cf7a529929c3c184a55004f | {
"intermediate": 0.4026893377304077,
"beginner": 0.3165959119796753,
"expert": 0.2807146906852722
} |
32,531 | translate this from js to rust:
eval("2+2") | 8229313d2f0dcb5185743c9e4c538816 | {
"intermediate": 0.17062105238437653,
"beginner": 0.6805993318557739,
"expert": 0.14877961575984955
} |
32,532 | write c# code that call an asmx web service | 2c186912ed5da8fe23072f9067e686c9 | {
"intermediate": 0.4934045970439911,
"beginner": 0.268939733505249,
"expert": 0.2376556694507599
} |
32,533 | make me a JS snippet that creates a string long as a given number | 7aa76099819d03e431ebf7b23699f8fc | {
"intermediate": 0.3619025647640228,
"beginner": 0.41653040051460266,
"expert": 0.2215670645236969
} |
32,534 | how can i optimize my dxvk for wow 3.3.5a wotlk warmane for my hardware specs? amd 14 core 28 thread newest cpu. amd 7900 xt gpu with 20gb vram with 64gb system ram. desktop i want max graphics with still good performance. the same uses a 32bit exe but i patched it to up to 4gb of memory. I use free sync and vsync in m... | 83df2fe191d1332c9e41d73b8589cdf4 | {
"intermediate": 0.3747209906578064,
"beginner": 0.31824222207069397,
"expert": 0.30703675746917725
} |
32,535 | how can i optimize my dxvk for wow 3.3.5a wotlk warmane for my hardware specs? amd 14 core 28 thread newest cpu. amd 7900 xt gpu with 20gb vram with 64gb system ram. desktop i want max graphics with still good performance. the same uses a 32bit exe but i patched it to up to 4gb of memory. I use free sync and vsync in m... | b9e016d14adc962ef4c501d41fafe1e6 | {
"intermediate": 0.4334619343280792,
"beginner": 0.21964862942695618,
"expert": 0.3468894064426422
} |
32,536 | in matlab write a code to Compute and imagesc Continuous point Source in a channel with steady flow. the inputs should be:
M as the mass of pollution
Dx as diffusion in x direction
Dy as diffusion in y direction
W as the width of channel
L as the length of channel
R as retardation coefficient
U as flow rate in x direct... | 3e68ba121c5478d5fefe5a2f1577e8f8 | {
"intermediate": 0.35627666115760803,
"beginner": 0.11780298501253128,
"expert": 0.5259203910827637
} |
32,537 | Optimize code | bb23c2ed0d6e428eb8d6e51f72b0a6ad | {
"intermediate": 0.2213270664215088,
"beginner": 0.19202853739261627,
"expert": 0.5866443514823914
} |
32,538 | how can i optimize my dxvk for wow 3.3.5a wotlk warmane for my hardware specs? amd 14 core 28 thread newest cpu. amd 7900 xt gpu with 20gb vram with 64gb system ram. desktop i want max graphics with still good performance. the same uses a 32bit exe but i patched it to up to 4gb of memory. I use free sync and vsync in m... | 49ec40d3efff130e042238bf71f9950a | {
"intermediate": 0.4274168610572815,
"beginner": 0.338985800743103,
"expert": 0.23359732329845428
} |
32,539 | MATLAB:
Newton's method
The method is based on determining the value of the first and second derivatives of the function f. The initial point x1 should be close enough to the minimum sought. Then, the next point is determined according to the formula xk+1 = xk - f'(xk)/f''(xk). The search for the minimum should end whe... | bba6a7a688d874c8252fa33860333516 | {
"intermediate": 0.3094692826271057,
"beginner": 0.2573980987071991,
"expert": 0.4331326186656952
} |
32,540 | i wrote this in rust:
#![no_std]
#![no_main]
use core::panic::PanicInfo;
#[no_mangle]
pub extern "C" fn _start() -> ! {
loop {}
}
#[panic_handler]
fn panic(_info: &PanicInfo) -> ! {
loop {}
}
throws:
Compiling os v0.1.0 (/Users/alexkatkov/Programs/Rust/os)
error[E0463]: can't find crate for `core`
|
=... | 5f9e27d3344e069727252bb757d76007 | {
"intermediate": 0.1919230967760086,
"beginner": 0.6375399827957153,
"expert": 0.17053693532943726
} |
32,541 | $(document).ready(function() {
$('.form-group').addClass('hidden');
$('.form-group').first().removeClass('hidden');
$('.form-control').on('change', function() {
$(this).closest('.form-group').next().removeClass('hidden');
});
}); <div id="first-step">
... | 77765e6fa1b8d9daf4cb27898c0900ac | {
"intermediate": 0.3992963135242462,
"beginner": 0.522209644317627,
"expert": 0.07849404960870743
} |
32,542 | private void GSMFilterOTPBtn_Click(object sender, EventArgs e)
{
var filter = GSMFilterOTPTextBox.Text.Trim();
var messages = GlobalVar.Messages.OrderByDescending(mess => mess.RecievedTime);
foreach (var gsmCom in GSMComBingingList)
{
var messageOTP = messages.FirstOrDefault(mess =>
... | 228a3423c7aa1db62f71a5d32235449e | {
"intermediate": 0.44165438413619995,
"beginner": 0.29904505610466003,
"expert": 0.2593006193637848
} |
32,543 | What does logprob exactly mean in the Viterbi algorithm output? | a98bfef5de077768571f2e024e2bbb4c | {
"intermediate": 0.13558819890022278,
"beginner": 0.07642115652561188,
"expert": 0.7879905700683594
} |
32,544 | <form action="bookingConfirmationPage.jsp" method="post">
<label for="roomSelection">Select Room:</label>
<select id="roomSelection" name="room">
<option value="room1">Room 1 - $100 per night</option>
<option value="room2">Room 2 - ... | 2337a47b1959b2343ef6b4094ed1da1c | {
"intermediate": 0.33898860216140747,
"beginner": 0.5221661925315857,
"expert": 0.1388452649116516
} |
32,545 | With the ECOC strategy for classifying seven different types of bacteria, what are the minimum and the
maximum lengths of the codewords? Redundant codes (i.e. a code where all classes get the same label, or
codes that describe the same class division) should not be included for maximum length.
What are the maximum and ... | 93fa7c774a2b258d10fe6bef856b144c | {
"intermediate": 0.25080248713493347,
"beginner": 0.34493133425712585,
"expert": 0.40426623821258545
} |
32,546 | I have 2 dice, one is fair and the other one is loaded. I select one of them with equal probability and roll it. Then after every roll there is a 0.9 probability that I roll the same die next time and 0.1 I switch to the other one. I need to calculate the probability of having a fair die always rolled for 300 rolls. Ca... | 7e8f3c1539e3ed371b423c9d3f52fcdd | {
"intermediate": 0.41995325684547424,
"beginner": 0.0794404074549675,
"expert": 0.5006063580513
} |
32,547 | Skip to content
BuilderIO
/
gpt-crawler
Type / to search
Code
Issues
28
Pull requests
10
Actions
Projects
Security
Insights
Owner avatar
gpt-crawler
Public
BuilderIO/gpt-crawler
2 branches
1 tag
Latest commit
@steve8708
steve8708 Merge pull request #67 from Daethyra/main
…
82b70f2
13 hours ago
Git stats
97 commits... | 5594b320c7001b11edc847ecbddd2182 | {
"intermediate": 0.41574978828430176,
"beginner": 0.23659905791282654,
"expert": 0.3476511538028717
} |
32,548 | split the text in flutter into two lines | a05ecde446700e8953f6417e8a8c70c1 | {
"intermediate": 0.3718467652797699,
"beginner": 0.25856125354766846,
"expert": 0.36959195137023926
} |
32,549 | using System.Collections.Generic;
namespace yield
{
public static class ExpSmoothingTask
{
public static IEnumerable<DataPoint> SmoothExponentialy(this IEnumerable<DataPoint> data, double alpha)
{
var isFirstItem = true;
double previousItem = 0;
foreach (var... | 0d1ba4964c419f1044fb6f3d58e6adf9 | {
"intermediate": 0.301104336977005,
"beginner": 0.4318719506263733,
"expert": 0.26702365279197693
} |
32,550 | hey! i wanna make an IOT Project for myself! That is 'Automatic Wifi Door opener' for this purpose i need to write a code but unfortunately i dont know specific C++ code used in Arduino IDE. As per my Project i have decided to use Hardwere: ESP32 Cam module, Survo Motor, FTDI module (for programming ESP32 CAM), Doorbel... | 80d235073f38562d9aea3ed456af3e25 | {
"intermediate": 0.4865524470806122,
"beginner": 0.22995226085186005,
"expert": 0.2834952473640442
} |
32,551 | import random
print("Ask the Magic Python Ball a question:")
question = input()
print("")
print("Loading...")
num = random.randint(1,13)
if num == 1:
print("")
print("Magic Python Ball: Ask again later, I'm not gonna answer your stupid question.")
elif num == 2:
print("")
print("Magic Python Ball: I'm ... | 4349bf1b514974b76ba3bd2a9a751006 | {
"intermediate": 0.2872774302959442,
"beginner": 0.39593392610549927,
"expert": 0.3167886435985565
} |
32,552 | This program has a bug, which means we need to fix it! This bug is a logic error.
RULE: A function will not run until it is called in the program.
Click Run and watch the stage to see what's wrong.
Nothing happens because there is no Function Call!
Debug the program by calling the function. Notice, the function's n... | ec9ec3cf14894e889ec851eab76a27df | {
"intermediate": 0.43412259221076965,
"beginner": 0.35923391580581665,
"expert": 0.2066434770822525
} |
32,553 | make a raycast in godot4 on player character that checks in a square, I will use it to check the sorrundings when you go into platform view to determen the layout of the platformer, so it will be a top down with a squared raycast that will create what will be in the platformer or not | 553a38680165fbbd099db49daef25dc7 | {
"intermediate": 0.5466156601905823,
"beginner": 0.10533283650875092,
"expert": 0.348051518201828
} |
32,554 | I have 2 dice, one is fair and the other one is loaded. I select one of them with equal probability and roll it. Then after every roll there is a 0.9 probability that I roll the same die next time and 0.1 I switch to the other one. I have the results as a sequence for a total of 300 rolls. Based on that sequence I need... | e4f0378012ccb0510f241f80ed810083 | {
"intermediate": 0.39273783564567566,
"beginner": 0.07695946097373962,
"expert": 0.5303027629852295
} |
32,555 | how would i get the error code 'TypeError: __init__() takes 3 positional arguments but 5 were given', in the code:
class Animal(object):
def __init__(self, s, n):
self.state = s
self.size = n
def getState(self):
return self._state
def getSize(size):
return self._size
... | 98f1cafe857bd42da2d59a42c7711b22 | {
"intermediate": 0.2828770577907562,
"beginner": 0.6145075559616089,
"expert": 0.10261531919240952
} |
32,556 | audit solidity code
for (uint256 i = 0; i < getRoleMemberCount(role); i++) {
address account = getRoleMember(role, getRoleMemberCount(role) - 1 - i);
if (account != address(0)) {
_revokeRole(role, account);
_roleMembers[role].remove(account);
}
... | c2ce3ea84bd700a263dfeffccc2d622d | {
"intermediate": 0.4663965702056885,
"beginner": 0.25775694847106934,
"expert": 0.27584654092788696
} |
32,557 | как в этом запросе достать записи с другими статусами, то есть указать несколько статусов return dataService.selectFromWhere(QAbsDisposalCaption.absDisposalCaption, QAbsDisposalCaption.class, (p) -> p.state.eq(AbsState.NOT_PASS).and(p.executing.eq(false))).fetch(); | 227938fcb708738601834884236a7ff8 | {
"intermediate": 0.39727693796157837,
"beginner": 0.3014518916606903,
"expert": 0.3012712597846985
} |
32,558 | You are an expert in AI-assisted writing and also a professional developmental editor for fiction books. I need a help with describing a very minor character in my outline for AI-parsing. The character operates behind the scenes and doesn't appear himself in the plot, only mentioned in letters and talks of other charac... | 8fe586dd1d7c164ed3d3da34de020156 | {
"intermediate": 0.306123286485672,
"beginner": 0.28215816617012024,
"expert": 0.411718487739563
} |
32,559 | /*
This is a simple MJPEG streaming webserver implemented for AI-Thinker ESP32-CAM
and ESP-EYE modules.
This is tested to work with VLC and Blynk video widget and can support up to 10
simultaneously connected streaming clients.
Simultaneous streaming is implemented with FreeRTOS tasks.
Inspired by and bas... | b013c852a467b3c39adf8d5ab37b1fdd | {
"intermediate": 0.38688161969184875,
"beginner": 0.3035695254802704,
"expert": 0.3095487654209137
} |
32,560 | how to redirect stdout and stderr to /dev/null for linux service | 38eacc152413a6b6df4976ec7381fe72 | {
"intermediate": 0.4758942723274231,
"beginner": 0.2673429250717163,
"expert": 0.2567628026008606
} |
32,561 | You are an expert in AI-assisted writing and also a professional developmental editor for fiction books. I need a help with describing a very minor character in my outline for AI-parsing. The character is currently daed and doesn’t appear himself in the plot, only mentioned in letters and talks of other characters.
I u... | 558dfdbe918eae672e19f0b6ba9a6e1e | {
"intermediate": 0.27619460225105286,
"beginner": 0.29982224106788635,
"expert": 0.4239831864833832
} |
32,562 | local i = io.read()
while true do
if i == "the" then
print("Yes")
elseif i ~= "the" then
break
end
end | 931ab76b393c2e59ba00f85e18a6b86b | {
"intermediate": 0.1525276154279709,
"beginner": 0.7760986089706421,
"expert": 0.07137373834848404
} |
32,563 | I want to extract the numbers from sentences similar to this one but it will not always be the same, and also only wanna extract numbers with kg/kile/hg/hekto/gram/g next to it:
Hej, jag skulle vilja lägga in 102 kilo.
so if it was that it would extract 102 kilo
but here
Hej, jag 15 skulle 230 vilja lägga in 102 k... | 0cd13a345219a2ba3db7b05a1ba326cf | {
"intermediate": 0.29166364669799805,
"beginner": 0.2613086402416229,
"expert": 0.44702771306037903
} |
32,564 | Hello! Can you please create a url shortener in python? | 5271d521781014712ed8c952d4ac22a9 | {
"intermediate": 0.6096484065055847,
"beginner": 0.1496810019016266,
"expert": 0.2406705617904663
} |
32,565 | Minecraft fabric modding. I need print all blocks in minecraft to console. For example: minecraft:stone, minecraft:grass_block ... | 3839cd61fc02940cd5b00b77b58f732f | {
"intermediate": 0.5251967906951904,
"beginner": 0.15144315361976624,
"expert": 0.32336005568504333
} |
32,566 | instance.new("Vector3") to turn a block 180 degrees | e3491bacbe395f8c82a8b9ce969fc4c7 | {
"intermediate": 0.3533744215965271,
"beginner": 0.36673346161842346,
"expert": 0.2798921465873718
} |
32,567 | this code should show me an animation but it doesnt. why?
clear all
clc
%% User Input
D = input('Diffusion coefficient (m^2/s): ');
t_end = input('End time (s): ');
L = input('Spatial dimension-L (m): ');
k = input('Reaction rate (1/s): ');
R = input('Retardation coefficient (R): ');
To = input('Tortuosity : ');
bou... | b50f887f281e71522ed7f61bc56b2ac1 | {
"intermediate": 0.3607894778251648,
"beginner": 0.3757117986679077,
"expert": 0.2634987533092499
} |
32,568 | #include <iostream>
class UtoplyusVKostrule {
public:
UtoplyusVKostrule(int x, int y, int z) : width_(x), height_(y), depth_(z) {
arr_ = new int32_t[kNumLenght_ * x * y * z];
std::memset(arr_, 0, kNumLenght_ * x * y * z * sizeof(int32_t));
}
~UtoplyusVKostrule() {
delete[] arr_;
}
UtoplyusVKost... | 19b7cd0a8e98e1c777965a9515900f63 | {
"intermediate": 0.3156784176826477,
"beginner": 0.43461933732032776,
"expert": 0.24970227479934692
} |
32,569 | programs like
Xmouse buttons control | 9d42fe5643850cfc00e18a44c8d1f6f6 | {
"intermediate": 0.3341737389564514,
"beginner": 0.23770780861377716,
"expert": 0.42811843752861023
} |
32,570 | I want you to generate a code where you implement GridSearchCV with DBSCAN algorithm using python code. | 2f2ec7ab0e17654b41d810c4c633e896 | {
"intermediate": 0.14452402293682098,
"beginner": 0.05075075477361679,
"expert": 0.804725170135498
} |
32,571 | In c++ wxwidgets, I am trying to make a move functions for a wxgrid, so it gets the old position and the new position and move the row data to the new position. So far it works perfectly for one item but when I try to add a new item the order gets wrong, help me solve this issue.
This is how it works right now: A - B ... | 59199fe9c9de185217e8546a466c9322 | {
"intermediate": 0.6514373421669006,
"beginner": 0.18109020590782166,
"expert": 0.16747243702411652
} |
32,572 | Let {a, b}
∗ denote the set of all possible finite length strings consisting of the symbols a and b, including
the empty string. For two strings x, y, let xy denote their concatenation.
(a) Consider the set (also called a language) L = {ww : w ∈ {a, b}
∗}. Write a function that on input
a string x tests and outputs w... | 635f0472a6ac02242563417747b2e5d1 | {
"intermediate": 0.33311793208122253,
"beginner": 0.2491770088672638,
"expert": 0.41770505905151367
} |
32,573 | Let {a, b}
∗ denote the set of all possible finite length strings consisting of the symbols a and b, including
the empty string. For two strings x, y, let xy denote their concatenation.
(a) Consider the set (also called a language) L = {ww : w ∈ {a, b}
∗}. Write a function that on input
a string x tests and outputs w... | 142c715dc432f7f95e4c2337845ad72b | {
"intermediate": 0.33311793208122253,
"beginner": 0.2491770088672638,
"expert": 0.41770505905151367
} |
32,574 | this is header
#include <iostream>
class Int17Matrix3D {
public:
Int17Matrix3D(int x, int y, int z) : width_(x), height_(y), depth_(z) {
arr_ = new int32_t[kNumLenght_ * x * y * z];
std::memset(arr_, 0, kNumLenght_ * x * y * z * sizeof(int32_t));
}
~Int17Matrix3D() {
delete[] arr_;
}
Int17Matri... | 8d2e22ff0907422aed6707f18fdba154 | {
"intermediate": 0.3031427562236786,
"beginner": 0.420168399810791,
"expert": 0.2766888737678528
} |
32,575 | I have this error:
Error: File: p3.m Line: 118 Column: 1
Function definition not supported in this context.
Create functions in code file.
for this code:
clear all
clc
%% User Input
D = input('Diffusion coefficient (m^2/s): ');
t_end = input('End time (s): ');
L = input('Spatial dimension-L (m): ');
k = input('Reacti... | 27599eb51cb154a0ea9fd29d440c706b | {
"intermediate": 0.3023439049720764,
"beginner": 0.4101235568523407,
"expert": 0.2875325679779053
} |
32,576 | public int SendMessage(string reciever, string content)
{
PortStatus = "Đang gửi tin";
var result = 0;
if (string.IsNullOrEmpty(PhoneNumber) || SIMCardCarrier == SIMCarrier.None)
return result;
var command = $@"AT+CMGS=""{reciever}""{Environment.NewLine}{content}";
var response = GetResponse(command);
if (response.Con... | c1512d8dc8b97322cfb27843e2a6d70c | {
"intermediate": 0.3144533932209015,
"beginner": 0.3671647906303406,
"expert": 0.31838178634643555
} |
32,577 | Write a function odds_outnumber(numbers) that takes a list of integer numbers and returns
True if the number of odd numbers is strictly bigger than the number of even ones
False otherwise.
In this problem, zero is considered to be neither odd nor even number.
Example input: [1, 2, 3, 4, 5, 6, 7]
Example output: True | 58c2f9cfe9c0972bbbe6faeb8d7d8760 | {
"intermediate": 0.3209950029850006,
"beginner": 0.37855979800224304,
"expert": 0.30044522881507874
} |
32,578 | given the following radial grid, I would like to make the mouse function work for that radial grid( it was previously a rectangular grid instead): -- Define variables to track mouse state
local isMousePressed = false
local pixelStartX, pixelStartY = 0, 0 -- Inizialite with default values
local gridStartX, gridStartY = ... | c8f37a8aaac8727ee69d2d74d28f3b78 | {
"intermediate": 0.30165547132492065,
"beginner": 0.5404021739959717,
"expert": 0.15794239938259125
} |
32,579 | hello | 7a1835f041d07e8e62087ba7cb5f9f48 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
32,580 | def update_video():
# Получение текущего кадра видео
ret, frame = video_capture.read()
if ret:
# Конвертация цветового пространства BGR в RGB
frame_rgb = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB)
# Создание изображения Tkinter из массива numpy
img = Image.fromarray(frame_rgb)
... | 58c8a73c3a9559f32fe2d44aa40b98c0 | {
"intermediate": 0.4358106851577759,
"beginner": 0.2635747194290161,
"expert": 0.300614595413208
} |
32,581 | in a c++ wxwidgets project, is there a way to change the order rows are visualized? In my case, I have a vector with int positions of pinned rows. So that way I want to control the order of displayed rows when first the rows in the pinned rows vector are shown and then the remaining rows in the original order. | ed9ae259c0bf042a1df7b2f31557dbac | {
"intermediate": 0.7773308753967285,
"beginner": 0.10981820523738861,
"expert": 0.11285087466239929
} |
32,582 | // Decompiled by AS3 Sorcerer 6.78
// www.buraks.com/as3sorcerer
//Game
package
{
import flash.display.MovieClip;
import flash.display.Stage;
import alternativa.init.OSGi;
import alternativa.init.Main;
import alternativa.init.BattlefieldModelActivator;
import alternativa.init.BattlefieldShare... | f98a5a2c4a4352df170bc0b74607bd0a | {
"intermediate": 0.24464894831180573,
"beginner": 0.48273423314094543,
"expert": 0.27261683344841003
} |
32,583 | Please fix this to be the most efficient and fastest way:
if feat_type == "transcript" {
gff_line += &format!(
"ID={};Parent={};gene_id={};transcript_id={}\n",
record.name(),
gene_name,
gene_name,
record.name()
);
} else {
let ... | 45a51297342b37bca398bdd30a16bbf4 | {
"intermediate": 0.32676661014556885,
"beginner": 0.44012096524238586,
"expert": 0.2331124097108841
} |
32,584 | [ WARN:1@25.047] global cap_msmf.cpp:471 `anonymous-namespace'::SourceReaderCB::OnReadSample videoio(MSMF): OnReadSample() is called with error status: -1072875772
[ WARN:1@25.047] global cap_msmf.cpp:483 `anonymous-namespace'::SourceReaderCB::OnReadSample videoio(MSMF): async ReadSample() call is failed with error sta... | e45e3dacc0ec56b5074f3ac7300e0458 | {
"intermediate": 0.47000518441200256,
"beginner": 0.1618974655866623,
"expert": 0.3680972754955292
} |
32,585 | Can you help me on my coding project? | 88782ca06588ea18560def33d7470b5d | {
"intermediate": 0.4925914704799652,
"beginner": 0.24451009929180145,
"expert": 0.2628984749317169
} |
32,586 | in a c++ wxwidgets project, is there a way to change the order rows are visualized? In my case, I have a vector with int positions of pinned rows. So that way I want to control the order of displayed rows when first the rows in the pinned rows vector are shown and then the remaining rows in the original order.
So make ... | 88f7cfc4db3284d3d2cb6a5ff05d703a | {
"intermediate": 0.7448514103889465,
"beginner": 0.10061376541852951,
"expert": 0.15453481674194336
} |
32,587 | I have 2 dice, one is fair and the other one is loaded. I select one of them with equal probability and roll it. Then after every roll there is a 0.9 probability that I roll the same die next time and 0.1 I switch to the other one. I need to calculate the probability of rolling 300 rolls with the fair die only. | d3a85ebd443f6dc7ec6e9ce5093afd9e | {
"intermediate": 0.3743319809436798,
"beginner": 0.31587088108062744,
"expert": 0.30979713797569275
} |
32,588 | Stata code | de181bb42b79fbe83333f59f88589475 | {
"intermediate": 0.17854663729667664,
"beginner": 0.24199481308460236,
"expert": 0.5794585347175598
} |
32,589 | finish the code:
//Adds the star ranking of a student for a course.
//If the student or the course does not exist, return false.
//If the student or the course does not exist, return false.
//Else if the student already has a star ranking for that course then return return false.
//Else, add a star ranking, update the ... | 35904c9948f94f6ade0eb195c31ae001 | {
"intermediate": 0.40105077624320984,
"beginner": 0.31536629796028137,
"expert": 0.2835829257965088
} |
32,590 | I have a gray image as a two-dimensional numpy array. I need to count the number of pairs for all pixel values located next to each other. The result should be a 256 X 256 matrix where element in row i and column j shows the number of pairs for pixel i and pixel j. | a1071c3482e3bfdc987307bed905484f | {
"intermediate": 0.43223655223846436,
"beginner": 0.2272939532995224,
"expert": 0.34046947956085205
} |
32,591 | def detect_face(frame):
# Загрузка каскадного классификатора для обнаружения лиц
face_cascade = cv2.CascadeClassifier('haarcascade_frontalface_default.xml')
# Преобразование кадра в оттенки серого
gray = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
# Обнаружение лиц на кадре
faces = face_cascade.de... | 773230ea770471dda9336e2948b65b49 | {
"intermediate": 0.3080834746360779,
"beginner": 0.5285999178886414,
"expert": 0.16331662237644196
} |
32,592 | используя bash выведи из строчки "● cpupower.service - Configure CPU power related setting" только "Configure CPU power related setting" | 2217925d31ae68694334bc2471e80083 | {
"intermediate": 0.34859904646873474,
"beginner": 0.2893542945384979,
"expert": 0.3620466887950897
} |
32,593 | [ 7%] Building CXX object lib/CMakeFiles/Int17Matrix3D.dir/Int17Matrix3D.cpp.o
[ 14%] Linking CXX static library libInt17Matrix3D.a
[ 14%] Built target Int17Matrix3D
[ 21%] Building CXX object bin/CMakeFiles/labwork5.dir/main.cpp.o
[ 28%] Linking CXX executable labwork5
Undefined symbols for architecture arm64:
"_ma... | ec2913a70759944c7801b7ddb98805ae | {
"intermediate": 0.499271035194397,
"beginner": 0.270476758480072,
"expert": 0.2302522361278534
} |
32,594 | i need to find a way to know the system state on the start of launcher (we write kotlin code in launcher for android tv). i want a way to know about
1. work of GC
2. if youtube / live TV was running for a long time before start of launcher
3. RAM was overloaded
on start of our app launcher. all this can be output with ... | 4fadc0c6720c19bb1d7f05823f4ba885 | {
"intermediate": 0.2631385326385498,
"beginner": 0.5889680981636047,
"expert": 0.14789338409900665
} |
32,595 | Hello! Please create a URL shortener in Racket please! | c036de1a13af8cad0859873818bd56b4 | {
"intermediate": 0.3787052631378174,
"beginner": 0.23277826607227325,
"expert": 0.38851654529571533
} |
32,596 | i need to find a way to know the system state on the start of launcher (we write kotlin code in launcher for android tv). i want a way to know about
1. work of GC
2. if youtube / live TV was running for a long time before start of launcher
3. RAM was overloaded
on start of our app launcher. all this can be output with ... | a24bb7b79ca1af577f89f5472761e2d7 | {
"intermediate": 0.2631385326385498,
"beginner": 0.5889680981636047,
"expert": 0.14789338409900665
} |
32,597 | Hi ChatGPT, I hope you are feeling good today. I have a locally built docker image and a docker hub account. Could you please tell me how to publish my image to docker hub? | 2ee08744f671e35ad6d8c290cae26c37 | {
"intermediate": 0.4521872401237488,
"beginner": 0.25024592876434326,
"expert": 0.29756689071655273
} |
32,598 | can u give me an code for an TASM code accepting 2 digit as input
here's should be the step by step process:
-the program will ask user to input first 2 digit binary number
-after the user input the first number, now is the time to ask the user to imput 2nd nuumber
-the program will add both numbers that user inputed
... | 41ca3bfaa086a8a96869ea0ee96682cd | {
"intermediate": 0.4653235673904419,
"beginner": 0.06529886275529861,
"expert": 0.4693776071071625
} |
32,599 | How do i get the list of my system's specs. I want cpu, ram, gpu, nvme | c81a2d66c5c846c8eba4974655398fec | {
"intermediate": 0.3006208837032318,
"beginner": 0.37053990364074707,
"expert": 0.3288392424583435
} |
32,600 | hi there | f3f91995d616af0fe5e345c48d3afa84 | {
"intermediate": 0.32885003089904785,
"beginner": 0.24785484373569489,
"expert": 0.42329514026641846
} |
32,601 | def HTTP_Request(endPoint, method, payload, Info):
timestamp = str(int(time.time() * 10 ** 3))
user.headers.update({'X-BAPI-TIMESTAMP': timestamp, 'X-BAPI-SIGN': genSignature(timestamp, payload, recv_window)})
url_with_endpoint = user.url_bybit_trade + endPoint
data = payload if method == "POST" else No... | 42f1e7055563450eee80b68bf388cc0a | {
"intermediate": 0.426220178604126,
"beginner": 0.37804704904556274,
"expert": 0.19573275744915009
} |
32,602 | def HTTP_Request(endPoint, method, payload, Info):
timestamp = str(int(time.time() * 10 ** 3))
user.headers.update({'X-BAPI-TIMESTAMP': timestamp, 'X-BAPI-SIGN': genSignature(timestamp, payload, recv_window)})
url_with_endpoint = user.url_bybit_trade + endPoint
data = payload if method == "POST" else No... | 7e5fcf570be8bf0888476093a172627f | {
"intermediate": 0.426220178604126,
"beginner": 0.37804704904556274,
"expert": 0.19573275744915009
} |
32,604 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Arrow : MonoBehaviour
{
public int damage = 1; // Damage value
void Start()
{
Invoke("Despawn", 3);
}
void Despawn()
{
Destroy(gameObject);
}
private void OnCollisionEnter2D(Co... | cf2d008ea378401f20fb671164bb5e50 | {
"intermediate": 0.3983490765094757,
"beginner": 0.3661248981952667,
"expert": 0.23552604019641876
} |
32,605 | Can you read PDF? | 45c3356ec2cff361eb70662b0ab0658d | {
"intermediate": 0.3503878712654114,
"beginner": 0.273554265499115,
"expert": 0.37605786323547363
} |
32,606 | 1. TASK
The starting point for your term paper will be the course book, the contents of which will serve as the basis for an in-depth examination of one of the following questions. You are expected to research and cite from sources corresponding to your chosen topic.
1.1 Description of the Task
You get (A) 4 training d... | 0447e255d94a012a484e03fd0c1c92ea | {
"intermediate": 0.38353079557418823,
"beginner": 0.3359762728214264,
"expert": 0.2804929316043854
} |
32,607 | After doing :split in vim, how can I change the file loaded in the other view or whatever it's called? | 0bdd945f6441d255627cced488c18be3 | {
"intermediate": 0.49798712134361267,
"beginner": 0.26333561539649963,
"expert": 0.23867720365524292
} |
32,608 | generate an image of a dog | f6822bb4b807f220dd6218e79f870889 | {
"intermediate": 0.2711998522281647,
"beginner": 0.21272119879722595,
"expert": 0.5160789489746094
} |
32,609 | how to append to an existing excel file in python | f72011118d594ba7bd23af940bd2cf85 | {
"intermediate": 0.4182031750679016,
"beginner": 0.2909822165966034,
"expert": 0.2908145785331726
} |
32,610 | package com.krieq.ka;
import org.bukkit.plugin.java.JavaPlugin;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.PluginCommand;
import java.util.List;
public class Main extends JavaPlugin {
@Override
public void... | a05db143b0d3be7b39d949f9db698b36 | {
"intermediate": 0.28570348024368286,
"beginner": 0.6624984741210938,
"expert": 0.05179804936051369
} |
32,611 | import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
import random
import math
from sklearn.model_selection import train_test_split
from sklearn.datasets import load_iris
iris_dataset = load_iris()
x = random.randint(0, 100)
y = random.randint(0, 100)
def cartesian_distance(x1, y1, x2, y2):
ret... | 3db999fc33337fe8022aa4d61e856fb4 | {
"intermediate": 0.31876280903816223,
"beginner": 0.457103967666626,
"expert": 0.22413326799869537
} |
32,612 | CPU: Ryzen 9 7950x 16 core 32 thread
GPU: Sapphire 11323-02-20G Pulse AMD Radeon RX 7900 XT Gaming Graphics Card with 20GB GDDR6, AMD RDNA 3 (vsync and freesync enabled in drivers)
Memory: DDR5 5600 (PC5 44800) Timing 28-34-34-89 CAS Latency 28 Voltage 1.35V
Drives: Samsung 990 Pro 2tb + WD_Black SN850X 4000GB
LAN: rea... | fa5cef1df3b40b4366e66820e907f859 | {
"intermediate": 0.3613569438457489,
"beginner": 0.34145134687423706,
"expert": 0.2971917390823364
} |
32,613 | import pandas as pd
import matplotlib.pyplot as plt
import numpy as np
import random
import math
from sklearn.model_selection import train_test_split
from sklearn.datasets import load_iris
iris_dataset = load_iris()
x = random.randint(0, 100)
y = random.randint(0, 100)
def cartesian_distance(x1, y1, x2, y2):
return ... | 94de77893a96887d88636ae5eb305274 | {
"intermediate": 0.5899894833564758,
"beginner": 0.17532813549041748,
"expert": 0.2346823811531067
} |
32,614 | make me a game | cc8958b79caf1194245bda26f93ecfa1 | {
"intermediate": 0.33053603768348694,
"beginner": 0.44182756543159485,
"expert": 0.22763638198375702
} |
32,615 | please make a 4 by 4 table in latex with names at the left and on the top of the table for each row and column | 4db3856fe63ca4bc10172abf22df9b52 | {
"intermediate": 0.3930029273033142,
"beginner": 0.21464328467845917,
"expert": 0.3923538327217102
} |
32,616 | imagine you are a researcher and make a new clean code for similarity detection using transformers | b8a92566532bc4720a5b62082a607a24 | {
"intermediate": 0.05341588333249092,
"beginner": 0.029315538704395294,
"expert": 0.9172685742378235
} |
32,617 | I want to scrape content started with "sk-" in .js files of the sites that can be accessed from Google with the search query "chat site:github.io" | 03cf56d75ab809027c772b53f5536031 | {
"intermediate": 0.27889376878738403,
"beginner": 0.33682262897491455,
"expert": 0.38428357243537903
} |
32,618 | I have 300 text files of JSON data. I need to extract all the phone numbers from the .txt files. How do I accomplish this quickly? | b3b8691634bad660e9b59d554a792ef7 | {
"intermediate": 0.5334286093711853,
"beginner": 0.25367972254753113,
"expert": 0.2128916084766388
} |
32,619 | using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Arrow : MonoBehaviour
{
public int damage = 1; // Damage value
void Start()
{
Invoke("Despawn", 3);
}
void Despawn()
{
Destroy(gameObject);
}
private void OnCollisionEnter2D(Co... | f1603b725541c0bd2c781437602f52a9 | {
"intermediate": 0.4054803252220154,
"beginner": 0.35116827487945557,
"expert": 0.24335132539272308
} |
32,620 | Write a MatLab code for the following problem.
Consider a 2D problem that models a pipe. In the y-direction, there is a finite width that can be specified by the user. In the x-direction, the system is not bounded. Start a random walker at the origin in the x-direction, and in the middle of the pipe along the width of... | 5195b2fcbd5a3809bc63cb07f67327ea | {
"intermediate": 0.3451307415962219,
"beginner": 0.3140028417110443,
"expert": 0.3408663868904114
} |
32,621 | in a c++ wxwidgets project, is there a way to change the order rows are visualized? In my case, I have a vector with int positions of pinned rows. So that way I want to control the order of displayed rows when first the rows in the pinned rows vector are shown and then the remaining rows in the original order.
So make ... | 085fe887f39cfcf6d9e67a9adc9be965 | {
"intermediate": 0.7708988785743713,
"beginner": 0.14404934644699097,
"expert": 0.08505173772573471
} |
32,622 | I have a Java program that needs to be ran with provided arguments, a token, or a file that provides a token. Give me an example of how this command could look like | 7332808c0c40feac784c9e9d6787de46 | {
"intermediate": 0.45096808671951294,
"beginner": 0.2794634997844696,
"expert": 0.26956844329833984
} |
32,623 | What does -- mean in a command line argument, and what would that look like in the Java args[] in the main method? | 4fe5ea91e6c2d156aa6994f0b2ff9569 | {
"intermediate": 0.4538539946079254,
"beginner": 0.3430657982826233,
"expert": 0.20308023691177368
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.