row_id
int64
0
48.4k
init_message
stringlengths
1
342k
conversation_hash
stringlengths
32
32
scores
dict
35,641
using System; public class AES { // Константы AES-128 private const int NB = 4; // Размер блока в 32-бит словах private const int NK = 4; // Размер ключа в 32-бит словах private const int NR = 10; // Кол-во раундов // Таблица замен S-Box private byte[] sBox = {0x63, 0x7C, 0x77, 0x7B, 0xF2, 0x6B, 0x6F,...
50a73a1e648610b6bd8e1cb8e6cc2eb2
{ "intermediate": 0.32143688201904297, "beginner": 0.4474259316921234, "expert": 0.23113711178302765 }
35,642
tengo este error en node js express cboSecciones.forEach is not a function - <select class="form-select" aria-label="Default select example"> <% cboSecciones.forEach(s => { %> <option value=<%= a.id %>><%= a.seccion %></option> <% }); %> </select> - const cboSecciones = alumnoHandlers.CBSecci...
8a1e2855c836796ad04574ac1968f82e
{ "intermediate": 0.32762259244918823, "beginner": 0.410099059343338, "expert": 0.26227834820747375 }
35,643
这是一个api的调用实例,请根据这个示例给他写个网页前端:# Python code for interacting with VisionCraft API import requests # Define the API endpoint api_url = "https://visioncraftapi--vladalek05.repl.co" # Obtain your API key api_key = "your_api_key" # Generate images using a specific model model = "anything_V5" sampler = "Euler" image_count ...
12cea304a1b06acffff8e0b82b0f2e76
{ "intermediate": 0.7075923085212708, "beginner": 0.1519932746887207, "expert": 0.14041443169116974 }
35,644
一个api的python调用案例如下,请根据调用案例为他做一个图像界面:# Python code for interacting with VisionCraft API import requests # Define the API endpoint api_url = "https://visioncraftapi--vladalek05.repl.co" # Obtain your API key api_key = "your_api_key" # Generate images using a specific model model = "anything_V5" sampler = "Euler" image...
d4b1cdb9b711fa87e31739bf4bc03efa
{ "intermediate": 0.7167696356773376, "beginner": 0.1566135287284851, "expert": 0.12661686539649963 }
35,645
当我使用windows 系统 尝试ssh操作时 出现以下问题 应该如何解决 Try removing permissions for user: NT AUTHORITY\\Authenticated Users (S-1-5-11) on file D:/moore_thread/id_rsa.Permissions for 'D:\\\\moore_thread\\\\id_rsa' are too open.
cdb3fbee62a27875cf6f72df186130d7
{ "intermediate": 0.3804077208042145, "beginner": 0.28100794553756714, "expert": 0.33858436346054077 }
35,646
How to merge two different git trees?
a1901a09789494e16b1d3386241643bf
{ "intermediate": 0.22882133722305298, "beginner": 0.21050547063350677, "expert": 0.5606731176376343 }
35,647
$projes = Proje::with('kurum') ->withWhereHas('hedef', fn($q) => $q->with('kurum') ->whereRelation('kurum', 'kademe_id', auth()->user()->kurum()->where('active', 1)->value('kademe_id')) ->where('start_at', '<=', now()) ->where('end_at', '>=', now()) ...
5f4c3b293a777f31b325bcdfcec6229b
{ "intermediate": 0.3354208171367645, "beginner": 0.4835246503353119, "expert": 0.18105453252792358 }
35,648
START OF PREVIOUS DISCUSSION user:from sklearn.model_selection import train_test_split from sklearn.svm import SVR # Importing SVR for regression from sklearn.metrics import mean_squared_error X_train, X_test, y_train, y_test = train_test_split(sample_attrs, sample_scores, test_size=0.2, random_state=42) regressor =...
6cf799360c4f984574fda2cef492c4ef
{ "intermediate": 0.43238720297813416, "beginner": 0.3419530689716339, "expert": 0.22565977275371552 }
35,649
Перепиши данную программу на языке C++ с использованием map ввместо vector. Программа: #include <iostream> #include <vector> #include <string> #include <fstream> #include <chrono> using namespace std; // Прототип фигуры class Shape { public: virtual void draw() = 0; virtual Shape* clone() = 0; virtual stri...
1e6bec06c6fcc41c6a5ae540134d176a
{ "intermediate": 0.2723817825317383, "beginner": 0.42945805191993713, "expert": 0.2981601655483246 }
35,650
START OF PREVIOUS DISCUSSION END OF PREVIOUS DISCUSSION user: from huggingface_hub import InferenceClient client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1") for token in client.text_generation("Tell me a huge story", stream=True, max_new_tokens=1024, ): print(token) is it possible to avoid it cachin...
ff427d1e1d4fca4069c05e60ffe447c5
{ "intermediate": 0.47436875104904175, "beginner": 0.2901926338672638, "expert": 0.23543861508369446 }
35,651
hi
d00e2867c65e2e06d7a5402adb2ef1a7
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
35,652
how to login with root user and password in single commnad
d08713190d21fbb46642bb50305c6256
{ "intermediate": 0.3655104637145996, "beginner": 0.2985018193721771, "expert": 0.33598771691322327 }
35,653
START OF PREVIOUS DISCUSSION user:from huggingface_hub import InferenceClient client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1") for token in client.text_generation("Tell me a huge story", stream=True, max_new_tokens=1024, ): print(token) is it possible to avoid it caching the values? robot:If your ...
309c320fc4594807d43aeb2d371599ea
{ "intermediate": 0.5456107258796692, "beginner": 0.35293877124786377, "expert": 0.10145049542188644 }
35,654
привет помоги с рефакторингом public class CitySnow : MonoBehaviour { [SerializeField] private GameObject snowStreets; [SerializeField] private Material treeFirst; [SerializeField] private Material treeSecond; [SerializeField] private Material roadMa...
05d6417d23d22942b91f7976d13a93e2
{ "intermediate": 0.3255425691604614, "beginner": 0.4078413248062134, "expert": 0.2666161060333252 }
35,655
write code for keycloak asp.net core
159d26af7cb3ebb5fd9d88a0f064ec97
{ "intermediate": 0.4059545695781708, "beginner": 0.22596336901187897, "expert": 0.3680820167064667 }
35,656
# app/controllers/api/v1/schedules_controller.rb class Api::V1::SchedulesController < ApplicationController def index departure_station = params[:departure] destination_station = params[:destination] if departure_station.present? && destination_station.present? schedules = Schedule.joins(stations: ...
ea5f3848792745b83782b74b87d2736d
{ "intermediate": 0.3744239807128906, "beginner": 0.4495799243450165, "expert": 0.17599616944789886 }
35,657
START OF PREVIOUS DISCUSSION user:from huggingface_hub import InferenceClient client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1") for token in client.text_generation("Tell me a huge story", stream=True, max_new_tokens=1024, ): print(token) is it possible to avoid it caching the values? robot:If your ...
bad35e5e88db914fa52dcd04c4d880ac
{ "intermediate": 0.4676169753074646, "beginner": 0.33492550253868103, "expert": 0.1974574774503708 }
35,658
I am interested in Judaism. I know there are several branches and the followers all tend to dress up differently. I noticed that some jews tend to wear black and white suits with trenchcoats, don't wear traditional jewish hat during events, have long beards and don't have those hair curls at the sides of their heads. W...
0f14dc662a49b4e866b99c6fb61060c1
{ "intermediate": 0.38530391454696655, "beginner": 0.3749447762966156, "expert": 0.23975133895874023 }
35,659
Can you please provide a VBA event to do the following: 'COPY XTRA WORK IN "B" TO "F" Dim wbkx As Workbook Dim wsx As Worksheet Dim wsxr As Range Set wbkx = ThisWorkbook Set wsx = ThisWorkbook.Worksheets("Today") Set wsxr = wsf.Range("B18:B21") Application.EnableEvents = False Application.ScreenUpdating = False wsf.A...
4728ea2806391bd4e68fda3079264a8f
{ "intermediate": 0.5731030702590942, "beginner": 0.23434418439865112, "expert": 0.19255276024341583 }
35,660
Think step by step and break down complex problems into smaller problems to output nothing but multiple javascripts to preform the actions/events specified. Function Reference Cheatsheet (Extended) Search Results Retrieval - Function: `{ser}` - Parameters: `query` (mandatory) - the search query string - Syntax: `{se...
7f0cd1cd10bb66403c17750d2f22a5a0
{ "intermediate": 0.3031371831893921, "beginner": 0.48776715993881226, "expert": 0.20909568667411804 }
35,661
Give a ai code to track crack in tunnel
382aaf80c18fc0337c9407faa2033cba
{ "intermediate": 0.3234424889087677, "beginner": 0.14232918620109558, "expert": 0.5342283248901367 }
35,662
I have a text message input using draft-js where I can use emojis. The problem is that if I want to delete a flag emoji, once I press backspace once it deletes one letter of an abbreviature used for that falg emoji and the other letter could be seen instead that way. For example of there is an australian flag emoji wh...
6fc098d2f4fdb7ec11344d3d0640a152
{ "intermediate": 0.6021112203598022, "beginner": 0.10939455777406693, "expert": 0.28849416971206665 }
35,663
Make a modernised and remade version of the CSS using a link to Antonio font and some redesigned stuff /* Importing fonts */ @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;900&display=swap'); /* Global Styles */ body { font-family: 'Unbounded', cursive; line-height: 1.6; margin: 0; padding...
246a2b09b12b52676fe19e0db538a358
{ "intermediate": 0.29805323481559753, "beginner": 0.5064231157302856, "expert": 0.19552363455295563 }
35,664
Make a modernised and remade version of the CSS using a link to Antonio font and some redesigned stuff. Put it into code if you're in markdown /* Importing fonts */ @import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700;900&display=swap'); /* Global Styles */ body { font-family: 'Unbounded', cursi...
6c191a1f92279357798a64bad1b81fdf
{ "intermediate": 0.24618269503116608, "beginner": 0.36933910846710205, "expert": 0.3844781816005707 }
35,665
get isPlanReadyToStop() { if (!this.setLoaded) { return false } return this.stages .map((stage) => stage.isFlowReady).every(Boolean) && Object.values(this.setIsFlowActive).some(Boolean) } переписать на vue 3 composition api
dd58b53ca7e2990d5fb5cd9c66a50dc6
{ "intermediate": 0.44782644510269165, "beginner": 0.45202335715293884, "expert": 0.10015019029378891 }
35,666
package launcher.panel.buttonBar { /** * ... * @author alekskart */ import flash.display.MovieClip; public class quickPanel extends MovieClip { public var home:icon_home = new icon_home(); public var homeButton:MovieClip = new MovieClip(); public function quickPanel() { ...
af6e9dd2d196a7e50bd81393fe94d086
{ "intermediate": 0.4330151677131653, "beginner": 0.37789735198020935, "expert": 0.18908746540546417 }
35,667
package launcher.panel.buttonBar { /** * ... * @author alekskart */ import flash.display.MovieClip; import flash.text.TextField; import flash.text.TextFormat; import flash.events.MouseEvent; public class quickPanel extends MovieClip { public var home:icon_home = new icon_home(); public...
431275964f6fac7cb15a230073a0c26e
{ "intermediate": 0.38422057032585144, "beginner": 0.3647960126399994, "expert": 0.25098341703414917 }
35,668
package launcher.panel.buttonBar { /** * ... * @author alekskart */ import flash.display.MovieClip; import flash.text.Font; import flash.text.TextField; import flash.text.TextFormat; import flash.events.MouseEvent; public class quickPanel extends MovieClip { public var home:icon_home = new icon_...
25d80935ad78bcb07610a4bcb35cbf07
{ "intermediate": 0.3904806077480316, "beginner": 0.32163411378860474, "expert": 0.28788527846336365 }
35,669
im trying to write an apple script to change the colour of boxes by script labels but its not working: set color of all page items of page 1 of active document whose label is "Box 1" to black
cf57239b46526959ba9dc5d2847a5c08
{ "intermediate": 0.39150214195251465, "beginner": 0.22810634970664978, "expert": 0.38039150834083557 }
35,670
CREATE TABLE IF NOT EXISTS "bus_schedules" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "vehicle_number" varchar, "created_at" datetime(6) NOT NULL, "updated_at" datetime(6) NOT NULL); CREATE TABLE IF NOT EXISTS "routes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "bus_schedule_id" integer NOT NULL, "name" v...
5652d0eeb5a574529d7ee519fe07e6d2
{ "intermediate": 0.3715244233608246, "beginner": 0.25622719526290894, "expert": 0.3722483813762665 }
35,671
START OF PREVIOUS DISCUSSION END OF PREVIOUS DISCUSSION user: function getStream(){ const apiUrl = 'https://pandora-s-playground-api.onrender.com/get_talk'; let txt = document.querySelector('.overlay-section p').textContent.toLowerCase() const data = { history: [['user',txt]], }; async fu...
0a55d3e6690a405a7a68da6da541a05f
{ "intermediate": 0.6439020037651062, "beginner": 0.2236572951078415, "expert": 0.1324406862258911 }
35,672
1|1|ANGAMALY PRIVATE BUS STATION|06:35 am|06:35 am|2023-12-19 13:47:46.288595|2023-12-19 13:47:46.288595 2|1|ATHANI|06:53 am|06:53 am|2023-12-19 13:47:46.326042|2023-12-19 13:47:46.326042 3|1|MANJALY|07:15 am|07:15 am|2023-12-19 13:47:46.328846|2023-12-19 13:47:46.328846 4|1|NORTH PARAVUR|07:25 am|07:25 am|2023-12-19 1...
217617cf114234c324bf28a272a40ddc
{ "intermediate": 0.33016929030418396, "beginner": 0.37259164452552795, "expert": 0.2972390353679657 }
35,673
START OF PREVIOUS DISCUSSION user:function getStream(){ const apiUrl = 'https://pandora-s-playground-api.onrender.com/get_talk'; let txt = document.querySelector('.overlay-section p').textContent.toLowerCase() const data = { history: [['user',txt]], }; async function fetchStreamPost() { ...
131de2cc6c1146065f95e203ed450153
{ "intermediate": 0.49497440457344055, "beginner": 0.29070845246315, "expert": 0.21431714296340942 }
35,674
the stations are ordered by their sequence in the route. it should only return where destination station is after departure station. so modify the code without comparing the time 1|1|ANGAMALY PRIVATE BUS STATION|06:35 am|06:35 am|2023-12-19 13:47:46.288595|2023-12-19 13:47:46.288595 2|1|ATHANI|06:53 am|06:53 am|2023-1...
d7072fcab7c6d56fe8f1a683bd3116b6
{ "intermediate": 0.25346168875694275, "beginner": 0.4571879506111145, "expert": 0.28935039043426514 }
35,675
the stations are ordered by their sequence in the route. it should only return where destination station is after departure station. so modify the code without comparing the time 1|1|ANGAMALY PRIVATE BUS STATION|06:35 am|06:35 am|2023-12-19 13:47:46.288595|2023-12-19 13:47:46.288595 2|1|ATHANI|06:53 am|06:53 am|2023-1...
49c0a1779de1a4887c4198936b1396f9
{ "intermediate": 0.25346168875694275, "beginner": 0.4571879506111145, "expert": 0.28935039043426514 }
35,676
the stations are ordered by their sequence in the route. it should only return where destination station is after departure station. so modify the code without comparing the time 1|1|ANGAMALY PRIVATE BUS STATION|06:35 am|06:35 am|2023-12-19 13:47:46.288595|2023-12-19 13:47:46.288595 2|1|ATHANI|06:53 am|06:53 am|2023-1...
9e95b44b159e77ed33a19917b52a7e5c
{ "intermediate": 0.25346168875694275, "beginner": 0.4571879506111145, "expert": 0.28935039043426514 }
35,677
package launcher.panel.buttonBar { /** * … * @author alekskart */ import flash.display.MovieClip; import flash.text.Font; import flash.text.TextField; import flash.text.TextFormat; public class quickPanel extends MovieClip { public var home:icon_home = new icon_home...
8ac5eb9c3f9bcc290c03a1f41f77a1d3
{ "intermediate": 0.48421332240104675, "beginner": 0.2707790732383728, "expert": 0.24500760436058044 }
35,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...
467cd9b956d96d0d650330003267cbe9
{ "intermediate": 0.3145076036453247, "beginner": 0.4899197220802307, "expert": 0.1955726593732834 }
35,680
帮我修改一下句子
cae0165d69523f80c8aedc7e775939ab
{ "intermediate": 0.32319176197052, "beginner": 0.30063438415527344, "expert": 0.37617385387420654 }
35,681
generate a regular expression to find mismatched '' tags, over 2 lines.
36bcb63ee2c176336d03c60b4666b7c4
{ "intermediate": 0.279117226600647, "beginner": 0.18488852679729462, "expert": 0.535994291305542 }
35,682
Wikitext markup uses '' and ''' to mark italic and bold. Find a regular expression to find unbalanced formatting within a pair of lines.
a0b1be3826055a1cd39b9e6a468ff24b
{ "intermediate": 0.36748775839805603, "beginner": 0.2809671461582184, "expert": 0.3515450954437256 }
35,683
Regexp to find all variants of "date= 1964" or later.
8c4696ba61fd1619161895ab6c3abbee
{ "intermediate": 0.37662413716316223, "beginner": 0.31792280077934265, "expert": 0.30545303225517273 }
35,684
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { private var progressBar:Shape; private var backgroundBar:Shape; pu...
8fc4ce69dea4276ac6838a071ac20d53
{ "intermediate": 0.31665942072868347, "beginner": 0.4872369170188904, "expert": 0.19610370695590973 }
35,685
Regular expression to find unblanced {{ or }} braces in a line
1063919e193c1e73fc03f024bc5742e3
{ "intermediate": 0.3308849632740021, "beginner": 0.37586510181427, "expert": 0.2932499051094055 }
35,686
Make me an ai on python
b42a64bdb1e3fa561d86654b9e8df60c
{ "intermediate": 0.3651021718978882, "beginner": 0.24575044214725494, "expert": 0.38914743065834045 }
35,687
#version 330 core layout (location = 0) in vec3 in_vPosition; layout (location = 1) in vec3 in_vNormal; layout (location = 2) in vec3 in_vColor; layout (location = 3) in vec2 in_vUV; out vec3 in_fPositionWorld; out vec3 in_fNormal; out vec3 in_fColor; out vec2 in_fUV; uniform mat3 uModelMat; uniform mat3 uNormalMat;...
9b74db720d742105074a657700ece3be
{ "intermediate": 0.37459611892700195, "beginner": 0.20903046429157257, "expert": 0.4163734018802643 }
35,688
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { public var progressBar:Shape; private var backgroundBar:Shape; pub...
f14c158f72d6cbc30372e0ff39a9f7ee
{ "intermediate": 0.3165833055973053, "beginner": 0.4881279766559601, "expert": 0.19528871774673462 }
35,689
# # app/controllers/api/v1/schedules_controller.rb # class Api::V1::SchedulesController < ApplicationController # def index # departure_station = params[:departure] # destination_station = params[:destination] # if departure_station.present? && destination_station.present? # schedules = Schedule.jo...
195ed988844f4ca13f167edaa738bb72
{ "intermediate": 0.31230464577674866, "beginner": 0.5289795994758606, "expert": 0.15871575474739075 }
35,690
can you convert this code dnippet to challenge type code problems like leetcode problems. Problem should be real world problem and should be abstract: `"use strict"; const { _, compact } = require("underscore"); (function () { console.log(_.compact([0, 1, false, 2, '', 3])); })();`
ec8f38f57fca99e2b1161b4ffd49f3b5
{ "intermediate": 0.2909693121910095, "beginner": 0.5707792043685913, "expert": 0.13825148344039917 }
35,691
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { public var progressBar:Shape; private var backgroundBar:Shape; pub...
40cd0eb57e0abe03600c9111083ade77
{ "intermediate": 0.3165833055973053, "beginner": 0.4881279766559601, "expert": 0.19528871774673462 }
35,692
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { public var progressBar:Shape; private var backgroundBar:Shape; pub...
33e0d7eb9deba2f9b1880afac1c55f7e
{ "intermediate": 0.30016061663627625, "beginner": 0.5431818962097168, "expert": 0.15665750205516815 }
35,693
WebSocketClient = { init: function () { serverUrl = $('#serverUrl'); connectionStatus = $('#connectionStatus'); sendMessage = $('#sendMessage'); historyList = $('#history'); connectButton = $('#connectButton'); disconnectButton = $('#disconnectButton'); sendB...
3006d08acc2bb25ef2cd1e4a7c5b7ba6
{ "intermediate": 0.3547372817993164, "beginner": 0.4747436046600342, "expert": 0.17051911354064941 }
35,694
добавь проверку на 0 BigDecimal limit = PayLimitType.DAILY.equals(payLimitType) ? getTransferLimit(NcsProperty.KEY_CARD2CARD_DAY_LIMIT) : getTransferLimit(NcsProperty.KEY_CARD2CARD_MONTH_LIMIT); log.info("[checkCard2cardLimit] limit = {}", limit); if (limit == null) { log.info("[checkCard2ca...
ac38eabf98201cb4c69572983f6038ae
{ "intermediate": 0.25823354721069336, "beginner": 0.49360549449920654, "expert": 0.2481609731912613 }
35,695
Je veux pouvoir ouvrir le sous menu à plusieurs endroit dans mon code, actuellement il ne s'ouvre que dans .escrimeblois avec <div class="addp"> <button style="font-size: 30px">+</button> <div id="submenu" style="display: none;"> <input type="text" id="search" placeholder="Rechercher.....
ff2f96e0fb0d1d839023d250f5b1d493
{ "intermediate": 0.34789782762527466, "beginner": 0.493123859167099, "expert": 0.15897828340530396 }
35,696
How do I force reactivity of a vue component that has a ref? I'm trying something like this; this.$refs.numResultsRef.notify(), but notify isn't a function
24074698dce9571823765044124cf9a1
{ "intermediate": 0.6330206990242004, "beginner": 0.17869792878627777, "expert": 0.18828140199184418 }
35,697
How do I notify a component manually in vue
2ced2ec7bff731ddb92a6fff4e7ee9ee
{ "intermediate": 0.7202636003494263, "beginner": 0.19161850214004517, "expert": 0.08811787515878677 }
35,698
# # app/controllers/api/v1/schedules_controller.rb # class Api::V1::SchedulesController < ApplicationController # def index # departure_station = params[:departure] # destination_station = params[:destination] # if departure_station.present? && destination_station.present? # schedules = Schedule.jo...
a4d6214bf64872b7922d79bc8c30bd85
{ "intermediate": 0.3078567683696747, "beginner": 0.459062397480011, "expert": 0.23308081924915314 }
35,699
rank the top 26 company ideas with 5-30 outsourced employees. this company is started from scratch, also I will not be paying my employees for the first part so they will take deferred wages. the whole premise of this company is only to make the owner (me) the most amount of money possible, at least 300k American dolla...
f69035e4312ee4cb0ef061770e2abb2d
{ "intermediate": 0.3070603907108307, "beginner": 0.29493191838264465, "expert": 0.39800766110420227 }
35,700
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { public var progressBar:Shape; private var backgroundBar:Shape; pub...
7ffb1ba41af1bdc573f9d74bfbcf8684
{ "intermediate": 0.24454692006111145, "beginner": 0.587466299533844, "expert": 0.16798681020736694 }
35,701
package { import flash.display.Sprite; import flash.display.Shape; import flash.events.Event; import zip.ZIPResourceLoader; import flash.events.ProgressEvent; public class ProgressBar extends Sprite { public var progressBar:Shape; private var backgroundBar:Shape; pub...
164a07a946f6151a378527a958c6ddfb
{ "intermediate": 0.30459722876548767, "beginner": 0.5956040024757385, "expert": 0.09979881346225739 }
35,702
hi
fc0523f9b1e8836b763e5b097b16e3ed
{ "intermediate": 0.3246487081050873, "beginner": 0.27135494351387024, "expert": 0.40399640798568726 }
35,703
can you write a code in java to print prime numbers from 0 to 100
8b5d5a9b8fcc3c66e39352b304a6f9c6
{ "intermediate": 0.5069819688796997, "beginner": 0.1891738474369049, "expert": 0.3038441836833954 }
35,704
package launcher.panel.buttonBar { import adobe.utils.CustomActions; import flash.display.MovieClip; import flash.text.TextField; import flash.text.TextFormat; import fonts.Fonts; public class quickPanel extends MovieClip { public var home:icon_home = new icon_home(); public var star:...
838679bf2bd340ca16d5b70e8af00314
{ "intermediate": 0.35421186685562134, "beginner": 0.5130656957626343, "expert": 0.13272248208522797 }
35,705
gi
834428eab8efde8e245fd2f90b95a951
{ "intermediate": 0.32629045844078064, "beginner": 0.2782558500766754, "expert": 0.39545369148254395 }
35,706
how to accelerate add_document in whoosh library
b1041368af3763933e19ac734b5c8f77
{ "intermediate": 0.5875549912452698, "beginner": 0.10471745580434799, "expert": 0.30772754549980164 }
35,707
package launcher.panel.buttonBar { import adobe.utils.CustomActions; import flash.display.MovieClip; import flash.text.TextField; import flash.text.TextFormat; import fonts.Fonts; public class quickPanel extends MovieClip { public var home:icon_home = new icon_home(); public var star:...
dbf0949f85221ea706feb59d5bd3e728
{ "intermediate": 0.3566123843193054, "beginner": 0.5100919008255005, "expert": 0.13329577445983887 }
35,708
What is the easiest way to modify animations in Unreal Engine 5 and save them as new animations. be specific with detailed instructions
94555387005ec0a20bdb6f75c2be0a6b
{ "intermediate": 0.3539330065250397, "beginner": 0.32564347982406616, "expert": 0.32042354345321655 }
35,709
package launcher.panel.buttonBar { import adobe.utils.CustomActions; import flash.display.MovieClip; import flash.text.TextField; import flash.text.TextFormat; import fonts.Fonts; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.net.navigateToURL; public class quickPanel ...
7cbb8915656a6348d38eab7e0f3691e2
{ "intermediate": 0.3688121736049652, "beginner": 0.389658659696579, "expert": 0.2415291965007782 }
35,710
import transformers from transformers import TextStreamer import torch model_name = "mistralai/Mixtral-8x7B-v0.1" tokenizer = transformers.AutoTokenizer.from_pretrained(model_name) model = transformers.LlamaForCausalLM.from_pretrained(model_name, torch_dtype=torch.bfloat16, device_map="auto") def stream(user_prompt...
465c7791020a307197e34c077a90d82a
{ "intermediate": 0.3682391941547394, "beginner": 0.387674480676651, "expert": 0.24408632516860962 }
35,711
package launcher.panel.buttonBar { import adobe.utils.CustomActions; import flash.display.MovieClip; import flash.text.TextField; import flash.text.TextFormat; import fonts.Fonts; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.net.navigateToURL; import flash.geom.ColorTrans...
9916d0d673077874471306c254c7a485
{ "intermediate": 0.34012022614479065, "beginner": 0.4974727928638458, "expert": 0.16240699589252472 }
35,712
find the valid correct vulnerability present in this contract // SPDX-License-Identifier: Apache-2.0 pragma solidity 0.8.19; import "@openzeppelin/contracts/utils/math/SafeCast.sol"; import "@equilibria/root/attribute/Factory.sol"; import "@equilibria/root/attribute/Kept/Kept.sol"; import "../interfaces/IKeeperFactor...
0b2c269f66007b2e39fc5ccde983ff69
{ "intermediate": 0.3378934860229492, "beginner": 0.2889212667942047, "expert": 0.37318524718284607 }
35,713
with depth and higher understanding in finding vulnerability in smart contrast analysis this contract line by line with depth and focus on every possible line that contain the vulnerability or bug that can be danger to the contract process all that you can find it with understand all the functions how they work togethe...
b80abb608f0f63fc5bf0b3fdf219381c
{ "intermediate": 0.40412959456443787, "beginner": 0.29972293972969055, "expert": 0.2961474657058716 }
35,714
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...
6b9c81f2301a7aa76d11cc9ee192d968
{ "intermediate": 0.3145076036453247, "beginner": 0.4899197220802307, "expert": 0.1955726593732834 }
35,715
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...
319924b44fbfd7f2d7f43d6432dfce1e
{ "intermediate": 0.3145076036453247, "beginner": 0.4899197220802307, "expert": 0.1955726593732834 }
35,716
package zip { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.EventDispatcher; import flash.events.ProgressEvent; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.net.URLRequest; import f...
59868bd3d00237a6b3355994418239f4
{ "intermediate": 0.30627742409706116, "beginner": 0.45763641595840454, "expert": 0.2360861450433731 }
35,717
Извините за путаницу. Для добавления многопоточности в вашем коде, необходимо использовать класс Worker из пакета flash.system. Вот пример, как вы можете изменить ваш код для добавления многопоточности: import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.EventDispatcher; import flash.event...
877d2eaab9cd58529d407b614527191e
{ "intermediate": 0.28816914558410645, "beginner": 0.5801551938056946, "expert": 0.13167564570903778 }
35,718
вот воркер package zip { import flash.system.Worker; import flash.events.Event; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.utils.ByteArray; import deng.fzip.FZip; import deng.fzip.FZipFile; import flash.system.WorkerState; import flash.events.Progre...
f533c1a80231796ad84d04d89a149688
{ "intermediate": 0.26126614212989807, "beginner": 0.6497157216072083, "expert": 0.08901813626289368 }
35,719
C:\Users\Alexander\Desktop\project\Preloader\src\zip\ZIPResourceLoader.as(151): col: 50 Error: Access of undefined property zipFile. Incremental compile of 1 worker.setSharedProperty(“zipFileCount”, zipFile.getFileCount()); жалуется на zipFile package zip { import flash.events.Event; import flash.events.IOError...
7775c287272a8c99d9194725d01be2c2
{ "intermediate": 0.27938082814216614, "beginner": 0.40736523270606995, "expert": 0.3132539391517639 }
35,720
package zip { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.EventDispatcher; import flash.events.ProgressEvent; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.net.URLRequest; import f...
b596c2bdc305c08477c1a77894aef134
{ "intermediate": 0.30627742409706116, "beginner": 0.45763641595840454, "expert": 0.2360861450433731 }
35,721
package zip { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.EventDispatcher; import flash.events.ProgressEvent; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.net.URLRequest; import f...
74cccfed3f108ab07c133d86d9fba07d
{ "intermediate": 0.30627742409706116, "beginner": 0.45763641595840454, "expert": 0.2360861450433731 }
35,722
how to use REACT useCallBack with input parameters
d7d70089b9b3a787c985a4f932070327
{ "intermediate": 0.4695987105369568, "beginner": 0.11958108842372894, "expert": 0.41082024574279785 }
35,723
дай импорты loader и loaderinfo для as3.0
9c6c1b72ca858775bad820e8235ff6f8
{ "intermediate": 0.2918326258659363, "beginner": 0.3401128649711609, "expert": 0.36805459856987 }
35,724
package zip { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.EventDispatcher; import flash.events.ProgressEvent; import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.net.URLRequest; import flash.net.URLLoaderDataForma...
f63b458b1c183993aa57f8562d56b7fe
{ "intermediate": 0.24992582201957703, "beginner": 0.5391361713409424, "expert": 0.2109379768371582 }
35,725
How to manage java project
dc4bf0da661bb4c63da6f500e052f10c
{ "intermediate": 0.5507255792617798, "beginner": 0.21578378975391388, "expert": 0.23349064588546753 }
35,726
this contract // SPDX-License-Identifier: MIT pragma solidity 0.8.22; import { IRevolutionProtocolRewards } from "../interfaces/IRevolutionProtocolRewards.sol"; struct RewardsSettings { uint256 builderReferralReward; uint256 purchaseReferralReward; uint256 deployerReward; uint256 revolutionReward; } ...
05bde848ced4d6678bb6c764885c00bc
{ "intermediate": 0.3353554606437683, "beginner": 0.3445265293121338, "expert": 0.3201180100440979 }
35,727
make a for loop in java which makes a rectangle going down with the following code after 50 pixels: grid.addVertex(int x, int y);
1817c6b2baa061bf46ae402a548b89ad
{ "intermediate": 0.24240127205848694, "beginner": 0.5950852036476135, "expert": 0.16251346468925476 }
35,728
How do i use my python scripts in javascript?
592b75c57cd9b685edffa76efc0e1969
{ "intermediate": 0.5338304042816162, "beginner": 0.3361958861351013, "expert": 0.12997367978096008 }
35,729
in vim set ctrl+leftmouse click on line deletes that line
efa657a0b3e3eabfdb6da604667f7995
{ "intermediate": 0.35324618220329285, "beginner": 0.274407297372818, "expert": 0.37234652042388916 }
35,730
write a VB macro deleting rows in a table
a9208b7eb36dfcd70593a1d05f50da4f
{ "intermediate": 0.3887970447540283, "beginner": 0.3038836717605591, "expert": 0.3073192834854126 }
35,731
please generate a loging page by flutter
eb3b0a9f01493f79a58bbf74d3732217
{ "intermediate": 0.4247223436832428, "beginner": 0.17391857504844666, "expert": 0.40135908126831055 }
35,732
get max value from List<Float> waveList ,java
bf6481e1ced571f3bf394c399537e1ce
{ "intermediate": 0.44930073618888855, "beginner": 0.30248281359672546, "expert": 0.2482164353132248 }
35,733
I'm writing Amazon CloudFormation code to create one Lambda function with EventBridge trigger. This trigger can timely start this Lambda function automatically. Please provide sample code
658a75a9ce487779629fa8f92c619336
{ "intermediate": 0.4845345914363861, "beginner": 0.2305927723646164, "expert": 0.2848726809024811 }
35,734
optimize the searching method in this code. it is slow class Api::V1::Schedules2Controller < ApplicationController def index departure_station = params[:departure] destination_station = params[:destination] if departure_station.present? && destination_station.present? valid_schedules = Schedule.joi...
481f7afa390151e4678fc020d876c250
{ "intermediate": 0.37280037999153137, "beginner": 0.4150334596633911, "expert": 0.2121661901473999 }
35,735
fetching from sql is pretty slow, increase efficency class Api::V1::Schedules2Controller < ApplicationController def index departure_station = params[:departure] destination_station = params[:destination] if departure_station.present? && destination_station.present? valid_schedules = Schedule.joins...
9ed49ccf3b604f8d4623019d9d53c0dd
{ "intermediate": 0.4232932925224304, "beginner": 0.29995688796043396, "expert": 0.27674978971481323 }
35,736
Make a python program that takes an input for the size of a prepaid sim in gb, then asks for message lenght and calculates aproximatelly how many messages that sim card could send if every one was the same lenghlt in chars provided
dbfdb3dce6f521baf37eaa11348f06fe
{ "intermediate": 0.4014574885368347, "beginner": 0.17210176587104797, "expert": 0.42644065618515015 }
35,737
#include <Arduino_FreeRTOS.h> #include <SoftwareSerial.h> void TaskPollJoysticks(void *pvParameters); void sendData(int leftYVal, int rightYVal); #define LEFT_VRY_PIN A0 #define RIGHT_VRY_PIN A1 SoftwareSerial HM10(8, 9); // RX = 8, TX = 9 void setup() { Serial.begin(9600); HM10.begin(9600); xTaskCreate(TaskP...
d62d104ab98dba19e0e02ce8dbd077cd
{ "intermediate": 0.42766210436820984, "beginner": 0.3892902135848999, "expert": 0.18304769694805145 }
35,738
"import cv2 import torch import numpy as np # Load YOLOv5 model model = torch.hub.load('ultralytics/yolov5', 'yolov5s6') # Your supervision library would be used here import supervision as sv # Initialize the camera (0 for default camera, 1 for external cameras, and so on) camera = cv2.VideoCapture(0) # Define the ...
ff90339a4840f473a579a7f1c513d0ac
{ "intermediate": 0.3808281421661377, "beginner": 0.4037906229496002, "expert": 0.2153812050819397 }
35,739
hello
8f666df0d7f453198453ba1cea7cd587
{ "intermediate": 0.32064199447631836, "beginner": 0.28176039457321167, "expert": 0.39759764075279236 }
35,740
do you have a list of know safe programs? I am wondering if the autoclicker found at https://www.macrorecorder.com/auto-clicker/ is safe
9cc2b4e0e069c62212ca561a4f289958
{ "intermediate": 0.37042367458343506, "beginner": 0.331155002117157, "expert": 0.29842135310173035 }
35,741
I have a VBA code in my workbooy 'Service Providers.xlsm' that backs up to an macro free workbook 'Service Providers History.xlsx'. When I run the code in 'Service Providers.xlsm', it for some reason password protects the sheets in 'Service Providers History.xlsx'. Is there a way to stop this from happening. Public ...
dbbdddf055f219cfbeaa47b3528869aa
{ "intermediate": 0.3693397343158722, "beginner": 0.45008179545402527, "expert": 0.18057845532894135 }