row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
16,474 | WITH T_VAL_DETAILS AS (
WITH DATATEMP AS
(
SELECT
snap_date,
nascent_id,
last_pay_ago_days,
pay_all_times,
pay_amount
FROM
dws_customer_area_rfm_day_snap_td_di
WHERE
area_id = 80000033
AND last_pay_ago_days IS NOT NULL
AND pay_all_times IS NOT NULL
AND pay_amount IS NOT NULL
)
-- 查询R、F、... | 071419c1f10433a6ce71cf68c72013af | {
"intermediate": 0.2644565999507904,
"beginner": 0.3925634026527405,
"expert": 0.34297996759414673
} |
16,475 | dx12 createcommittedresource | 9b84bdc4ee6aad49a4de6b9523e28337 | {
"intermediate": 0.334600031375885,
"beginner": 0.29386579990386963,
"expert": 0.37153419852256775
} |
16,476 | make a one way hashing function in python, with character maps and other encryption methods, make this very secure, speed is not the most important part but keep it optimized still.
Sure, here is a custom variation on sha-512 with some extra features like | 7ccae8618bb3c8fbc98d36faa4db8e1f | {
"intermediate": 0.14329099655151367,
"beginner": 0.10226362943649292,
"expert": 0.7544454336166382
} |
16,477 | <html>
<head>
<style>
h2 {
color: #FF6384;
padding-left: 250px;
}
h4 {
color: #123456;
margin-top: 10px;
margin-bottom: -0px;
font-size: 24px;
}
.predescription {
color: #4c4d33;
font-size: 18px;
font-style: italic;
padding-left: 0px;
font-weight: bold;
}
div {
border: 2px solid #f1f5f9;
border-radius:5px;
padding:... | 1af496ed292a7f5db152dbab598aa73e | {
"intermediate": 0.35552677512168884,
"beginner": 0.27487173676490784,
"expert": 0.3696014881134033
} |
16,478 | Add on to the python code, check any existing txt generated with the same title. if yes, no need to process the email and proceed to next email.
import win32com.client
import os
import re
from transformers import BartTokenizer, BartForConditionalGeneration
import time
print("Script started")
# Set up Outlook applicat... | 78f8e694932ed57981d799f98cf1ea25 | {
"intermediate": 0.416377454996109,
"beginner": 0.39354631304740906,
"expert": 0.19007623195648193
} |
16,479 | <html>
<head>
<style>
html{
background-color: #010905;
}
h2 {
color: #FF6384;
text-align: center;
}
h4 {
color: #123456;
margin: 1px auto;
font-size: 24px;
}
.predescription {
font-size: 18px;
font-style: italic;
color: #4c4d33;
text-align: left;
padding-left: 18px;
width: 100%;
margin-top: 5px;
... | 5bdca540e137539875c99de6dbf90e0c | {
"intermediate": 0.35566961765289307,
"beginner": 0.32342198491096497,
"expert": 0.32090839743614197
} |
16,480 | Which part of the code should i add or change so that to overcome this error: error saving summary for email : [Errno 22] invalid arguement: xxx.txt.
import win32com.client
import os
import re
from transformers import BartTokenizer, BartForConditionalGeneration
import time
print("Script started")
# Set up Outlook a... | 417cb4e1e849070a3dab5ddd85dff4d8 | {
"intermediate": 0.3663741946220398,
"beginner": 0.4315081238746643,
"expert": 0.20211762189865112
} |
16,481 | can i applied sentiment similarity add in end layer of bert NER ? | 2e3de3d10af47e3f32031f86c0f369e9 | {
"intermediate": 0.1468561291694641,
"beginner": 0.08619701862335205,
"expert": 0.7669468522071838
} |
16,482 | hide referer header in asp.net web config file | 0742395cf17f92e73688ddc4817f6f33 | {
"intermediate": 0.3834264278411865,
"beginner": 0.2744814455509186,
"expert": 0.3420921564102173
} |
16,483 | body, td, input, textarea, select {
font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #f5f5f5;
height: 100%;
}
input {
vertical-align: left;
-moz-border-radius: 4px 4px 4px 4px;
-webkit-border-radius: 4px 4px 4px 4px;
border: 1px solid #ccc;
border-radius: 4px... | a62cd9ae3f610fc1c3cf19304290cedd | {
"intermediate": 0.32998090982437134,
"beginner": 0.400137335062027,
"expert": 0.2698817551136017
} |
16,484 | is there any way to unformat margin and padding for P element without actually stating margin or padding values? | fa6a90bf1e5074ec731da2cbd02aa979 | {
"intermediate": 0.5055770874023438,
"beginner": 0.12268225103616714,
"expert": 0.3717406392097473
} |
16,485 | how to change cvv number field type to password in zuora hpm | aaef31cea7bc6ba06ebcf77b8e6d929a | {
"intermediate": 0.4053250253200531,
"beginner": 0.2555607557296753,
"expert": 0.3391142189502716
} |
16,486 | помоги, что делать? как исправить в терминале, чтобы установить filezilla
[root@rhel82 /]# sudo dnf install /home/rpoint/filezilla_.aarch64.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 0:28:21 ago on Fri 28 Jul 2023 10:36:17 AM MSK.
Error:
Problem: conflicting requests
- package... | 3e7cdc571d97f12953e87d9611be50ed | {
"intermediate": 0.26729345321655273,
"beginner": 0.5409942865371704,
"expert": 0.1917121559381485
} |
16,487 | Comment transformer "long long current_time = std::chrono::time_point_cast<std::chrono::seconds>(std::chrono::steady_clock::now()).time_since_epoch().count();" en "std::tm*" | e38b73f2f093e9162495bf03452a2704 | {
"intermediate": 0.26409703493118286,
"beginner": 0.5893920063972473,
"expert": 0.14651097357273102
} |
16,488 | <html>
<head>
<style>
html{
background-color: #fff;
}
h2, h4 {
font-size: 18px;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
text-transform: initial;
letter-spacing: 0px;
line-height: 1.5;
text-decoration: none;
white-space: pre-wrap;
word-wrap: break-word;
font-family: 'monospace', sans-... | df242f142a7b3377b542269e40b134b6 | {
"intermediate": 0.31949254870414734,
"beginner": 0.27786245942115784,
"expert": 0.4026450216770172
} |
16,489 | [root@rhel82 /]# sudo dnf install home/rpoint/filezilla-3.7.4.1-1.el7.x86_64.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 0:46:27 ago on Fri 28 Jul 2023 10:36:17 AM MSK.
Error:
Problem: conflicting requests
- nothing provides libgnutls.so.28()(64bit) needed by filezilla-3.7.4.1-... | 16051b0e806402040f4223631bffd6f2 | {
"intermediate": 0.3404662311077118,
"beginner": 0.3767552375793457,
"expert": 0.2827785015106201
} |
16,490 | Привет у меня сайт как мне через JS нажать на иконку? | 21d2552d6239faf8d1a9412945a437fb | {
"intermediate": 0.25396063923835754,
"beginner": 0.29778656363487244,
"expert": 0.44825276732444763
} |
16,491 | I used this code: def signal_generator(df):
if df is None:
return ''
ema_analysis = []
candle_analysis = []
df['EMA1'] = df['Close'].ewm(span=1, adjust=False).mean()
df['EMA5'] = df['Close'].ewm(span=5, adjust=False).mean()
df['EMA20'] = df['Close'].ewm(span=20, adjust=False).mean()
... | 4c7c6ed897aca3a3efeff4127f8e627c | {
"intermediate": 0.2638322710990906,
"beginner": 0.4638044834136963,
"expert": 0.27236324548721313
} |
16,492 | nodejs readFile method | 567c6532e4534723e9d0c8f7f7779d85 | {
"intermediate": 0.3654114902019501,
"beginner": 0.34558117389678955,
"expert": 0.28900739550590515
} |
16,493 | <html>
<head>
<style>
html{
background-color: #fff;
}
h2, h4, textarea {
font-size: 18px;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
text-transform: initial;
letter-spacing: 0px;
line-height: 1.5;
text-decoration: none;
white-space: pre-wrap;
word-wrap: break-word;
font-family: 'monospa... | cb1c7e0a54bced845a1a6c5ba87551d9 | {
"intermediate": 0.29023900628089905,
"beginner": 0.28337937593460083,
"expert": 0.42638158798217773
} |
16,494 | <html>
<head>
<style>
html{
background-color: #fff;
}
h2, h4, textarea {
font-size: 18px;
font-style: normal;
margin-top: 0px;
margin-bottom: 0px;
font-weight: bold;
text-transform: initial;
letter-spacing: 0px;
line-height: 1.5;
text-decoration: none;
white-space: pre-wrap;
word-wrap: break-word;
font-family: 'monospa... | 178e71c2f70be5770f9c0df247e2344c | {
"intermediate": 0.29023900628089905,
"beginner": 0.28337937593460083,
"expert": 0.42638158798217773
} |
16,495 | describe the rest of the steps in RSA Algorithm through that fashion as in "<h4>🔒 Select two distinct prime numbers, p and q: <span id=‘primeNumbers’></span><span id=‘primeLength’></span></h4>". add appropriate span values at the end of each h4 tag for every steps. integrate whole functionality in javascript and outpu... | ef7a9164dd4904f96105fcb6b46b2da4 | {
"intermediate": 0.2998098134994507,
"beginner": 0.3762887716293335,
"expert": 0.3239014148712158
} |
16,496 | describe the rest of the steps in RSA Algorithm through that fashion as in "<h4>🔒 Select two distinct prime numbers, p and q: <span id=‘primeNumbers’></span><span id=‘primeLength’></span></h4>". add appropriate span values at the end of each h4 tag for every steps. integrate whole functionality in javascript and outpu... | 9ed289174d28aaca0090c6e65c6fd780 | {
"intermediate": 0.2998098134994507,
"beginner": 0.3762887716293335,
"expert": 0.3239014148712158
} |
16,497 | it overloads the browser without any errors. where could be a problem here?: <html><head>
</head>
<body>
<h2>RSA Encryption Algorithm Visualization</h2>
<div>
<h4>🔒 Select two distinct prime numbers, p and q: <span id='primeNumbers'></span><span id='primeLength'></span></h4>
<p class='description'><b>→ Get special num... | 4c0eda9f7c6133add917ec9d5187ca0c | {
"intermediate": 0.3651735186576843,
"beginner": 0.2897486090660095,
"expert": 0.34507790207862854
} |
16,498 | hi | 6289fe6bba3657f41bc0d33c3c7d1878 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
16,499 | I used this code: def signal_generator(df):
if df is None:
return ''
ema_analysis = []
candle_analysis = []
bollinger_signal = []
df['EMA7'] = df['Close'].ewm(span=7, adjust=False).mean()
df['EMA23'] = df['Close'].ewm(span=23, adjust=False).mean()
if (
df['EMA7'].iloc[... | afafbf27280b68a3ca9495f8ddd861ea | {
"intermediate": 0.28163713216781616,
"beginner": 0.393858939409256,
"expert": 0.32450395822525024
} |
16,500 | it shows NaN in "Prime Length: NaN bits". it doesn't show "🌐 Public Key: (e, n)", and "📂 Encryption: To encrypt a message M, compute C = (M^e) % n", and "🔓 Decryption: To decrypt the ciphertext C, compute M = (C^d) % n". <--need to fix this somehow. show only fixed javascript, without html and css.: <html><head>
</... | 74ea8af918c0d86cb1ee11251fecec05 | {
"intermediate": 0.35911810398101807,
"beginner": 0.26107653975486755,
"expert": 0.3798053562641144
} |
16,501 | can you write a java program that will count the number of letters, digits , spaces and punctuation marks in a string? | 05d45267c7d2a12756a896c890549074 | {
"intermediate": 0.4435519874095917,
"beginner": 0.18977463245391846,
"expert": 0.3666733205318451
} |
16,502 | it shows NaN in “Prime Length: NaN bits”. it doesn’t show “🌐 Public Key: (e, n)”, and “📂 Encryption: To encrypt a message M, compute C = (M^e) % n”, and “🔓 Decryption: To decrypt the ciphertext C, compute M = (C^d) % n”. <–need to fix this somehow. show only fixed javascript, without html and css.:
</head>
<body>
<h... | da58a49180a1a9e2742af0bf4e464a51 | {
"intermediate": 0.3639427125453949,
"beginner": 0.28624454140663147,
"expert": 0.34981268644332886
} |
16,503 | error C2039: “ParsePDF”: не является членом “PDFParser”.
error C2065: LanguageDetector: необъявленный идентификатор
исправь ошибки в коде
#include <iostream>
#include <string>
#include <map>
#include <vector>
#include "pdf_parser.h" // библиотека для парсинга PDF
#include "langdetect.h" // библиотека для определения ... | ed8358958fac246a3518d8c034e42396 | {
"intermediate": 0.31860122084617615,
"beginner": 0.5192874670028687,
"expert": 0.16211126744747162
} |
16,504 | ok, now need to show an "📂 Encryption: To encrypt a message M, compute C = (M^e) % n" method through the same javascript used that will redirect the value to span element. show modified javascript, without html and css.: <html><head>
</head>
<body>
<h2>RSA Encryption Algorithm Visualization</h2>
<div>
<h4>🔒 Select tw... | f6501f349749b71b2480e3eef459b5d5 | {
"intermediate": 0.435533344745636,
"beginner": 0.26205113530158997,
"expert": 0.30241549015045166
} |
16,505 | Kotlin shapable Image view расскажи об этоом подробно | 89e26b9b241cc732a70cd997d3799707 | {
"intermediate": 0.27272331714630127,
"beginner": 0.2147146314382553,
"expert": 0.512562096118927
} |
16,506 | give the function to RLE encode a mask rleEncode given that "def rleDecode(mask_rle: str, shape: tuple) -> np.ndarray:
"""Decode a RLE mask into a numpy array
Args:
mask_rle (string): The mask encoded in a string (RLE).
shape (tuple): Height and width.
Returns:
(Numpy Array): 1 - m... | 36c323e29b662641f968fca10fab8b6d | {
"intermediate": 0.4609884023666382,
"beginner": 0.29005804657936096,
"expert": 0.24895350635051727
} |
16,507 | I used your signal_generator code: def signal_generator(df):
if df is None:
return ''
ema_analysis = []
candle_analysis = []
bollinger_signal = []
df['EMA7'] = df['Close'].ewm(span=7, adjust=False).mean()
df['EMA23'] = df['Close'].ewm(span=23, adjust=False).mean()
if (
... | 4a144727ec080c9cc74d9d426e9e3eda | {
"intermediate": 0.3326042592525482,
"beginner": 0.31952235102653503,
"expert": 0.34787335991859436
} |
16,508 | I used this code: def signal_generator(df):
if df is None:
return ''
candle_analysis = []
ema_analysis = []
# EMA strategy
df['EMA50'] = df['Close'].ewm(span=50, adjust=False).mean()
if (
df['Close'].iloc[-1] > df['EMA50'].iloc[-1] and
df['Close'].iloc[-2] < df['EM... | 92bc0d684746e7ed8ddd4e941a7f9fdb | {
"intermediate": 0.2708713412284851,
"beginner": 0.38825345039367676,
"expert": 0.3408752679824829
} |
16,509 | why it shows "NAN" in "🔓 Decryption: To decrypt the ciphertext C, compute M = (C^d) % n Decrypted message: NaN". can you fix that and output overally fixed only javascript code.: <html><head>
</head>
<body>
<h2>RSA Encryption Algorithm Visualization</h2>
<div>
<h4>🔒 Select two distinct prime numbers, p and q: <span i... | 48561d43d7eb5bbf8389cd1e08081596 | {
"intermediate": 0.47789236903190613,
"beginner": 0.28282278776168823,
"expert": 0.23928485810756683
} |
16,510 | ansible role for chornyd | 4855089786a9a25f093fbd62f30eae57 | {
"intermediate": 0.2324729859828949,
"beginner": 0.231454998254776,
"expert": 0.5360719561576843
} |
16,511 | need to add a more comprehensible model to overall understanding of how things working. I don’t know what else to add here… so, basically, adding some ASCII switcher radiobutton to it? also, highlighting some key elements in text with ballooned popups descriptions is a good idea. now need to define key-elements in actu... | 8dd1115e8358c54e57f930290da25908 | {
"intermediate": 0.3568941354751587,
"beginner": 0.36361682415008545,
"expert": 0.27948907017707825
} |
16,512 | roblox script gui speed and jump | 021951806915c8af2e38c625382f5083 | {
"intermediate": 0.3651488423347473,
"beginner": 0.35854604840278625,
"expert": 0.27630510926246643
} |
16,513 | band diagram of SWG waveguide using dipole cloud and banstructure analysis in lumerical 3D FDTD | 945a5d38f34420c419f442759060186a | {
"intermediate": 0.35284921526908875,
"beginner": 0.23231656849384308,
"expert": 0.414834201335907
} |
16,514 | как сделать чтобы определенная иконка загоралась, если в input нужный pan?
<div class="transfers__item-foot">
<ul class="ui-logotypes">
<li>
<img src="<c:url value='/resources/card2card_new/images/logo-mastercard.svg'/>"
... | 84181c5f794a6a159ccb7481d2755330 | {
"intermediate": 0.3132812976837158,
"beginner": 0.47598206996917725,
"expert": 0.2107366919517517
} |
16,515 | I am making a c++ wxwidgets, I finished adding the widgets and the windows is done but now I want to add a sizer so I can expand the grid horizontally and vertically when the window is maximized. Can you add a sizer before the widgets because widgets are connected to the panel.
<?xml version="1.0" encoding="utf-8" ?>
... | 3afa878bc474880651cf281d5f473d34 | {
"intermediate": 0.35373130440711975,
"beginner": 0.5046069622039795,
"expert": 0.14166174829006195
} |
16,516 | say you start a django website on remote linux using ssh and runserver manage.py, if the ssh disconnected, will the website still there | 51d5cfb9022218b129e86a7ecf56882a | {
"intermediate": 0.5155649781227112,
"beginner": 0.2698374092578888,
"expert": 0.2145977020263672
} |
16,517 | x= [1,2,3,4,5,6]
# for i in x:
for i in x:
for j in x:
print(i*j)
i+=1 | fab1e89e850da81459272dba4b9e5d4f | {
"intermediate": 0.18937554955482483,
"beginner": 0.6980240345001221,
"expert": 0.1126004308462143
} |
16,518 | how do you run a shell script in linux, becouse when I run mine which I think should work it gives me a syntax error, here is the code if you can correct me:
#!/bin/bash
# list of locations
locations=( # here is the syntax error, specifically at the "("
'/var/lib/python'
'/etc/ssh/ssh_config.d'
'/var/log... | eedcb5bccff457df62f6f35df3a0b952 | {
"intermediate": 0.3386567234992981,
"beginner": 0.6213102340698242,
"expert": 0.04003303125500679
} |
16,519 | Update the code below to enter the Grammarly site. Because the input direction does not work. [{
"domain": ".grammarly.com",
"expirationDate": 1697662503,
"hostOnly": false,
"httpOnly": false,
"name": "_gcl_au",
"path": "/",
"sameSite": null,
"secure": false,
"session": false,
"... | 3f46d180c769ac6ec8663091d1cec40d | {
"intermediate": 0.3010818064212799,
"beginner": 0.45673447847366333,
"expert": 0.24218370020389557
} |
16,520 | how can i set up zmap to scan for specific ssh passwords? maybe even run commands to understand better what kinds of devices are vulnrable to this.
One way you can use zmap to scan for | 9e23995775a8a62646fb5f07f4b56970 | {
"intermediate": 0.36545243859291077,
"beginner": 0.2653246223926544,
"expert": 0.3692229092121124
} |
16,521 | how can i set up zmap to scan for specific ssh passwords? maybe even run commands to understand better what kinds of devices are vulnrable to this.
One way you can use zmap in linux to scan for set ssh username password combos | 1b1ce82f3b7f1c85bf5408a2c698bcd4 | {
"intermediate": 0.39155542850494385,
"beginner": 0.26685065031051636,
"expert": 0.341593861579895
} |
16,522 | js. static attributes not inherit from Parent class | a27cec99687d233a208405cc635ec7b0 | {
"intermediate": 0.4141457974910736,
"beginner": 0.3134258985519409,
"expert": 0.2724283039569855
} |
16,523 | Hi | da0294ad0bfc7af60e5cd5f05ebe4a62 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
16,524 | Explain the concept of stochastic dispatch in programming languages. | b9e4e982344e1310175cbb384f82b4ae | {
"intermediate": 0.24233505129814148,
"beginner": 0.22943885624408722,
"expert": 0.5282260775566101
} |
16,525 | element plus: Invalid prop: type check failed for prop "showAfter" | 9806db39881808b8d89a9d4ae4a6e571 | {
"intermediate": 0.37751197814941406,
"beginner": 0.28862112760543823,
"expert": 0.3338669538497925
} |
16,526 | create table movie (mov_id int primary key, mov_title varchar(30), mov_year varchar(30), mov_time varchar(30), mov_lang varchar(30), mov_dt_rel varchar(30), mov_rel_country varchar (30))
insert into movie values
(901, 'Vertigo', 1958, 128, 'English','1958-08-24','UK' ),
(902, 'The Innocents', 1961, 100, 'Englis... | ee0fb056bf3d6e31eb54616c0485edde | {
"intermediate": 0.39505937695503235,
"beginner": 0.3809548020362854,
"expert": 0.22398585081100464
} |
16,527 | insert into movie_director ( mov_id int, mov_title varchar(30), mov_year varchar(30), mov_time varchar(30), mov_lang varchar(30), mov_dt_rel varchar(30), mov_rel_country varchar(30), dir_id int, dir_name varchar(20)); 101 | 901 | John Scottie Ferguson
102 | 902 | Miss Giddens
103 | 903 | T.E. Lawren... | 6e7ffd8d7624ff2dc1db4b80056f9e5a | {
"intermediate": 0.2722978889942169,
"beginner": 0.43706947565078735,
"expert": 0.29063260555267334
} |
16,528 | how do i implement you in skyrim so i can talk to npcs | 5242a75257d056f7a6c22407c3350712 | {
"intermediate": 0.4737529754638672,
"beginner": 0.16213004291057587,
"expert": 0.3641170263290405
} |
16,529 | From the following table, write a SQL query to find out where the final match of the EURO cup 2016 was played. Return venue name, city. | e79130f515a540f967028f271d88ccc6 | {
"intermediate": 0.3880995213985443,
"beginner": 0.26848486065864563,
"expert": 0.34341567754745483
} |
16,530 | SELECT player_name, COUNT(*) AS goals, country_name
FROM goal_details
WHERE decided_by = 'N'
GROUP BY player_name, country_name
ORDER BY goals DESC; | 2a617a15c7be77011c00c3f7cc3143b7 | {
"intermediate": 0.39676183462142944,
"beginner": 0.2734571099281311,
"expert": 0.32978105545043945
} |
16,531 | From the following tables, write a SQL query to find the referee who managed the opening match. Return referee name, country name. without using natural join | 2abea86af34dbec9acbf8e79baf7ccef | {
"intermediate": 0.41326621174812317,
"beginner": 0.28843367099761963,
"expert": 0.2983001172542572
} |
16,532 | Hi | 51354829b4b4b38a4c7c97ff70079581 | {
"intermediate": 0.33010533452033997,
"beginner": 0.26984941959381104,
"expert": 0.400045245885849
} |
16,533 | Write a function that generates a perspective matrix in c | 956f7594b0242d3f851c31e03ad3d558 | {
"intermediate": 0.3058989644050598,
"beginner": 0.274901419878006,
"expert": 0.419199675321579
} |
16,534 | Write some sample code for Jupyter Notebook | a2204517a590c47fa41a411f46d1cb8f | {
"intermediate": 0.38353288173675537,
"beginner": 0.21308806538581848,
"expert": 0.40337902307510376
} |
16,535 | I used your code: def signal_generator(df):
if df is None:
return ''
rsi_analysis = []
macd_analysis = []
stoch_analysis = []
# RSI Strategy
df['RSI'] = calculate_rsi(df['Close'], 14)
if df['RSI'].iloc[-1] > 70:
rsi_analysis.append('overbought')
elif df['RSI'].iloc[-1]... | e586b1b5af6b4cf079e45bedb8058319 | {
"intermediate": 0.3905470371246338,
"beginner": 0.3300446569919586,
"expert": 0.27940833568573
} |
16,536 | Given the following: "/**
* @brief Reallocates memory.
* @param self Pointer to the `krt_memalloc` object.
* @param ptr Pointer to the memory to reallocate.
* @param nitems Number of items to reallocate.
* @param size Size of each item in bytes.
* @param align Pointer alignment.
* @param clear Flag to indicate w... | 1707cd70d0052c26075bda04882f069f | {
"intermediate": 0.37338322401046753,
"beginner": 0.3631042540073395,
"expert": 0.2635125517845154
} |
16,537 | make me tictactoe with 3 faces, front mid and back and with 9 cells each face. that interconnects like a 3d cube in c programming language without the use of strings and arrays | b417d5bf9cfb9c604820ba97a504db57 | {
"intermediate": 0.2700680196285248,
"beginner": 0.2200067937374115,
"expert": 0.5099251866340637
} |
16,538 | Are you familiar with proton tricks the program on github? | 78cb064a5684abfff496b25914e1b2dc | {
"intermediate": 0.37895676493644714,
"beginner": 0.11450357735157013,
"expert": 0.5065397024154663
} |
16,539 | using use method to redirect to a 404 page in express | cc2cd04fefd6eb544a879a804165613b | {
"intermediate": 0.36382895708084106,
"beginner": 0.2771105468273163,
"expert": 0.35906052589416504
} |
16,540 | What is the best EMA crypto bot scalping strategy ? | b9b4563f7817ee508876025f9f976197 | {
"intermediate": 0.16480652987957,
"beginner": 0.1299348771572113,
"expert": 0.7052585482597351
} |
16,541 | [Vue warn]: Property "formLabelWidth" was accessed during render but is not defined on instance. | c7dec9831e7fa47c7be727366a3ccbdb | {
"intermediate": 0.4815181791782379,
"beginner": 0.23576781153678894,
"expert": 0.28271400928497314
} |
16,542 | Hello | 5920779bf4bf5f1785ace25d414b8133 | {
"intermediate": 0.3123404085636139,
"beginner": 0.2729349136352539,
"expert": 0.4147246778011322
} |
16,543 | Design the pseudocode and flowchart for a program that reads the grades of a number
of students in a class and calculates the grade-point average for the class. The total
number of students is not known and the program should stop reading grades when
the user enters -1. | 16e2739360b7312f4a45cff14b0fc4e3 | {
"intermediate": 0.245592400431633,
"beginner": 0.16226717829704285,
"expert": 0.5921403765678406
} |
16,544 | Hi! | 3a80d0eeef640183c0ae48ebac4efcee | {
"intermediate": 0.3230988085269928,
"beginner": 0.2665199935436249,
"expert": 0.4103812277317047
} |
16,546 | Hi! Please write C# program, which calculate free falling object position in meters depending from time in seconds when falling began. | 7905b457bda8a594ce03976c5b46640f | {
"intermediate": 0.3897581696510315,
"beginner": 0.1777815967798233,
"expert": 0.4324601888656616
} |
16,547 | Give me a bookmarklet to edit css on a webpage. | addb7e7a955780a58e9764c6bd1f0853 | {
"intermediate": 0.5100294947624207,
"beginner": 0.24506640434265137,
"expert": 0.24490408599376678
} |
16,548 | Bike Delivery app | 1e8c48d11c59dae9855f3b95cbe2326d | {
"intermediate": 0.4254944622516632,
"beginner": 0.29469016194343567,
"expert": 0.2798153758049011
} |
16,549 | write Program for Sudoku Generator in java | 457cd095f66a2cf1cbc7fb2630c4ac22 | {
"intermediate": 0.37587007880210876,
"beginner": 0.3519010841846466,
"expert": 0.272228866815567
} |
16,550 | 1. Please write in any programming language you like – or pseudo code – a procedure to display a 32 bits number (integer) in the hexadecimal format.
To be clear, your own procedure not one from a standard library of course.
2. Please design a class hierarchy of vehicles (car, bike, truck etc) with the most basic compon... | 4ccd16e754e2242297db41bbc1f9799c | {
"intermediate": 0.37973931431770325,
"beginner": 0.38151830434799194,
"expert": 0.2387423813343048
} |
16,551 | I used your signal_generator code: def signal_generator(df):
if df is None:
return ''
candle_analysis = []
ema_analysis = []
# EMA strategy
ema_period_1 = 9 # EMA9
ema_period_2 = 12 # EMA12
ema_period_3 = 26 # EMA26
df['EMA9'] = df['Close'].ewm(span=ema_period_1, adjust=Fal... | a6b18bf6a07c134548ee5c25aa98cd36 | {
"intermediate": 0.2759406268596649,
"beginner": 0.4532497227191925,
"expert": 0.2708095908164978
} |
16,552 | Give me best crypto bot scalping strategy ! | 25ffef3312a1ced5accbf867a67f5fbb | {
"intermediate": 0.16753016412258148,
"beginner": 0.12638799846172333,
"expert": 0.7060818076133728
} |
16,553 | 1. Please write in any programming language you like – or pseudo code – a procedure to display a 32 bits number (integer) in the hexadecimal format.
To be clear, your own procedure not one from a standard library of course.
2. Please design a class hierarchy of vehicles (car, bike, truck etc) with the most basic compon... | 34fbc107834f7598284ae522414f6498 | {
"intermediate": 0.29251331090927124,
"beginner": 0.576845109462738,
"expert": 0.13064154982566833
} |
16,554 | Generate the matlab code for the water hammer effect using differential equations with the time | 4909b00a24847a5c34e501f5f3f7ed9b | {
"intermediate": 0.22497287392616272,
"beginner": 0.16197629272937775,
"expert": 0.6130508780479431
} |
16,555 | provide me delphi solution answers to all questions provided below :
1. Please write in any programming language you like – or pseudo code – a procedure to display a 32 bits number (integer) in the hexadecimal format.
To be clear, your own procedure not one from a standard library of course.
2. Please design a class h... | d86e82e559b9bc14c96b66b0598e68cc | {
"intermediate": 0.31639131903648376,
"beginner": 0.505499541759491,
"expert": 0.1781090945005417
} |
16,556 | how to cast list to string and string to list python | 99757b2bd152ded26288482f7c1c7c54 | {
"intermediate": 0.39109930396080017,
"beginner": 0.31310075521469116,
"expert": 0.2957998812198639
} |
16,557 | im using dpg and i want to add a user integer input to my program how do i do that? | 321b6b3a29f11a06e0283eb022f60696 | {
"intermediate": 0.5537064671516418,
"beginner": 0.09372015297412872,
"expert": 0.35257336497306824
} |
16,558 | I used this code: def signal_generator(df):
if df is None:
return ''
candle_analysis = []
ema_analysis = []
# EMA strategy
ema_period_1 = 9 # EMA9
ema_period_2 = 12 # EMA12
ema_period_3 = 26 # EMA26
df['EMA9'] = df['Close'].ewm(span=ema_period_1, adjust=False).mean()
df... | 62efa8cd962be65ae3af335182ed0c62 | {
"intermediate": 0.2997947037220001,
"beginner": 0.4416479766368866,
"expert": 0.25855734944343567
} |
16,559 | write a full example of hangfire in asp .net web forms | 7ff908c0b820f4935730c4fc8aac3785 | {
"intermediate": 0.5135437250137329,
"beginner": 0.23178833723068237,
"expert": 0.2546679675579071
} |
16,560 | Hi there! Pleaas write C# program which do these calculations:
An employee gets paid (hours worked) × (base pay), for each hour up to 40 hours.
For every hour over 40, they get overtime = (base pay) × 1.5.
The base pay must not be less than the minimum wage ($8.00 an hour). If it is, print an error.
If the number of ho... | fa4dd3c3728b533829cb1f05ea3eac42 | {
"intermediate": 0.4269011318683624,
"beginner": 0.24619479477405548,
"expert": 0.3269040584564209
} |
16,561 | I used your code: def signal_generator(df):
if df is None:
return ''
candle_analysis = []
ema_analysis = []
# EMA strategy
ema_period_1 = 9 # Faster EMA
ema_period_2 = 26 # Slower EMA
df['EMA1'] = df['Close'].ewm(span=ema_period_1, adjust=False).mean()
df['EMA2'] = df['Close... | 43aa96442a195ae2ab31abcf51fa42a7 | {
"intermediate": 0.2611735463142395,
"beginner": 0.48212066292762756,
"expert": 0.25670576095581055
} |
16,562 | Give the best EMA scalping strategy | 8606398ee4df2adf5c2a8932da08a408 | {
"intermediate": 0.1852477341890335,
"beginner": 0.16996563971042633,
"expert": 0.6447866559028625
} |
16,563 | Give me the best candle analyze scalping strategy | 8aa2d6f00b504728647f60677fdf049e | {
"intermediate": 0.19220347702503204,
"beginner": 0.2012893408536911,
"expert": 0.6065071821212769
} |
16,564 | ue4 tarray clear | 3a03ed2911568a27b1e431f3875c70dd | {
"intermediate": 0.37250563502311707,
"beginner": 0.33563828468322754,
"expert": 0.2918560206890106
} |
16,565 | как исправить ошибку export 'FontLoader' (imported as 'THREE') was not found in 'three' | 32ec53559fa9f49ee59d99f01926f7b6 | {
"intermediate": 0.3761928677558899,
"beginner": 0.3274768888950348,
"expert": 0.2963302731513977
} |
16,566 | From the following tables, write a SQL query to find the referee who managed the final match. Return referee name, country name. | a8e939bc1cc426e31662842d897ffad7 | {
"intermediate": 0.3743341863155365,
"beginner": 0.2669704854488373,
"expert": 0.3586953282356262
} |
16,567 | I want to know how to program a robot using my background knowledge of python | 24e29d27bf50afbdefe242697e4208e0 | {
"intermediate": 0.19964200258255005,
"beginner": 0.3467847406864166,
"expert": 0.4535732567310333
} |
16,568 | I used your code: def signal_generator(df):
if df is None:
return ''
candle_analysis = []
ema_analysis = []
# EMA strategy
df['EMA5'] = df['Close'].ewm(span=5, adjust=False).mean()
df['EMA20'] = df['Close'].ewm(span=20, adjust=False).mean()
# Identify trading signals
if df... | 8d7f5342c8f4f97faa1f2cf731c16215 | {
"intermediate": 0.34706056118011475,
"beginner": 0.4373331069946289,
"expert": 0.21560627222061157
} |
16,569 | Please show me how to make a vex robotics arm | 7391b46769d9a062c25cdef6e61fe25c | {
"intermediate": 0.29316383600234985,
"beginner": 0.29561859369277954,
"expert": 0.4112175703048706
} |
16,570 | From the following tables, write a SQL query to find the referee who assisted the referee in the opening match. Return associated referee name, country name. | 77247286d289839295442ff8f172502b | {
"intermediate": 0.40777385234832764,
"beginner": 0.24121606349945068,
"expert": 0.3510100543498993
} |
16,571 | Show me a full fledged vex robotics robot program with python and vex library | 5483264a0ee32f2ee0c61a7d4a8f0c1b | {
"intermediate": 0.6730719804763794,
"beginner": 0.06938675045967102,
"expert": 0.257541298866272
} |
16,572 | From the following tables, write a SQL query to find the referee who assisted the referee in the opening match. Return associated referee name, country name. | 4b8322572be42fde52c7d185fa274b2e | {
"intermediate": 0.40777385234832764,
"beginner": 0.24121606349945068,
"expert": 0.3510100543498993
} |
16,573 | code a python script which will open youtube and search for stuff using your voice and open the first link that pops up | 267f98942eb9a52013bf56bf21d64b55 | {
"intermediate": 0.32238876819610596,
"beginner": 0.22594168782234192,
"expert": 0.4516695737838745
} |
16,574 | how do you implement an ampq compatible shim for rabbitmq? | 6ed9e97c5523ead57c02b386f21ffef6 | {
"intermediate": 0.308158814907074,
"beginner": 0.15541493892669678,
"expert": 0.5364262461662292
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.