file_id stringlengths 5 10 | content stringlengths 167 41.7k | repo stringlengths 7 108 | path stringlengths 8 198 | token_length int64 48 8.19k | original_comment stringlengths 4 5.74k | comment_type stringclasses 2
values | detected_lang stringclasses 1
value | prompt stringlengths 46 41.6k |
|---|---|---|---|---|---|---|---|---|
11193_0 | package com.steen.controllers;
import com.steen.models.*;
import com.steen.velocity.VelocityTemplateEngine;
import spark.ModelAndView;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static com.steen.Main.p_layout;
import static com.steen.Main.sfp;
import static... | 0912293/PythonMasterRace | src/main/java/com/steen/controllers/CartController.java | 697 | // return "Kon de geselecteerde producten niet verwijderen. " + | line_comment | nl | package com.steen.controllers;
import com.steen.models.*;
import com.steen.velocity.VelocityTemplateEngine;
import spark.ModelAndView;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import static com.steen.Main.p_layout;
import static com.steen.Main.sfp;
import static... |
18424_13 | package com.example.idek;
import androidx.appcompat.app.AppCompatActivity;
import androidx.camera.core.CameraX;
import androidx.camera.core.ImageAnalysis;
import androidx.camera.core.ImageAnalysisConfig;
import androidx.camera.core.ImageCapture;
import androidx.camera.core.ImageCaptureConfig;
import androidx.camera.co... | 0974201/code-bin | java/backup camerax proj.java | 1,963 | //eigenlijk maakt dit al een nieuwe texturesurface aan | line_comment | nl | package com.example.idek;
import androidx.appcompat.app.AppCompatActivity;
import androidx.camera.core.CameraX;
import androidx.camera.core.ImageAnalysis;
import androidx.camera.core.ImageAnalysisConfig;
import androidx.camera.core.ImageCapture;
import androidx.camera.core.ImageCaptureConfig;
import androidx.camera.co... |
31907_0 | package com.example.idek;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import androidx... | 0974201/qr-ding | app/src/main/java/com/example/idek/qrReaderFragment.java | 670 | //ik haat mijzelf dus daarom maak ik een camera ding met een api dat nog niet eens in de beta stage is | line_comment | nl | package com.example.idek;
import android.annotation.SuppressLint;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.TextView;
import androidx... |
42150_54 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package rekenmachine;
/**
*
* @author adeliae
*/
public class Telraam extends javax.swing.JFrame {
//"" achter strings gezet om... | 0974201/rekenmachine2 | src/rekenmachine/Telraam.java | 6,708 | //GEN-FIRST:event_uitrekenenActionPerformed | line_comment | nl | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package rekenmachine;
/**
*
* @author adeliae
*/
public class Telraam extends javax.swing.JFrame {
//"" achter strings gezet om... |
87789_1 |
package mongodbtest;
import com.mongodb.BasicDBObject;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mongodb.MongoClient;
import com.mongodb.util.JSON;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Array... | 0NightBot0/DevDatabase | assignment 2/MongoDB/src/mongodbtest/MongoDBTest.java | 1,099 | // Er is geen mapreduce, lambda functies verwerken in java was te tijd rovend naar het uitvinden van hoe mongoDB werkt | line_comment | nl |
package mongodbtest;
import com.mongodb.BasicDBObject;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.DBCursor;
import com.mongodb.DBObject;
import com.mongodb.MongoClient;
import com.mongodb.util.JSON;
import java.net.UnknownHostException;
import java.util.ArrayList;
import java.util.Array... |
158349_85 | package com.spaceproject.math;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector3;
import java.math.BigDecimal;
import java.util.Arrays;
/**
* Disclaimer: I am not a physicist. There may be errata but I will do my best.
* Sources:
* https://en.wikipedia... | 0XDE57/SpaceProject | core/src/com/spaceproject/math/Physics.java | 6,603 | //5772K = 502nm = 597 THz = green light | line_comment | nl | package com.spaceproject.math;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.math.MathUtils;
import com.badlogic.gdx.math.Vector3;
import java.math.BigDecimal;
import java.util.Arrays;
/**
* Disclaimer: I am not a physicist. There may be errata but I will do my best.
* Sources:
* https://en.wikipedia... |
137194_4 | package gameapplication.view.board.components;
import gameapplication.model.chess.Board;
import gameapplication.model.chess.piece.Piece;
import gameapplication.view.board.Move;
import javafx.geometry.Pos;
import javafx.scene.control.Label;
import javafx.scene.layout.GridPane;
import javafx.scene.layout.StackPane;
/*... | 0xBienCuit/ChessGame | src/gameapplication/view/board/components/ChessBoard.java | 2,932 | // stackpane zorgt ervoor dat we deze op de huidige pane kunnen plaatsen, anders krijg je duplication errors | line_comment | nl | package gameapplication.view.board.components;
import gameapplication.model.chess.Board;
import gameapplication.model.chess.piece.Piece;
import gameapplication.view.board.Move;
import javafx.geometry.Pos;
import javafx.scene.control.Label;
import javafx.scene.layout.GridPane;
import javafx.scene.layout.StackPane;
/*... |
183866_29 | /* -*-mode:java; c-basic-offset:2; -*- */
/*
Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above... | 0xRustlang/keepass2android | src/java/JavaFileStorage/app/src/main/java/com/jcraft/jsch/jzlib/Tree.java | 7,044 | // heap index | line_comment | nl | /* -*-mode:java; c-basic-offset:2; -*- */
/*
Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above... |
23167_27 | "package XML;\n\nimport Correction.Correction;\nimport Correction.Corrector;\n\nimport java.awt.geom(...TRUNCATED) | 0xSMN/2.2-Leertaak_3 | Data_Processor/XML/XML_Parser.java | 2,091 | //Windrichting in graden, geldige waardes van 0 t/m 359 alleen gehele getallen | line_comment | nl | "package XML;\n\nimport Correction.Correction;\nimport Correction.Corrector;\n\nimport java.awt.geom(...TRUNCATED) |
10929_7 | "package spel.winnaar;\n\nimport hoofdmenu.ToonHoofdmenu;\nimport hoofdmenu.nieuwprofiel.ToonNieuwPr(...TRUNCATED) | 0xbart/QuixoJavaGame | src/spel/winnaar/Winnaar.java | 1,495 | //bij opnieuw ga terug naar profiel | line_comment | nl | "package spel.winnaar;\n\nimport hoofdmenu.ToonHoofdmenu;\nimport hoofdmenu.nieuwprofiel.ToonNieuwPr(...TRUNCATED) |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 10