row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
3,414 | write A vba to calculate rsi with close data in column d.write sub not function | 66bfeb8f3af504f1cda9bf1fc4d0ad90 | {
"intermediate": 0.3178268074989319,
"beginner": 0.3589775264263153,
"expert": 0.3231956362724304
} |
3,415 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
sns.set_theme(style="darkgrid")
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
... | fe02ff360e0b45b30b833b0f78547372 | {
"intermediate": 0.3094857633113861,
"beginner": 0.43339425325393677,
"expert": 0.25711995363235474
} |
3,416 | Write me code that recursively scrapes the links inside all the folders of the site https://arcjav2.avax2.workers.dev/ which are generated with javascript using a script called Cloud BHADOO. Scraping JavaScript-rendered web pages can be challenging due to the dynamic loading of data. Regular libraries and methods may n... | 506ebd72cf5b86c3812d7dd7ad532d98 | {
"intermediate": 0.6544519662857056,
"beginner": 0.12263317406177521,
"expert": 0.22291487455368042
} |
3,417 | Private Sub Worksheet_Change(ByVal Target As Range)
If Not Intersect(Target, Range("$F$2")) Is Nothing Then
If Range("A2:E2").Find("") Is Nothing Then
Call Request
Else
MsgBox "Please fill in cells A2 to E2.", vbInformation
End If
End If
End Sub This code do... | c81a672044d2ab1346faabdaae6205dd | {
"intermediate": 0.47056686878204346,
"beginner": 0.3577696681022644,
"expert": 0.17166346311569214
} |
3,418 | code me a discord.py cog listener that listens for when a 0001 username and discriminator is available and sends it to a channel in discord | dd372e37100caced039d9c912c40ca8d | {
"intermediate": 0.40727049112319946,
"beginner": 0.2073068618774414,
"expert": 0.38542261719703674
} |
3,419 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | 6b91607f8ae50171cbbc6e79717fbc21 | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,420 | What is the vba code to enable events and allso to disable events | 1b3de78b37a787cb96793a78cb29b43b | {
"intermediate": 0.5078231692314148,
"beginner": 0.16168807446956635,
"expert": 0.33048877120018005
} |
3,421 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | a87cd383f0d859bb87ea13efa3b43549 | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,422 | write a vba to calculate stochastic rsi with open high low close data the data there is in column a to d .write sub .and data have header | 7c549eb3ddd751f33e55a4d32d6e5952 | {
"intermediate": 0.4255891740322113,
"beginner": 0.14698335528373718,
"expert": 0.4274274706840515
} |
3,423 | Write full code for TCPPacketServer MTServer Clients TCPPacketClient Pocket classes,names have to be exactly the same-->client/servimplementtransmitpacket.packetconsisttwopart;headerpartcontain“serialnumber”“datapart”containmessag(stringcharact).Clientsendpacketserverreceivacknowledg,entertextserverconvertuppercaslette... | f81c291e5708d17a4ec5f2a33ed00274 | {
"intermediate": 0.38362181186676025,
"beginner": 0.4985615015029907,
"expert": 0.11781672388315201
} |
3,424 | if we had rsi in column e from row 15.write a vba to calculate stochastic rsi .write sub | 0f2c61e136c244c1a92c3ab7735fb932 | {
"intermediate": 0.32559457421302795,
"beginner": 0.32699260115623474,
"expert": 0.34741276502609253
} |
3,425 | in the below code, will the follower drone go 5 meters in front of master drone? or behind the master drone?
from pymavlink import mavutil
import math
import time
the_connection = mavutil.mavlink_connection('/dev/ttyUSB0', baud=57600)
the_connection.wait_heartbeat()
msg = the_connection.recv_match(type='GLOBAL_POSIT... | 8328c64f3a7f4c5fc1766418809dba9b | {
"intermediate": 0.3446710705757141,
"beginner": 0.5339087247848511,
"expert": 0.12142018973827362
} |
3,426 | explian the code below#set up the first page table page
xor %esi, %esi
1:
movl %esi, %eax
shll $12, %eax
orl $(PTE_P|PTE_W), %eax
movl $(V2P_WO(first4mptp)), %edi
movl %esi, %ebx
shll $2, %ebx
addl %ebx, %edi
movl %eax, (%edi)
incl %esi
cmpl $1024, %esi
jb 1b
# Set page directory
movl... | e4abc1e5469335fb6bbfe42422d6d36c | {
"intermediate": 0.3131919503211975,
"beginner": 0.37441813945770264,
"expert": 0.31238988041877747
} |
3,427 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | 65e561ec531e20dd70cbf1ac1e5c1935 | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,428 | import random
from PIL import Image
# Define the artists and their monthly Spotify listeners
artists = {
"YoungBoy Never Broke Again": {"image": "C:/Users/elias/Pictures/Album covers/lil_durk.jpg", "listeners": 18212921},
"Young M.A": {"image": "C:/Users/elias/Pictures/Album covers/lil_baby.jpg", "listeners": ... | 096980efcf6c6d17d5516cafc6177a6c | {
"intermediate": 0.3726464807987213,
"beginner": 0.4070691764354706,
"expert": 0.2202843278646469
} |
3,429 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | b43857acf77d7141e6e1d9f7efc5280a | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,430 | I want the following code to also check Column 2 of the same row and it the value of the cell does not contain within the text value the word Request then it can run. If Target.Column = 10 And Target.Value <> "" Then | f9019c9c7f77aad50cca6a2475199755 | {
"intermediate": 0.5165109038352966,
"beginner": 0.18296682834625244,
"expert": 0.3005223572254181
} |
3,431 | write a c program in xv6 that achive the same functionality(set up the first page table and page directory for the operating system) that the assembly code below does xor %esi, %esi
1:
movl %esi, %eax
shll 12, %eax
orl(PTE_P|PTE_W), %eax
movl $(V2P_WO(first4mptp)), %edi
movl %esi, %ebx
shll $2, %ebx
addl %ebx, %edi
mov... | fcb02cb5718cfd6031b16a6a2aa5e610 | {
"intermediate": 0.2979145348072052,
"beginner": 0.45009157061576843,
"expert": 0.25199389457702637
} |
3,432 | import random
from PIL import Image
# Define the artists and their monthly Spotify listeners
artists = {
"YoungBoy Never Broke Again": {"image": "C:/Users/elias/Pictures/Album covers/lil_durk.jpg", "listeners": 18212921},
"Young M.A": {"image": "C:/Users/elias/Pictures/Album covers/lil_baby.jpg", "listeners": ... | 088c745299a6d3b15d9a8b50562a94d9 | {
"intermediate": 0.34939640760421753,
"beginner": 0.38199084997177124,
"expert": 0.268612802028656
} |
3,433 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | 0e7a7ea9a3df92131c932bf7efe739e4 | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,434 | I want to check the value in column J and make sure it is not blank. I also want to check the value in column B and make sure it doe not contain the word Request in the text string. If any of the checks are true then it should run the next code | b1c384f2537b207acd9fbb2bf563aabb | {
"intermediate": 0.4101986885070801,
"beginner": 0.13070282340049744,
"expert": 0.4590985178947449
} |
3,435 | what is the crypto algo in PGP ? is it RSA ? | 690f5d08f66ca140947ca2ad3055eb91 | {
"intermediate": 0.18856731057167053,
"beginner": 0.14160576462745667,
"expert": 0.669826865196228
} |
3,436 | if volume be in column e write a vba to calculate last volume to average of volume of week in column j and volume to average of volume of month in column k and volume to average of volume of past 3 month in column L | b23b260481dd6adceaf670a58d5be856 | {
"intermediate": 0.40463367104530334,
"beginner": 0.20727647840976715,
"expert": 0.3880898058414459
} |
3,437 | Интегрируй следующую функциональность генерации аудио по команде /audio *тут текст prompt* (возможность определять перенос строки и это будут отдельные генерации, как в примере ниже) (также возможность настраивать samples до 3 штук, прим.: /audio 3 *тут текст prompt*. Если цифры после команды /audio нет, то по умолчани... | 66c6ca7ddd3368e7da962f61eeddb5ac | {
"intermediate": 0.23944929242134094,
"beginner": 0.6622364521026611,
"expert": 0.09831424802541733
} |
3,438 | if volume be in column e write a vba to calculate the ratio of last volume to average of volume of week in column j and the ratio of last volume to average of volume of month in column k and the ratio of last volume to average of volume of past 3 month in column L | 17c568bb92e2da42d0f9cb34c6f27b79 | {
"intermediate": 0.4161245822906494,
"beginner": 0.23298227787017822,
"expert": 0.35089316964149475
} |
3,439 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | c629eb3b9273e6085c6c11af3913a3ae | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,440 | how to make Apex chart clickable characters change another charts in react js | 6f61134643929e1ef72e8e7d311f9f7b | {
"intermediate": 0.48007234930992126,
"beginner": 0.23041526973247528,
"expert": 0.28951239585876465
} |
3,441 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | 939b1f7f7b4ab71926a8ea2ed31ef1bd | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,442 | What's the name of the music in the beginning of this video https://youtu.be/WbxbWxbu-aI | 527fd6d2dcd0b05e20a341a0f701d5f9 | {
"intermediate": 0.32794880867004395,
"beginner": 0.39098605513572693,
"expert": 0.2810651361942291
} |
3,443 | Can you provide me with the code for an online Tic-Tac-Toe game using pygame and Photon? | 74733c53b1aa28ccfdcee1657433f197 | {
"intermediate": 0.7135726809501648,
"beginner": 0.12795919179916382,
"expert": 0.1584681123495102
} |
3,444 | hi | fa676c0de84cf643708781d949c938a0 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
3,445 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.0'
... | 98551c251b5c88f247a2a355a2cc6912 | {
"intermediate": 0.36978060007095337,
"beginner": 0.47684019804000854,
"expert": 0.15337920188903809
} |
3,446 | Интегрируй следующую функциональность генерации аудио по команде /audio *тут текст prompt* (возможность определять перенос строки и это будут отдельные генерации, как в примере ниже) (также возможность настраивать samples до 3 штук, прим.: /audio 3 *тут текст prompt*. Если цифры после команды /audio нет, то по умолчани... | e9666368b42ecf0d5bf9cb32058d71af | {
"intermediate": 0.4135250747203827,
"beginner": 0.44432103633880615,
"expert": 0.14215387403964996
} |
3,447 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
sns.set_theme(style="darkgrid")
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
... | 8c29faee15015e4cd249c7078dc94383 | {
"intermediate": 0.3094857633113861,
"beginner": 0.43339425325393677,
"expert": 0.25711995363235474
} |
3,448 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
sns.set_theme(style="darkgrid")
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
... | d9ce7aa664795dd156a32e486b4baea2 | {
"intermediate": 0.3094857633113861,
"beginner": 0.43339425325393677,
"expert": 0.25711995363235474
} |
3,449 | Интегрируй следующую функциональность генерации аудио по команде /audio *тут текст prompt* в код бота Telegram на Python. Я использую Visual Studio Code, и мне нужно, чтобы всё необходимое было в папке с проектом моего кода. Пусть пользователь имеет возможность выбирать язык, пример: /audio ru *prompt тут*.
github http... | 9a2c277fd2155762a7366e80406d82bd | {
"intermediate": 0.3541978597640991,
"beginner": 0.39780157804489136,
"expert": 0.24800057709217072
} |
3,450 | I got project description and code that is not doing things that said in programm description.I need you to rewrite my code making it match with description-->import java.io.*;
import java.net.*;
import java.util.concurrent.*;
public class TCPPacketServer {
private static int port = 1024;
private static Execut... | b4795a02dec5a1d1a7f49d5c2bad907a | {
"intermediate": 0.38296905159950256,
"beginner": 0.48872992396354675,
"expert": 0.12830109894275665
} |
3,451 | hi | 1cf0b843c5514d27f0c47f6a6a1ce6c1 | {
"intermediate": 0.3246487081050873,
"beginner": 0.27135494351387024,
"expert": 0.40399640798568726
} |
3,452 | write vba code to calculate ichimokou lines with high and low data in column b and c. write tenken in column m kijun in column n and span a in column o and span b in column p | eadba5c34eacd417a2514c621d4f5c91 | {
"intermediate": 0.41322463750839233,
"beginner": 0.278512179851532,
"expert": 0.3082631230354309
} |
3,453 | Your code doing not right thing. When you run “TCPPacketServer” it have to write “Opening port…” and after when you run"TCPPacketClient" it have to write “Enter the data packet:” after you write anything like "Client1" it will return this info to “TCPPacketServer” and "TCPPacketServer" will write "Recieving From Clien... | 1e86dd4286af623fb28eeff533bdebdc | {
"intermediate": 0.3247829079627991,
"beginner": 0.521564781665802,
"expert": 0.15365229547023773
} |
3,454 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.... | 4712b6709aab96f97190ff9b220752ad | {
"intermediate": 0.3471693694591522,
"beginner": 0.4591856896877289,
"expert": 0.1936449408531189
} |
3,455 | In sheet Providers, Column C contails Text Names for companies. Colum D of the same row is the Name of the Sheet that holds the companies information.
When I click on a sheet name in Column D, it opens up the associated companies sheet.
I would like the associated companies sheet, to identify the cell in Column D of S... | 7cd6b6d008da4d4bdaf15fb575cf691a | {
"intermediate": 0.45145243406295776,
"beginner": 0.24101704359054565,
"expert": 0.3075305223464966
} |
3,456 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config[“access_token”] = st.secrets[“access_token”]
config[‘instagram_account_id’] = st.... | 9b8158378b4755d4167295e37088fe48 | {
"intermediate": 0.31107547879219055,
"beginner": 0.39493420720100403,
"expert": 0.2939903736114502
} |
3,457 | поправте код и Создайте новый признак confirmed_per_hundred, который покажет процентное отношение заболевших вирусом к общему числу населения в странах ().
Постройте тепловую карту, которая покажет, как росло число заболевших в процентах от общего числа населения (confirmed_per_hundred) в странах из таблицы croped_covi... | 41cf3c3010479f69df024d249ae94c9b | {
"intermediate": 0.3143182396888733,
"beginner": 0.5253256559371948,
"expert": 0.1603560745716095
} |
3,458 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.... | faa2016f5291ccb132f6f16b76ea9e77 | {
"intermediate": 0.36617717146873474,
"beginner": 0.3422478437423706,
"expert": 0.29157495498657227
} |
3,459 | snake game, pyhon | fd32748341ea5361b578fa5722f0d5cb | {
"intermediate": 0.3000521957874298,
"beginner": 0.43803101778030396,
"expert": 0.26191678643226624
} |
3,460 | I have the following Oracle SQL query: WITH lata(rok, liczba) AS (
SELECT EXTRACT(YEAR FROM zatrudniony), COUNT(id_prac) FROM pracownicy GROUP BY EXTRACT(YEAR FROM zatrudniony))
SELECT * FROM lata
ORDER BY 2 DESC; | 0f19daacee9cff6150860fa6cff1e50b | {
"intermediate": 0.4308357834815979,
"beginner": 0.3024994134902954,
"expert": 0.2666647732257843
} |
3,461 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
import pandas as pd
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] ... | 94b1e3c51cc1bbcb769942eb9a504801 | {
"intermediate": 0.3410457372665405,
"beginner": 0.3692958950996399,
"expert": 0.28965842723846436
} |
3,462 | fivem scripting Working on a Phone NUI
How would I make it so I've got a png of the phone border and then the phone contents inside the border | a52cb1109d48c2590773b1c390e290dc | {
"intermediate": 0.3703339397907257,
"beginner": 0.2177131623029709,
"expert": 0.4119529128074646
} |
3,463 | what is the null space of a matrix? | f130b63fde3e11846c4920a983d38d6c | {
"intermediate": 0.30644679069519043,
"beginner": 0.33562058210372925,
"expert": 0.3579326272010803
} |
3,464 | Добавь в скрипт отображении времени на записи в HH:MM:SS.mmm
И чтоб цвет надписи контрастировал на белом фоне
#!/bin/bash -e
while getopts "mnhv" o
do
case "$o" in
(\?) echo "Invalid option: -$OPTARG" >&2 ;;
(h) less $(readlink -f $(dirname $0))/README.md; exit;;
(v) verbose="";; # funnily ffmpeg is verbose by def... | 36260e55e69b0d9a869ec9ee05b4ec16 | {
"intermediate": 0.32643330097198486,
"beginner": 0.47495147585868835,
"expert": 0.1986151784658432
} |
3,465 | Добавь в скрипт отображении времени на записи в HH:MM:SS.mmm
И чтоб цвет надписи контрастировал на белом фоне
#!/bin/bash -e
while getopts "mnhv" o
do
case "$o" in
(\?) echo "Invalid option: -$OPTARG" >&2 ;;
(h) less $(readlink -f $(dirname $0))/README.md; exit;;
(v) verbose="";; # funnily ffmpeg is verbose by def... | 36744df7e841ed7cf3fec5e6cf0904b3 | {
"intermediate": 0.32643330097198486,
"beginner": 0.47495147585868835,
"expert": 0.1986151784658432
} |
3,466 | I want PPT about PMU | ebfa867c845ed635ee3c3d07a2bb8fb1 | {
"intermediate": 0.2637803256511688,
"beginner": 0.30047884583473206,
"expert": 0.43574079871177673
} |
3,467 | def plot_accuracy_loss(history):
"""
Plot the accuracy and the loss during the training of the nn.
"""
fig = plt.figure(figsize=(10,5))
# Plot accuracy
plt.subplot(221)
plt.plot(history.history['acc'],'bo--', label = "acc")
plt.plot(history.history['val_acc'], 'ro--', label = "val_a... | 6d59deb0632700229f47c08236715980 | {
"intermediate": 0.417248398065567,
"beginner": 0.3318325877189636,
"expert": 0.25091904401779175
} |
3,468 | import random
from PIL import Image
# Define the artists and their monthly Spotify listeners
artists = {
"YoungBoy Never Broke Again": {"image": " C:\Users\elias\PycharmProjects\pythonProject2 pictures pillow\image\image lil_baby.jpg", "listeners": 18212921},
"Young M.A": {"image": " C:\Users\elias\PycharmProj... | 386cd47cf31d4b2902a3be3ae0437be2 | {
"intermediate": 0.4376924932003021,
"beginner": 0.28740647435188293,
"expert": 0.27490100264549255
} |
3,469 | please help translate this kotlin file to nodejs | 75e3fc828f3031bd37a07a2d7e3f1417 | {
"intermediate": 0.4443996548652649,
"beginner": 0.3169539272785187,
"expert": 0.23864640295505524
} |
3,470 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.... | 02da704143cb470a54aa754b1e220401 | {
"intermediate": 0.3471693694591522,
"beginner": 0.4591856896877289,
"expert": 0.1936449408531189
} |
3,471 | from pygoogle_image import image as pi
pi.download('Dusty Locane jpeg',limit=5)
pi.download('Est Gee jpeg',limit=5)
pi.download('Famous Dex jpeg',limit=5)
pi.download('Fivio Foreign ',limit=5)
pi.download('Fredo Bang',limit=5)
pi.download('Future',limit=5)
pi.download('Gazo',limit=5)
pi.download('GloRilla',limit=5)
p... | 8b71432e242c854166bfd8c2a67616c8 | {
"intermediate": 0.3826538026332855,
"beginner": 0.35030466318130493,
"expert": 0.26704153418540955
} |
3,472 | Когда я выполняю grub-mkconfig -o /boot/grub/grub.cfg мне пишет "added entry for uefi settings", однако мне нужен grub для bios | c61e68c263ef27b278df086ef3ca2003 | {
"intermediate": 0.44235777854919434,
"beginner": 0.22637984156608582,
"expert": 0.33126235008239746
} |
3,473 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
from matplotlib.backends.backend_agg import RendererAgg
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
_lock = RendererAgg.lock
def basic_info():
config = di... | 3ca1b298206195318394f4a0d7749b00 | {
"intermediate": 0.3123318552970886,
"beginner": 0.37735357880592346,
"expert": 0.31031450629234314
} |
3,474 | I'm creating a database of Walking trails. My procedure is.
1. I track the route in Geo Tracker android app.
2. I record several waypoints
3. When the type of road changes, a waypoint is created denoting the type of road
'Road HT' - When the road type changes to Hiking Trail
'Road DT' - When the road type ch... | ce6bfd16ecf2d217cfb24838bbe2b7dc | {
"intermediate": 0.49185270071029663,
"beginner": 0.26003143191337585,
"expert": 0.24811586737632751
} |
3,475 | Analyse the assingment below and then find the work I have done so far for the homepage of the assingment index.html and style.css
I want you to give me a good reviews page that contains sample reviews from made up people and it also has a form for customers to leave reviews in, give me the html and css for it.
Ass... | deb2c63169b93a3e536951aa170dd8f6 | {
"intermediate": 0.20887434482574463,
"beginner": 0.33866235613822937,
"expert": 0.4524633288383484
} |
3,476 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
from matplotlib.backends.backend_agg import RendererAgg
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
_lock = RendererAgg.lock
def basic_info():
config = dict()... | 3cc62ab2165e59d72ef497efee1d0be5 | {
"intermediate": 0.32332751154899597,
"beginner": 0.4301520586013794,
"expert": 0.24652044475078583
} |
3,477 | how can I call a python file inside running puyhon file | 0be1bc4e52736ca65381e5adba545842 | {
"intermediate": 0.49762895703315735,
"beginner": 0.26225847005844116,
"expert": 0.2401125729084015
} |
3,478 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import seaborn as sns
from matplotlib.backends.backend_agg import RendererAgg
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
_lock = RendererAgg.lock
def basic_info():
config = dict()... | 67e780a04cf7582002a4d0b9d42b1c65 | {
"intermediate": 0.32332751154899597,
"beginner": 0.4301520586013794,
"expert": 0.24652044475078583
} |
3,479 | ак исправить No error handlers are registered, logging exception. Traceback (most recent call last): File "C:\Users\home\PycharmProjects\телегабот\venv\lib\site-packages\telegram\ext\dispatcher.py", line 447, in process_update handler.handle_update(update, self, check, context) File "C:\Users\home\PycharmProjects\телег... | bfc92a8a4be1178310849cc6b55bb9b9 | {
"intermediate": 0.4127199351787567,
"beginner": 0.35650742053985596,
"expert": 0.23077267408370972
} |
3,480 | I'm thinking on how to make this "<label for="switch">Energy saving nightmode layer</label>" not to cover things when flag is triggered and content shown... because this "nightmode layer" should cover the whole area when activated but it don't allow to select text behind it.<!DOCTYPE html>
<html>
<head>
<meta charset="... | 6fc257e8c104442cc97427959356966e | {
"intermediate": 0.3166506290435791,
"beginner": 0.41733619570732117,
"expert": 0.26601317524909973
} |
3,481 | почему код завершает работу, ничего не выведя
import requests
from bs4 import BeautifulSoup
url = "https://market.poizonshop.ru/?ysclid=lh3dvkwcpb735030874"
response = requests.get(url)
soup = BeautifulSoup(response.content, "html.parser")
items = soup.select(".js-store- grid-list>.t-store__grid-item")
for item in ... | 299da2c3399295c179a27983f763bac5 | {
"intermediate": 0.24426232278347015,
"beginner": 0.6451622843742371,
"expert": 0.11057545244693756
} |
3,482 | I need a code either as vba or validation which will pop up a message after values in a sheet are changed.
The pop up will ask if I want to allow the change I made to the cell value and if I select yes it will keep the change.
If I however select No the cell will revert to its former value. I do not want the code to co... | c501176cb82aef1665d3eeda58b8934c | {
"intermediate": 0.5643538236618042,
"beginner": 0.29327166080474854,
"expert": 0.14237448573112488
} |
3,483 | rmPy array vs. Python list
lst = [1,2,3]
arr = np.eye(3)
lst2 = lst + lst
arr2 = arr + arr
print('lst:',lst)
print('lst + lst =',lst2)
print('\narr:\n',arr)
print('arr + arr =\n',arr2) | 73c7b19ae1afb77eb60c0c9ace53d937 | {
"intermediate": 0.3695231080055237,
"beginner": 0.3927217423915863,
"expert": 0.23775510489940643
} |
3,484 | open(https://zhiji.yinghehr.com/static/template/ability.xlsx) | 5f092ba7f17c5557bb5d76d500f4a039 | {
"intermediate": 0.3376169204711914,
"beginner": 0.2897723317146301,
"expert": 0.37261077761650085
} |
3,485 | I do not want the following code to run on cell I2. Dim confirmation As Integer
On Error Resume Next
Application.EnableEvents = False
confirmation = MsgBox(“Do you want to save this change?”, vbYesNo)
If confirmation = vbNo Then
Application.Undo
End If
Application.EnableEvents = True | 7553210802650b05d786ea51cada82c7 | {
"intermediate": 0.4320312738418579,
"beginner": 0.40096941590309143,
"expert": 0.16699926555156708
} |
3,486 | in the below code, i want to move my master drone to waypoints in different directions, what would be the follower drones position?
from pymavlink import mavutil
import math
import time
the_connection = mavutil.mavlink_connection('/dev/ttyUSB0', baud=57600)
the_connection.wait_heartbeat()
msg = the_connection.recv_m... | dc603797c1d8cc5c4120391e5ac51fc0 | {
"intermediate": 0.2997235655784607,
"beginner": 0.5655430555343628,
"expert": 0.13473331928253174
} |
3,487 | hi whats the meaning of cloud | 68ef55351918d3373e4dc2bd218ef02f | {
"intermediate": 0.5026803016662598,
"beginner": 0.254120796918869,
"expert": 0.24319890141487122
} |
3,488 | '''
import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.secrets.get("instagram_account_id", "")
config["version"] = 'v16.... | 290af5721b543507c256602e855f9f54 | {
"intermediate": 0.3471693694591522,
"beginner": 0.4591856896877289,
"expert": 0.1936449408531189
} |
3,489 | hey whats uo? | 58d79aa8ed32418be2868af2d5b538a2 | {
"intermediate": 0.37507617473602295,
"beginner": 0.2957742512226105,
"expert": 0.32914963364601135
} |
3,490 | Foreign keys can only be of integer data type | d6851a0d24764c945293e7aa37bed7f1 | {
"intermediate": 0.47995778918266296,
"beginner": 0.23437799513339996,
"expert": 0.2856641411781311
} |
3,491 | write js code of display queue basing on addChild architecture and use renderQuad to draw elements, all child transforms should be on place | cb3d670550e8928ee8bc800f64d5ce4c | {
"intermediate": 0.418600469827652,
"beginner": 0.278272420167923,
"expert": 0.30312711000442505
} |
3,492 | the problem here that I covered the entire content with nighmode switcher "<div class=“switch-container”>" but I want this thing to be able to activate on mouse click and at the same time be able to select text behind it and after when it disabled.: <html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS-only Multili... | a14626027363c25bcf779f12d5c12afc | {
"intermediate": 0.26377183198928833,
"beginner": 0.38854655623435974,
"expert": 0.3476816415786743
} |
3,493 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.... | 3d753844eb4a187cc91fe5f2797efaa4 | {
"intermediate": 0.3593063950538635,
"beginner": 0.34495285153388977,
"expert": 0.2957407832145691
} |
3,494 | Таблица SYS_LOGS: SYS_LOGS_PART230423 :ORA-02266: unique/primary keys in table referenced by enabled foreign keys | 2b0e830492a4440df7ae0bac5102a664 | {
"intermediate": 0.2868479788303375,
"beginner": 0.3370535671710968,
"expert": 0.3760984539985657
} |
3,495 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.... | 50786ac648b9a0214357869fa7aab304 | {
"intermediate": 0.3593063950538635,
"beginner": 0.34495285153388977,
"expert": 0.2957407832145691
} |
3,496 | Consider a store that sells 6 items from item1-item6. Assume that the available quantity of each item is 50 and price of each item1-item6 is $4 per item. A buyer gets discount of 1%, 2%, 3%,4%, 5% and 6% respectively on item1-item6 per item for buying more than 10 items. For example, if a buyer purchases 5 of item1 and... | 6662d10367e2051d1146dbd16b7141db | {
"intermediate": 0.47347354888916016,
"beginner": 0.2889450192451477,
"expert": 0.23758144676685333
} |
3,497 | Is it not possible to specify the values to be inserted into a table in an order that doesn't match the order of the columns | 9232418de4422b61f13acbd5001b7642 | {
"intermediate": 0.4372125566005707,
"beginner": 0.1758686751127243,
"expert": 0.3869188129901886
} |
3,498 | hi bro | cc6ed4123ed1544e5a906ad961df82f0 | {
"intermediate": 0.34584465622901917,
"beginner": 0.2482806295156479,
"expert": 0.40587475895881653
} |
3,499 | напиши код на питоне, который заходит на сайт https://www.poizon.us/collections/sneakers-1 , копирует название из селектора #gf-products > li:nth-child(1) > div > div > div.card__content > div.card__information > h3 > a , берет от туда же ссылку и переходит по ней, после перехода копирует цену из #price-template--16663... | 63e8b02d73ce9b93d529cfca4b9010bc | {
"intermediate": 0.30566084384918213,
"beginner": 0.4064376950263977,
"expert": 0.2879014015197754
} |
3,500 | does class "wrapper" affects anything in html or it's just name? | 95b12b3a2251681d83e66e48c3a1ce5c | {
"intermediate": 0.18342344462871552,
"beginner": 0.6828897595405579,
"expert": 0.13368681073188782
} |
3,501 | combine feature branch into main branch without merge in git | 0fee43f9910b1f56b0352693835c853a | {
"intermediate": 0.37884029746055603,
"beginner": 0.24968065321445465,
"expert": 0.3714790344238281
} |
3,502 | import requests
import json
import datetime
import streamlit as st
from itertools import zip_longest
import os
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
def basic_info():
config = dict()
config["access_token"] = st.secrets["access_token"]
config['instagram_account_id'] = st.... | 07c47fc2f3a0c848fed736ae3982b2e0 | {
"intermediate": 0.3593063950538635,
"beginner": 0.34495285153388977,
"expert": 0.2957407832145691
} |
3,503 | I have this code that I want to modify: import time
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
# Set the path to the chromedriver executable
chromedriver_path = "C:\\... | 5e1f1e716000fb816a19092b92c7fa9f | {
"intermediate": 0.32792288064956665,
"beginner": 0.4821387529373169,
"expert": 0.18993833661079407
} |
3,504 | #include <iostream>
#include <string>
#include <vector>
using namespace std;
class Flight;
// Structure to store information about a passenger
class Passenger {
string name;
string email;
string phone;
public:
Passenger(string name, string email, string phone) {
this->name = name;
th... | 864f1b13e792e4db43b9fca8a8e17389 | {
"intermediate": 0.27457883954048157,
"beginner": 0.5245574712753296,
"expert": 0.20086371898651123
} |
3,505 | now integrate this CSS only nighmode switcher into the multilingual page, so this "language-option" texts could be nightmoded: | 8498053a2e8debce7328dafade265b96 | {
"intermediate": 0.4163472354412079,
"beginner": 0.22670358419418335,
"expert": 0.3569491505622864
} |
3,506 | now integrate this CSS only nighmode switcher into the multilingual page, so this "language-option" texts could be nightmoded: | 1d79da6afccdac96c377983210a1bd9c | {
"intermediate": 0.4163472354412079,
"beginner": 0.22670358419418335,
"expert": 0.3569491505622864
} |
3,507 | java code to implement a blockchain from scratch | 68370cc6ab3891899ce283de8d2ffc72 | {
"intermediate": 0.36626508831977844,
"beginner": 0.17956236004829407,
"expert": 0.4541725516319275
} |
3,508 | you are a security consultant, list top 100 javascript exploits for chrome browser actual for 2023 with minimal js usage examples and one string description, most important first, so we can review and fix them | fadfde983f4f1777aae2749955a566af | {
"intermediate": 0.2565840482711792,
"beginner": 0.41942235827445984,
"expert": 0.32399362325668335
} |
3,509 | #include <iostream>
#include <string>
#include <vector>
using namespace std;
class Flight;
// Structure to store information about a passenger
class Passenger {
string name;
string email;
string phone;
public:
Passenger(string name, string email, string phone) {
this->name = name;
th... | 4a5bd9241817149ba6f5571506bb53d2 | {
"intermediate": 0.27457883954048157,
"beginner": 0.5245574712753296,
"expert": 0.20086371898651123
} |
3,510 | #include <iostream>
#include <string>
#include <vector>
#include <memory> // for smart pointers
using namespace std;
class Flight;
// Structure to store information about a passenger
class Passenger {
string name;
string email;
string phone;
public:
Passenger(string name, string email, string phone) {
this->name = ... | 36da39b1eca7e73b596c451150a473d5 | {
"intermediate": 0.2595306932926178,
"beginner": 0.6163252592086792,
"expert": 0.12414409965276718
} |
3,511 | is it possible to put this nightmode switcher near these horizontal line of flags from the right side and adjust the sizes properly, using only css and html, without any javascripts. can you do this without ruining functionality of displaying text on flag click, select text ability independent of nightmode state?: <!DO... | e3868b7ef78632f3eeb3642f7c40f428 | {
"intermediate": 0.40735283493995667,
"beginner": 0.40783873200416565,
"expert": 0.1848084032535553
} |
3,512 | here is my python app. i am able to open the search result file. but after opening the file and going back to the app the app doesnt respond. but after closing the file it responds. heres my code.
please fix that issue
import os
import tkinter as tk
from tkinter import filedialog, messagebox
import chardet
import con... | f7ca552baf212479a5e367e4bf8d9f24 | {
"intermediate": 0.43072015047073364,
"beginner": 0.35774368047714233,
"expert": 0.21153616905212402
} |
3,513 | Can I include object code the has both C and c++ linkages to the same library? | 3e5d33f9f25f08ed4acdd315d6abc9f0 | {
"intermediate": 0.7252136468887329,
"beginner": 0.15201854705810547,
"expert": 0.12276781350374222
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.