Dataset Viewer
Auto-converted to Parquet Duplicate
file_id
stringlengths
5
10
content
stringlengths
110
41.7k
repo
stringlengths
7
108
path
stringlengths
8
211
token_length
int64
35
8.19k
original_comment
stringlengths
11
5.72k
comment_type
stringclasses
2 values
detected_lang
stringclasses
1 value
prompt
stringlengths
73
41.6k
21879_85
package Spel; import java.util.ArrayList; import java.awt.event.KeyEvent; import Tools.*; import java.awt.Color; import java.awt.Image; /** * In deze klasse maak je de objecten die de omgeving van het spel vormen * Dat kunnen enkel objecten zijn * Maar dat kunnen ook lijsten van objecten zijn * Of zelfs lege li...
Hutsmeister/Spel
Spelluhtjuh/Spel/Omgeving.java
7,377
// String [] regels = Laden.laadTextFile("omgevingen/vijanden"+level+".txt").split("\n");
line_comment
nl
package Spel; import java.util.ArrayList; import java.awt.event.KeyEvent; import Tools.*; import java.awt.Color; import java.awt.Image; /** * In deze klasse maak je de objecten die de omgeving van het spel vormen * Dat kunnen enkel objecten zijn * Maar dat kunnen ook lijsten van objecten zijn * Of zelfs lege li...
153566_0
/* * Copyright 2021 - 2022 Procura B.V. * * In licentie gegeven krachtens de EUPL, versie 1.2 * U mag dit werk niet gebruiken, behalve onder de voorwaarden van de licentie. * U kunt een kopie van de licentie vinden op: * * https://github.com/vrijBRP/vrijBRP/blob/master/LICENSE.md * * Deze bevat zowel de Nede...
vrijBRP/vrijBRP-Balie
gba-ple/src/main/java/nl/procura/diensten/gba/ple/extensions/formats/BurgerlijkeStaatType.java
766
/* * Copyright 2021 - 2022 Procura B.V. * * In licentie gegeven krachtens de EUPL, versie 1.2 * U mag dit werk niet gebruiken, behalve onder de voorwaarden van de licentie. * U kunt een kopie van de licentie vinden op: * * https://github.com/vrijBRP/vrijBRP/blob/master/LICENSE.md * * Deze bevat zowel de Nede...
block_comment
nl
/* * Copyright 2021 -<SUF>*/ package nl.procura.diensten.gba.ple.extensions.formats; import static nl.procura.standard.Globalfunctions.astr; import java.util.Arrays; public enum BurgerlijkeStaatType { ONBEKEND(0, "ONB", "Onbekend"), ONGEHUWD(1, "ONG", "Ongehuwd en nooit gehuwd geweest"), HUWELIJK(2, "HUW", ...
33134_20
package org.gertje.abacus.nodevisitors; import org.gertje.abacus.context.AbacusContext; import org.gertje.abacus.nodes.AddNode; import org.gertje.abacus.nodes.AndNode; import org.gertje.abacus.nodes.ArrayNode; import org.gertje.abacus.nodes.AssignmentNode; import org.gertje.abacus.nodes.BinaryOperationNode; import org...
gmulders/abacus
abacus-core/src/main/java/org/gertje/abacus/nodevisitors/ExpressionSimplifier.java
4,638
// Vereenvoudig de nodes indien mogelijk.
line_comment
nl
package org.gertje.abacus.nodevisitors; import org.gertje.abacus.context.AbacusContext; import org.gertje.abacus.nodes.AddNode; import org.gertje.abacus.nodes.AndNode; import org.gertje.abacus.nodes.ArrayNode; import org.gertje.abacus.nodes.AssignmentNode; import org.gertje.abacus.nodes.BinaryOperationNode; import org...
187560_0
package models; import javax.persistence.Embeddable; import javax.persistence.Entity; import play.db.jpa.Model; /** * * @editor Folkert Meeuw */ @Entity public class Address extends Model { public String street; public String city; public String zip; public String country; }
innoq/helloworld_play
app/models/Address.java
81
/** * * @editor Folkert Meeuw */
block_comment
nl
package models; import javax.persistence.Embeddable; import javax.persistence.Entity; import play.db.jpa.Model; /** * * @editor Folkert Meeuw<SUF>*/ @Entity public class Address extends Model { public String street; public String city; public String zip; public String country; }
122416_5
/** * This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations). * It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation. * The project of which this file is part, may be found at https://g...
MinBZK/OperatieBRP
2013/brp 2013-02-07/algemeen/model/trunk/src/main/java/nl/bzk/brp/model/algemeen/stamgegeven/kern/SoortPartij.java
737
/** * Gemeente. */
block_comment
nl
/** * This file is copyright 2017 State of the Netherlands (Ministry of Interior Affairs and Kingdom Relations). * It is made available under the terms of the GNU Affero General Public License, version 3 as published by the Free Software Foundation. * The project of which this file is part, may be found at https://g...
32422_30
package nl.cjib.training.ocp.concurrency.presentatie3.deel1_forkjoin_framework; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.concurrent.ForkJoinPool; import java.util.concurrent.ForkJoinTask; import java.util.concurrent.RecursiveAction; im...
CC007/OCPConcurrency
src/main/java/nl/cjib/training/ocp/concurrency/presentatie3/deel1_forkjoin_framework/ForkJoinFramework.java
2,086
// Geef de samengevoegde stapel terug.
line_comment
nl
package nl.cjib.training.ocp.concurrency.presentatie3.deel1_forkjoin_framework; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.concurrent.ForkJoinPool; import java.util.concurrent.ForkJoinTask; import java.util.concurrent.RecursiveAction; im...
11847_16
package bapc2005; import java.io.File; import java.util.Arrays; import java.util.Scanner; public class ProblemC { // See problemdescription. private static int m, s, w; // move 1 floor, shut doors, walk 1 floor private static int nf, nw; // num floors, num floors with waiting people // Geeft aan op...
jfresen/icpc
bapc2005/ProblemC.java
1,344
// elevator to get down.
line_comment
nl
package bapc2005; import java.io.File; import java.util.Arrays; import java.util.Scanner; public class ProblemC { // See problemdescription. private static int m, s, w; // move 1 floor, shut doors, walk 1 floor private static int nf, nw; // num floors, num floors with waiting people // Geeft aan op...
45249_214
package gameFramework; import javax.swing.*; import javax.swing.border.Border; import javax.swing.border.CompoundBorder; import javax.swing.border.EmptyBorder; import java.awt.*; import java.io.IOException; import java.util.Objects; import java.util.concurrent.TimeUnit; /** * de class die de GUI maakt * @versio...
francoizs/ISY
ISY-main/projectAIperoide1enTwee/gameFramework/Gui.java
6,458
// voegt een actionlistener toe aan de button
line_comment
nl
package gameFramework; import javax.swing.*; import javax.swing.border.Border; import javax.swing.border.CompoundBorder; import javax.swing.border.EmptyBorder; import java.awt.*; import java.io.IOException; import java.util.Objects; import java.util.concurrent.TimeUnit; /** * de class die de GUI maakt * @versio...
190182_22
"/*\r\n * Copyright (c) 2007, Topicus B.V.\r\n * All rights reserved.\r\n */\r\npackage nl.topicus.e(...TRUNCATED)
topicusonderwijs/tribe-krd-opensource
"eduarte/core/src/main/java/nl/topicus/eduarte/participatie/zoekfilters/AanwezigheidMaandFilter.java(...TRUNCATED)
4,674
/** * @param maand * The maand to set. */
block_comment
nl
"/*\r\n * Copyright (c) 2007, Topicus B.V.\r\n * All rights reserved.\r\n */\r\npackage nl.topicus.e(...TRUNCATED)
71956_8
"package com.example.r6tracker.classes;\n\nimport java.sql.*;\nimport java.util.ArrayList;\n\npublic(...TRUNCATED)
Pruts-Hacker/R6TRACKER
src/main/java/com/example/r6tracker/classes/DatabaseWeapon.java
1,912
// Gooi een runtime-uitzondering als er een SQL-fout optreedt
line_comment
nl
"package com.example.r6tracker.classes;\n\nimport java.sql.*;\nimport java.util.ArrayList;\n\npublic(...TRUNCATED)
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
3