Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
anonymousTheStackRepo
/
the-stack-repo
like
0
Modalities:
Text
Size:
100K - 1M
License:
other
Dataset card
Data Studio
Files
Files and versions
Community
1
main
the-stack-repo
/
train
/
AvaN0x
/
IUT-ProgRep
/
commun
/
NullBool.java
anonymousTheStackRepo
changed folder structure
eb8cb24
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
64 Bytes
package
commun;
public
enum
NullBool
{
NULL, FALSE, TRUE
}