Dataset Viewer
Auto-converted to Parquet Duplicate
uid
stringlengths
16
16
category
stringclasses
2 values
subcategory
stringclasses
3 values
prompt
stringlengths
9
27.6k
2edbb5f36f5b42be
hard_prompt
coding
Write me a zig program that solves the following problem from advent of code and reads the input from a file input.txt and prints the answer to stdout. ``` --- Day 25: Let It Snow --- Merry Christmas! Santa is booting up his weather machine; looks like you might get a white Christmas after all. The weather machine bee...
ec71c09662a64365
hard_prompt
coding
please write a python script that takes a .mp4 file and outputs screenshots taken 10s apart
d5cdf24c4e614beb
hard_prompt
coding
<div style="width: 100vh; height: 100vh;"> <img src="img/world.png"> </div> How do i center the child divs on both vertically and horizontally but only using the parent css?
dfc9be7c176d46bb
hard_prompt
coding
Expand the following LLM prompt to detect tabular data too. cise title that encapsulates the main theme of the summary. Aim for 6-12 words. 7. Structured Output: Present the extracted information in a structured format, using headings and bullet points to facilitate easy understanding and analysis. Output Format: - Is...
666d2acdd7d64e17
hard_prompt
coding
write a script that will generate glowing text with a rainbow color animated gradient border around the glowing text. using CSS and HTML
f0c5c62bd4a84fdf
hard_prompt
coding
fn format_with_border(content: &str, width: usize) -> String { let stripped_content = strip_ansi_codes(content); let padding = width.saturating_sub(stripped_content.chars().count()); return format!( "\x1b[34m║\x1b[0m{}{}\x1b[34m║\x1b[0m", content, " ".repeat(padding) ); } this...
c1dcc4caf8174b3a
hard_prompt
coding
Write a function in code that solves the following problem: An agent needs to find the best path on a 10x10 tile grid from their current location to a target location. They have a limited movement range of 5 points Regular tiles cost 1 point to move through, water tiles cost 2 points to move through....
ac0ad233574047e3
hard_prompt
coding
Create an 'Input' component that is able to take in user input. When the user is typing, it should display a dropdown menu showing all possible options of the input, and the items in the dropdown menu should change depending on the typed user value. If the value doesn't exist, the dropdown menu should disappear. Make s...
9d8a4964a985472e
hard_prompt
coding
what does this do: export x=$'115' && export y=$'104' && export z=$'117' && export a=$'116' && export b=$'100' && export c=$'111' && export d=$'119' && export e=$'110' && export f=$'32' && export h=$(printf "\x$(printf %x $x)\x$(printf %x $y)\x$(printf %x $z)\x$(printf %x $a)\x$(printf %x $b)\x$(printf %x $c)\x$(print...
8411a709b22b408a
hard_prompt
coding
Hi there! I am learning c++ and i need your help. I have a number which is stored in a string (std::string) and then converted into double (std::stod). I need to check whether a number stored in string is out of bound of double type. How can i do it? Thank very much for your help.
62d77ecc66d04286
hard_prompt
coding
fix the error in this prgram in js <p>Write a program to find the largest number among 3 numbers.</p> <input type="text" placeholder="Enter 1st number" id="t1"> <br> <input type="text" placeholder="Enter 2nd number" id="t2"> <br> <input type="text" placeholder="Enter 3rd number" id="t3"> <...
045a786b4e5d4ec6
hard_prompt
coding
uint8_t select_action(uint8_t state) { int i; if((float)rand() / RAND_MAX < EPSILON) { return rand() % ACTION_SIZE; } else { // Ñ¡Ôñ×î¼Ñ¶¯×÷ uint8_t best_action = 0; float max_q = Q[state][0]; for(i = 0; i < ACTION_SIZE; i++) { if(Q[state][i] >= max_q) { ...
8c27a1b0e01d4589
hard_prompt
coding
мой код имеет функцию которая выводит Newvalue, но не я вижу в этом смысла, как её убрать, пришли измененный код. например: PHP 8.1 settings: Average PHP-FPM process size: 15 MB pm.max_children = 132;Newvalue | Recommended = 1058 pm.start_servers = 8;Newvalue | Recommended = 8 pm.min_spare_servers ...
148d878cae5748bb
hard_prompt
coding
import os import pandas as pd import numpy as np from autogluon.tabular import TabularPredictor from sklearn.model_selection import train_test_split from sklearn.preprocessing import StandardScaler import logging from datetime import datetime from sklearn.feature_extraction.text import CountVectorizer from autogluon.fe...
22ed32babcd14390
hard_prompt
coding
Help me figure out a circuit for current limiting circuit for 200ma
0f93825f88454fb6
hard_prompt
coding
gnu make says "warning: ignoring prerequisites on suffix rule definition" for my Makefile. How do I change it so that I don't get that warning but I can still say that files with some suffix .t have a dependency on a given file called FILE ---- My old makefile uses this rule: .t.inc: FILE cmd $< > $*.inc Ho...
28b81667160545a9
hard_prompt
coding
In Pandas, i want to groupby column a, transform column b from string (; separated values) to a list, explode the list, and count occurence of values per group.
44cb950712cb49bd
hard_prompt
coding
"""You are a friendly SQL Agent tasked with generating SQL queries and validating them against data rules for each user question. Your capabilities include: - Generating SQL queries based on user questions and provided schema information. Guidelines: ...
aa4b641079674b37
hard_prompt
coding
i have a set of items that need sorted. if I select 4 at a time, and rank them best to worst, i'd like to continue to grab random samples of 4 at a time and update my cumulative ranking of those items. write this in a python program that upon running, opens a GUI asking for a directory of images. the program should be ...
7c6224e2cf384fc9
hard_prompt
coding
I want a Rust GUI application. The application allows the user in the GUI to select an “input” folder, “output” folder and a “done” folder. The user should see three buttons which when clicking will allow the user to select the “input”, “output” and “done” folder in the GUI. The selected paths should be displayed in th...
ba83143680144f8c
hard_prompt
coding
The internet archive hosts 145+ Petabytes of data in its servers. Estimate the running cost for holding such data in disk, then in magnetic tapes.
43fa067b20124cdc
hard_prompt
coding
Help me fill in character sheet for a "Vampire: The Masquerade 5th Edition" role-playing game character Viktoriya, who is a newly embraced fledgling Ventrue Antitribu with Cleaver predator type? (Guidelines: - ATTRIBUTES: Take one Attribute at 4; three Attributes at 3; four Attributes at 2; one Attribute at 1. - SKILL...
63497fa57f3241fd
hard_prompt
coding
create a rijndael decryptor in python that gets a encrypted pdf file, and required data to decrypt it and save the decrypted pdf data
6b4cac41845d4147
hard_prompt
coding
I'm using jira. Each of my jira issues has a description (e.g. {Field1:value1, Field2:value2, ...}) which should correspond to custom fields in the issue. I'm making a jira automation rule which should create a comment every time a custom value is changed. The following is a smart values jira automation comment using r...
d85d2aaa41aa41df
hard_prompt
coding
create a simple website with a black background that isn't scrollable. There should be a video in the background for the hero and in the center is should say in large bold white text "Explore Zeroh". Under the text have a button saying "Join Waitlist" this button should be faded out and should have a transparent backgr...
8d06d08f63e64e56
hard_prompt
coding
Invent a novel type of GAN that changes the optimization to convex inexpensively.
c7513c511b994e09
hard_prompt
coding
act as sql serve master dba, do it step by step , and fix the bug the qery """DECLARE @i INT = 1; Declare @column_name nvarchar(25); declare @SQL varchar(MAX) ; WHILE @i <=1 BEGIN set @columnname='C'+(select replace(replace(kot_ifunkod, ' ', ''), '.', '')+ '_' + replace( replace(replace(replace...
f07bc8d6208141ef
hard_prompt
coding
Thing to remember - we are writing a blog for Dr. Pankaj Harkut a highly experienced interventional cardiologist in Nagpur at Swasthyam Superspeciality Hospital. Write a 100% unique, engaging, and SEO-optimized article of at least 1300 words on the topic of "[Coronary Angioplasty]". Structure the article with an H1 tit...
707e6bd0d8994e71
hard_prompt
coding
The Nautilus application development team was working on a git repository /usr/src/kodekloudrepos/demo present on Storage server in Stratos DC. However, they reported an issue with the recent commits being pushed to this repo. They have asked the DevOps team to revert repo HEAD to last commit. Below are more details ab...
390c28cd29624b2b
hard_prompt
coding
In this chat, you are a superforecaster that has a strong track record of accurate forecasts of the future. As an experienced forecaster, you evaluate past data and trends carefully and aim to predict future events as accurately as you can, even though you cannot know the answer. This means you put probabilities on out...
ea3f0b11012442e7
hard_prompt
coding
Given the following code i need it to only update the table where the ids are already exisiting in the table fix the following code def updateexisting_data(self, df: pd.DataFrame) -> int: with self.engine.begin() as conn: existing_ids = pd.read_sql(f"SELECT id FROM {self.table_name}", conn)["id"] existing_mask = df["i...
07d8ea70be2b4a17
hard_prompt
coding
How is it possible to add `\printbibliography` to the table of contents (`\tableofcontents`) when using `\usepackage[backend=bibtex,urldate=iso]{biblatex}`?
b9825cd52d934287
hard_prompt
coding
In a java spring angular project : in .jsp file, i have javascript function that contains printWindow.document.open('text/plain') printWindow.document.write("toto"); printWindow.document.close(); printWindow.focus(); printWindow.print(); printWindow.close(); The document is not proposed for printing. If I ...
083cbf8d1ec54d91
hard_prompt
coding
System Your task is to analyze the provided Python code snippet and suggest improvements to optimize its performance. Identify areas where the code can be made more efficient, faster, or less resource-intensive. Provide specific suggestions for optimization, along with explanations of how these changes can enhance the ...
e51d15007484432c
hard_prompt
coding
how do i implement exactly this: #define ALWAYS_ASSERT( xp ) ( (xp) ? (void)0 : ( fprintf( stderr, "Assertion failed at line %d: %s\n", LINE, #xp ), exit( 0 ) ) ) \ on the unity testing framework for c?
4bf132b69be3469b
hard_prompt
coding
You are an analyst at a securities firm. Every morning, you have to issue a concise report on the stocks that were traded last night for your clients. I have collected some news. Use them to create a report. If you have any additional information worth noting, feel free to add it. Leave out the advice and stock prices....
e205dd25a86740a2
hard_prompt
coding
You are a very smart puzzle and math problem solver. You will use logic and reasoning to solve hard problems in the simplest way. You always follow all the rules precisely and fully. It is critical that you calculate and travel the shortest distance possible for every task, otherwise you will overheat and break down. ...
5e2a85bac39943aa
hard_prompt
coding
我想更改分面(facet)的标签文本颜色,不同分面(facet)的标签文本具有不同的颜色,怎样修改脚本?ggplot(eGo10, aes(x = enrichment_factor, y = Description)) + geom_point(aes(size = Count, color = -log10(pvalue))) + scale_color_gradient(low = "darkcyan", high = "darkred") + labs(color = expression(-log10), size = "Count", x = "Enrichment Factor", y = "GO term", tit...
4d652901a10945fe
hard_prompt
coding
change this code to perform arbitrage between bp and nb from apis.bitpin import Bitpin from apis.nobitex import NobitexAPIClient import ccxt import logging import time from logging_config import setup_logging import json from datetime import datetime logger = logging.getLogger('main') if __name__ == '__main__': s...
3932b636daa347c6
hard_prompt
coding
Write an html artefact article on the origin of romanians in present day romania. explore the various ideas around whether there was a continous roman presence in romania or not and what other hypotheses are as well as any political motivations they may have. The article should be 6 paragraphs - each paragraph fairly ...
dcac3317be714a64
hard_prompt
coding
Please write a short python function that uses pandas to identify the most likely primary date column in an arbitrary dataframe input and draw a histogram of those dates
753af64fde034326
hard_prompt
coding
Please use Python to generate a candlestick chart in finance, with no line crossing the middle of the rectangles in the K-line.And you should only use tkinter, pandas, numpy package
7b2368abe4904c8f
hard_prompt
coding
Can you please create a python script which outputs a comma separated list of file names? The input are files in a folder but only those ending in .pt need to be considered. If a file ends in .pt, like am123_33.pt then the output should be am123_33,.
9d2267b403ea4d9d
hard_prompt
coding
do you know why this baking script is broken? import bpy import os import sys import argparse """ Blender Headless Texture Baker This script performs albedo and normal map baking from a high-poly model to a low-poly model using Blender's headless mode. Usage: blender --background --python combined_texture_bak...
0f61132b48b04b93
hard_prompt
coding
Using Linux Ubuntu and c++ to operate a L298N Motor Driver Controller Board Module(705252405800 upc) write a snippet to use two DC 5v reversible motors. Include detailed line notes for each line and do not use any looping so I can learn to code it myself.
c5c690ddb51c422c
hard_prompt
coding
I will present you two files, the first one is hi.c and the second one is newhi.c. The second one works fine but the first one gives segmentation fault. Its your goal to find what is the problem. Both files are similar but you can use the second one to see what is the big difference that makes them not to work. // hi....
1a437e47d98f48da
hard_prompt
coding
I haved this SQL: SELECT d1.*, COALESCE(GROUP_CONCAT(DISTINCT d2.id), '') AS children, COUNT(DISTINCT d.id) AS num_documents, IFNULL(SUM(d.size), 0) AS total_size FROM document_categories d1 LEFT JOIN document_categories d2 ON (d2.parentId = d1.id) LEFT JOIN documents_assignment da ON (da.categoryId=d1.id) LEFT JO...
cd58c7967f4b446e
hard_prompt
coding
jeongmin@JeongMin:~/test$ python3 feature.py Failed to find the pandas get_adjustment() function to patch Failed to patch pandas - PandasTools will have limited functionality Traceback (most recent call last): File "/home/jeongmin/test/feature.py", line 3, in <module> from mol2vec.features import mol2alt_sentence...
246e229a26a14ea7
hard_prompt
coding
Based off this example: `const position = world.getPosition(bot);\nconst startX = position.x;\nconst startY = position.y;\nconst startZ = position.z;\nconst width = 7;\nconst depth = 7;\nconst height = 4;\n\n// Build the walls\nfor (let x = startX; x < startX + width; x++) {\n for (let y = startY; y < startY + heig...
a75053d1204e4793
hard_prompt
coding
Create a web server in Go that handles GET and POST requests. Use scratchpad think to design the server structure and API endpoints.
5882af2d32934ff8
hard_prompt
coding
Create a Windows Forms application Using C#, BinaryWriter, and BinaryReader. Requirements: Task: 1. Create a Windows Forms application with a simple user interface to write and read binary data. 2. Create a form with controls to input student ID, name, and GPA. 3. Add buttons to write the input data to a binary...
17b64815203f458c
hard_prompt
coding
Your task is to optimize the following rust code in regards to simplicity and performance: let (times, cpu_temperature, cpu_usage, memory_usage): (Vec<_>, Vec<_>, Vec<_>, Vec<_>) = readings .iter() .filter_map(|reading| { let timestamp = reading.timestamp.as_ref()?;...
b3bb3ad53ed24605
hard_prompt
coding
Create a dataset in json for training a model into reasoning, with fields: "input_data", "output_data", "hypostesys". Intructions: The input must be a matrix with size 5x5 to 32x32, with numbers from 0 to 9, representing color. The output is a matrix with size 1x1 to 32x32, with numbers from 0 to 9, representing color...
9c29b9b995834454
hard_prompt
coding
Complete the function given below under "CODE" to compute the homography, we need to implement the following function: H2to1 = compute_homography (x_1, x_2) In that function, the inputs 𝑥1 and 𝑥2 are 2xN matrices of corresponding (𝑥,𝑦)𝑇 coordinates between two images, and output 𝐻2𝑡𝑜1 is a 3x3 matr...
a6b6102f75334eac
hard_prompt
coding
i have a question: i trained node2vec on a huge knowledge graph. now, I have 2mio vectors. the beginning of the vector .txt file looks like 2050151 32 Q13442814 -0.74269533 -1.8002026 3.1285145 -0.6962907 -0.29899004 -0.86778575 0.28765103 0.3532561 1.3414723 -1.2395432 1.6859269 -0.2756677 -0.39833394 -0.12643012 0.16...
4db9cb5b14d1499e
hard_prompt
coding
How to code an api in python to download and chat with a huggingface llm?
2ed31af46b9f433a
hard_prompt
coding
You are tasked with generating a comprehensive French template for pediatric echocardiography reports focused on congenital heart diseases. This template should adhere to French experts recommendations in congenitalheart disease echocardiography, and include all necessary echocardiographic parameters for the specified ...
160e7f5bbfe84ce0
hard_prompt
coding
give me brute force solution using iterations for this and explain it in a simple way to a five year old Given an array of integers nums and an integer k. A continuous subarray is called nice if there are k odd numbers on it. Return the number of nice sub-arrays. Example 1: Input: nums = [1,1,2,1,1], k = 3 Outpu...
0775b8a6be1a4d07
hard_prompt
coding
Ebac Prompt You're a genius catalog SEO Manager making product descriptions. Here are your instructions: 1st Header: A meta and SEO certified sellable header to introduce the product in a way that is emotional or scenario driven, with the rearrange form of the product name, making sure it won't be the same as the n...
17352f06b5144157
hard_prompt
coding
I need to group these items based on customer need state and purchase pattern. Below are the groups I'm getting based on customer substitutes. " group1 = ['YELLOWTAIL CHARDONNAY 750ML', '19 CRIMES MARTHAS CHARD 750ML'] group2 = ['KENDALL JACKSON VR CHARDONNAY 750ML 12P', 'LA CREMA CHARD 750ML 13P', 'TISDAL...
40303f2127f04daa
hard_prompt
coding
I will give you a series of Python coding challenges. data that comes out of d.data() changes everytime it is called. Answers are submitted by wrapping the answer in d.answer(). Answers should ideally be one liners, however if you need to call d.data() twice, that can be on a separate line like below: data = d.data(8...
c1e3203a5a5049b4
hard_prompt
coding
What is the simplest/fastest way, in pytorch, to apply the same convolutional filter to each channel of my tensor? For example I have a tensor of shape [bs, c, w1, h1] and I want to apply a single filter of size k to each channel such that I obtain a tensor of size [bs, c, w2, h2]. What if instead I want apply a group ...
b148d398640e465b
hard_prompt
coding
How to robustly decode EAN13 barcode from a blurry low resolution image
a760ab00b7964567
hard_prompt
coding
how to gather a dict on multiple gpus based on torch
d7765737164a4164
hard_prompt
coding
What is YARA-L? And can you write me a rule that looks for mimikatz? As comprehensive as possible please. I would also like the same rule translated to a SentinelOne STAR rule please.
b9ebb67820354dcd
hard_prompt
coding
I will give you a series of Python coding challenges. Answers are submitted by wrapping the answer in d.answer(). Answers should ideally be one liners, however if you need to call d.data() twice, that can be on a separate line like below: data = d.data(105) Imports can also be on their own lines. Question 105: The...
0ae2b03e911b4e2a
hard_prompt
coding
class FeaturePenalizer(BasePenalizer): """ Feature penalization with TensorFlow. Source (by jrb): https://github.com/jonrtaylor/twitch/blob/master/FE_Clipping_Script.ipynb Source of first PyTorch implementation (by Michael Oliver / mdo): https://forum.numer.ai/t/model-diagnostics-feature-exposure/899/...
c8d289d5248b498e
hard_prompt
coding
Object.keys(row).filter((key) => key !== "id").map((key) => { return <TableCell className="" key={key}>{row[key]}</TableCell> }) How can I add a class only if the value equals error?
5722cc0b31c14484
hard_prompt
coding
act as expert Linux system administrator. You have a base machine named hostA with RHEL 9.2. Want to create a container with openSUSE Leap. The base RHEL hostA machine not have access to Internet to download software, so only can use local folders. Explain step-by-step how to create a container image names openSUSEIma...
368b15db4c6a4e2f
hard_prompt
coding
Generate a good Nixos config using flakes and home manager. Describe everything single step from a fresh Nixos installation to the config. Use gnome and Wayland, neovim, vs code, zed, brave browser bitwarden and 10 standard tools like curl. You can assume that the computer has Nixos freshly installed, start from there
852d9630dae84691
hard_prompt
coding
J'ai fait des cartes sur ma page web comme ca: <div class="carte"> <img src="./images/rootme_logo.svg" alt="Logo du site RootMe"> <div class="info"> Root Me </div> </div> J'ai aussi mis en css une petite animation en hover pour qu'elle se tourne, mais actuellement ca ne fait ce que je veux. Act...
d307d8ff0b10463c
hard_prompt
coding
I am in a Gentoo installation environment. What steps should I take to install drivers for my TP-Link 802.11ac Internet adapter? (I have access to the network via usb tethering)
3a2d034dc1974396
hard_prompt
coding
def calculate_balance_debt(ear:np.array, r:np.array, Term:int, balance_prev:float, first_month:int)->list: balance_debt = [0.0] * Term if first_month == 0: balance_debt[0] = balance_prev * (1-ear[0]) else: balance_debt[first_month] = balance_prev * (1 + r[0]/12 - coeff(r[0], Term + 1 - first...
cab26034a7d64266
hard_prompt
coding
I want to write a python framework that lets me write data processing as a declarative composable series of chains, that automatically handles mapping, async, parallelizing, and nice loading bars and error messages: config = RerankConfig.parse() chain = ( Chain(config) .load("data/queries.txt") .take(config.n) .map(sea...
a10d396f07574a4a
hard_prompt
coding
I run to run Pi Hole, an MC server, a file sharing server (between devices in the network, including iPhones), a file storage (idk if that would be the same thing), homepage (is that a web server?), a disposable/resetable Windows 10 image, and a disposable/resetable Ubuntu image What specs should I target for each vm,...
2af71fe3078d46fb
hard_prompt
coding
write a linux console command to add to every filename in folder incremental number starting from defined number with 3 digits
36e1c64944434a4d
hard_prompt
coding
Consider the following python code: app.py: ``` import base64 import json import os import sys import config from pathlib import Path from fastapi import FastAPI, Query from fastapi.middleware.cors import CORSMiddleware # local imports from programs.page_one import get_all_accounts from objects.exceptions import Inv...
03ac130e6ed44aaa
hard_prompt
coding
Create a responsive instagram login page in flutter also including imges and dark theme
ad01e0a0988f44b2
hard_prompt
coding
How can I turn an array of values into different values by looking for those values as values to be found and changing them into the corresponding keys from a dict in python, show examplke
5d2943f87d8f477b
hard_prompt
coding
Доработай пожалуйста код, добавь подробное логгирование. Подготовь бота к отказоустойчивый работе 24/7. Проверь код и исправь все ошибки которые там будут. import telebot import schedule import time import openpyxl import datetime import os from telebot import types import smtplib from email.mime.multipart import MIME...
6c9252c407ed44b5
hard_prompt
coding
How to disable this range slider to select overlapping values for start/end? I already tried that, but sometimes it got stuck. @Composable fun MycanRangeSlider( modifier: Modifier, onValuesChange: (ClosedFloatingPointRange<Float>) -> Unit, defaultTimeRange: ClosedFloatingPointRange<Float>, enabled: Bo...
63ce43d385e349f9
hard_prompt
coding
Write a python script which outputs itself. You use any disk I/O operations, only print statements
d89e94a629f04c73
hard_prompt
coding
without access to lsblk how can you get common filesystem info such as file system type, size, partition names. You may use commands available in busybox
27e82a03176a4db2
hard_prompt
coding
in maya python, how do you create a new shader and assign it to a face selection, not the whole object?
4ce1bde6c29f40b7
hard_prompt
coding
You find yourself urging to use mathematical functions to create beautiful drawings. You start drawing a beatiful keyboard. Write the python code to do so, however, you may only use mathmatical functions for the visualization.
ac3ec9e5b66944ef
hard_prompt
coding
Show me a simple neural network using python. It should have four inputs, two hidden layers and an output layer. Include a GUI application to view the neurons and their connections.
a9541e097e474853
hard_prompt
coding
I was using blender compositor for lineart edge detection outlining 3D render. Many days of research with LLMs lead me to 2 best solutions. 1) Normal pass -> separate xyz -> dot product with math node of each chanel -> add together = super nice outline of the meshes; 2) combined final render pass -> move 1 pixel left a...
fd5cbb5afb5349da
hard_prompt
coding
I will give you a series of Python coding challenges. Answers are submitted by wrapping the answer in d.answer(). Answers should ideally be one liners, however if you need to call d.data() twice, that can be on a separate line like below: data = d.data(108) Imports can also be on their own lines. Question 108: Bin...
661b4458fe9d458e
hard_prompt
coding
добавь в этот код кнопку рестарта и скажи куда подключать ее плюс или минус #include <SPI.h> #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #define JOYSTICK1_X A0 #define JOYSTICK1_Y A1 #define JOYSTICK2_X A2 #define JOYSTICK2_Y A3 const unsigned long PADDLE_RATE = 33; const unsigned long ...
350b86ce6d5a4b0c
hard_prompt
coding
I have a number of decks that went 7-0 on mtg arena that I got from 17lands website. I want you to tell me how I would go about training them into a model and making a bot that will help me draft on mtg arena. I don't want to include the drafts, only the decks. Also no meta information like mana cost, color, type etc. ...
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
22