Pinned Repositories
code2seq
A fork from Code2Seq to account for Comments in Preprocessing
code2seq-codesearchnet
Placeholder for the second experiment from "Comment or not to Comment" BSc Project
code2seq-funcom
Holds the third Experiment of the BSc Project "Comment or not Comment"
code2seq-vanilla
Holds the first Experiment of the BSc Project "Comment or not Comment"
CodeBert-CodeToText-Reproduction
A reproduction of the CodeBert Code-Documentation Experiment
CPS_repo_mining
Repository mining for searching Performance Antipatterns in Cyber-Physical System Projects.
HasBugs
A modern Haskell Bugs Dataset to enable Fault Localization, Program Repair and Test Generation
kotlin-compiler-fuzzer
Differential fuzzer for testing different versions of the Kotlin compiler
Lampion
Metamorphic Transformations for ML-SE Robustness Analysis
TestGenie
TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
CISELab's Repositories
ciselab/kotlin-compiler-fuzzer
Differential fuzzer for testing different versions of the Kotlin compiler
ciselab/Lampion
Metamorphic Transformations for ML-SE Robustness Analysis
ciselab/HasBugs
A modern Haskell Bugs Dataset to enable Fault Localization, Program Repair and Test Generation
ciselab/code2seq-codesearchnet
Placeholder for the second experiment from "Comment or not to Comment" BSc Project
ciselab/code2seq-funcom
Holds the third Experiment of the BSc Project "Comment or not Comment"
ciselab/CodeBert-CodeToText-Reproduction
A reproduction of the CodeBert Code-Documentation Experiment
ciselab/CPS_repo_mining
Repository mining for searching Performance Antipatterns in Cyber-Physical System Projects.
ciselab/code2seq
A fork from Code2Seq to account for Comments in Preprocessing
ciselab/code2seq-vanilla
Holds the first Experiment of the BSc Project "Comment or not Comment"
ciselab/TestGenie
TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
ciselab/CPS_SPA_Detection_Tool
ciselab/OpenVocabCodeNLM
Contains the code for our ICSE 2020 paper: Big Code != Big Vocabulary: Open-Vocabulary Language Models for Source Code and for its earlier pre-print: Maybe Deep Neural Networks are the Best Choice for Modeling Source Code (https://arxiv.org/abs/1903.05734). This is the first open vocabulary language model for code that uses the byte pair encoding algorithm (BPE) to learn a segmentation of code tokens into subword units.
ciselab/openvocabcodenlm-preprocessing
Skript and container to pre-process Python files into the format required by OpenVocabCodeNLM
ciselab/rpc-json-testing
ciselab/ciselab-www
Website for the CISELab
ciselab/code2vec
TensorFlow code for the neural network presented in the paper: "code2vec: Learning Distributed Representations of Code"
ciselab/evosuite
EvoSuite - automated generation of JUnit test suites for Java classes
ciselab/Guided-MT-Code2Vec
This repository works with genetic programming to optimize metrics for code2vec method name prediction
ciselab/real-world-roads-generator
ciselab/TestSchedulerTool