Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
d21cb06
FEA-Bench
/
testbed
/
pre-commit__pre-commit
/
testing
/
resources
/
stdout_stderr_repo
/
tty-check-entry
hc99
Add files using upload-large-folder tool
03c4799
verified
3 months ago
raw
Copy download link
history
blame
150 Bytes
#!/usr/bin/env bash
t
() {
if
[ -t
"
$1
"
];
then
echo
"
$2
: True"
else
echo
"
$2
: False"
fi
}
t 0 stdin
t 1 stdout
t 2 stderr