row_id int64 0 48.4k | init_message stringlengths 1 342k | conversation_hash stringlengths 32 32 | scores dict |
|---|---|---|---|
39,652 | I made Python GUI program using tkinter. How to hide it in system tray when window close button clicked? Tray menu when right clicked: show, action1, action2, close. Default action when left clicked is "show". Program not hidden by default. Avoid errors in your Python code | f8a94ee77dbcd1b990682ec5149b678c | {
"intermediate": 0.37804970145225525,
"beginner": 0.3138216435909271,
"expert": 0.3081287145614624
} |
39,653 | read these wbsites and learn from them carefully, first one https://github.com/Nixtla/statsforecast/blob/main/experiments/m3/src/experiment.py, second one https://nixtlaverse.nixtla.io/statsforecast/docs/models/autoces.html, third one https://nixtlaverse.nixtla.io/statsforecast/docs/models/autoets.html, fourth one http... | 37fbf43a37927efa4debefba605c9d6c | {
"intermediate": 0.367060124874115,
"beginner": 0.3892764747142792,
"expert": 0.24366340041160583
} |
39,654 | Here is my current frontend code:
(ns ^:figwheel-hooks simple-server.core
(:require [clojure.string :as str]
[ajax.core :refer [GET POST]]
[goog.dom :as gdom]
[goog.events :as events]
[reagent.core :as r :refer [atom]]
[reagent.dom :as rdom]
[re... | 48a01a65aec79e89fc56ba7d2904413b | {
"intermediate": 0.3203514814376831,
"beginner": 0.39197835326194763,
"expert": 0.28767016530036926
} |
39,655 | HI | f648e73b352a51529ee1f6d060c6cfa7 | {
"intermediate": 0.32988452911376953,
"beginner": 0.2611807882785797,
"expert": 0.40893468260765076
} |
39,656 | How to use camelott to read table from text | 2e9faa836fdb33290ddb4e0952f4fdce | {
"intermediate": 0.4012216031551361,
"beginner": 0.17711439728736877,
"expert": 0.4216640591621399
} |
39,657 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | c016d047ec2e32d8ffeb6e72f344bf0f | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,658 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | c7b95b49531d84c12a992cc0c59079fd | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,659 | I have a vba form that has a field where I enter the Expected CompletionDate.
In some forms I have used a tab that will reval a calender and then from the revealed calender, I can click the date I desire and the date value is entered into the required field.
How is this done.
I have also included the Form code below.
... | ef56886d607cad8c6fedb36160ac70b7 | {
"intermediate": 0.3648022711277008,
"beginner": 0.3148426115512848,
"expert": 0.3203551173210144
} |
39,660 | Проанализируйте частоты классов в результатах предсказаний решающего дерева (переменная predicted_valid).
Всё то же самое:
Примените метод value_counts(). Сделайте частоты относительными.
Значения сохраните в переменной class_frequency. Напечатайте их на экране.
Методом plot() c аргументом kind='bar' постройте диаграмм... | c8855aa10774496bb2efde6557f77627 | {
"intermediate": 0.2862870693206787,
"beginner": 0.30896514654159546,
"expert": 0.4047478437423706
} |
39,661 | how to calculate the Reverse of the Z score in the calculator, like i have a percentage, and i want to calculate the z score than corresponde to that percentage in the normal distribution,how to calculate it using the fx 991ES plus calculator | c2a9b2192bb9e35da78eb6f36c724d68 | {
"intermediate": 0.35444292426109314,
"beginner": 0.1758759468793869,
"expert": 0.4696812033653259
} |
39,662 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 9ed58aa39294209d24a38988cfceb8ec | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,663 | I have a vba form with a field where I enter the CompletionDate.
How can I add a clender to select the completion date from it. | 077c55c0b526ad18f5d49f2c35b9338c | {
"intermediate": 0.504511833190918,
"beginner": 0.16874979436397552,
"expert": 0.3267384171485901
} |
39,664 | In my Form, I created a button that opens another form called 'CalenderForm'
This is a Calender Form I got from the web that I have imported into my project.
I am not sure If I needed to create the button to open the CalenderForm so I have included the instructions supplied with the Calender form below.
Further below, ... | a1a5660ce0695e71949de653803a31af | {
"intermediate": 0.3652889132499695,
"beginner": 0.41950523853302,
"expert": 0.2152058631181717
} |
39,665 | If in one language "RAMATHIBODI" can be decoded as "KFQDKJVCOCT" What message can the word "MEDICINE" be decoded into? (Answer in all caps) | 923f5661e58e2ae5dea4c0e9bc91c636 | {
"intermediate": 0.37747612595558167,
"beginner": 0.280590295791626,
"expert": 0.34193360805511475
} |
39,666 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 14330a8889cb9f54934e4bdb83b5c776 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,668 | Can you find and correct possible errors in this vba form code: | d70ac77ecfda14670ca7f7a0ef95be45 | {
"intermediate": 0.4060828983783722,
"beginner": 0.34957242012023926,
"expert": 0.24434472620487213
} |
39,669 | """Token constants."""
# Auto-generated by Tools/scripts/generate_token.py
__all__ = ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF']
ENDMARKER = 0
NAME = 1
NUMBER = 2
STRING = 3
NEWLINE = 4
INDENT = 5
DEDENT = 6
LPAR = 7
RPAR = 8
LSQB = 9
RSQB = 10
COLON = 11
COMMA = 12
SEMI = 13
PLUS = 14
MINUS = 15
STAR = 16
S... | cc3ee7de0ef17580abe78f15a0b463c7 | {
"intermediate": 0.25655296444892883,
"beginner": 0.5125453472137451,
"expert": 0.23090168833732605
} |
39,670 | What is wake pattern in fluid dynamics | 79fcd2bbb8fbc36c9d7a93e08e378cca | {
"intermediate": 0.41119644045829773,
"beginner": 0.38973042368888855,
"expert": 0.19907313585281372
} |
39,671 | "{
"data": {
"__typename": "Tweet",
"lang": "es",
"favorite_count": 142,
"possibly_sensitive": false,
"created_at": "2024-01-28T13:41:40.000Z",
"display_text_range": [
0,
275
],
"entities": {
"hashtags": [],
"urls": [],
"user_mentions": [],
"symbols": [],
"media": [
{
"display_url": "pic.twitter.com/OecOcWSFf5",
"expan... | a14ac0f17a383233ee192ab9f1a22d98 | {
"intermediate": 0.2518808841705322,
"beginner": 0.5548461675643921,
"expert": 0.19327297806739807
} |
39,672 | In my Form, I have a text box where I enter a 'CompletionDate'
Is there a way to ensure that whichever way I enter the date it will always appear in the following format dd/mm/yy
Option Explicit
Private Sub CommandButton1_Click()
Application.EnableEvents = False
' Get data from form
Dim TaskDescription As String: Ta... | e94cb192747a9fe13f83115bb542242c | {
"intermediate": 0.2840544283390045,
"beginner": 0.3706947863101959,
"expert": 0.34525084495544434
} |
39,673 | Я буду давать тебе html код страниц. Сделай SEO оптимизацию - перепиши title, meta description и meta keywords чтобы увеличить кликабельность и привлекательность для поисковых систем. Выдай только конечный результат, без комментариев. вот код первой страницы:
<!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charse... | 42aa0a423ece99eef66de7b8e1ac35f9 | {
"intermediate": 0.2673797011375427,
"beginner": 0.517159640789032,
"expert": 0.2154606729745865
} |
39,674 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 6f10f3a78bd7ba6001aab1ef504ca46a | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,675 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 3ea73a7d3a74e7097dc622e6f287f5c0 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,676 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 97080c85fae700261876ff6d4cfee668 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,677 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 10f28ec4f8cbb693ca1c00e31512f2e1 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,678 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 59399dc7492ad8438bbd4d49ca38d0f4 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,679 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | ef8f1c259723ea7dc9dabda46cef668b | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,680 | Write a Python program that reads two dates, D1 and D2, and reports the number of
days from D1 to D2. The first input line is the year of D1, the second input line is the
month of D1, and the third input line is the day of D1; the fourth input line is the
month of D2 and the fifth input line is the day of D2. You may a... | 334daa16636767040611c90c5a20b6a8 | {
"intermediate": 0.4014546871185303,
"beginner": 0.18338999152183533,
"expert": 0.4151553213596344
} |
39,681 | <div class="table-container">
<table id="tableUtilisateurs">
<thead>
<tr>
<td>Pseudo</td>
<td>Email</td>
<td>Statut</td>
... | 579382b5cb5fb5b3ffc53636256e08fa | {
"intermediate": 0.39746642112731934,
"beginner": 0.359806090593338,
"expert": 0.24272757768630981
} |
39,682 | <!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> - PsiLabs.ru</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch... | 686bbc69faebf6127a56b2a031c75b58 | {
"intermediate": 0.24601978063583374,
"beginner": 0.480730801820755,
"expert": 0.2732493579387665
} |
39,683 | fix
audit | System check identified no issues (0 silenced).
audit |
audit | You have 3 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): elastic.
audit | Run 'python manage.py migrate' to apply them.
audit | February 18, 20... | b9c04ed999de02517aed176fd47415c1 | {
"intermediate": 0.39235320687294006,
"beginner": 0.31616705656051636,
"expert": 0.29147976636886597
} |
39,684 | I'm trying to get my ClojureScript frontend to communicate with my Clojure backend. Here's the frontend code:
(ns ^:figwheel-hooks simple-server.core
(:require [clojure.string :as str]
[ajax.core :refer [GET POST]]
[goog.dom :as gdom]
[goog.events :as events]
[reagent.... | 1f3ac8a7661c8bff5e08b2277c5c382e | {
"intermediate": 0.31221577525138855,
"beginner": 0.45105859637260437,
"expert": 0.23672567307949066
} |
39,685 | hii | 69a248fe9fb46234528df83ffbd1e4aa | {
"intermediate": 0.3416314125061035,
"beginner": 0.27302300930023193,
"expert": 0.38534557819366455
} |
39,686 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 6bb3bc4b5f2d3aded53d41971e9bf265 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,687 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | d0637905239ec0ecd88476bd0f1bb0de | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,688 | class Logger { constructor(filename = 'application', logDir = path.join(__dirname, '../logs'), { logLevel = process.env.LOG_LEVEL || 'all', maxSize = '20m', maxFiles = '14d', datePattern = 'YYYY-MM-DD' } = {}) { this.logDir = logDir; this.filename = filename; this.logLevel = logLevel; this.maxSize = maxSize; this.maxFi... | 5bb3761d24244d343c67ba9e9de53600 | {
"intermediate": 0.3323441445827484,
"beginner": 0.3930249512195587,
"expert": 0.27463090419769287
} |
39,689 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 7c726c83f4c3722e07ee7bf9f2cd4c4d | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,690 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 97f05332bc20ca973807701fe861129e | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,691 | add to db with create_engine of slqlalchemy | 6cedebdaf975c9137a9eae4cda7a4e05 | {
"intermediate": 0.43432122468948364,
"beginner": 0.1720423549413681,
"expert": 0.39363640546798706
} |
39,692 | i have this script that can create json in this for "{
"documents": [
{
"documentmask": "documentmask in polygon form",
"lines": [
{
"mask": "linemask in polygon form",
"letters": [
{
"mask": "lettermask in polygon form",
"classificat... | b0019be6e72faa20e5a694bde2a43d5e | {
"intermediate": 0.3692702651023865,
"beginner": 0.44131720066070557,
"expert": 0.18941248953342438
} |
39,693 | Add code to save the model parameters in a json file, vocab in a separate file with the appropriate extension to this code, **code**: import torch
import torch.nn as nn
from torch.utils.data import DataLoader, TensorDataset
import json
# Define pair-bit tokenizer
def tokenize(text):
tokens = text.split()
token... | 34fca56837a1cf801614783df5c6d048 | {
"intermediate": 0.4574641287326813,
"beginner": 0.31144097447395325,
"expert": 0.2310948371887207
} |
39,694 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 4c9dae4e01a772748dd2129ec65948e5 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,695 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | fbc962a2495d1bb80bc047db68de0ed3 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,696 | Check this code : import torch
import torch.nn as nn
from torch.utils.data import DataLoader, TensorDataset
import json
# Define pair-bit tokenizer
def tokenize(text):
tokens = text.split()
token_pairs = []
for i in range(len(tokens)-1):
token_pairs.append((tokens[i], tokens[i+1]))
return token... | 109e6cb01ea303cde992649cb0399413 | {
"intermediate": 0.35712411999702454,
"beginner": 0.3907809257507324,
"expert": 0.25209489464759827
} |
39,697 | CONSTRAINTS:
1. ~100k word limit for short term memory. Your short term memory is short, so immediately save important information to files.
2. If you are unsure how you previously did something or want to recall past events, thinking about similar events will help you remember.
3. No user assistance
4. Exclusively us... | 234ee8e0a3f04587df86eb82abd472b8 | {
"intermediate": 0.3503125011920929,
"beginner": 0.43184271454811096,
"expert": 0.21784481406211853
} |
39,698 | i have this code for time series forecasting using cnn bidirectional lstm:
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
from keras.models import Sequential
from keras.layers import LSTM, Dense, Flatten, TimeDistributed, Conv1D, MaxPooling1D, AveragePooling1D, Dropout, Bidirectional, ELU
from ... | 64baf75e88c76c5eb797d506c4a9ed1a | {
"intermediate": 0.38558724522590637,
"beginner": 0.3268462121486664,
"expert": 0.28756657242774963
} |
39,699 | #!/usr/bin/env python3
import re
import sys
from collections import namedtuple
import json
'''
program:
: '\n'+ program
| #empty
| expr program
;
expr
: term ( ( '+' | '-' ) term )*
;
term
: factor ( ( '*' | '/' ) factor )*
;
factor
: '-' factor
| INTEGER
| '(' expr ')'
;
'''
############... | 8c7b5e727658f101741914a2930ea14f | {
"intermediate": 0.28280094265937805,
"beginner": 0.6035133600234985,
"expert": 0.11368568986654282
} |
39,700 | import json
import re
import sys
token_patterns = [
(r'#[^\n]*', None),
(r'\s+', None),
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW'),
(r',', 'COMMA'),
(r'(true|false)', 'BOOLEAN'),
(r'(0|[1-9][0-9_]*)',... | 1f2b1fd463124a7538662a74d79220e9 | {
"intermediate": 0.36374208331108093,
"beginner": 0.4559815227985382,
"expert": 0.18027640879154205
} |
39,701 | The Task: Can you give me a small comment like a redditor would comment for this reddit post and send it to me and research things if necessary: "How do we know Neanderthals had bigger brains?
I was thinking about concussions and how devastating they can be to the brain and I wondered if there were ways to mitigate th... | 196cab3e97d91bc0200d1140cecf6d57 | {
"intermediate": 0.3018347918987274,
"beginner": 0.35951292514801025,
"expert": 0.3386523425579071
} |
39,702 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | f256e7b0aa3a4a701c568c11871aab25 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,703 | pd.read_csv how dont count an index column | 01eeab6083dbdfc91b7c44a099c64843 | {
"intermediate": 0.45205700397491455,
"beginner": 0.2222411334514618,
"expert": 0.3257018029689789
} |
39,704 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 3fe31aab935dd92b97f67e63ae90899b | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,705 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 41efe4ffc4e3a9331fdf9ed4a2161612 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,706 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 1da90a925c83aa0ee6f51053e470c466 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,707 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 3dcf9bf759ce590e51e58f22e0f8a2d3 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,708 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 2f8c802e1166d2e77bf4cdf179e7ece7 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,709 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 13fc71b4f1bdfa77feea733b30e92e18 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,710 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 5d571b5cf5cc50b4ea992b73969e82d9 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,711 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | 38f8244cce5743e34bb7d9157eb9c65c | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,712 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | fe6a6edbf7d55f504e627d395785eb82 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,713 | import json
import re
import sys
token_patterns = [
(r’#[^\n]‘, None),
(r’\s+‘, None),
(r’[‘, ‘LBRACKET’),
(r’]‘, ‘RBRACKET’),
(r’{‘, ‘LBRACE’),
(r’}‘, ‘RBRACE’),
(r’%{‘, ‘LMAPBRACE’),
(r’=>‘, ‘ARROW’),
(r’,‘, ‘COMMA’),
(r’(true|false)‘, ‘BOOLEAN’),
(r’(0|[1-9][0-9_])‘, ‘INTEGER’),
(r’:[A-Za-z_]\w*‘, ‘ATOM’),
(r’[A-Za... | a5212e120756d7436feafc096e304782 | {
"intermediate": 0.33062586188316345,
"beginner": 0.5064685940742493,
"expert": 0.16290555894374847
} |
39,714 | read these links carefully and learn from them, first one( https://nixtlaverse.nixtla.io/statsforecast/docs/getting-started/getting_started_complete_polars.html#introducing-polars-a-high-performance-dataframe-library), second one (https://nixtlaverse.nixtla.io/statsforecast/src/core/models.html), third one( https://nix... | 92a04dfe54d5b13f80d9815cc5b01ead | {
"intermediate": 0.28146034479141235,
"beginner": 0.5151961445808411,
"expert": 0.2033434957265854
} |
39,715 | hi, tell me a joke | 14a66af249db330342e869d24b40f7da | {
"intermediate": 0.3690780699253082,
"beginner": 0.40464451909065247,
"expert": 0.22627733647823334
} |
39,716 | i got this error:
File "C:\Users\User\Desktop\new datasets3\gridsearchtryupdate.py", line 76, in create_model
model.add(Bidirectional(LSTM(lstm_units2, activation='elu', kernel_initializer=initializer, recurrent_initializer=initializer2, dropout=dropout_rate, recurrent_dropout=dropout_rate)))
File "C:\Users\Us... | 06cd3419e3fa30454ac025422153252d | {
"intermediate": 0.35891246795654297,
"beginner": 0.31175199151039124,
"expert": 0.3293355405330658
} |
39,717 | import json
import re
import sys
token_patterns = [
(r'#[^\n]*', None),
(r'\s+', None),
(r'[', 'LBRACKET'),
(r']', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW'),
(r',', 'COMMA'),
(r'(true|false)', 'BOOLEAN'),
(r'(0|[1-9][0-9_]*)',... | 0bb88ef844dbb77633aeb3c25dfc69e5 | {
"intermediate": 0.36374208331108093,
"beginner": 0.4559815227985382,
"expert": 0.18027640879154205
} |
39,718 | when i click on th button submit nothing change ? "<body>
<div class="container">
<h2>Available Images</h2>
<form action="/process_images" method="post" enctype="multipart/form-data" id="imageForm">
<div class="result-container">
{% for image_name, image_data in imag... | 5626a53b9ebb68f3fef35b07367c3161 | {
"intermediate": 0.43044254183769226,
"beginner": 0.4216306507587433,
"expert": 0.14792676270008087
} |
39,719 | import json
import re
import sys
token_patterns = [
(r'#[^\n]*', None),
(r'\s+', None),
(r'\[', 'LBRACKET'),
(r'\]', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW'),
(r',', 'COMMA'),
(r'(true|false)', 'BOOLEAN'),
(r'(0|[1-9][0-9_]*)... | a6fbd7c9952832c477a39bec6d1b5b36 | {
"intermediate": 0.3775404989719391,
"beginner": 0.46357956528663635,
"expert": 0.15887992084026337
} |
39,720 | import json
import re
import sys
token_patterns = [
(r'#[^\n]*', None),
(r'\s+', None),
(r'\[', 'LBRACKET'),
(r'\]', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW'),
(r',', 'COMMA'),
(r'(true|false)', 'BOOLEAN'),
(r'(0|[1-9][0-9_]*)... | c8ca64261c8bcff371d2ea7f0a1d0afa | {
"intermediate": 0.3210805654525757,
"beginner": 0.49929699301719666,
"expert": 0.17962239682674408
} |
39,722 | cut off upper right corner of image using pil in python | 49400bad30016f504bed441530abf64b | {
"intermediate": 0.27614402770996094,
"beginner": 0.2641732394695282,
"expert": 0.4596827030181885
} |
39,723 | Create a JS function to take a SS of a page | 25bdd2d41ea3ea1af9af0e61e97cda51 | {
"intermediate": 0.2744961977005005,
"beginner": 0.43967580795288086,
"expert": 0.28582796454429626
} |
39,724 | Generate code that work in python 3.10 but not work in python 3.9 | 31784070a3f7ebc55ab6d8adf702a5ec | {
"intermediate": 0.31916290521621704,
"beginner": 0.22049328684806824,
"expert": 0.4603438079357147
} |
39,725 | import json
import re
import sys
token_patterns = [
(r'#[^\n]*', None),
(r'\s+', None),
(r'\[', 'LBRACKET'),
(r'\]', 'RBRACKET'),
(r'{', 'LBRACE'),
(r'}', 'RBRACE'),
(r'%{', 'LMAPBRACE'),
(r'=>', 'ARROW'),
(r',', 'COMMA'),
(r'(true|false)', 'BOOLEAN'),
(r'(0|[1-9][0-9_]*)... | e094f16e2988de047f80bf5f6bfe8594 | {
"intermediate": 0.3210805654525757,
"beginner": 0.49929699301719666,
"expert": 0.17962239682674408
} |
39,726 | module market_place::market_module {
use std::option::{Self, Option};
use std::string::{Self, String};
use sui::dynamic_object_field as dof;
use sui::object::{Self, UID};
use sui::package;
use sui::transfer;
use sui::tx_context::{TxContext};
// ... (existing code)
/// Define a stru... | 0429b01fc8ccee9bcf38dcb201431ea6 | {
"intermediate": 0.31072998046875,
"beginner": 0.5488992929458618,
"expert": 0.140370711684227
} |
39,727 | cut off fragment from image by coords using pil in python | 24f5f4a03e18ae6fcc467ef0de87f70f | {
"intermediate": 0.3093950152397156,
"beginner": 0.24847309291362762,
"expert": 0.442131906747818
} |
39,728 | work? | cede43d30b764ec464a12050ad111a8f | {
"intermediate": 0.3485957384109497,
"beginner": 0.27925801277160645,
"expert": 0.37214621901512146
} |
39,729 | @@@리셀금지.ct @@@
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
<CheatEntries>
<CheatEntry>
<ID>1</ID>
<Description>"루아 스크립트 적용 -msw"</Description>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
//code from here to '[DISABLE]' w... | ebba5412fc24e1210cee941c99b6c65a | {
"intermediate": 0.44859760999679565,
"beginner": 0.34756603837013245,
"expert": 0.2038363516330719
} |
39,730 | Please output in Korean.
This is an example to study and explore for learning purposes.
where is the code to stop the behavior if someone else is detected?
Please answer assuming that the files are configured as described below.
"@@@Filename@@@" means that you have created a startup file with a filename.
Then the ... | 749271af451b7241a812fe97f8fc3a2c | {
"intermediate": 0.2747954726219177,
"beginner": 0.4640248119831085,
"expert": 0.26117974519729614
} |
39,731 | I'd like to apply for this coaching position below, can you analyse my cover letter and offer feedback? Please proofread and offer an updated revision.
The job posting: | 8cae781316aea1a1ceb2f4c11fe7642e | {
"intermediate": 0.29022619128227234,
"beginner": 0.4126494228839874,
"expert": 0.297124445438385
} |
39,732 | Write two separate flask api file which is to be hosted on the same server. | 40ce653d1b966057344ed9185a6435f0 | {
"intermediate": 0.6717895269393921,
"beginner": 0.12583734095096588,
"expert": 0.202373206615448
} |
39,733 | function hcyl(bottom, height, radius, id) {
let radsq = radius * radius
let innerRadsq = (radius - 1.2) * (radius - 1.2)
height += bottom
for (let x = -radius; x <= radius; x++) {
for (let y = bottom; y < height; y++) {
for (let z = -radius; z <= radius; z++) {
let d = x * x + z * z
if (d < radsq && d ... | 6b492903044ed9a46c15bbe9745d1189 | {
"intermediate": 0.2089826762676239,
"beginner": 0.5734841227531433,
"expert": 0.2175331860780716
} |
39,734 | prevent host header injection | 59dd4c06b09e70fa328a4f28477ab6cc | {
"intermediate": 0.39849111437797546,
"beginner": 0.23785431683063507,
"expert": 0.36365458369255066
} |
39,735 | create a ai diagram | 2fcd2292cdd8275e9afe80f97c5652ef | {
"intermediate": 0.39529353380203247,
"beginner": 0.21845979988574982,
"expert": 0.38624662160873413
} |
39,736 | output not some wide example with html and javascript in one code | a0604251ba1b9f1701c34b9c51ef6f2d | {
"intermediate": 0.3948933184146881,
"beginner": 0.36340412497520447,
"expert": 0.2417025864124298
} |
39,737 | Shared library in jenkins | 598dce84fa6e20b0f9cf491df08cf1ea | {
"intermediate": 0.5368165373802185,
"beginner": 0.20258960127830505,
"expert": 0.26059383153915405
} |
39,738 | How to disable automatic restart after update on windows server 2022? | 4dde3f0ae2f9eedcd6e7de7e2fdca912 | {
"intermediate": 0.3782350420951843,
"beginner": 0.2628841996192932,
"expert": 0.35888078808784485
} |
39,739 | The term 'Get-WmiObject' is not recognized as a name of a cmdlet, function, script file, or executable program. | 9245e9fb387467efceba7c5cb0fd7005 | {
"intermediate": 0.30943629145622253,
"beginner": 0.3724915087223053,
"expert": 0.31807219982147217
} |
39,740 | How to check which group a PC is member off from pc itself. Short answe - powershell or cmd command only | cb76e3a2dbf36210651d8e00e4c6eb01 | {
"intermediate": 0.325904905796051,
"beginner": 0.3856438994407654,
"expert": 0.2884511649608612
} |
39,741 | How do i set the color of <HiArrowRight
className="absolute text-4xl group-hover:translate-x-2 transition-all duration-300"
aria-hidden
/> to #f13024 | 698503d9bac2cd2072e11ce1a87cab11 | {
"intermediate": 0.48183971643447876,
"beginner": 0.31603142619132996,
"expert": 0.2021288126707077
} |
39,742 | org.springframework.amqp.rabbit.support.ListenerExecutionFailedException: Listener method 'public void acq.micro.tkb.impl.RabbitQueueListener.acquirerCallOctListener(java.lang.String)' threw exception что за ошибка? | 1946f8753e9eaed67feba2259cf19a42 | {
"intermediate": 0.6466725468635559,
"beginner": 0.1934799998998642,
"expert": 0.1598474532365799
} |
39,743 | I want the image to have 60% transparency | 9ed4e8a947273bd41dad25dfe9bce083 | {
"intermediate": 0.4147413969039917,
"beginner": 0.305774450302124,
"expert": 0.2794841527938843
} |
39,744 | من فضلك استعمل في الشيفرة fake headers واستعمل fake user agent لتفادي الحظر وحاول تزيد في نجاعتها import requests
from bs4 import BeautifulSoup
import time
# URL الجديد الخاص بصفحة الأحداث
url = 'https://www.fplalerts.com/videprinter/'
# متغير لتخزين الأحداث التي تم رؤيتها
seen_events_texts = set()
# تابع لطلب البي... | dba0c183c8249579cdecbba5cc8fa5fb | {
"intermediate": 0.3060854971408844,
"beginner": 0.49530529975891113,
"expert": 0.19860918819904327
} |
39,745 | Can you write a vb script for Vizrt software which creates slideshow with 5 slides including text and image container box? There should be a transition between slides. Text animate in effect might be typewriter or similar. | 44d41ef766d673b472b5cdc46c4cad16 | {
"intermediate": 0.5528668165206909,
"beginner": 0.19716273248195648,
"expert": 0.2499704509973526
} |
39,746 | Remove the if condition from the below snippet.
let replyMessage = response.data.choices[0].message.content;
if (category_key === 'resume') {
replyMessage = "\n\n" + replyMessage;
} | d0ad98fd041037033d2c38c0e9e4a78f | {
"intermediate": 0.2764589190483093,
"beginner": 0.4941980838775635,
"expert": 0.22934302687644958
} |
39,747 | In React I have a flex container. it contains 2 elements - div and a span. The div has display:flex and flex: 1 properties. The problem I am facing is that when the text content of div takes more than 2 lines the content of the span is on the first line and I want it to be on the same line as where the text content of ... | 6367bdb00da3cc61e8da894cfd77a561 | {
"intermediate": 0.6353479027748108,
"beginner": 0.2118990123271942,
"expert": 0.1527530550956726
} |
39,748 | اكتب لي نموذج شيفرة لنشر التلقائي على صفحة الفايس بوك مع العلم لدي مفتاح api وكل الامور اللازمة | 70e73ab4140f97942f83712a510408ba | {
"intermediate": 0.4591791331768036,
"beginner": 0.2638743817806244,
"expert": 0.2769465148448944
} |
39,749 | у меня ошибка Failed making field 'java.time.LocalDateTime#date' accessible; either change its visibility or write a custom TypeAdapter for its declaring type
формат даты такой 2024-02-19T12:38:14.228567 | c6bf4fa6d710e7c485f3ae0b315173eb | {
"intermediate": 0.5402005910873413,
"beginner": 0.226592555642128,
"expert": 0.23320679366588593
} |
39,750 | When I attempt to use the submit-login function or the submit-guess function, I am not getting a proper response back. I get {:status 404, :success false, :body <div><h1>Figwheel Server: Resource not found</h1><h3><em>Keep on figwheelin' yep</em></h3></div>, :headers {access-control-allow-methods DELETE, GET, HEAD, OPT... | 5a9481e1ec99a2d65e01e6cdd24e9308 | {
"intermediate": 0.31006327271461487,
"beginner": 0.620819091796875,
"expert": 0.06911766529083252
} |
39,751 | I'm trying to get ShadowCLJS to work on the simple example provided with the re-frame source code I downloaded, but I get the error:
The term 'clojure' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path ... | d87df4b67cb2fd67f29d9bf0a0e5895d | {
"intermediate": 0.5616939663887024,
"beginner": 0.29617148637771606,
"expert": 0.1421346217393875
} |
39,752 | import requests
from bs4 import BeautifulSoup
import time
# URL الجديد الخاص بصفحة الأحداث
url = 'https://www.fplalerts.com/videprinter/'
# متغير لتخزين الأحداث التي تم رؤيتها
seen_events_texts = set()
# تابع لطلب البيانات وتحليلها
def fetch_updates(url):
try:
# إرسال طلب HTTP GET إلى الصفحة
resp... | 1b43cbcd38fd15d2c73466deb112596e | {
"intermediate": 0.2775060832500458,
"beginner": 0.4877832531929016,
"expert": 0.2347107231616974
} |
39,753 | TYPEIGNORE NODE IN PYTHON AST | 69e8f3cebf3dd50baf228a68c88bf16a | {
"intermediate": 0.30204203724861145,
"beginner": 0.17227226495742798,
"expert": 0.5256857872009277
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.