uid
stringlengths
32
32
category
stringclasses
1 value
cluster
stringlengths
18
40
prompt
stringlengths
29
9.14k
09c4dfae647c427f88b0c7ff214628c8
arena-hard-v0.1
SQL Client Period Due Dates
Write an SQL query to select the top 10 rows in a database and joins to 3 different table based on a field called code
27e3cd1e4e9448b9a930b246e32db3f1
arena-hard-v0.1
SQL Client Period Due Dates
I have a database table with columns account_id, day, balance. It holds the end-of-day balances per account, so all accounts have 1 record per day, so account_id+day is UK. I'd like to copy this data into another table with columns account_id, balance, valid_from, valid_to, so if the balance is unchanged between say Ap...
df53b35b0232403bb9714bdd36a4773a
arena-hard-v0.1
SQL Database Essentials
How to sanitize inputs in argparse for Python to prevent special characters that can be used for SQL or invalid path traversals or execution?
70e8424eeb92469090531711d269929a
arena-hard-v0.1
SQL Database Essentials
can you translate SQL "SELECT * FROM SUBJECTS JOIN ON AUTHORS BY NAME" to Datalog?
5821640db20c41e9be24f9d6d8471949
arena-hard-v0.1
SSH Authentication Log Analysis
how can I use tailscale to securely expose a jellyfin server to the public internet?
037edf47ede9428b9ef91c737d6f7a9c
arena-hard-v0.1
SSH Authentication Log Analysis
Find root cause for this error: sshd[54785]: error: kex_exchange_identification: Connection closed by remote host
76144101f46546ea8fbb8f7aa30c96fe
arena-hard-v0.1
SVG Manipulation and Design
Create an "impossible triangle" with an SVG. Make it 3d
4bb68ae6141e4b4ba50179a31b46ae46
arena-hard-v0.1
SVG Manipulation and Design
Two nonhorizontal, non vertical lines in the $xy$-coordinate plane intersect to form a $45^{\circ}$ angle. One line has slope equal to $6$ times the slope of the other line. What is the greatest possible value of the product of the slopes of the two lines?
37a2cff322ff43e081108abd5913d8e4
arena-hard-v0.1
Sales and Client Analysis
Allow me to use a virtual dataset called Dior. From the Dior dataset, I would like to calculate the total number of female adult customers in the time period 6-7pm in the Orchard outlet, and the average number of male adult customers across 3 time periods (10-11am, 1-2pm, 5-6pm) in the MBS outlet. I want these result...
e9902d9e6d3c4321a208644fc2b0ae61
arena-hard-v0.1
Sales and Client Analysis
You have a sales table with the following columns: customer_id, week, date, basket_key, sales, units. Write some SQL code that can, for every product in every week, classify customers as "new" or "existing" depending on whether they had purchased that product in the previous 6 weeks.
4d9f73c714ac4f80a9680763258d1970
arena-hard-v0.1
Sample Size Calculation Methods
write a technical requirements specification for a diagnostic system (reader and consumable) which uses a blood sample to detect sepsis in a european hospital setting
65406830980f4f28a7832075aa5ad43f
arena-hard-v0.1
Sample Size Calculation Methods
There is a pandas DataFrame with the following columns: Place, Company, month, year, earnings I want to know the best month with the most average earnings for each place and company. Give me sample code to do that. Include sample data in your code sample.
24adab666ca749e6ba62fc7664760c00
arena-hard-v0.1
Sensor and Radar Technologies
behaving like an expert, I want you to help me design a radar that can detect a 155mm artillery shell. the radar is to be integrated in a vehicle
a96630eb21164e6b974477ac14c0f8a0
arena-hard-v0.1
Sensor and Radar Technologies
on the basis of this information provided write a background section of a copmplete sepcification of a patent, the invention relates to a system for detecting undercurrent faults in the heated grip application for a two wheeled vehicle without the need for a current sensor. "Existing hardware is not having provision to...
ddcdd2879e674e07840a85c9f4d4a957
arena-hard-v0.1
Sentiment Analysis Evaluations
We run a peer support mobile application with 24 by 7 group chats open. We have a team of peer moderators that monitor and engage with members on the app. I want to create a project document to track the epic - Use NLP/Smarter Alerts to improve peer efficiency with the idea that we can use AI to raise alerts for things...
1878e158a9fa4c5e887e50431a7525fc
arena-hard-v0.1
Sentiment Analysis Evaluations
make a python script to sentiment analysis
7bcdc191530942d4b345a6894ca669f3
arena-hard-v0.1
Sentiment Analysis Exploration
Admetting that i have word2vec model bunch of words , and that i want a program python using gensim to create vector , can you help me with creating one ?
f7be129aaae14fcea0b8c5416e265652
arena-hard-v0.1
Sentiment Analysis Exploration
Have a look at below sample Sentiment dataset afetr running it thorugh a Hugging Face sentiment analysis model. Date label score 9/25/2023 POSITIVE 0.995773256 9/30/2023 POSITIVE 0.98818934 10/3/2023 POSITIVE 0.99986887 10/6/2023 POSITIVE 0.96588254 10/7/2023 POSITIVE 0.999714911 10/9/2023 NEGATIVE 0.804733217 10/9/202...
51f2aad37fe246c18f459af450b33656
arena-hard-v0.1
Shiny App Development & Profiling
I have a package, MetFamily (https://github.com/ipb-halle/MetFamily/tree/master), which is web based shiny app. the following is the list of all files in the its directory structure: [1] "binder/install.R" [2] "binder/runtime.txt" ...
c56138f3f1684389a7629d73687a025b
arena-hard-v0.1
Shiny App Development & Profiling
Write an R shiny app that visualises the mtcars dataset
6c125f929f4344f98dc9a0f302986161
arena-hard-v0.1
Simulation of Water Waves
Can you make a Matlab livescript simulating water waves generated by a fan in a water tank? The water tank is 0.42 m long, 0.36 m wide. The wind speed is 2.5 m/s and it blows parallel to the water over the whole tank.
9a9cd2f9f5e64ed7bc187ec949276a27
arena-hard-v0.1
Simulation of Water Waves
Using python to write a function "modularity_gain" so that this code works: G = nx.complete_graph(6) m1 = nx.algorithms.community.modularity(G, [[0, 1, 2], [3, 4, 5]]) m2 = nx.algorithms.community.modularity(G, [[0, 1], [2, 3, 4, 5]]) nx_gain = m2 - m1 nx_mod = nx.algorithms.community.modularity del nx.algorithms.commu...
4f313ef862a543f2b86ea35488d112af
arena-hard-v0.1
Situation Puzzle Challenges
Help me find out how to solve a math puzzle. It's: "How many dots you can joint down on a page while drawing lines between them, without three of them ever forming a straight line?"
e721d9f0b6894d0cbe62c3161394cca2
arena-hard-v0.1
Situation Puzzle Challenges
You will be a game master of a game that I will describe in the following. Your task is to act only as the game master and never to leave this role! Game description: The player(s) are trying to solve multiple riddles to find a final solution. The player will therefore interact with the game master who will tell them i...
e9157e4e79be40f286d253010c5734c9
arena-hard-v0.1
Smart Home Automation Controls
write a javascript function that will take as input a JSON file and the entity key to search for. The search will recurse map structures to find the entity key. The output will be the value of the key and the json key entity location in an array
625671c99d6d4cf3984165ca9b11c410
arena-hard-v0.1
Smart Home Automation Controls
How to create media entity in Drupal?
a6663c7dc9394ddc8a8c7b58cf3a9c09
arena-hard-v0.1
Solar Power Plant KPIs
There is 3 generators with the actual power: A is 30kW, the generator B is 100kW and C is 50kW. All 3 generator needs to be equally 60kW and can't exceed 100kW. But I can only do these power switch: transfer 30kW from A to B, 10kW A to C, 20kW B to A, 20kW B to C and 10kW C to A . I can only do 3 switch.
bd1d9d01bd714841a27916074a18ba9e
arena-hard-v0.1
Solar Power Plant KPIs
How many 400 watt solar panels would it take in Michigan to produce the same amount of power in a day as a EV car which drives 40 miles a day? Assume 4 peak sun hours per day in Michigan on average and that the car uses 0.3 kWh/mile
1cef15e377b346f982a68f9c26604908
arena-hard-v0.1
Startup Business Planning
Help me understand the business model of Palantir. Use a detailed table
f77dde96331b46ad96749d31357ec3e3
arena-hard-v0.1
Startup Business Planning
Please match the statement "What type of people are not accepting our job offers?" to one of the statements in the list below. How valued do employees currently feel through the training opportunities that the company provides? What was the level of employee productivity in different business areas last month? What ty...
efb7fa61d403466ba25fec26d068a4b7
arena-hard-v0.1
Stock Market Strategies & Outcomes
If I am dollar cost averaging in stocks, how can I accurately measure the profit/loss?
2a6a198f9acd46e2beb8085ad0d60507
arena-hard-v0.1
Stock Market Strategies & Outcomes
Write sql request to calculate rolling avarage stock for clickhouse table stocks with columns date, article_id, stock_a, stock_b, stock_c
b0cf57f5381c4470960abead355af44d
arena-hard-v0.1
Streamlit App Development
I'm setting up my own ubuntu server. I want to create a streamlit application in python and host it in [my i.p.]/LR -- how do I do that?
61eb140b72ae4802b314a7b828c3ba4b
arena-hard-v0.1
Streamlit App Development
Can you show me how to make a streamlit app that plays videos
7c96ae25e4b24355ae3da963ddbe8608
arena-hard-v0.1
String Reversal Techniques
Write a function in scheme that reverses a list of strings?
f4dcf9f977b84e7d90777830ed4a5258
arena-hard-v0.1
String Reversal Techniques
How to write a program in the programming language Gambit Scheme (which is a specific scheme dialect) that reads lines from standard in, reverses the lines, and prints out the modified lines to standard out. Please only provide valid Gambit Scheme code. You can use the Gambit Scheme online manual as a reference.
4e514ce6de03483c92b7c5f158bb339e
arena-hard-v0.1
Subtitle Encoding and Conversion
modify below code and make ends 1 milisecond ealier than read from srt import re import subprocess def burn_subtitles(video_path, ass_subtitle_path, output_video_path): command = [ 'ffmpeg', '-i', video_path, # Input video file '-vf', f"subtitles={ass_subtitle_path}",...
ea618556813c4c4196730dc844af4610
arena-hard-v0.1
Subtitle Encoding and Conversion
please rewrite this bash script in perl, keeping the same functionality (reading arguments passed to the script), and also calling the same executables like the original (ffmpeg, rm, av1an) #!/bin/bash set -euo pipefail DIR="$(dirname -- "$(readlink -f -- "$0")")" source "$DIR/../video.sh" # Initialize variables wit...
1bc737e71b3448cc9a5d7a4d0f1c4f77
arena-hard-v0.1
Swift Retry Management
In Swift, how can I write pattern-matching with conditionals?
479edf88937c4d2f9b45025399fc27ac
arena-hard-v0.1
Swift Retry Management
Write a recursive javascript function that retries a request 3 times before it resolves the promise. Do not use await
5e70f06376e84084963d81fe3d5e707b
arena-hard-v0.1
Symfony, Doctrine, CQRS/Event Sourcing
Problem with ugrade symfony 4 to 5: Root composer.json requires symfony/security 5.0.*, found symfony/security[2.0.4, ..., 2.8.x-dev, v3.0.0-BETA1, ..., 3.4.x-dev, v4.0.0-BETA1, ..., 4.4.x-dev] but it does not match the constraint.
76362f69e40d4572862ade1f087f1393
arena-hard-v0.1
Symfony, Doctrine, CQRS/Event Sourcing
What is a way that I can have multiple websites point to different domains, but they are actually served from the same database and just provide a different user interface template?
89fde41f431e4ab2bd14c28713891a6d
arena-hard-v0.1
Systematic Information Retrieval Plan
Show me code that for QTextEdit (pyside6) retrieves: current selection (as plain text) and cursor position before the selection
f2b8fb281094437f867c7ad2cef38cfe
arena-hard-v0.1
Systematic Information Retrieval Plan
Write a small python function that get all the links of a website
c1c0c8e078834f5aa88bd73e8c355d18
arena-hard-v0.1
Tag Validation Format Rules
this is, the head of one file csv, of my dataset: time,note,vel 10,36,34 240,42,15 472,44,67 473,26,47 473,38,11 477,37,38 711,36,34 714,22,30 767,36,10 Write the GAN code in Python for train my dataset folder and generate a file or sequence of lines like as the train data.
09a13c982d7742eaacf3a2806c00b6d8
arena-hard-v0.1
Tag Validation Format Rules
What are the solutions of 5 x^2 + 3 x^2 = 8? If x is the length of a line segment what is x?
80654f6d5b8847c0a833c9e5e93f7943
arena-hard-v0.1
Tagging Items with Best Practices
Given the following list of words. Categorize the words into 5 categories by similarity. Give each category a name. Respond in a python dictionary with key as the category name and value as a list of words in that category. List of words: ['Quagmire', 'Luminous', 'Melancholy', 'Perplexed', 'Jubilant', 'Enigmatic', 'Amb...
4e1ba5ceea5f4e8b99e968524148ec1c
arena-hard-v0.1
Tagging Items with Best Practices
Describe how can I quicly build a Keras script to train and categorize data from a CSV file.
2a005aea32e64b4f9b1eb3881d85915e
arena-hard-v0.1
Tailwind CSS & Next.js Development
Using Vue3 and tailwind, I want a top menu, with dropdown menu that have nested submenu.
19ee332c6e8a4ede8a6cdcd5b629f74f
arena-hard-v0.1
Tailwind CSS & Next.js Development
using only tailwind and nextjs write a left side navbar that is replaced by a top hambuguer menu when on phone screens when you tap on the menu it opens the sidebar menu with a sliding animation from the left side on top of the content the menu only appears on small width devices such as smarthphones while on desktop t...
7313df2f913a47668ee73e146a5d6cc3
arena-hard-v0.1
Taxation Knowledge and Queries
I live in Germany and I am a german tax resident. If I trade shares, I'm subject to german income tax. I want to move my trading to a company and let the profits be taxed as for companies. Whattype of a company should I create, and in which country?
21388ff0977b4ab982fc2aec75be8c36
arena-hard-v0.1
Taxation Knowledge and Queries
Assume the role of a tax advisor or accountant familiar with US federal taxes. If I forgot to withdraw the RMD (required minimum distribution) from my inherited IRA account during one particular year, how do I minimize the penalties I would have to pay the following year?
faa3e32b58984c79989d1282ced44e33
arena-hard-v0.1
Teaching & Learning Assessment
Use the greenshields model for traffic flow, the develop a python problem teaching the students how to use if-condition. In the problem the student will estimate the travel time from home to work when there is no rainfall and when there is a rainfall
497220429896442b97b50252457e24e4
arena-hard-v0.1
Teaching & Learning Assessment
Apply your critical and analytical thinking and provide well-reasoned insights in response to each of the following four essay questions! Please click the following link to answer the question no. 1: https://www.theclassroom.com/structuralist-approach-teaching-english-8716712.html Drawing upon the principles of struc...
7e85219060c34f978ae1f67c4816afa7
arena-hard-v0.1
Text Processing with Awk/Sed/Grep
How to process awk '{print $2}' with jq so that it would be {"result": "value1,value2,..."}?
d433ac2723fa4dd084b27c2969ab5157
arena-hard-v0.1
Text Processing with Awk/Sed/Grep
Rewrite this bash script to be more efficient #!/bin/bash declare -a username_base username_base=($(snmpwalk -v 2c -c $comm $host SNMPv2-SMI::enterprises.9.9.392.1.3.21.1.20 | grep STRING | awk -F"SNMPv2-SMI::enterprises.9.9.392.1.3.21.1.20." '{print $2}' | awk -F" " '{print $1}' | sed 's#[^.]*$##')) count_username=$...
19b6083e8b324d4690f9c6f60eb7ba14
arena-hard-v0.1
Text-Based RPG Creation
lets play a text rpg game about space exploration. You are a both storyteller and a dungeon master who weaves a story and keep score and generates challenges for me. I am the player who will give you responds depending on situations you will throw at me. Keep your responses in range of 30 to 50 tokens
121b8f3937b44171a0e47633bf58a9da
arena-hard-v0.1
Text-Based RPG Creation
show me a way to randomly develop cities for an rpg using a d4, a d6 and a d8.
573a0e10434443d4828969d8092ab512
arena-hard-v0.1
Tic-Tac-Toe & Chess-OPS
write a program to play connect-4
62c7ca7ba1c547a9b339c9dcc772e3ac
arena-hard-v0.1
Tic-Tac-Toe & Chess-OPS
A 50 y/o m present with painful toe since yesterday, the toe is swollen and red, sensitive to touch. no other joints are involved what is the differential diagnosis?
57b28a3a33fe41e2b79b8f96054e141f
arena-hard-v0.1
Tidyverse Data Manipulation
How do I merge the following into a single pass call? rk <- rk %>% filter(Peptide %in% pp) %>% collect() %>% separate(col="FragType", into=c("Product","FragZ"), remove=FALSE) rk[is.na(rk)]=0
e298dddd08604bfcb1ac428465075b3f
arena-hard-v0.1
Tidyverse Data Manipulation
help me remove column A based on this code data vertical3; set vertical2; format Treatment $Drug. Effectiveness $Effective. Sex $Sex. ;
bb7fe346f2864c72b7ba8f3639af41b2
arena-hard-v0.1
Time Calculations & Conversions
Create a course for learning CodeQL and categorize it into Beginner, Intermediate, Advanced. Write the number of hours for each topic.
b73a766af676460dabf4a58788c10b29
arena-hard-v0.1
Time Calculations & Conversions
It is 1.00 o clock at night and I have to wait for 1.65 hours what time is it going to be after the wait is over?
44bd78070c0d4ce0b03e5cdcba74f89c
arena-hard-v0.1
Tkinter Dynamic GUI Elements
Write me an iMessage extension that displays two buttons in the keyboard view.
32fe1f72b6804972b046b0ad91e64858
arena-hard-v0.1
Tkinter Dynamic GUI Elements
I want to write a GUI application in Python using PyQT. The app should do the following: - The main window shows the current webcam feed in 800x600 pixels. Use OpenCV for this. - On the right side of the webcam feed there is a lineplot shown that gets updated in real time. Use either matplotlib or plotly for this. If ...
8358c05bf55149deb3b7a3e7297dc584
arena-hard-v0.1
Trading Card Games
create legends of runeterra deck with noxus and freljord regions. The deck must have exactly 40 cards. The deck will have 2 champions, one from each region. Choose champions with best possible synergy.
3bfa0f511d734a54b4c1a2ac4e6ec48c
arena-hard-v0.1
Trading Card Games
i would like to build a magic the gathering deck. this deck contains 99 cards. How many lands should i play to draw on average 3 lands in my starting 7 cards hand. explain the calculus
01f0684ccac74fdea8f21080cb61d591
arena-hard-v0.1
Train Time and Speed Problems
code a framework for a multiple traveling salesman optimization in python using DEAP
4519accc3c9743df9b335d9e823b213a
arena-hard-v0.1
Train Time and Speed Problems
Two trains, train A and train B, are driving toward each other. They start 10 km from each other. Train A runs at 10 m/s and train B at 5 km/h. An insect flies back and forth between both trains at 50 km/h. What distance will the insect fly before both trains touch each other?
71bb06ecd0ab4f888a73f54df66372cf
arena-hard-v0.1
Transformers & Attention Mechanism
how to train a vision transformer deep learning model in tensorflow
ac6ec3fd1cbe489e8d9775fd0c2ed53e
arena-hard-v0.1
Transformers & Attention Mechanism
How can we put together multiple pertained encoders or decoders to create a new model?
6a111f4604834036b34216553c7f102c
arena-hard-v0.1
Triangle Geometry Analysis
What is the most efficient way to uniformly sample a point inside a right angle triangle?
de6e5b0884554e3a80d7c29e72d9306a
arena-hard-v0.1
Triangle Geometry Analysis
write an animation script for a short action packed 35 second video, describe angles and actions. script must feature several characters
e948f98c43634605a36313f0508142b2
arena-hard-v0.1
Video Download & Bot Scripts
I need a python script that connects to a qbittorrent client using the api and removes a specified tracker from all torrents
8e6c723dd4564008b0ad488a65d1e000
arena-hard-v0.1
Video Download & Bot Scripts
write a python script that reads from stdin and extracts all watch?v= hrefs and prints youtube watch urls
f776a95f36c741768dfeb9b28bd1936c
arena-hard-v0.1
Video Downloading Techniques
browser console direct download a page using url
166a57d64e2444758369f81d66d83ff8
arena-hard-v0.1
Video Downloading Techniques
write a program in rust that reads urls from a file and separetes youtube urls from other urls and download the youtube urls using yt-dlp
9845f997dd40499da73fb0e7da684723
arena-hard-v0.1
WPF Settings Persistence
Create a sierpinski triangle in XAML
01b8360985c04fac9a6911cf3723ad7f
arena-hard-v0.1
WPF Settings Persistence
How can I print to textbox in pyqt6?
990d35320cca477fa60c3df15f629364
arena-hard-v0.1
Weather Forecast Accuracy
The prediction is in the IF stage while updating is in the ID stage. Think about two continuous branch instructions: the first one is in the ID stage, and the second is in the IF stage. What is the order of updating the first result and querying the second prediction? How to control the order? How do local-based and g...
587d30f25adf445fa0c5a89061b7cb93
arena-hard-v0.1
Weather Forecast Accuracy
What's the most reliable way to shape a high hydration whole wheat baguette?
9d0bd5c696e64fd09f928c312d229d29
arena-hard-v0.1
Web Development & APIs
Write a C# program which sends a POST request. Make sure a client certificate is attached to the request.
8fc630418a6648de93c52240c9a27086
arena-hard-v0.1
Web Development & APIs
c# extract hashtags from text
19a33ec26311487b896fe17479caa9f6
arena-hard-v0.1
Web Page Navigation Testing
I have part of my html code here: <div class="container-fluid px-md-5"> <div class="row"> <div class="card"> <div class="card-body"> <h5 class="card-title">Add last used RFID card as new user</h5> <p class="card-text">Card: <strong>{{ latest_key[:8] + "..." + late...
e86055eee1b94b3084ad15e06ca0dc36
arena-hard-v0.1
Web Page Navigation Testing
write a character card for ryu hayabusa for DND
c6f96ce8972344aa926d4c102755f4df
arena-hard-v0.1
Web Scraping Techniques & Tools
What is the best way to scrap content not using selenium?
9cd748e45ad34b4f8434a4ec4599374d
arena-hard-v0.1
Web Scraping Techniques & Tools
how would you scrape this site: https://leftwinglock.com/line-combinations/anaheim-ducks/?team=anaheim-ducks&strength=EV&gametype=GD
fbe1b0cc0f51403a82ec24bd403f6963
arena-hard-v0.1
WiFi Security and Hacking
How can I secure my home wifi router?
4864b2be74794c2694ade5962e9c2e5a
arena-hard-v0.1
WiFi Security and Hacking
I need bash function function create_config_file() { local device_id="$1" echo "[STATUS:Creating config file]" // Here I need logic echo "[STATUS:CONFIG FILE CREATED]" } In logic i need to create json file config.json with such content: { "SSID":"YOUR_WIFI_SSID", << Here I need to place my wifi SSID of my machi...
e9820ee34d3b4feaa76ae07d7f4d0ee0
arena-hard-v0.1
Windows Reverse Engineering
what's the best way to install llvm17 in a nix shell ?
b62a3d9bc656431fbf5bc4fa88a4cc2e
arena-hard-v0.1
Windows Reverse Engineering
How would I write a Windows service to decode network traffic using npcap?
d7bf9f6f996b4a22ba5352d23133247e
arena-hard-v0.1
Word Count Responses
write me the best prompt structure to give an ai but give it to me in a way that I can relay to an ai as instructions. its not the full prompt to give it but like a frame work of how a prompt structure should be
50aec8fb52034cb896c9dc558b34cc8b
arena-hard-v0.1
Word Count Responses
Please provide a simple RESPONSE to the following PROMPT. The RESPONSE should be less than 250 words [exclusive of code], and easily understood by your average American high-school level graduate. "''''PROMPT: How to get deep down nested svg object Bounding Box using js
90d715f701f844fd9a5032e5674cbf7a
arena-hard-v0.1
Word Position in String
write a python program to build RL model to recite text from any position that user provided with only numpy
311a7c17ba8e4b8d9372df5e530fb5c7
arena-hard-v0.1
Word Position in String
how can I use jetpack compose to create a composable that changes the content and position of it's child's depending on the available space like we can do with container queries in the web
bc56550b0f38419b923e9fe2b66d15eb
arena-hard-v0.1
XSS and CVE Vulnerabilities
Can you write a request smuggling example that abuses a mismatch between the TLS SNI and Host header?
cb04ca3956dc42ca92fbae10b2384dff
arena-hard-v0.1
XSS and CVE Vulnerabilities
make me a tftp fuzzer using sulley fuzzing framework
398e83fcf3134130a7bafc0d3b2b22ff
arena-hard-v0.1
YOLO Object Detection
write a Python function to convert coco format to yolo format
4ae5aa6ddd4a4a54a0c5ab32ca7d94be
arena-hard-v0.1
YOLO Object Detection
Write some example scripts on how to interact with YOLO using Python. Focus on batch processing images and saving identified features as tags.