id int64 1 100k | prompt stringclasses 90
values | response stringclasses 6
values | metadata dict |
|---|---|---|---|
8,901 | Design a dark mode toggle in Angular. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "hard"
} |
8,902 | 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"
} |
8,903 | Create an Bootstrap e-commerce product listing page. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "easy"
} |
8,904 | Build a Django chatbot interface using WebSockets. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
8,905 | Create a FastAPI component for a user profile card. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
8,906 | Create a Svelte component for a user profile card. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
8,907 | Generate a mobile-responsive navigation bar using Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,908 | Build a Vue chatbot interface using WebSockets. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "medium"
} |
8,909 | Design a dark mode toggle in React. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "medium"
} |
8,910 | Create a Tailwind CSS component for a user profile card. | <div class="bg-blue-500 text-white p-4">Styled with Tailwind</div> | {
"framework": "Tailwind CSS",
"difficulty": "hard"
} |
8,911 | 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"
} |
8,912 | Generate a mobile-responsive navigation bar using Django. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
8,913 | Create an Angular e-commerce product listing page. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "medium"
} |
8,914 | Write a Angular function to handle form validation. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "hard"
} |
8,915 | Create an Svelte e-commerce product listing page. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
8,916 | Create a Express.js component for a user profile card. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "hard"
} |
8,917 | 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": "easy"
} |
8,918 | Build a FastAPI application that fetches data from an API. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,919 | Build a FastAPI application that fetches data from an API. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,920 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,921 | Build a Flask chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,922 | 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": "easy"
} |
8,923 | Implement a FastAPI CRUD application with database integration. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,924 | Implement a Svelte CRUD application with database integration. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
8,925 | Build a Bootstrap chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "easy"
} |
8,926 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,927 | 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": "hard"
} |
8,928 | 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"
} |
8,929 | Design a dark mode toggle in FastAPI. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,930 | Build a Bootstrap chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
8,931 | Generate a mobile-responsive navigation bar using Bootstrap. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "hard"
} |
8,932 | Develop a FastAPI login page with email and password authentication. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,933 | Build a Svelte chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
8,934 | Develop a Bootstrap login page with email and password authentication. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
8,935 | Write a Bootstrap function to handle form validation. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "easy"
} |
8,936 | Generate a mobile-responsive navigation bar using Vue. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "easy"
} |
8,937 | Design a dark mode toggle in Vue. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
8,938 | Create an Flask e-commerce product listing page. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,939 | Create a Svelte component for a user profile card. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "easy"
} |
8,940 | Generate a mobile-responsive navigation bar using Django. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "medium"
} |
8,941 | 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"
} |
8,942 | Create an FastAPI e-commerce product listing page. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,943 | Build a Bootstrap chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
8,944 | Build a Angular chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
8,945 | 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": "easy"
} |
8,946 | Create a FastAPI component for a user profile card. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "hard"
} |
8,947 | Build a FastAPI application that fetches data from an API. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
8,948 | 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": "medium"
} |
8,949 | Write a Vue function to handle form validation. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "easy"
} |
8,950 | 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"
} |
8,951 | 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": "medium"
} |
8,952 | 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"
} |
8,953 | Create a Angular component for a user profile card. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
8,954 | 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"
} |
8,955 | Build a Flask chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,956 | Implement a Flask CRUD application with database integration. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
8,957 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,958 | Implement a Bootstrap CRUD application with database integration. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "medium"
} |
8,959 | Create a Bootstrap component for a user profile card. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "easy"
} |
8,960 | 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": "easy"
} |
8,961 | Design a dark mode toggle in Bootstrap. | Code snippet not available. | {
"framework": "Bootstrap",
"difficulty": "easy"
} |
8,962 | Build a React chatbot interface using WebSockets. | import React from 'react';
function Component() {
return <div>React Component</div>;
}
export default Component; | {
"framework": "React",
"difficulty": "easy"
} |
8,963 | 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"
} |
8,964 | Write a Flask function to handle form validation. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,965 | Implement a Django CRUD application with database integration. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
8,966 | Design a dark mode toggle in FastAPI. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
8,967 | Design a dark mode toggle in Flask. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
8,968 | Build a Angular application that fetches data from an API. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
8,969 | 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": "easy"
} |
8,970 | Build a Flask application that fetches data from an API. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,971 | Develop a Flask login page with email and password authentication. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,972 | 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": "medium"
} |
8,973 | Create an Svelte e-commerce product listing page. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "hard"
} |
8,974 | 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": "hard"
} |
8,975 | 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": "easy"
} |
8,976 | Write a Angular function to handle form validation. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "hard"
} |
8,977 | 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": "medium"
} |
8,978 | Create a Flask component for a user profile card. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "easy"
} |
8,979 | Write a Django function to handle form validation. | from django.http import HttpResponse
def home(request):
return HttpResponse('Hello, Django!') | {
"framework": "Django",
"difficulty": "easy"
} |
8,980 | Design a dark mode toggle in Svelte. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "hard"
} |
8,981 | Build a Flask application that fetches data from an API. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,982 | 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": "hard"
} |
8,983 | Develop a Angular login page with email and password authentication. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "hard"
} |
8,984 | Implement a Svelte CRUD application with database integration. | Code snippet not available. | {
"framework": "Svelte",
"difficulty": "medium"
} |
8,985 | Create an Vue e-commerce product listing page. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "easy"
} |
8,986 | Write a Flask function to handle form validation. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,987 | 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": "medium"
} |
8,988 | Build a Flask chatbot interface using WebSockets. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "hard"
} |
8,989 | Create a Express.js component for a user profile card. | const express = require('express');
const app = express();
app.get('/', (req, res) => res.send('Hello, Express!'));
app.listen(3000); | {
"framework": "Express.js",
"difficulty": "medium"
} |
8,990 | 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"
} |
8,991 | 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"
} |
8,992 | Develop a Flask login page with email and password authentication. | Code snippet not available. | {
"framework": "Flask",
"difficulty": "medium"
} |
8,993 | Develop a FastAPI login page with email and password authentication. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "medium"
} |
8,994 | 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"
} |
8,995 | Build a Vue chatbot interface using WebSockets. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
8,996 | 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": "hard"
} |
8,997 | Generate a mobile-responsive navigation bar using Angular. | Code snippet not available. | {
"framework": "Angular",
"difficulty": "easy"
} |
8,998 | Build a Vue chatbot interface using WebSockets. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"difficulty": "hard"
} |
8,999 | Create an FastAPI e-commerce product listing page. | Code snippet not available. | {
"framework": "FastAPI",
"difficulty": "easy"
} |
9,000 | Generate a mobile-responsive navigation bar using Vue. | <template>
<div>Vue Component</div>
</template>
<script>
export default { name: 'Component' };
</script> | {
"framework": "Vue",
"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.