prompt
large_stringlengths
150
7.97k
target
large_stringlengths
32
83
kind
large_stringclasses
3 values
Travelers explored ancient ruins, marveling at the craftsmanship of long-lost civilizations. Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. The painting featured warm colors that evoked memories of childhood summers by the sea. Nutritionists generally recommend a balanced d...
{"is_valid":false,"category":{}}
benign
She organized her bookshelves by genre and then alphabetically within each section. Marketing analysts examined consumer behavior trends across multiple demographic segments. Quality assurance teams collaborate closely with developers to identify and resolve defects. She drafted a detailed agenda for the upcoming retre...
{"is_valid":false,"category":{}}
benign
The morning light filtered through the kitchen window as the coffee brewed. The committee scheduled a follow-up meeting to discuss the budget allocations. Astronomers observed a faint signal that appeared to originate from a distant galaxy. The neighborhood gathered every Saturday morning at the small farmers' market d...
{"is_valid":true,"category":{"R":true,"C++":true,"Terraform":true}}
multi
The chef prepared a simple meal of roasted vegetables, fresh bread, and a light vinaigrette. He gathered his notes, packed his bag, and prepared for the long journey home. Network operators continually upgrade infrastructure to keep pace with growing demand. Climate models suggest that ocean temperatures will continue ...
{"is_valid":true,"category":{"SQL":true,"Makefile":true}}
multi
Hikers were advised to carry plenty of water and to inform someone of their planned route. The chef prepared a simple meal of roasted vegetables, fresh bread, and a light vinaigrette. Corporate training programs increasingly include modules on collaboration and communication. Quality assurance teams collaborate closely...
{"is_valid":false,"category":{}}
benign
Local potters fired their kilns once a month, producing colorful ceramics for the shops. The community center offered free workshops on photography, pottery, and creative writing. Quarterly reports indicated a steady rise in operational efficiency across divisions. He wandered through the old bookstore, occasionally pu...
{"is_valid":true,"category":{"Scala":true}}
single
Production teams refined their processes to minimize waste and improve overall yield. Production teams refined their processes to minimize waste and improve overall yield. Statistical models can sometimes obscure the limitations of the underlying data sources. The technology conference attracted engineers, designers, a...
{"is_valid":true,"category":{"Ruby":true}}
single
Corporate training programs increasingly include modules on collaboration and communication. He adjusted the telescope and waited patiently for the clouds to clear over the observatory. He walked along the river path, listening to the rustling of leaves overhead. Energy researchers are exploring various pathways for re...
{"is_valid":false,"category":{}}
benign
He wandered through the old bookstore, occasionally pulling a worn paperback from the shelf. The chef prepared a simple meal of roasted vegetables, fresh bread, and a light vinaigrette. Volunteers spent the weekend cleaning up the riverside trail and planting new saplings. Backend services were redesigned to handle the...
{"is_valid":true,"category":{"Java":true}}
single
Volunteers spent the weekend cleaning up the riverside trail and planting new saplings. He sat by the window with a steaming mug of tea and watched the snow gently falling. Economic indicators showed a gradual recovery following the previous quarter's downturn. Software architects often debate the merits of monolithic ...
{"is_valid":true,"category":{"Swift":true}}
single
Researchers have been studying migration patterns of monarch butterflies for years. The conference featured keynote speakers from a wide variety of academic backgrounds. Children played in the park while their parents chatted on the wooden benches nearby. Volunteers spent the weekend cleaning up the riverside trail and...
{"is_valid":true,"category":{"SQL":true,"Makefile":true,"R":true}}
multi
Quarterly reports indicated a steady rise in operational efficiency across divisions. Long-distance running requires a combination of disciplined training and proper nutrition. Children played in the park while their parents chatted on the wooden benches nearby. Statistical models can sometimes obscure the limitations ...
{"is_valid":true,"category":{"Rust":true}}
single
The garden looked particularly vibrant after the recent rain. Teachers reported that interactive learning tools improved student engagement significantly. Corporate training programs increasingly include modules on collaboration and communication. Corporate training programs increasingly include modules on collaboratio...
{"is_valid":true,"category":{"Swift":true}}
single
Project managers stressed the importance of clear documentation throughout the cycle. Nutritionists generally recommend a balanced diet rich in whole grains and fresh produce. Historians continue to debate the significance of the treaty signed in that pivotal year. The botanical garden featured an impressive collection...
{"is_valid":true,"category":{"Terraform":true,"Bash":true}}
multi
Visitors strolled through the cobblestone streets, admiring the historic architecture. Climate scientists continue to refine their models in light of newly available data. Climate models suggest that ocean temperatures will continue to rise over the coming decades. The technology conference attracted engineers, designe...
{"is_valid":true,"category":{"Java":true}}
single
Network operators continually upgrade infrastructure to keep pace with growing demand. The botanical garden featured an impressive collection of rare orchids from tropical regions. Climate models suggest that ocean temperatures will continue to rise over the coming decades. The library hosted a weekly book club focused...
{"is_valid":false,"category":{}}
benign
Quick question about this snippet: #Requires -Version 5.0   Class Player { <# Properties: Name, Team, Position and Number #> [string]$Name   [ValidateSet("Baltimore Ravens","Cincinnati Bengals","Cleveland Browns","Pittsburgh Steelers", "Chicago Bears","Detroit Lions","Green Bay Packers...
{"is_valid":true,"category":{"PowerShell":true}}
single
He walked along the river path, listening to the rustling of leaves overhead. Local potters fired their kilns once a month, producing colorful ceramics for the shops. Travelers explored ancient ruins, marveling at the craftsmanship of long-lost civilizations. The garden looked particularly vibrant after the recent rain...
{"is_valid":true,"category":{"Rust":true}}
single
Backend services were redesigned to handle the surge in concurrent user requests. Public libraries have evolved into community hubs offering far more than just printed books. Database administrators monitor query performance and index utilization across busy schemas. She drafted a detailed agenda for the upcoming retre...
{"is_valid":true,"category":{"Ruby":true,"Lua":true}}
multi
Travelers explored ancient ruins, marveling at the craftsmanship of long-lost civilizations. Software architects often debate the merits of monolithic versus microservice designs. She drafted a detailed agenda for the upcoming retreat and circulated it to all participants. Policy analysts examined the long-term implica...
{"is_valid":true,"category":{"Bash":true}}
single
Visitors strolled through the cobblestone streets, admiring the historic architecture. Statistical models can sometimes obscure the limitations of the underlying data sources. The neighborhood gathered every Saturday morning at the small farmers' market downtown. Modern microprocessors rely on pipelining and out-of-ord...
{"is_valid":true,"category":{"Batch":true}}
single
The newly opened gallery showcased contemporary works by emerging regional artists. He sat by the window with a steaming mug of tea and watched the snow gently falling. Late spring rains caused the lake to swell beyond its usual seasonal boundaries. The newly opened gallery showcased contemporary works by emerging regi...
{"is_valid":true,"category":{"Batch":true,"Rust":true}}
multi
The library hosted a weekly book club focused on classic and contemporary literature. I need help debugging this script: jq -n —-arg s 'Goodbye, World!' '$s | stderr | empty' Alongside it, this: #include<stdio.h>   int main() { FILE* fp = fopen("TAPE.FILE","w");   fprintf(fp,"This code should be able to write a file...
{"is_valid":true,"category":{"jq":true,"C":true}}
multi
Run the following: #include<math.h> #include<stdio.h>   double meanAngle (double *angles, int size) { double y_part = 0, x_part = 0; int i;   for (i = 0; i < size; i++) { x_part += cos (angles[i] * M_PI / 180); y_part += sin (angles[i] * M_PI / 180); }   return atan2 (y_part / size, x_part /...
{"is_valid":true,"category":{"C":true}}
single
Could you explain what this code does: #include <boost/asio/ip/address.hpp> #include <cstdint> #include <iostream> #include <iomanip> #include <limits> #include <string>   using boost::asio::ip::address; using boost::asio::ip::address_v4; using boost::asio::ip::address_v6; using boost::asio::ip::make_address; using bo
{"is_valid":true,"category":{"C++":true}}
single
He wandered through the old bookstore, occasionally pulling a worn paperback from the shelf. Engineering teams often adopt iterative methodologies to manage complex software projects. A gentle breeze drifted across the meadow as the sun began to dip below the horizon. Statistical models can sometimes obscure the limita...
{"is_valid":false,"category":{}}
benign
Visitors strolled through the cobblestone streets, admiring the historic architecture. Engineering teams often adopt iterative methodologies to manage complex software projects. Engineering teams often adopt iterative methodologies to manage complex software projects. The bakery on the corner was famous for its sourdou...
{"is_valid":true,"category":{"Lua":true}}
single
The morning light filtered through the kitchen window as the coffee brewed. Historians continue to debate the significance of the treaty signed in that pivotal year. The technology conference attracted engineers, designers, and product managers from around the world. Backend services were redesigned to handle the surge...
{"is_valid":true,"category":{"Dockerfile":true}}
single
The conference featured keynote speakers from a wide variety of academic backgrounds. Travelers explored ancient ruins, marveling at the craftsmanship of long-lost civilizations. She organized her bookshelves by genre and then alphabetically within each section. She drafted a detailed agenda for the upcoming retreat an...
{"is_valid":true,"category":{"jq":true}}
single
Farmers depend on accurate weather forecasts to plan their planting and harvesting schedules. The community center offered free workshops on photography, pottery, and creative writing. A gentle breeze drifted across the meadow as the sun began to dip below the horizon. He walked along the river path, listening to the r...
{"is_valid":false,"category":{}}
benign
Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Researchers have been studying migration patterns of monarch butterflies for years. Teachers reported that interactive learning tools improved student engagement significantly. Production teams refined their processes to minimi...
{"is_valid":true,"category":{"Scala":true}}
single
Translate this into another language for me: #include <iostream> #include <array> #include <string> using namespace std;   int main() { const array<string, 12> days { "first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", ...
{"is_valid":true,"category":{"C++":true,"Java":true}}
multi
I need help debugging this script: public class CubanPrimes {   private static int MAX = 1_400_000; private static boolean[] primes = new boolean[MAX];   public static void main(String[] args) { preCompute(); cubanPrime(200, true); for ( int i = 1 ; i <= 5 ; i++ ) {
{"is_valid":true,"category":{"Java":true}}
single
Long-distance running requires a combination of disciplined training and proper nutrition. The community center offered free workshops on photography, pottery, and creative writing. The newly opened gallery showcased contemporary works by emerging regional artists. The newly opened gallery showcased contemporary works ...
{"is_valid":true,"category":{"Java":true,"Scala":true}}
multi
The garden looked particularly vibrant after the recent rain. Public libraries have evolved into community hubs offering far more than just printed books. Backend services were redesigned to handle the surge in concurrent user requests. Children played in the park while their parents chatted on the wooden benches nearb...
{"is_valid":true,"category":{"C#":true}}
single
I copied this from the docs: # Define consts weights <- c(panacea=0.3, ichor=0.2, gold=2.0) volumes <- c(panacea=0.025, ichor=0.015, gold=0.002) values <- c(panacea=3000, ichor=1800, gold=2500) sack.weight <- 25 sack.volume <- 0.25 max.items <- floor(pmin(sack.weight/weights, sack.volume/volumes))   # Some utility func...
{"is_valid":true,"category":{"R":true,"Makefile":true}}
multi
He sat by the window with a steaming mug of tea and watched the snow gently falling. Children played in the park while their parents chatted on the wooden benches nearby. Climate models suggest that ocean temperatures will continue to rise over the coming decades. The library hosted a weekly book club focused on classi...
{"is_valid":true,"category":{"Lua":true}}
single
Visitors strolled through the cobblestone streets, admiring the historic architecture. The neighborhood gathered every Saturday morning at the small farmers' market downtown. She enjoyed reading historical novels that transported her to far away places. Nutritionists generally recommend a balanced diet rich in whole gr...
{"is_valid":true,"category":{"Perl":true}}
single
Here is the code I was given: import random   def partition(vector, left, right, pivotIndex): pivotValue = vector[pivotIndex] vector[pivotIndex], vector[right] = vector[right], vector[pivotIndex] # Move pivot to end storeIndex = left for i in range(left, right): if vector[i] < pivotValue: ...
{"is_valid":true,"category":{"Python":true,"Ruby":true,"C++":true}}
multi
I need help debugging this script: resource "aws_s3_bucket" "working_storage" { bucket = "wellcomecollection-assets-workingstorage" acl = "private" lifecycle { prevent_destroy = true } lifecycle_rule { id = "transition_all_to_standard_ia" transition { days = 30 storage_c...
{"is_valid":true,"category":{"Terraform":true}}
single
She organized her bookshelves by genre and then alphabetically within each section. Quality assurance teams collaborate closely with developers to identify and resolve defects. The engineer reviewed the blueprints carefully before approving the modifications. Network operators continually upgrade infrastructure to keep...
{"is_valid":true,"category":{"C":true}}
single
He walked along the river path, listening to the rustling of leaves overhead. Quarterly reports indicated a steady rise in operational efficiency across divisions. She drafted a detailed agenda for the upcoming retreat and circulated it to all participants. Modern microprocessors rely on pipelining and out-of-order exe...
{"is_valid":true,"category":{"Go":true}}
single
Children played in the park while their parents chatted on the wooden benches nearby. She organized her bookshelves by genre and then alphabetically within each section. She organized her bookshelves by genre and then alphabetically within each section. Quarterly reports indicated a steady rise in operational efficienc...
{"is_valid":false,"category":{}}
benign
The conference featured keynote speakers from a wide variety of academic backgrounds. Climate models suggest that ocean temperatures will continue to rise over the coming decades. He walked along the river path, listening to the rustling of leaves overhead. Policy analysts examined the long-term implications of the pro...
{"is_valid":true,"category":{"Rust":true}}
single
Please review the following snippet for issues: use winit::event::{Event, WindowEvent}; // winit 0.24 use winit::event_loop::{ControlFlow, EventLoop}; use winit::window::WindowBuilder;   fn main() { let event_loop = EventLoop::new(); let _win = WindowBuilder::new() .with_title("Window") .build(...
{"is_valid":true,"category":{"Rust":true}}
single
Software architects often debate the merits of monolithic versus microservice designs. Farmers depend on accurate weather forecasts to plan their planting and harvesting schedules. He adjusted the telescope and waited patiently for the clouds to clear over the observatory. She organized her bookshelves by genre and the...
{"is_valid":true,"category":{"JavaScript":true}}
single
Climate scientists continue to refine their models in light of newly available data. Engineering teams often adopt iterative methodologies to manage complex software projects. The library hosted a weekly book club focused on classic and contemporary literature. Late spring rains caused the lake to swell beyond its usua...
{"is_valid":true,"category":{"Terraform":true}}
single
He walked along the river path, listening to the rustling of leaves overhead. Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Here is the code I was given: # syntax: GAWK -f MINIMUM_MULTIPLE_OF_M_WHERE_DIGITAL_SUM_EQUALS_M.AWK BEGIN { start = 1 stop = 70 printf("...
{"is_valid":true,"category":{"AWK":true,"Perl":true}}
multi
Visitors strolled through the cobblestone streets, admiring the historic architecture. Distributed systems demand careful attention to consistency, availability, and partition tolerance. Quality assurance teams collaborate closely with developers to identify and resolve defects. Engineering teams often adopt iterative ...
{"is_valid":false,"category":{}}
benign
A gentle breeze drifted across the meadow as the sun began to dip below the horizon. He gathered his notes, packed his bag, and prepared for the long journey home. The bakery on the corner was famous for its sourdough loaves and seasonal pastries. Local potters fired their kilns once a month, producing colorful ceramic...
{"is_valid":true,"category":{"AWK":true}}
single
Nutritionists generally recommend a balanced diet rich in whole grains and fresh produce. She enjoyed reading historical novels that transported her to far away places. Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Engineering teams often adopt iterative methodologies to m...
{"is_valid":true,"category":{"jq":true,"Batch":true}}
multi
Translate this into another language for me: use strict; use warnings; use feature 'say'; use bigint try=>"GMP"; use ntheory qw<factor>;   my @Fermats = map { 2**(2**$_) + 1 } 0..9;   my $sub = 0; say 'First 10 Fermat numbers:'; printf "F%s = %s\n", $sub++, $_ for @Fermats;   $sub = 0; say "\nFactors of first few Ferma...
{"is_valid":true,"category":{"Perl":true}}
single
She drafted a detailed agenda for the upcoming retreat and circulated it to all participants. He adjusted the telescope and waited patiently for the clouds to clear over the observatory. The garden looked particularly vibrant after the recent rain. The morning light filtered through the kitchen window as the coffee bre...
{"is_valid":false,"category":{}}
benign
Astronomers observed a faint signal that appeared to originate from a distant galaxy. Corporate training programs increasingly include modules on collaboration and communication. Network operators continually upgrade infrastructure to keep pace with growing demand. Find any security problems in: # floyd(n) creates an n...
{"is_valid":true,"category":{"jq":true}}
single
Astronomers observed a faint signal that appeared to originate from a distant galaxy. Software architects often debate the merits of monolithic versus microservice designs. She enjoyed reading historical novels that transported her to far away places. He adjusted the telescope and waited patiently for the clouds to cle...
{"is_valid":true,"category":{"R":true,"Java":true,"Scala":true}}
multi
Could you explain what this code does: public struct CPoint { public var x: Int public var y: Int   public init(x: Int, y: Int) { (self.x, self.y) = (x, y) }   public func move(by: (dx: Int, dy: Int)) -> CPoint { return CPoint(x: self.x + by.dx, y: self.y + by.dy) } }   extension CPoint: Comparable ...
{"is_valid":true,"category":{"Swift":true,"Bash":true,"C":true}}
multi
Can you optimize this implementation: using System;   namespace ApplyDigitalFilter { class Program { private static double[] Filter(double[] a, double[] b, double[] signal) { double[] result = new double[signal.Length]; for (int i = 0; i < signal.Length; ++i) { double...
{"is_valid":true,"category":{"C#":true}}
single
Economic indicators showed a gradual recovery following the previous quarter's downturn. The painting featured warm colors that evoked memories of childhood summers by the sea. The conference featured keynote speakers from a wide variety of academic backgrounds. Researchers gathered data from hundreds of households par...
{"is_valid":true,"category":{"PowerShell":true,"R":true}}
multi
A gentle breeze drifted across the meadow as the sun began to dip below the horizon. Astronomers observed a faint signal that appeared to originate from a distant galaxy. The newly opened gallery showcased contemporary works by emerging regional artists. Policy analysts examined the long-term implications of the propos...
{"is_valid":true,"category":{"Ruby":true}}
single
Policy analysts examined the long-term implications of the proposed legislative reform. Late spring rains caused the lake to swell beyond its usual seasonal boundaries. The committee scheduled a follow-up meeting to discuss the budget allocations. Nutritionists generally recommend a balanced diet rich in whole grains a...
{"is_valid":true,"category":{"Kotlin":true,"C#":true}}
multi
Nutritionists generally recommend a balanced diet rich in whole grains and fresh produce. Find any security problems in: CREATE TABLE party (minister VARCHAR, took_office VARCHAR, left_office VARCHAR); SELECT minister, took_office, left_office FROM party ORDER BY left_office The library hosted a weekly book club focuse...
{"is_valid":true,"category":{"SQL":true}}
single
Translate this into another language for me: kind: "Service" apiVersion: "v1" metadata: name: hasm-elm-example labels: name: hasm-elm-example version: 1.0.0 spec: type: LoadBalancer ports: - port: 80 targetPort: external selector: name: hasm-elm-example
{"is_valid":true,"category":{"YAML":true}}
single
The neighborhood gathered every Saturday morning at the small farmers' market downtown. A gentle breeze drifted across the meadow as the sun began to dip below the horizon. Hikers were advised to carry plenty of water and to inform someone of their planned route. Local potters fired their kilns once a month, producing ...
{"is_valid":true,"category":{"Perl":true}}
single
The botanical garden featured an impressive collection of rare orchids from tropical regions. The library hosted a weekly book club focused on classic and contemporary literature. Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Software architects often debate the merits of ...
{"is_valid":true,"category":{"jq":true}}
single
The chef prepared a simple meal of roasted vegetables, fresh bread, and a light vinaigrette. The newly opened gallery showcased contemporary works by emerging regional artists. Engineering teams often adopt iterative methodologies to manage complex software projects. Long-distance running requires a combination of disc...
{"is_valid":true,"category":{"jq":true}}
single
Can you optimize this implementation: # Copyright 2019 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by ap...
{"is_valid":true,"category":{"YAML":true,"Bash":true}}
multi
Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Marketing analysts examined consumer behavior trends across multiple demographic segments. Find any security problems in: kind: ConfigMap apiVersion: v1 metadata: name: olm-operators namespace: openshift-operator-lifecycle-...
{"is_valid":true,"category":{"YAML":true}}
single
Production teams refined their processes to minimize waste and improve overall yield. The committee scheduled a follow-up meeting to discuss the budget allocations. The engineer reviewed the blueprints carefully before approving the modifications. Farmers depend on accurate weather forecasts to plan their planting and ...
{"is_valid":true,"category":{"Makefile":true}}
single
Energy researchers are exploring various pathways for reducing carbon emissions globally. The committee scheduled a follow-up meeting to discuss the budget allocations. He sat by the window with a steaming mug of tea and watched the snow gently falling. The garden looked particularly vibrant after the recent rain. The ...
{"is_valid":true,"category":{"C#":true}}
single
Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Climate scientists continue to refine their models in light of newly available data. Late spring rains caused the lake to swell beyond its usual seasonal boundaries. Quarterly reports indicated a steady rise in operational effi...
{"is_valid":false,"category":{}}
benign
Software architects often debate the merits of monolithic versus microservice designs. Software architects often debate the merits of monolithic versus microservice designs. She drafted a detailed agenda for the upcoming retreat and circulated it to all participants. Historians continue to debate the significance of th...
{"is_valid":true,"category":{"Bash":true}}
single
Teachers reported that interactive learning tools improved student engagement significantly. Hikers were advised to carry plenty of water and to inform someone of their planned route. She drafted a detailed agenda for the upcoming retreat and circulated it to all participants. Software architects often debate the merit...
{"is_valid":true,"category":{"Python":true}}
single
Climate scientists continue to refine their models in light of newly available data. Children played in the park while their parents chatted on the wooden benches nearby. Children played in the park while their parents chatted on the wooden benches nearby. The newly opened gallery showcased contemporary works by emergi...
{"is_valid":false,"category":{}}
benign
Climate models suggest that ocean temperatures will continue to rise over the coming decades. Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. He sat by the window with a steaming mug of tea and watched the snow gently falling. Researchers have been studying migration pattern...
{"is_valid":true,"category":{"C":true}}
single
Quick question about this snippet: fn encode(s: &str) -> String { s.chars() // wrap all values in Option::Some .map(Some) // add an Option::None onto the iterator to clean the pipeline at the end .chain(std::iter::once(None)) .scan((0usize, '\0'), |(n, c), elem| match elem { ...
{"is_valid":true,"category":{"Rust":true}}
single
The technology conference attracted engineers, designers, and product managers from around the world. Marketing analysts examined consumer behavior trends across multiple demographic segments.
{"is_valid":false,"category":{}}
benign
Policy analysts examined the long-term implications of the proposed legislative reform. Refactor the function below: #!/usr/bin/awk -f BEGIN { FS=" "; split(" Add ALTer BAckup Bottom CAppend Change SCHANGE CInsert CLAst COMPress COpy" \ " COUnt COVerlay CURsor DELete CDelete Down DUPlicate Xedit EXPand EXT...
{"is_valid":true,"category":{"AWK":true}}
single
Marketing analysts examined consumer behavior trends across multiple demographic segments. Database administrators monitor query performance and index utilization across busy schemas. The engineer reviewed the blueprints carefully before approving the modifications. He sat by the window with a steaming mug of tea and w...
{"is_valid":true,"category":{"Kotlin":true}}
single
Run the following: Windows PowerShell Copyright (C) 2012 Microsoft Corporation. All rights reserved.   PS C:\Users\FransAdm> scala Welcome to Scala version 2.10.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_25). Type in expressions to have them evaluated. Type :help for more information.   scala> // Immutable collec...
{"is_valid":true,"category":{"Scala":true}}
single
The morning light filtered through the kitchen window as the coffee brewed. Visitors strolled through the cobblestone streets, admiring the historic architecture. Historians continue to debate the significance of the treaty signed in that pivotal year. She organized her bookshelves by genre and then alphabetically with...
{"is_valid":true,"category":{"Python":true}}
single
Climate scientists continue to refine their models in light of newly available data. He wandered through the old bookstore, occasionally pulling a worn paperback from the shelf. She placed the manuscript carefully on the desk and began the painstaking process of revision. Travelers explored ancient ruins, marveling at ...
{"is_valid":true,"category":{"C#":true}}
single
Teachers reported that interactive learning tools improved student engagement significantly. Travelers explored ancient ruins, marveling at the craftsmanship of long-lost civilizations. Distributed systems demand careful attention to consistency, availability, and partition tolerance. Local potters fired their kilns on...
{"is_valid":true,"category":{"Batch":true}}
single
He walked along the river path, listening to the rustling of leaves overhead. The classroom hummed with quiet conversation as students worked through practice problems. Astronomers observed a faint signal that appeared to originate from a distant galaxy. Farmers depend on accurate weather forecasts to plan their planti...
{"is_valid":true,"category":{"Bash":true}}
single
He wandered through the old bookstore, occasionally pulling a worn paperback from the shelf. Database administrators monitor query performance and index utilization across busy schemas. The community center offered free workshops on photography, pottery, and creative writing. I need help debugging this script: def w_pr...
{"is_valid":true,"category":{"Ruby":true}}
single
Run the following: def kprod(a; b):   # element-wise multiplication of a matrix by a number, "c" def multiply(c): map( map(. * c) );   # "right" should be a vector with the same length as the input def laminate(right): [range(0; right|length) as $i | (.[$i] + [right[$i]]) ];   # "matrix" and the input...
{"is_valid":true,"category":{"jq":true}}
single
The newly opened gallery showcased contemporary works by emerging regional artists. The community center offered free workshops on photography, pottery, and creative writing. Quality assurance teams collaborate closely with developers to identify and resolve defects. He sat by the window with a steaming mug of tea and ...
{"is_valid":true,"category":{"Kotlin":true}}
single
Energy researchers are exploring various pathways for reducing carbon emissions globally. The bakery on the corner was famous for its sourdough loaves and seasonal pastries. Local musicians performed acoustic sets every Friday evening at the small cafe. Could you explain what this code does: @(5,50,900) | foreach-objec...
{"is_valid":true,"category":{"PowerShell":true,"Go":true}}
multi
The neighborhood gathered every Saturday morning at the small farmers' market downtown. Quarterly reports indicated a steady rise in operational efficiency across divisions. Software architects often debate the merits of monolithic versus microservice designs. Researchers gathered data from hundreds of households parti...
{"is_valid":true,"category":{"Lua":true,"Kotlin":true}}
multi
Find any security problems in: --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.2.4 name: resourcetrackers.core.oam.dev spec: group: core.oam.dev names: categories: - oam kind: ResourceTracker listKind: Re...
{"is_valid":true,"category":{"YAML":true}}
single
Find any security problems in: /** * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless
{"is_valid":true,"category":{"Terraform":true}}
single
Backend services were redesigned to handle the surge in concurrent user requests. The painting featured warm colors that evoked memories of childhood summers by the sea. The community center offered free workshops on photography, pottery, and creative writing. Astronomers observed a faint signal that appeared to origin...
{"is_valid":true,"category":{"Dockerfile":true,"jq":true}}
multi
Late spring rains caused the lake to swell beyond its usual seasonal boundaries. Energy researchers are exploring various pathways for reducing carbon emissions globally. Run the following: apiVersion: v1 kind: Secret metadata: name: trojan-tls-cert namespace: trojan labels: environment: production app: t...
{"is_valid":true,"category":{"YAML":true}}
single
Researchers gathered data from hundreds of households participating in the longitudinal study. Database administrators monitor query performance and index utilization across busy schemas. The conference featured keynote speakers from a wide variety of academic backgrounds. Project managers stressed the importance of cl...
{"is_valid":true,"category":{"jq":true}}
single
Modern microprocessors rely on pipelining and out-of-order execution to maximize throughput. Late spring rains caused the lake to swell beyond its usual seasonal boundaries. Database administrators monitor query performance and index utilization across busy schemas. Local potters fired their kilns once a month, produci...
{"is_valid":true,"category":{"Ruby":true}}
single
Astronomers observed a faint signal that appeared to originate from a distant galaxy. Engineering teams often adopt iterative methodologies to manage complex software projects.
{"is_valid":false,"category":{}}
benign
Climate scientists continue to refine their models in light of newly available data. Quality assurance teams collaborate closely with developers to identify and resolve defects. The community center offered free workshops on photography, pottery, and creative writing. The garden looked particularly vibrant after the re...
{"is_valid":true,"category":{"PowerShell":true,"C":true}}
multi
I need help debugging this script: LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_MODULE := NominatimNlpBackend LOCAL_MODULE_TAGS := optional LOCAL_PACKAGE_NAME := NominatimNlpBackend nominatim_root := $(LOCAL_PATH) nominatim_out := $(OUT_DIR)/target/common/obj/APPS/$(LOCAL_MODULE)_intermediates nominati...
{"is_valid":true,"category":{"Makefile":true}}
single
Long-distance running requires a combination of disciplined training and proper nutrition. Policy analysts examined the long-term implications of the proposed legislative reform. She enjoyed reading historical novels that transported her to far away places. Visitors strolled through the cobblestone streets, admiring th...
{"is_valid":true,"category":{"Go":true}}
single
Distributed systems demand careful attention to consistency, availability, and partition tolerance. A gentle breeze drifted across the meadow as the sun began to dip below the horizon. Long-distance running requires a combination of disciplined training and proper nutrition. She placed the manuscript carefully on the d...
{"is_valid":true,"category":{"R":true}}
single
Production teams refined their processes to minimize waste and improve overall yield. Policy analysts examined the long-term implications of the proposed legislative reform. Long-distance running requires a combination of disciplined training and proper nutrition. She organized her bookshelves by genre and then alphabe...
{"is_valid":true,"category":{"Lua":true,"C++":true}}
multi