id
int64 1
100k
| prompt
stringclasses 90
values | response
stringclasses 6
values | metadata
dict |
|---|---|---|---|
97,501
|
Build a Vue application that fetches data from an API.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
97,502
|
Build a Django application that fetches data from an API.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,503
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
97,504
|
Implement a Express.js CRUD application with database integration.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
97,505
|
Create an FastAPI e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
97,506
|
Design a dark mode toggle in Flask.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,507
|
Write a Express.js function to handle form validation.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
97,508
|
Create an Bootstrap e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "hard"
}
|
97,509
|
Generate a mobile-responsive navigation bar using React.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "hard"
}
|
97,510
|
Create a Flask component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
97,511
|
Implement a Svelte CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
97,512
|
Write a Svelte function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
97,513
|
Create a Angular component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
97,514
|
Create an Angular e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
97,515
|
Build a React application that fetches data from an API.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
97,516
|
Create a Bootstrap component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,517
|
Implement a Vue CRUD application with database integration.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
97,518
|
Write a Svelte function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
97,519
|
Create a Svelte component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
97,520
|
Create a Django component for a user profile card.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,521
|
Design a dark mode toggle in Svelte.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
97,522
|
Implement a React CRUD application with database integration.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "easy"
}
|
97,523
|
Design a dark mode toggle in React.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "easy"
}
|
97,524
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
97,525
|
Build a Flask application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,526
|
Build a FastAPI chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
97,527
|
Create an React e-commerce product listing page.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "hard"
}
|
97,528
|
Implement a React CRUD application with database integration.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
97,529
|
Build a Flask chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
97,530
|
Implement a Flask CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,531
|
Develop a Django login page with email and password authentication.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,532
|
Create an Tailwind CSS e-commerce product listing page.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
97,533
|
Build a Express.js application that fetches data from an API.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
97,534
|
Build a Svelte chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
97,535
|
Build a Flask application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,536
|
Build a Tailwind CSS chatbot interface using WebSockets.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,537
|
Develop a Bootstrap login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
97,538
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,539
|
Create a Svelte component for a user profile card.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
97,540
|
Develop a Django login page with email and password authentication.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
97,541
|
Write a Angular function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
97,542
|
Create a FastAPI component for a user profile card.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
97,543
|
Develop a Vue login page with email and password authentication.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "hard"
}
|
97,544
|
Develop a Bootstrap login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
97,545
|
Design a dark mode toggle in Svelte.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
97,546
|
Create an Angular e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
97,547
|
Create an Express.js e-commerce product listing page.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
97,548
|
Build a Tailwind CSS application that fetches data from an API.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,549
|
Develop a Angular login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
97,550
|
Build a Bootstrap application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,551
|
Create an Flask e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
97,552
|
Design a dark mode toggle in Svelte.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
97,553
|
Create a React component for a user profile card.
|
import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component;
|
{
"framework": "React",
"difficulty": "medium"
}
|
97,554
|
Design a dark mode toggle in Flask.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "hard"
}
|
97,555
|
Generate a mobile-responsive navigation bar using Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,556
|
Create an Express.js e-commerce product listing page.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
97,557
|
Generate a mobile-responsive navigation bar using Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
97,558
|
Generate a mobile-responsive navigation bar using Angular.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "hard"
}
|
97,559
|
Build a Angular chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "hard"
}
|
97,560
|
Write a FastAPI function to handle form validation.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "hard"
}
|
97,561
|
Write a Flask function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
97,562
|
Develop a Bootstrap login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
97,563
|
Build a Vue chatbot interface using WebSockets.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "easy"
}
|
97,564
|
Create an Svelte e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "easy"
}
|
97,565
|
Write a FastAPI function to handle form validation.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
97,566
|
Write a Tailwind CSS function to handle form validation.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "medium"
}
|
97,567
|
Build a Flask chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
97,568
|
Design a dark mode toggle in Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,569
|
Build a Svelte application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
97,570
|
Design a dark mode toggle in Django.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,571
|
Implement a FastAPI CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
97,572
|
Generate a mobile-responsive navigation bar using Flask.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,573
|
Design a dark mode toggle in Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "easy"
}
|
97,574
|
Build a Vue application that fetches data from an API.
|
<template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script>
|
{
"framework": "Vue",
"difficulty": "medium"
}
|
97,575
|
Write a FastAPI function to handle form validation.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
97,576
|
Implement a FastAPI CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "medium"
}
|
97,577
|
Develop a Svelte login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "medium"
}
|
97,578
|
Create an Bootstrap e-commerce product listing page.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "hard"
}
|
97,579
|
Design a dark mode toggle in Django.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,580
|
Implement a Django CRUD application with database integration.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "hard"
}
|
97,581
|
Develop a Express.js login page with email and password authentication.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
97,582
|
Write a Tailwind CSS function to handle form validation.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,583
|
Generate a mobile-responsive navigation bar using Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,584
|
Develop a Svelte login page with email and password authentication.
|
Code snippet not available.
|
{
"framework": "Svelte",
"difficulty": "hard"
}
|
97,585
|
Generate a mobile-responsive navigation bar using Tailwind CSS.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "hard"
}
|
97,586
|
Develop a Django login page with email and password authentication.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "easy"
}
|
97,587
|
Write a Flask function to handle form validation.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "easy"
}
|
97,588
|
Build a Express.js chatbot interface using WebSockets.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "medium"
}
|
97,589
|
Build a Django chatbot interface using WebSockets.
|
from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!')
|
{
"framework": "Django",
"difficulty": "medium"
}
|
97,590
|
Implement a Flask CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Flask",
"difficulty": "medium"
}
|
97,591
|
Build a FastAPI application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "hard"
}
|
97,592
|
Design a dark mode toggle in Bootstrap.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,593
|
Build a Angular application that fetches data from an API.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "easy"
}
|
97,594
|
Implement a Bootstrap CRUD application with database integration.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "medium"
}
|
97,595
|
Build a Bootstrap chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Bootstrap",
"difficulty": "easy"
}
|
97,596
|
Build a FastAPI chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
97,597
|
Implement a Tailwind CSS CRUD application with database integration.
|
<div class="bg-blue-500 text-white p-4">Styled with Tailwind</div>
|
{
"framework": "Tailwind CSS",
"difficulty": "easy"
}
|
97,598
|
Build a Angular chatbot interface using WebSockets.
|
Code snippet not available.
|
{
"framework": "Angular",
"difficulty": "medium"
}
|
97,599
|
Generate a mobile-responsive navigation bar using Express.js.
|
const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000);
|
{
"framework": "Express.js",
"difficulty": "hard"
}
|
97,600
|
Create a FastAPI component for a user profile card.
|
Code snippet not available.
|
{
"framework": "FastAPI",
"difficulty": "easy"
}
|
Subsets and Splits
Filter Code Snippets
Retrieves all validation entries where the response is not a placeholder message, providing a filtered view of available data.