row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
3,714 | If i had close data in column a and indicator score in column b how i can use excel formulas to backtest a strategy that says if score be more than 30 we buy and when score is less than 20 we sell.and i want that overall profit of strategy computed | d1e7f59fde67c2ddb8663617dbf2b851 | {
"intermediate": 0.4489195942878723,
"beginner": 0.13963867723941803,
"expert": 0.41144177317619324
} |
3,715 | not(scalar grep { $_->{foo} eq "bar" } @$array)) | 95a248ee6250913a6c59e03b601a2130 | {
"intermediate": 0.29178401827812195,
"beginner": 0.44000065326690674,
"expert": 0.2682153284549713
} |
3,716 | Perl snippet:
unless (scalar grep { $_->{foo} eq "bar" } @$things) {
Write this without an unless | 500ceb645ac367d5b8db059df99e7496 | {
"intermediate": 0.27879610657691956,
"beginner": 0.46519845724105835,
"expert": 0.2560054361820221
} |
3,717 | // SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import “@openzeppelin/contracts/token/ERC721/ERC721.sol”;
import “@openzeppelin/contracts/access/Ownable.sol”;
import “@openzeppelin/contracts/utils/math/SafeMath.sol”;
contract FarmingCropNFT is ERC721, Ownable {
using SafeMath for uint256;
// Define events
ev... | 3334ce8b62969d1556894c7639fa86bf | {
"intermediate": 0.3189701735973358,
"beginner": 0.42603716254234314,
"expert": 0.25499260425567627
} |
3,718 | Partie 1 : Récupération d’information du token
Setup
On part d’un projet console Visual Studio.
Afin d’éviter les soucis d’encoding, vous pouvez forcer l’utilisation du mode
Multi-bytes via:
Project properties > Advanced > Character Set > Multi-Bytes
Sortie attendue
On souhaite avoir une sortie comme :
Owner: S-1-5-32-... | dfa8501c2805fe19e6e508e45f514ee0 | {
"intermediate": 0.4257679879665375,
"beginner": 0.34985384345054626,
"expert": 0.2243780940771103
} |
3,719 | Write code of simple neural network on Python which can be trained on third-dimensional number arrays with sizes 16x16x16 and can generate third-dimensional arrays with custom sizes. Use only Numpy library. Don't use PyTorch or Tensorflow.
General file of neural network "network.py" contains main structure and functio... | 7cff0f95b819cf4cd9bbdbfb3ff46301 | {
"intermediate": 0.4195990264415741,
"beginner": 0.15426276624202728,
"expert": 0.4261382222175598
} |
3,720 | Write me a code for an ask and answer website | e2bb254dd9523f610e0bfb70adfa08a9 | {
"intermediate": 0.3736124038696289,
"beginner": 0.3651728928089142,
"expert": 0.2612147331237793
} |
3,721 | give the previous reply | cd2b94eeff00343dbda0800b67b355ff | {
"intermediate": 0.3279590308666229,
"beginner": 0.3225798010826111,
"expert": 0.34946122765541077
} |
3,722 | ReferenceError: ethers is not defined
at module.exports (/Users/swetamukkollu/Desktop/phase2/migrations/1_deploy_contracts.js:16:50)
at Migration.<anonymous> (/usr/local/lib/node_modules/truffle/build/webpack:/packages/migrate/dist/src/Migration.js:86:1)
at Generator.next (<anonymous>)
at fulfilled (/usr/local/lib/node... | df2c5e69ffeabc569db769f34629208c | {
"intermediate": 0.3819126486778259,
"beginner": 0.28840887546539307,
"expert": 0.32967841625213623
} |
3,723 | integrate jquery and bootstrap in jinja2 | 3c5b4b4dddfdbddad5d1fc6b277d7385 | {
"intermediate": 0.6950578093528748,
"beginner": 0.13129562139511108,
"expert": 0.17364656925201416
} |
3,724 | TypeError: unbound method datetime.date() needs an argument | 252d8383e3a082f81837433878900a45 | {
"intermediate": 0.5100086331367493,
"beginner": 0.22672171890735626,
"expert": 0.26326969265937805
} |
3,725 | If you divide the mean absolute deviation by the mean of a dataset, you get an score on how much variation there is in the dataset. It can also detect for outliers. | e4c9771d25c18cf624181d2e81f1e8c4 | {
"intermediate": 0.36364832520484924,
"beginner": 0.22408397495746613,
"expert": 0.41226768493652344
} |
3,726 | ParserError: Invalid token.
--> blockchain proj.sol:79:40:
|
79 | require(crops[tokenId].exists, “Crop does not exist”);
| ^
for the below code remove the above mentioned error and give me full code
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
impo... | 1ff596f7b04089ac3248e27596103806 | {
"intermediate": 0.3581788241863251,
"beginner": 0.4305680990219116,
"expert": 0.2112530767917633
} |
3,727 | Hello you have been a great help to me in the recent times, this is the demo code sir has given to us, can you make changes to the code -------------------------------------import string
from pyspark import SparkContext
def word_count(sc, input_file):
# Load the text file
text_file = sc.textFile(input_file)
... | 6cf11e31989f4732f9fdb99b0f3145c3 | {
"intermediate": 0.5243749618530273,
"beginner": 0.25725463032722473,
"expert": 0.2183704674243927
} |
3,728 | c# maui radzen datepicker | d4ce878e67894cfdde1442c133ea17b4 | {
"intermediate": 0.40662410855293274,
"beginner": 0.34792274236679077,
"expert": 0.24545319378376007
} |
3,729 | The following code is suppose to: 1 - ask the us... | cd14887882bff24bb3f2b290f97b1580 | {
"intermediate": 0.330417662858963,
"beginner": 0.4134524464607239,
"expert": 0.2561298906803131
} |
3,730 | I want you to act as a model with knowledge and expertise in GENERALIZED LINEAR MODEL
Take note of the data file called "Credit_Score.xlsx"
Age Inc Home SelfEm Der Appl
38 4.52 Y N 0 1
33 2.42 N N 0 1
34 4.50 Y N 2 1
31 2.54 N N 0 1
32 9.79 Y N 1 1
23 2.50 N N 0 1
28 3.96 N N 0 1
29 2.37 Y Y 0 1
37 3.80 Y N 0 1
28 3.2... | b4c6ae87b4f86052ab9202509792a9a7 | {
"intermediate": 0.24084582924842834,
"beginner": 0.2990338206291199,
"expert": 0.4601203203201294
} |
3,731 | const LoanNFT = artifacts.require("LoanNFT");
(async () => {
const name = "LoanNFT";
const symbol = "LNFT";
const couponRate = 5;
const mintingPrice = web3.utils.toWei("0.001", "ether"); // Change the value to your desired minting price in Ether
const ethers = require('ethers');
const loanNFTInstance = aw... | d871ec47aacd5c4619a24852190d3622 | {
"intermediate": 0.4072410464286804,
"beginner": 0.3185868561267853,
"expert": 0.2741720676422119
} |
3,732 | Please convert the following python code to c++ :
#import required libs/files
import base64
import random
import string
import os
#set filename
filename = ("keyfile.key")
#set the user directory
homeDir = os.path.expanduser("~")
#generate random integers to use for minikey length
ke1 = random.randint(5000, 10000)
k... | 8a600209df3ab80989c0cd25a1b669b2 | {
"intermediate": 0.43729367852211,
"beginner": 0.37543073296546936,
"expert": 0.18727558851242065
} |
3,733 | //SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;
import "@openzeppelin/contracts/token/ERC721/ERC721.sol";
// Loan Contract
contract LoanNFT is ERC721 {
struct Loan {
uint256 id;
uint256 principal;
uint256 interestRate;
uint256 term;
uint256 maturityDate;
... | 9eda518bc8d9bee40c30d74dfa78ef29 | {
"intermediate": 0.30430328845977783,
"beginner": 0.3962797224521637,
"expert": 0.2994169592857361
} |
3,734 | do you know the what is npm ts-morph? can you use this library to compare two typescript definitions, which may be the interface, the function declaration and the class declaration | b8dbec96f15a5d24376dd32440d7850d | {
"intermediate": 0.5824922919273376,
"beginner": 0.3438984751701355,
"expert": 0.07360924035310745
} |
3,735 | what is your name | 93f9af8cbb61539e5e1c208d7f162652 | {
"intermediate": 0.38921836018562317,
"beginner": 0.3484736979007721,
"expert": 0.26230794191360474
} |
3,736 | full calnder with two inputs check in and checkout by react | 1db339ddaa95d7b578db44d56af8ce29 | {
"intermediate": 0.31074196100234985,
"beginner": 0.35263606905937195,
"expert": 0.3366219103336334
} |
3,737 | Assignment 4
In this assignment we will be connecting to a database directly through our frontend!
Step 0 - Setup
Create a Next.js using our starter code with the following command:
yarn create next-app --typescript --example "https://github.com/cornell-dti/trends-sp23-a4" YOUR_PROJECT_NAME
Create a Firebase Proje... | 740090bd65f85080aca0f39b1fe2c873 | {
"intermediate": 0.45674654841423035,
"beginner": 0.3276265859603882,
"expert": 0.21562688052654266
} |
3,738 | Ini adalah kode analisis sentimen teks menggunakan metode model gabungan BiLSTM-CNN yang dilanjutkan menggunakan SVM.
import numpy as np
import pandas as pd
import pickle
import re
from sklearn.model_selection import train_test_split
from sklearn.preprocessing import LabelEncoder
from sklearn.metrics import confusion_m... | 515c6803ffd9d14e8670c54fdd77090e | {
"intermediate": 0.29605832695961,
"beginner": 0.3590604066848755,
"expert": 0.34488120675086975
} |
3,739 | pass user parameters to niagara from c++ | 2c8952bb2ae80c2e5c32f5937381f4eb | {
"intermediate": 0.3933199644088745,
"beginner": 0.31550678610801697,
"expert": 0.2911732494831085
} |
3,740 | hello | 3fb38c2686910a23c5769ebeac877819 | {
"intermediate": 0.32064199447631836,
"beginner": 0.28176039457321167,
"expert": 0.39759764075279236
} |
3,741 | what ur api | 1240494bceae6fbd9e99faf9071695bb | {
"intermediate": 0.42056459188461304,
"beginner": 0.2792319059371948,
"expert": 0.3002035319805145
} |
3,742 | lua: main.lua:1: '}' expected near '='
table = {[1] = {'job1' = 0, 'job2' = 0, 'job3' = 0, 'job4' = 0},
[2] = {'job1' = 0, 'job2' = 0, 'job3' = 0, 'job4' = 0}} | 1369b3e27c95c246ed847e46dfabc448 | {
"intermediate": 0.18912126123905182,
"beginner": 0.6093781590461731,
"expert": 0.20150057971477509
} |
3,743 | CREATE SEQUENCE SEQ_USER
START WITH 1
INCREMENT BY 1;
CREATE TABLE QRY_QUEUE
(
ID NUMBER,
C_IN_TIME DATE,
C_EXEC_TIME DATE,
C_ST VARCHAR2 (1 BYTE),
C_QRY_TYPE NUMBER
);
CREATE TABLE ST_ABONENTS
(
ID NUMBER,
C_NAME VARCHAR2 (100 BYTE)
);
CREATE TABLE QRY... | 6b7bba578630eddf94be42815c3e9f2f | {
"intermediate": 0.30933791399002075,
"beginner": 0.4521009624004364,
"expert": 0.23856109380722046
} |
3,744 | I have a user whose Microsoft Office software is crashing when run on a Citrix host. I have opened a session to the host and logged in as the administrator, please guide me through investigating the cause of this issue through log files and configuration settings. | 2adfee40ac158114c7bad0437a4b6f3c | {
"intermediate": 0.43654605746269226,
"beginner": 0.2726796865463257,
"expert": 0.29077428579330444
} |
3,745 | table = {
[1] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4},
[2] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4}
}
for k,v in pairs(table) do
if k == 1 then
for item,worked in pairs(v) do
print("Item " .. item .. " Times Worked " .. worked)
end
... | de549e57151a1843ca3826503324be25 | {
"intermediate": 0.25628089904785156,
"beginner": 0.6000674366950989,
"expert": 0.14365175366401672
} |
3,746 | Etherium & the weakest Adresse to find private ket | bc353bb2edbbc20411cb653fbbbd7fee | {
"intermediate": 0.38140642642974854,
"beginner": 0.24109695851802826,
"expert": 0.377496600151062
} |
3,747 | I have written the following code:
<code>
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Graph;
using Microsoft.Identity.Client;
using System.Net.Http;
using Microsoft.Kiota.Abstractions.Authentication;
using System.Runtime.Remoting.M... | 4b30db6a0189a7b7c322d777670cc86c | {
"intermediate": 0.5100991725921631,
"beginner": 0.29174911975860596,
"expert": 0.19815164804458618
} |
3,748 | 帮我写一篇文章,用于发表在CSDN上,给出中文的文本进行关系抽取任务,用pytorch框架的bert模型改造,生成假数据,给出样例数据结构,实现关系抽取任务,要求写出完整的目录结构,以及全套实现代码,代码必须可运行,生成高质量文章。最后输入案例文本:‘陈明,男,1993年6月出生,研究生学历,2016年参加工作,现任福建软件有限公司总经理。’,抽取结果:
(陈明,出生年月,1993年6月),(陈明,学历,研究生),(陈明,参加工作,2016年),(陈明,职务,总经理) | c344c99707728337b5aa038e0240697d | {
"intermediate": 0.2976072430610657,
"beginner": 0.3285297155380249,
"expert": 0.37386301159858704
} |
3,749 | fivem lua
how could I trigger an event when a player joins a server and when the player leaves the server | da82423b78bddc931ad6b9ff92d03522 | {
"intermediate": 0.43103134632110596,
"beginner": 0.17274253070354462,
"expert": 0.396226167678833
} |
3,750 | i have a formula in excel and i want that the production of that formula be max. write a vba that by changing variable find the max for function.dont use solver.the variable cells are in am3 to ao3.and target cell is in ap3 | de7ccb950cb0c9f7e426bb715c99f066 | {
"intermediate": 0.35902705788612366,
"beginner": 0.3002699315547943,
"expert": 0.3407030403614044
} |
3,751 | I have written the following code to authenticate with Microsoft Azure.Identity:
<C#>
using Azure.Core;
using Azure.Identity;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Primitives;
using Microsoft.Graph;
using Microsoft.Kiota.Abstractions.Authentication;
using System.C... | aaf307c192f127b360aeaef9f989d5a1 | {
"intermediate": 0.3694911301136017,
"beginner": 0.5366392135620117,
"expert": 0.0938696637749672
} |
3,752 | lua
local table = {
[1] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4},
[2] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4}
}
how could I edit the value of item1 in the first table
eg change item1 to 2
[1] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4}
to
[1] = {... | c43f324ea849897775cd50c9abdb3cf5 | {
"intermediate": 0.360912561416626,
"beginner": 0.37302279472351074,
"expert": 0.26606467366218567
} |
3,753 | You are a senior developper in javascript. Develop a javascript web page for a virtual tour, using three.js, where you can navigate between several panorama | fab69d1ca7cddf9abf2c492b08282e1f | {
"intermediate": 0.35256269574165344,
"beginner": 0.2872886657714844,
"expert": 0.3601486384868622
} |
3,754 | riscrivi la funzione adattandoti alla struct Piece. ‘’‘struct Piece {
let type: String
let color: String
var position: (Int, Int)’‘’ inoltre board è di questo tipo [[Piece?]]
'''
func possibleMoves(piece: Piece) -> [(Int, Int)] {
var moves: [(Int, Int)] = []
switch piece.type {
case "King"... | 5e4cc0cd43245c4b2ed4d0aba099e0d0 | {
"intermediate": 0.3415455222129822,
"beginner": 0.5065342783927917,
"expert": 0.15192028880119324
} |
3,755 | import torch
import torch.nn as nn
from transformers import BertModel, BertTokenizer, BertConfig
class RelationExtractionModel(nn.Module):
def __init__(self, pretrained_model_name, num_labels):
super().__init__()
self.bert = BertModel.from_pretrained(pretrained_model_name)
self.dropout = nn... | 63b6fe2844f6a65510594540deeae9a3 | {
"intermediate": 0.28521591424942017,
"beginner": 0.44854721426963806,
"expert": 0.26623690128326416
} |
3,756 | i have a function in excel and i want the answer of that be max by changing variables. the variables are in am3 to ao3.and target cell is in ap3.dont use solver. and i have a constraint that am3+an3+ao33=100.write a vba to find the value of am3 an3 and ao3 | 3153f57c53e2833505c320fb95935d35 | {
"intermediate": 0.38624200224876404,
"beginner": 0.35782551765441895,
"expert": 0.255932480096817
} |
3,757 | i have a function in excel and i want the answer of that be max by changing variables. the variables are in am3 to ao3.and target cell is in ap3.dont use solver. and i have a constraint that am3+an3+ao33=100.write a vba to find the value of am3 an3 and ao3 | bb07bb970b38f5427a44a6f3122612f7 | {
"intermediate": 0.38624200224876404,
"beginner": 0.35782551765441895,
"expert": 0.255932480096817
} |
3,759 | -- Initial table
local table = {
[1] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4},
[2] = {['item1'] = 1, ['item2'] = 2, ['item3'] = 3, ['item4'] = 4}
}
Lua
how can I get the sum of all the values in the sub table of [1] | 699b6aad96c193d25f918f37353379c0 | {
"intermediate": 0.4545149803161621,
"beginner": 0.2756519019603729,
"expert": 0.2698330879211426
} |
3,760 | curl: (35) TCP connection reset by peer | 05155eb02fdd8a57330c5220c8fa9070 | {
"intermediate": 0.3468222916126251,
"beginner": 0.29538682103157043,
"expert": 0.3577909469604492
} |
3,761 | DELETE CASCADE FROM public.tasks
where tasks.id> 36600 ERROR: syntax error at or near "CASCADE"
LINE 1: DELETE CASCADE FROM public.tasks | 1f5c5218a273f10263852a0efe196895 | {
"intermediate": 0.26851335167884827,
"beginner": 0.48136991262435913,
"expert": 0.2501167953014374
} |
3,762 | How to create multiple relations with the same key in Typeorm? | d9a8f3172cc5de2f0b1b6a5342d6d31d | {
"intermediate": 0.48704254627227783,
"beginner": 0.1231779009103775,
"expert": 0.3897795081138611
} |
3,763 | converti questo codice BoardView in swiftui.
'''
import UIKit
private extension Piece {
var imageName: String {
return "\(type.rawValue)_\(color.rawValue)"
}
}
protocol BoardViewDelegate: AnyObject {
func boardView(_ boardView: BoardView, didTap position: Position)
}
class BoardView: UIView {
... | 1e26feb1e884463410181ac19cd0793c | {
"intermediate": 0.27036526799201965,
"beginner": 0.6602397561073303,
"expert": 0.0693950429558754
} |
3,764 | <dl class="col-sm-12 col-md-4">
<dt>
<a title="Details for Angela Contat" href="/angela-contat_id_G8372470165765008743"> Angela Contat
</a> </dt>
<dd>Age 51 (Sep 1971)</dd>
</dl> <dl class="col-sm-12 col-md-4">
<dt>
<a title="Details for Angela Contat" href="/angela-contat_id_G8372470165765008743"> Angela Contat
</a> ... | 51dd79911a575e941d37c8de9cb55091 | {
"intermediate": 0.2585374414920807,
"beginner": 0.5075211524963379,
"expert": 0.23394140601158142
} |
3,765 | Generate me a python that can monitor a network interface | dc2a231ed382755c16a4c499de6f1eda | {
"intermediate": 0.5731562972068787,
"beginner": 0.07478595525026321,
"expert": 0.3520578145980835
} |
3,766 | Hi | 74a4ef557590cc1189d5e05856d81c45 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
3,767 | I'm building a website. can i make it that, on-hover, an element on a certain page shows a visual preview of an element on a different page? how? | 8ccccff6b7c71c467c2297562e8aa2b6 | {
"intermediate": 0.46752774715423584,
"beginner": 0.21933454275131226,
"expert": 0.3131376802921295
} |
3,768 | fivem scripting
TaskTurnPedToFaceEntity(PlayerPedId(), car, 1000)
but make it so the ped has his back to the entity looking away from it | a562bf2c646051bdec15c759cb2b9f7a | {
"intermediate": 0.3594396412372589,
"beginner": 0.31581005454063416,
"expert": 0.3247503340244293
} |
3,769 | make arduino code sokoban with 5110lcd | f5f6c7e42a94a25debd09d4eb68533ee | {
"intermediate": 0.33630815148353577,
"beginner": 0.1995391696691513,
"expert": 0.4641527235507965
} |
3,770 | make arduino code sokoban with 5110lcd | be3f68e6a3902a4e1c5b7e085d51e330 | {
"intermediate": 0.33630815148353577,
"beginner": 0.1995391696691513,
"expert": 0.4641527235507965
} |
3,771 | fivem scripting
local CarScraps = {
{x = -435.79, y = -1711.64, z = 18.99, h = 87.26},
{x = -447.42, y = -1709.48, z = 18.78, h = 184.49},
{x = -471.9, y = -1702.52, z = 18.65, h = 82.13},
{x = -494.41, y = -1758.18, z = 18.5, h = 63.84},
{x = -499.02, y = -1755.84, z = 18.42, h = 178.39},
{x = -507... | eccd88650d37d9551e4494937f91e5a1 | {
"intermediate": 0.32419654726982117,
"beginner": 0.3943997919559479,
"expert": 0.28140372037887573
} |
3,772 | fivem scripting how to make it so all the client see the same exact particle effect. basiclly syncing the effect between all clients | d7fb9a6b64bd05866cf4047b06f026ff | {
"intermediate": 0.25544503331184387,
"beginner": 0.20787180960178375,
"expert": 0.5366831421852112
} |
3,773 | Suppose you have two large datasets: the first dataset contains information about user activity
on a website. It consists of log files in CSV format, where each row represents a single page visit
by a user. Each row includes the following fields:
• IP address (string)
• Timestamp (int)
• URL visited (string)
The seco... | 0c7d3ea9f8cd5ef22909cd0a91066dc6 | {
"intermediate": 0.47820401191711426,
"beginner": 0.20213113725185394,
"expert": 0.3196648359298706
} |
3,774 | I need to use the ubuntu console from the repository https://huggingface.co/lllyasviel/ControlNet-v1-1/tree/main to download all files with the extension .pth | 277a550875c32dbe251ea2984d8b5df8 | {
"intermediate": 0.37622562050819397,
"beginner": 0.19636231660842896,
"expert": 0.4274120032787323
} |
3,775 | Fix the code.
private void sawtooth2Image() {
if (image != null) {
// Создаем копию исходного изображения
BufferedImage sawtoothContrastImage = deepCopy(image);
// Запрос значения порогов в цикле до тех пор, пока пользователь не введет правильные значения
float t1 = 0, t2 = 0;
boolean val... | 3cba65014540db4a390e3e7750cd4589 | {
"intermediate": 0.2989234924316406,
"beginner": 0.47100457549095154,
"expert": 0.23007194697856903
} |
3,776 | Почему сразу не обновляются данные? async changeRole(userName: string, userRole: 'admin' | 'user') {
try {
const { result } = await changeRole({
username: userName,
role: userRole
})
const user = this.users.find((u) => u.name === userName)
if (user) {
user.role = us... | c0619011b354051e64aafa94f9778fdf | {
"intermediate": 0.3367083668708801,
"beginner": 0.46089568734169006,
"expert": 0.20239593088626862
} |
3,777 | new Intent(
Intent.ACTION_PICK,
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI); | bbcda32667266c55bc55851c6c702b72 | {
"intermediate": 0.36748582124710083,
"beginner": 0.22669823467731476,
"expert": 0.4058159291744232
} |
3,778 | Cannot make a static reference to the non-static method sawtoothContrastUp(BufferedImage, float, float) from the type ImageReader. FIx this.
// Гистограмма для sawtooth3Image()
private void sawtooth3Image() {
if (image != null) {
BufferedImage combinedImage = deepCopy(image); // Создаем копию исхо... | 3f0b9d78c78039dfe10a89565fd94d03 | {
"intermediate": 0.2496197670698166,
"beginner": 0.42382344603538513,
"expert": 0.3265567719936371
} |
3,779 | teeth cannot be resolved to a variable. Fix this.
private BufferedImage zigzagContrast(BufferedImage image, int t1, int t2, int index) {
BufferedImage resultImage = new BufferedImage(image.getWidth(), image.getHeight(), BufferedImage.TYPE_INT_RGB);
Color c;
int width = image.getWidth();
... | 71e4e8149715452940faf869aa240c1f | {
"intermediate": 0.29427123069763184,
"beginner": 0.41846221685409546,
"expert": 0.2872665226459503
} |
3,780 | What is this doing: curl -X POST --data '{ "email": "somebody@example.com", "phone": "+40743123123", "password": "hackmenow" }' localhost:2023/accounts/ | 8aff322540c17c370c2cdb318bf39027 | {
"intermediate": 0.41672995686531067,
"beginner": 0.24026913940906525,
"expert": 0.3430009186267853
} |
3,781 | hi | e22da97e4a809024a18fe4becf141bb2 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
3,782 | need to arrange withiness properly, so ".background" stays withing flag background emoji icon together with text centered in it all. maybe there's a way to make some padding or space between the flags through "<div class="main">" container, to adjust the spacing between the flags <divs> with texts and a shade. | 3fc00d6bd95c1de22b607a096b4beb95 | {
"intermediate": 0.4340164065361023,
"beginner": 0.2726482152938843,
"expert": 0.2933354377746582
} |
3,783 | I have a break joints/welds script for my roblox game, it kills players though, would there be any way to make it only destroy welds and not kill the players? | 55026f07634b1a41297a32fa7168885d | {
"intermediate": 0.49080437421798706,
"beginner": 0.21685616672039032,
"expert": 0.29233941435813904
} |
3,784 | Write a piece of code where if a Robloxian clicks a block, it makes them fall over. The animation has to be fully done inside the script and done for an R15 Rig. | d4f50a19c2ada2c1da3f3a06cc463936 | {
"intermediate": 0.34028950333595276,
"beginner": 0.1351771205663681,
"expert": 0.5245333909988403
} |
3,785 | i want write some python code for bayes | db28ccd001281e74fe35e2cfc24d473a | {
"intermediate": 0.35654160380363464,
"beginner": 0.19138267636299133,
"expert": 0.4520757496356964
} |
3,786 | Do you know of the JieBa pip? | e4edee3b34f9af14c078cb0743825648 | {
"intermediate": 0.6014077067375183,
"beginner": 0.1529833972454071,
"expert": 0.2456088662147522
} |
3,787 | c++ initialize array of length 4 with variables of 2d int arrays | 8710527b29c6cdc1626faca158248134 | {
"intermediate": 0.34264692664146423,
"beginner": 0.37057021260261536,
"expert": 0.2867828607559204
} |
3,788 | USB signalling and transceiver simulation matlab code | 53935ec1fa6f779dddb04f1c8972b3a8 | {
"intermediate": 0.3304845988750458,
"beginner": 0.3148333430290222,
"expert": 0.3546820878982544
} |
3,789 | how can i find the start index of repetition in time series in dataframe | 988f73016869a2bd90624f1a12a7baa1 | {
"intermediate": 0.40128809213638306,
"beginner": 0.29887115955352783,
"expert": 0.29984068870544434
} |
3,790 | fixe bitte die tests und antworte auf deutsch
<div class="jasmine-spec-detail jasmine-failed"><div class="jasmine-description"><a href="/context.html?spec=TimeoutService">TimeoutService</a> > <a href="/context.html?spec=TimeoutService%20initTimeout">initTimeout</a> > <a title="should start the timeout" href="/co... | d26aa35a68980137e60a4ced8f2bc4f8 | {
"intermediate": 0.34999772906303406,
"beginner": 0.5049062371253967,
"expert": 0.1450960338115692
} |
3,791 | spring-boot-maven-plugin | b14b4ee6c795fca08a6ca2efc8bcb277 | {
"intermediate": 0.44056978821754456,
"beginner": 0.1806577444076538,
"expert": 0.378772497177124
} |
3,792 | code me a basic movement system for unity | 204e7e549c69ad94814ffa7bc6e22901 | {
"intermediate": 0.38821664452552795,
"beginner": 0.26290273666381836,
"expert": 0.3488806188106537
} |
3,793 | Please write a dx9 hlsl code that changes the specified RGB to the specified RGB within the selected area: | 3b24b8ccfb8b1a8e57ddec9d2c76b9c1 | {
"intermediate": 0.4072330594062805,
"beginner": 0.13406601548194885,
"expert": 0.45870092511177063
} |
3,794 | hi | 00d92d526f4483d62f25ff71c1046f47 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
3,795 | If activeCell.Column = 11 And activeCell.Value <> "" Then how will I adjust this using Offset, so that the cell just before the activeCell.Value is <> "" | ffcc68326a58594b4507446c774b4371 | {
"intermediate": 0.4230059087276459,
"beginner": 0.27777498960494995,
"expert": 0.2992191016674042
} |
3,796 | Используя этот код.
private static void nine(Mat image, int t1, int t2) {
for (int i = 0; i < image.rows(); i++)
for (int j = 0; j < image.cols(); j++) {
double[] data = image.get(i, j);
for (int p = 0; p < image.channels(); p++) {
int cell =... | 0f4e46cc4b5c61e12b46cdc20a71f5e1 | {
"intermediate": 0.28971782326698303,
"beginner": 0.4679299294948578,
"expert": 0.24235232174396515
} |
3,797 | Code moi un flappy bird en python | f386ec2f1a61586c24b6e37cdd7c62a7 | {
"intermediate": 0.2428484708070755,
"beginner": 0.3942283093929291,
"expert": 0.3629232347011566
} |
3,798 | using python3, Create a program that takes (at least) three command line arguments. The first two will be integers and the third will be a float.
On one line, separated by spaces, print the sum of the first two arguments, the product of the first and third arguments, the first argument modulo the second, and the i... | d50fd67d36224b197512b51828ce250b | {
"intermediate": 0.3651158809661865,
"beginner": 0.31336140632629395,
"expert": 0.3215227425098419
} |
3,799 | how to make minecraft in unity with code | a57cf78c03db881f76a9b2679eb2ee5d | {
"intermediate": 0.2780815362930298,
"beginner": 0.29294440150260925,
"expert": 0.4289740324020386
} |
3,800 | hi | eaac0747ac8347edd228f54a5a6f7671 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
3,801 | Fix this.
else if (e.getSource() == sawtooth4Button) {
zigzagContrastImage();
}
private void nine(Mat image, int t1, int t2) {
if (image != null) {
// Запрос значений порогов у пользователя
t1 = (int) ImageReader.userInput("Введите значение порога 1: ", 0, 255);
t2 = (int) ImageR... | 808cca8985820b2c6bcca58c3ca2a01e | {
"intermediate": 0.2623908221721649,
"beginner": 0.4920819103717804,
"expert": 0.2455272674560547
} |
3,802 | I have an incremental formula in a column. The formula in row 74 is; =IF($A74<>"",VLOOKUP($A74,LIST!$A$2:$C$54,3,FALSE),"") . Using VBA to replicate this formula I have the code .Range("K2:K" & lastRow).FormulaR1C1 = _
"=IF(RC[-10]<>"",VLOOKUP(RC[-10],LIST!R2C1:R54C3,3,FALSE),"""")" . Comparing both, what is wrong with... | cf808251fccfab6f80b08877cdd7698b | {
"intermediate": 0.38579583168029785,
"beginner": 0.297993928194046,
"expert": 0.31621024012565613
} |
3,803 | Liminal consumption of “the cosmic ballet”: an autoethnography | 61c2176f086813491269047fc757f418 | {
"intermediate": 0.2994833290576935,
"beginner": 0.3611140847206116,
"expert": 0.33940258622169495
} |
3,804 | html & php how to get the input text of a html form | 10e98470cd8e8b4aa8d1d6929a479c41 | {
"intermediate": 0.4278569221496582,
"beginner": 0.3329273462295532,
"expert": 0.23921573162078857
} |
3,805 | Act as a python programmer, use python3, use define function. Use a simple python script to create a program that takes (at least) three command line arguments. The first two will be integers and the third will be a float.
On one line, separated by spaces, print the sum of the first two arguments, the product of the f... | ae5ffde954bedac50f222d3b8a0d7a2f | {
"intermediate": 0.27946680784225464,
"beginner": 0.4235483407974243,
"expert": 0.29698482155799866
} |
3,806 | 这个代码有什么问题吗:
void bfs(Node *start){
cout<< "----------Breadth First Seacrh----------"<<endl;
Queue<Node> queue;
Vector<std::string> visited;
Node *temp = start;
queue.add(*temp);
while(!queue.isEmpty()){
Node temp = queue.dequeue();
cout << temp.name <<endl;
visited.add(te... | 5314c127d67f31c2587dc5420b8d83fd | {
"intermediate": 0.3165868818759918,
"beginner": 0.4320325255393982,
"expert": 0.25138059258461
} |
3,807 | I want to create a table in sql server TransTbl where TransID is the PK , CustID is FK form CustomerTbl, CustName is another FK, ProductID is another FK from ProductTbl, ProductName another FK, Product QTY another FK and ProductMFee another FK | 6cdcdb69027666613f726ce6d983cbc7 | {
"intermediate": 0.48083049058914185,
"beginner": 0.22613506019115448,
"expert": 0.29303449392318726
} |
3,808 | Eliminate the recursion from the implementation of depthFirstSearch by using a stack to store the unexplored
nodes. At the beginning of the algorithm, you simply push the starting node on the stack. Then, until the
stack is empty, you repeat the following operations:
1. Pop the topmost node from the stack.
2. Visit tha... | 901849c8a091dd2b899cc25f4e8b9c95 | {
"intermediate": 0.3265075981616974,
"beginner": 0.14038337767124176,
"expert": 0.5331090092658997
} |
3,809 | Create a program with python version 3, use simple terms, and define function, that takes (at least) three command line arguments. The first two will be integers and the third will be a string.
Prints the larger of the two integers. If they are equal, do not print either one.
If the word "time" appears in th... | b7a14db4a5159f22efd51c436258ca96 | {
"intermediate": 0.2721502482891083,
"beginner": 0.5164762735366821,
"expert": 0.21137350797653198
} |
3,810 | /*
* File: Traverse.cpp
* ------------------
* This program reimplements the breadth-first search using an
* explicit queue, and depth-first search algorithm using an explicit stack
*/
#include <iostream>
#include <fstream>
#include <string>
#include <set>
#include <stack>
#include <queue>
#include "CSC3002OJActi... | 2b0b037e5e9cee6a3f67d7521ec9a53b | {
"intermediate": 0.3549553453922272,
"beginner": 0.41091203689575195,
"expert": 0.2341325730085373
} |
3,811 | /*
* File: Traverse.cpp
* ------------------
* This program reimplements the breadth-first search using an
* explicit queue, and depth-first search algorithm using an explicit stack
*/
#include <iostream>
#include <fstream>
#include <string>
#include <set>
#include <stack>
#include <queue>
#include "CSC3002OJActi... | dbf800c2ea0869317964bcd1b09089ed | {
"intermediate": 0.2936212718486786,
"beginner": 0.4607432782649994,
"expert": 0.24563544988632202
} |
3,812 | Write a function that prints out the numbers from 1 to 100, except that multiples of 3 are replaced by "fizz" and multiples of 5 are replaced by "buzz". Multiples of 3 and 5 should be replaced by "fizzbuzz". | 36d7586123731f630958e6ea445121f3 | {
"intermediate": 0.22149275243282318,
"beginner": 0.5813389420509338,
"expert": 0.19716830551624298
} |
3,813 | Design me a website using html, javascript, and css | dc841553d33006cfd089f33671f3e03b | {
"intermediate": 0.4561944007873535,
"beginner": 0.28859174251556396,
"expert": 0.2552138566970825
} |
3,814 | do you know the paper “Liminal consumption of “the cosmic ballet”: an autoethnography”? | 7e7a2667d3c740836dec2f30f0c0cd8d | {
"intermediate": 0.22004418075084686,
"beginner": 0.20318107306957245,
"expert": 0.5767748355865479
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.