Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get to know which of the solutions are accepted (correct)? #3

Open
Akash-Sharma-1 opened this issue Feb 21, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Akash-Sharma-1
Copy link

Does the dataset only contain submissions which are fully accepted ? If not, is there a way to check which submissions are fully accepted?

@Jur1cek
Copy link
Owner

Jur1cek commented Mar 2, 2021

Unfortunately dataset does not contain this information (maybe in future I will add this feature).

You can check manually if submisson was accepted in links bellow:

https://www.go-hero.net/jam/17 - prior to 2017 (included).
https://codingcompetitions.withgoogle.com/codejam/archive - after 2017.

@Jur1cek Jur1cek self-assigned this Apr 22, 2021
@Jur1cek Jur1cek added the enhancement New feature or request label Apr 22, 2021
@skdebray
Copy link

skdebray commented Feb 26, 2024

I am trying to use the GCJ datasets to do a replication study on the following paper on binary-level code stylometry:

Aylin Caliskan, Fabian Yamaguchi, Edwin Dauber, Richard Harang, Konrad Rieck, Rachel Greenstadt, and Arvind Narayanan. 2018. When Coding Style Survives Compilation: De-anonymizing Programmers from Executable Binaries. In Proceedings 2018 Network and Distributed System Security Symposium (NDSS 2018).

Like this paper, we limit ourselves to C++ submissions. To do the analysis we need to compile the submissions to executables, and unfortunately many of the submissions need additional compiler flags to compile correctly (we get compiler errors when we simply invoke g++ on the source files). Do you have versions of the code that have make files or any other information that would help us compile them?

Many thanks,
Saumya Debray

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants