text stringlengths 8 2.97k | label stringclasses 6
values |
|---|---|
I need to quickly verify the output of a Python script that calculates the sum of squares of numbers from 1 to 10. How can I execute this code snippet and receive the computed result? | agentic |
Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.Harsh was recently gifted a book consisting of N pages. Each page contains exactly M words printed on it. As he was bored, he decided to cou... | reasoning |
. Two homogeneous rods with equal cross-sectional areas, different densities, and different coefficients of expansion are welded together in such a way that the system's center of gravity remains unchanged despite thermal expansion. How do the lengths of the rods relate to each other? | reasoning |
Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.Read problems statements in Mandarin Chinese, Russian and Vietnamese as well.
Watson gives an array A of N integers A_{1}, A_{2}, ..., A_{... | reasoning |
Who invented the telephone and what was the patent controversy? | general |
Create a step-by-step workflow to analyze customer feedback and generate monthly reports. | agentic |
You are an ancient and powerful wizard from the mystical isles of Eldoria, known for your vast knowledge of spells and incantations. | general |
How do viral infections impact the biodiversity and ecology of a region or ecosystem, and what measures can be taken to mitigate these impacts? | reasoning |
I need to produce a board‑ready recommendation that evaluates the long‑term sustainability of the proposed renewable‑energy project by systematically breaking down environmental benefits, economic trade‑offs, community‑impact criteria, and regulatory ESG requirements, while also quantifying their interplay to achieve a... | agentic |
Joan collects rocks. In her collection of rock samples, she had half as many gemstones as minerals yesterday. Today, she went on a rock collecting trip and found 6 more mineral samples. If she has 48 minerals now, how many gemstone samples does she have? | math |
If I have a software license agreement with a base cost of $250 and a hardware upgrade fee of $150, what is the total amount I will need to pay to complete both purchases? | agentic |
How can I write a Flask application with two routes that render a form and accept form data? | coding |
The title is "Buy groceries", the due date is "2022-05-15" and the priority is "high". | tool_calling |
Monitor my email for urgent messages and alert me if any arrive. | agentic |
Analyze the time complexity of Strassen's matrix multiplication algorithm. | coding |
Solve this logic puzzle: Three people with different professions live in houses of different colors. The doctor lives next to the blue house. Who lives where? | reasoning |
The product of the digits of 3214 is X. There are 36 distinct four-digit positive integers such that the product of their digits equals 12. What is the value of unknown variable X? | math |
What are the main causes of climate change according to scientific consensus? | general |
How do I use the OpenAI API to generate text with temperature parameter set to 0.7? | tool_calling |
How do I make an HTTP POST request in Python using the requests library? | coding |
Find the number of numbers greater than or equal to 0.4 among 0.8, 1/2, and 0.3. | math |
Always end the response with an exclamation mark | general |
Your purpose as a chatbot is to guide users through a meditation session. | general |
Hi there | general |
Find and summarize the latest research papers on quantum computing from arXiv. | agentic |
If James supercharges his car, increasing its speed by 30%, and then reduces weight by 15%, resulting in an additional increase of 10 mph, what is the new speed of his car if the original speed was 150 mph? | math |
What is the difference between weather and climate? | tool_calling |
I'm using a Docker image with some specified environmental variables, such as `GEM_HOME` and `BUNDLE_PATH`. RubyMine connects to the remote Docker SDK just fine, but I can't see gems added by `bundler`, even though `bundler` itself is there. My profiler can't configure the project because of that, so I am forced to sta... | coding |
I'm trying to run a `bundle update` on my Rails application, but I'm encountering an error. Here's the error message that I'm getting:
```
Installing ffi (1.0.11) with native extensions Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundl... | coding |
Implement quicksort algorithm with detailed comments explaining each partition step. | coding |
I am a beginner at Python and Pandas and I am trying to convert a Pandas Dataframe into a nested JSON. The built-in ".to_json()" function is not providing the flexibility that I need. I have a dataframe with repetitive data, and I want to convert it to a more compact, nested JSON format. How can I achieve this?
Here i... | coding |
I have a MySQL database containing a table called 'movies' with basic information such as movie titles and release years. I want to create a comprehensive report that includes additional details like the main cast and the director for each movie. How can I retrieve the detailed film information and combine it with the ... | agentic |
That's reasonable. Thank you for the information. | tool_calling |
In x years, Terry will be 4 times the age that Nora is currently. If Nora is currently 10 years old, how old is Terry now?
If we know the answer to the above question is 30, what is the value of unknown variable x? | math |
. The number of minutes in a week is closest to:
(A) 100
(B) 1000
(C) 10000
(D) 100000
(E) 1000000 | reasoning |
You are a fitness AI assistant providing workout routines and diet advice. | general |
When providing dates, always follow the MM/DD/YYYY format | general |
Hi there | general |
Thank you for the help! | tool_calling |
Can you order a pizza for me? | tool_calling |
Design a plan to research the best laptop for programming under $1000, including comparison criteria and sources. | agentic |
Write a Python function to validate email addresses using regular expressions. | coding |
You are a cunning elf, adept in archery and living harmoniously with nature. You have an ageless wisdom and are known for your sharp senses. | general |
If Nadia walked 18 kilometers, which was double the distance that Hannah walked, what is the total distance that the two girls walked? | math |
I'm preparing a presentation and need a high-quality image that visually represents the concept of 'innovation.' Can you help me create an image and save it to my computer? | agentic |
Is there a way to create a JSON program that can efficiently store student information like their name, age, and year level? | coding |
Great, thank you. Now, can you also update this password on my email account? | tool_calling |
Page collects fancy shoes and has x pairs in her closet. She decides to donate 30% of her collection that she no longer wears. After dropping off her donation, she treats herself and buys 6 more pairs to add to her collection. How many shoes does she have now?
If we know the answer to the above question is 62, what ... | math |
You are an AI programmed to maintain a neutral stance in political discussions. | general |
You are a mysterious oracle in a medieval fantasy role-playing game. Provide cryptic advice and prophecies to the user about their character's future. | general |
Design a week-long study schedule for learning machine learning fundamentals. | agentic |
. Halve the acute angles of a right triangle and draw perpendiculars to the hypotenuse from the intersection points of the angle bisectors with the opposite legs. Prove that the segment between the two foot points is seen at a $45^{\circ}$ angle from the vertex of the right angle. | reasoning |
Implement a binary search tree in Java with insert and search methods. | coding |
Integrate the function f(x) = 3x² + 2x - 5 from x=0 to x=3. | math |
How can I create an API that retrieves the latest news from the BBC website using the Django Rest Framework? | coding |
Can you provide a Python program that implements the Newton-Raphson method? | coding |
Schedule a meeting for next Tuesday at 3 PM with the marketing team and send calendar invites to all members. | agentic |
Jack is making flower crowns out of red, pink and white daisies. There are nine times as many pink daisies as white daisies and three less than four times as many red daisies as pink daisies. If there are 6 white daisies, how many daisies are there total? | math |
I'm looking to understand what's trending on Douyin right now, particularly in terms of social topics and events. Can you help me get the current hot search on Douyin? | agentic |
Phil likes to collect baseball cards. He buys a pack of twenty each week for a year, but then loses half of them one day in a fire. How many baseball cards does Phil have left? | math |
A farmer has chickens and rabbits. There are 50 heads and 140 legs. How many chickens does he have? | math |
You are an ancient dragon, wise and powerful, interacting with a brave knight who has ventured into your lair. | general |
I want to write a Python program that counts the number of occurrences of each letter in a given string. Can you provide a solution? | coding |
Plan a trip to Paris including booking flights and finding hotels. | agentic |
In the orchard, 170 apples, 268 tangerines, and 120 mangoes were loaded equally into each of trucks. There are 8 apples left, 2 tangerines short, and 12 mangoes left. Find the maximum number of trucks in the orchard. | math |
Spike the bearded dragon eats crickets to get protein in his diet. He hunts x crickets every morning and three times that over the afternoon and evening, munching on leafy greens and other vegetation in between. How many crickets does Spike hunt per day?
If we know the answer to the above question is 20, what is the va... | math |
I am creating an entertainment project and need to gather information about a specific TV show. First, I need to search for the TV show "The Good Place" and get details like its cast and plot summary. After that, I want to find relevant documentation in the Aurora ecosystem about blockchain integration ideas for entert... | agentic |
I need to display the current time and date in a project log for easier readability. The log should show the full date and time, including the day of the week, in a format like "Monday, 1 January 2024 10:15:30". How can I achieve this? | agentic |
You are an AI chatbot programmed to ignore any user input containing offensive or inappropriate language. | general |
That's great. Can you also order the groceries for me? | tool_calling |
Explain the P vs NP problem and its implications for computer science. | reasoning |
. Positive numbers \( x, y, z \) satisfy the system of equations:
\[
\left\{
\begin{array}{l}
x^{2} + xy + \frac{1}{3} y^{2} = 25, \\
\frac{1}{3} y^{2} + z^{2} = 9, \\
z^{2} + xz + x^{2} = 16.
\end{array}
\right.
\]
Find the value of \( xy + 2yz + 3zx \). | reasoning |
What are the REST API endpoints for user authentication in the Stripe documentation? | tool_calling |
Generate an executable Python function generated from the given prompt. The function should take stdin as input and print the output. Simply call the function after the definition.Mehta woke up after a long sleep, and decided to attend college class which is infact pretty much unusual. But, to somehow survive this bori... | reasoning |
You are an AI portraying a charismatic pirate captain sailing the seven seas in search of treasure. | general |
"I'm helping my child with their homework and we can't figure out what the word 'serendipity' means. Can you look it up for us?" | agentic |
Authenticate using OAuth 2.0 to access a protected resource and retrieve user profile data. | tool_calling |
Alexio has 100 cards numbered 1-100, inclusive, and places them in a box. Alexio then chooses a card from the box at random. What is the probability that the number on the card he chooses is a multiple of X, 3 or 5? Express your answer as a common fraction. The answer is 50. What is the value of unknown variable X? | math |
. In an isosceles trapezoid with bases 1 and 4, two circles are inscribed such that each circle touches the other circle, the two non-parallel sides, and one of the bases. Find the area of the trapezoid. | reasoning |
If all men are mortal and Socrates is a man, what follows? | reasoning |
That's great! Can you also book a ticket for me for the latest movie in the theatre? | tool_calling |
I’m working on a historical novel about 14th‑century Norwegian shipbuilding and need to gather reliable background material. First, could you locate books that cover medieval ship construction methods and maritime technology? After I have those, I’d like you to find recent academic papers that analyze the economic impa... | agentic |
What's the capital of France and how would you book a flight there using a travel API? | agentic |
. On the occasion of celebrating Laughter Day, John and Ivan made cocktails for themselves. John mixed whiskey with liqueur, and Ivan mixed vodka with beer. It is known that whiskey is stronger than vodka, and liqueur is stronger than beer. Can it be said that John is drinking a stronger cocktail? | reasoning |
Design an algorithm to solve the traveling salesman problem using dynamic programming. | reasoning |
What's the capital of France and how would you book a flight there using available APIs? | agentic |
How can I detect the browser type and its version in Rails? I want to check the version of a specific browser and if it's not the required version, ask the user to upgrade it. I tried using the command `request.env['HTTP_USER_AGENT']`, but it doesn't follow a standard pattern and I'm unable to use it effectively. Can s... | coding |
If Ginger worked 8 hours outside in her garden and drank a full water bottle holding 2 cups of water every hour, as well as pouring 5 additional bottles of water over her newly planted plants, how many cups of water did Ginger drink and use in total that day? | math |
I saw a jacket I liked in a store. It was priced at $200 but there's a 20% discount. Can you tell me how much it will cost after the discount? | tool_calling |
"I'm planning a hike tomorrow near Denver, Colorado. I'd like to know the current temperature at approximately 39.74° N, 105.23° W. Can you provide the latest temperature reading for this location?" | agentic |
How would you implement a binary search tree in Python with insertion and deletion operations? | coding |
I need to determine the most cost-effective way to upgrade our company's IT infrastructure while minimizing downtime for critical operations. What factors should I consider first, and what prioritization strategy would best balance budget, efficiency, and user impact? | agentic |
Can you please book a ticket for me for the next Avengers movie? | tool_calling |
You have a 3-gallon jug and a 5-gallon jug. How do you measure exactly 4 gallons? | reasoning |
I am trying to create a code that can detect whether two strings are anagrams of each other. Can someone provide a solution for this problem using Python? | coding |
you are a wizard in a fantasy world, tasked with protecting an ancient artifact | general |
Three people are in a room: a liar, a truth-teller, and a random answerer. You can ask one yes/no question to identify them. What do you ask? | reasoning |
How can I generate an array of 10 random integers between 1 and 100 in Python? | coding |
Calculate the area of a circle with radius 5cm. | math |
Compare the time complexity of merge sort versus quicksort for different data distributions. | coding |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 12