BuildBench data
Collection
The test and validation set of BuildBench paper • 2 items • Updated
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'created_at', 'license', 'stargazers_count', 'full_name', 'description', 'pushed_at', 'language', 'size', 'default_branch'}) and 10 missing columns ({'If not compilable, what is the reason?', 'commit_hash', 'Target Executables', 'Build Trajectory', 'repo_name', 'Unnamed: 2', 'Compilable?', 'comment', 'Assigned to ', 'Cross-compiled Executables (Can be built in Linux, but extension may be .exe)'}).
This happened while the csv dataset builder was generating data using
hf://datasets/STEVENZHANG904/Build_Bench_Test_Data/Compilation_Bench_Final - Test_set_385.csv (at revision 3c3fcb66ddd525219857a40c91d94a8b32c59e14), [/tmp/hf-datasets-cache/medium/datasets/26166113378390-config-parquet-and-info-STEVENZHANG904-Build_Benc-7989d003/hub/datasets--STEVENZHANG904--Build_Bench_Test_Data/snapshots/3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation Data Labeling.csv (origin=hf://datasets/STEVENZHANG904/Build_Bench_Test_Data@3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation Data Labeling.csv), /tmp/hf-datasets-cache/medium/datasets/26166113378390-config-parquet-and-info-STEVENZHANG904-Build_Benc-7989d003/hub/datasets--STEVENZHANG904--Build_Bench_Test_Data/snapshots/3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation_Bench_Final - Test_set_385.csv (origin=hf://datasets/STEVENZHANG904/Build_Bench_Test_Data@3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation_Bench_Final - Test_set_385.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
full_name: string
html_url: string
stargazers_count: int64
size: int64
language: string
description: string
created_at: string
pushed_at: string
default_branch: string
license: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1447
to
{'repo_name': Value('string'), 'html_url': Value('string'), 'Unnamed: 2': Value('string'), 'Compilable?': Value('string'), 'Assigned to ': Value('string'), 'Target Executables': Value('string'), 'Cross-compiled Executables (Can be built in Linux, but extension may be .exe)': Value('string'), 'Build Trajectory': Value('string'), 'If not compilable, what is the reason?': Value('string'), 'comment': Value('string'), 'commit_hash': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 9 new columns ({'created_at', 'license', 'stargazers_count', 'full_name', 'description', 'pushed_at', 'language', 'size', 'default_branch'}) and 10 missing columns ({'If not compilable, what is the reason?', 'commit_hash', 'Target Executables', 'Build Trajectory', 'repo_name', 'Unnamed: 2', 'Compilable?', 'comment', 'Assigned to ', 'Cross-compiled Executables (Can be built in Linux, but extension may be .exe)'}).
This happened while the csv dataset builder was generating data using
hf://datasets/STEVENZHANG904/Build_Bench_Test_Data/Compilation_Bench_Final - Test_set_385.csv (at revision 3c3fcb66ddd525219857a40c91d94a8b32c59e14), [/tmp/hf-datasets-cache/medium/datasets/26166113378390-config-parquet-and-info-STEVENZHANG904-Build_Benc-7989d003/hub/datasets--STEVENZHANG904--Build_Bench_Test_Data/snapshots/3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation Data Labeling.csv (origin=hf://datasets/STEVENZHANG904/Build_Bench_Test_Data@3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation Data Labeling.csv), /tmp/hf-datasets-cache/medium/datasets/26166113378390-config-parquet-and-info-STEVENZHANG904-Build_Benc-7989d003/hub/datasets--STEVENZHANG904--Build_Bench_Test_Data/snapshots/3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation_Bench_Final - Test_set_385.csv (origin=hf://datasets/STEVENZHANG904/Build_Bench_Test_Data@3c3fcb66ddd525219857a40c91d94a8b32c59e14/Compilation_Bench_Final - Test_set_385.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
repo_name string | html_url string | Unnamed: 2 string | Compilable? string | Assigned to string | Target Executables string | Cross-compiled Executables (Can be built in Linux, but extension may be .exe) null | Build Trajectory string | If not compilable, what is the reason? null | comment null | commit_hash string |
|---|---|---|---|---|---|---|---|---|---|---|
ossrs/srs | https://github.com/ossrs/srs | develop | Yes | Steven | srs/build/srs | null | https://github.com/ossrs/srs, https://ossrs.io/lts/en-us/docs/v5/doc/getting-started, https://ossrs.io/lts/en-us/docs/v5/doc/getting-started-build | null | null | c86db48e06cdb7efaffec6cd52ccf2ba35ee0258 |
twitter/twemproxy | https://github.com/twitter/twemproxy | master | Yes | Steven | twemproxy/build/sbin/nutcracker | null | https://github.com/twitter/twemproxy | null | null | 60aaf855ba2e15e20d0efbe440c8ff071b719580 |
alibaba/MNN | https://github.com/alibaba/MNN | master | Yes | Steven | MNN/build/libMNN.so,MNN/build/express/libMNN_Express.so | null | https://github.com/alibaba/MNN, https://mnn-docs.readthedocs.io/en/latest/, https://mnn-docs.readthedocs.io/en/latest/compile/engine.html | null | null | 11634a1d9771e28be6ed45a605624c8a02629df2 |
baldurk/renderdoc | https://github.com/baldurk/renderdoc | v1.x | Yes | Steven | renderdoc/build/lib/librenderdoc.so, renderdoc/build/lib/qrenderdoc.so, renderdoc/build/lib/renderdoc.so | null | https://github.com/baldurk/renderdoc.git, https://github.com/baldurk/renderdoc/blob/v1.x/docs/CONTRIBUTING/Compiling.md | null | null | 8649146147cece3f557fd660819cf443de8ba744 |
Const-me/Whisper | https://github.com/Const-me/Whisper | master | No | null | null | null | null | null | null | 306aadd1fce4b168cd38659236f4ba7c1603cebd |
idea4good/GuiLite | https://github.com/idea4good/GuiLite | master | Yes | Steven | GuiLite/src/libGuiLite.a | null | https://github.com/idea4good/GuiLite, https://github.com/idea4good/GuiLite/blob/master/documents/HowToUse.md | null | null | e9c4b573ce3325c05d3a9065f16363d9348f6e64 |
SecWiki/linux-kernel-exploits | https://github.com/SecWiki/linux-kernel-exploits | master | No | Steven | null | null | null | null | null | 2d2152cf9a58f668da720d12423e5a8a424eca3a |
OSGeo/gdal | https://github.com/OSGeo/gdal | master | Yes | Steven | gdal/build/libgdal.so.37.3.12.0 | null | https://github.com/OSGeo/gdal, https://github.com/OSGeo/gdal/blob/master/BUILDING.md, https://gdal.org/en/stable/development/building_from_source.html | null | null | d66e6108f2939a81aadf0faee5bd08bb406e2dfd |
tboox/tbox | https://github.com/tboox/tbox | master | Yes | Steven | tbox/build/lib/libtbox.a | null | https://github.com/tboox/tbox | null | null | d0d87d81562d428e1f0c68ae4165430f2f28bdd3 |
Lienol/openwrt | https://github.com/Lienol/openwrt | 24.1 | No | Steven | null | null | https://github.com/Lienol/openwrt, | null | null | 74f0679930df574142fbca17b231dfd9e9be24cb |
tdlib/telegram-bot-api | https://github.com/tdlib/telegram-bot-api | master | Yes | Steven | telegram-bot-api/build/telegram-bot-api | null | https://github.com/tdlib/telegram-bot-api | null | null | 2e1fb0330c93a014f723f5b5d8befe9dc9fc1b7d |
joyent/libuv | https://github.com/joyent/libuv | moved | No | null | null | null | null | null | null | 0b07b299e9c3bbf3bb59b71fccae18418b356101 |
saminiir/level-ip | https://github.com/saminiir/level-ip | master | Yes | Steven | level-ip/lvl-ip | null | https://github.com/saminiir/level-ip, https://github.com/saminiir/level-ip/blob/master/Documentation/getting-started.md | null | null | c1950ea0e0f9feceb5602432f1751b8ce71c4952 |
fancycode/MemoryModule | https://github.com/fancycode/MemoryModule | master | No | Steven | null | null | null | null | null | 5f83e41c3a3e7c6e8284a5c1afa5a38790809461 |
baskerville/sxhkd | https://github.com/baskerville/sxhkd | master | Yes | Steven | sxhkd/build/bin/sxhkd | null | null | null | null | b0923b6b3d5d85b1ff80a5bb286934b8721a7c08 |
wjakob/nanobind | https://github.com/wjakob/nanobind | master | No | Steven | nanobind/cmake/nanobind-config.cmake | null | https://github.com/wjakob/nanobind | null | null | 9a25aed8a7edfe60ef9ad1c911e57667bc4916c4 |
stevenlovegrove/Pangolin | https://github.com/stevenlovegrove/Pangolin | master | Yes | Steven | Pangolin/build/libpango_glgeometry.so.0.9.3, Pangolin/build/libpango_plot.so.0.9.3, Pangolin/build/libpango_tools.so.0.9.3, Pangolin/build/libpango_packetstream.so.0.9.3, Pangolin/build/libtinyobj.so.0.9.3, Pangolin/build/libpango_video.so.0.9.3 | null | https://github.com/stevenlovegrove/Pangolin | null | null | b91d462442ab3b392ac62e76ac5eef243971a530 |
StudioCherno/Walnut | https://github.com/StudioCherno/Walnut | master | No | Steven | null | null | null | null | null | 3b8e414fdecfc6c8b58816106fe8d912bd172e31 |
HKUST-Aerial-Robotics/A-LOAM | https://github.com/HKUST-Aerial-Robotics/A-LOAM | devel | No | null | null | null | null | null | null | e51f88c12b483ce42dfa219783712c7234dc8c08 |
taviso/ctypes.sh | https://github.com/taviso/ctypes.sh | master | Yes | Steven | ctypes.sh/build/lib/ctypes.so | null | https://github.com/taviso/ctypes.sh | null | null | 62ec33a6688a29eefdc141f21784193677ba76dc |
bupticybee/TexasSolver | https://github.com/bupticybee/TexasSolver | master | Yes | Steven | TexasSolver/build/TexasSolverGui | null | null | null | null | 0e78a72255ebc61ac201f3d6237529fbf0666b3e |
TeamWin/Team-Win-Recovery-Project | https://github.com/TeamWin/Team-Win-Recovery-Project | android-9.0 | No | Steven | null | null | https://github.com/TeamWin/Team-Win-Recovery-Project, https://xdaforums.com/t/dev-how-to-compile-twrp-touch-recovery.1943625/ | null | null | 58f2132bc3954fc704787d477500a209eedb8e29 |
mongoose-os-apps/shelly-homekit | https://github.com/mongoose-os-apps/shelly-homekit | master | No | null | null | null | null | null | null | dd4549fe91e6c548acdc42adb70d5e699ffcbab4 |
dhewm/dhewm3 | https://github.com/dhewm/dhewm3 | master | Yes | Steven | dhewm3/build/base.so, dhewm3/build/d3xp.so, dhewm3/build/dhewm3 | null | https://github.com/dhewm/dhewm3 | null | null | 86152bb83728c82bd4f44d5382d8027b1578e1ed |
vslavik/poedit | https://github.com/vslavik/poedit | master | Yes | Nikhil Chapre | poedit/build/bin/poedit | null | https://github.com/vslavik/poedit | null | null | ebb1535a275d5b0db94629b9351122023fe62ae7 |
s9xie/hed | https://github.com/s9xie/hed | master | No | Nikhil Chapre | null | null | null | null | null | 912632b986acc6dd6cc33b95603b2f279d7bd9f2 |
AngusJohnson/Clipper2 | https://github.com/AngusJohnson/Clipper2 | main | No | Nikhil Chapre | null | null | null | null | null | ee705be33ad9560861e859c50328a38e136b1d57 |
fossasia/pslab-firmware | https://github.com/fossasia/pslab-firmware | main | Yes | Nikhil Chapre | pslab-firmware/build/pslab-firmware.elf, pslab-firmware/build/pslab-firmware.hex, pslab-firmware/build/pslab-firmware.map | null | https://github.com/fossasia/pslab-firmware | null | null | 37b91ab961409715fbfe7159a6a5aba1a0c3e364 |
Mr-Un1k0d3r/SCShell | https://github.com/Mr-Un1k0d3r/SCShell | master | No | null | null | null | null | null | null | a507238682019d944f3300bd97cd6bec81c63870 |
file/file | https://github.com/file/file | master | Yes | Nikhil Chapre | file/build/file | null | https://github.com/file/file | null | null | 74e451be9d9e86af5e06e9795403017f8c6833ba |
jbangert/trapcc | https://github.com/jbangert/trapcc | master | No | Nikhil Chapre | null | null | null | null | null | 0153e84b7e4618e4b809a36559f62f552a6f8352 |
mobinsheng/books | https://github.com/mobinsheng/books | master | No | null | null | null | null | null | null | 7458d794077a5be18302c3596b8f864dddc52302 |
PHZ76/RtspServer | https://github.com/PHZ76/RtspServer | master | Yes | Nikhil Chapre | RtspServer/rtsp_h264_file, RtspServer/rtsp_pusher, RtspServer/rtsp_server | null | https://github.com/PHZ76/RtspServer | null | null | 1fe0ac9a0a9d417d09c2125b6fd2c1627beea186 |
realm/realm-core | https://github.com/realm/realm-core | master | Yes | Nikhil Chapre | realm-core/build/bin/realm-apply-to-state-dbg, realm-core/build/bin/realm-hist-dbg, realm-core/build/bin/realm-inspect-client-realm-dbg, realm-core/build/bin/realm-print-changeset-dbg, realm-core/build/bin/realm2json-dbg, realm-core/build/bin/realmd-dbg | null | https://github.com/realm/realm-core/blob/master/how-to-build.md | null | null | 5aeef51e905f9511de4411941f067a2e3215c2af |
ku1ik/stderred | https://github.com/ku1ik/stderred | master | Yes | Ati | stderred/build/libpolyfill.so, stderred/build/libstderred.so, stderred/build/libtest_stderred.so, stderred/build/test_runner | null | https://github.com/ku1ik/stderred | null | null | 49e55376301b2ece1359e0bc56a82923b704d5e6 |
JHRobotics/patcher9x | https://github.com/JHRobotics/patcher9x | main | Yes | Ati | patcher9x/patcher9x.exemakepatch | null | https://github.com/JHRobotics/patcher9x | null | null | a1158541712a4f2219e5cfebee5c83aa35ebebe4 |
2013fangwentao/Multi_Sensor_Fusion | https://github.com/2013fangwentao/Multi_Sensor_Fusion | dev | Yes | Ati | Multi_Sensor_Fusion/libcamera.so, Multi_Sensor_Fusion/libdata.so, Multi_Sensor_Fusion/libfilter.so, Multi_Sensor_Fusion/libimu.so, Multi_Sensor_Fusion/libprocess.so, Multi_Sensor_Fusion/libtools.so, Multi_Sensor_Fusion/mscnav_bin | null | https://github.com/2013fangwentao/Multi_Sensor_Fusion | null | null | 73c0f817c3f3e478b8c4299251b7b2f6991f365a |
chcg/NPP_HexEdit | https://github.com/chcg/NPP_HexEdit | master | No | null | null | null | null | null | null | 055a14842166cc8a4af334c38db0f7b851f6dab5 |
tukaani-project/xz | https://github.com/tukaani-project/xz | master | Yes | Ati | xz/lzmainfo, xz/xzdiff, xz/xzgrep, xz/xzless, xz/xzmore, xz/xz, xz/lzmadec, xz/xzdec | null | https://github.com/tukaani-project/xz | null | null | dd4a1b259936880e04669b43e778828b60619860 |
cos120/captcha_crack | https://github.com/cos120/captcha_crack | master | No | null | null | null | null | null | null | bbb24c2961b3713a7afea00d0acff300438949b7 |
qianyizh/ElasticReconstruction | https://github.com/qianyizh/ElasticReconstruction | master | No | null | null | null | null | null | null | 6ba46b2cef168249a75abfcb14c8863e2917f724 |
nccgroup/TriforceAFL | https://github.com/nccgroup/TriforceAFL | master | No | Ati | null | null | https://github.com/nccgroup/TriforceAFL | null | null | 2a8ed329233a921044c903222fc3aa029ef68c69 |
vittorioromeo/SSVOpenHexagon | https://github.com/vittorioromeo/SSVOpenHexagon | master | No | Ati | null | null | https://github.com/vittorioromeo/SSVOpenHexagon?tab=readme-ov-file,https://github.com/vittorioromeo/SSVOpenHexagon/wiki/Building-Instructions, | null | null | 1e2cba71242ab149d548abdb54d3bceb92c33922 |
lzhiyong/termux-ndk | https://github.com/lzhiyong/termux-ndk | master | No | null | null | null | null | null | null | 6a567aa4ee9455b7b57e9b9f135dbf63d22141c3 |
Skycoder42/QHotkey | https://github.com/Skycoder42/QHotkey | master | Yes | Ati | QHotkey/libqhotkey.a, QHotkey/mocs_compilation.cpp.o, QHotkey/qhotkey.cpp.o, QHotkey/qhotkey_x11.cpp.o | null | https://github.com/Skycoder42/QHotkey | null | null | 6c0e98492c59206139f8490706aadeb8ed033057 |
parrot/parrot | https://github.com/parrot/parrot | master | Yes | Ati | parrot/bin/parrot, parrot/bin/parrot-nqp, parrot/bin/parrot-ops2c, parrot/bin/parrot-prove, parrot/lib/libparrot.so.8.2.0 | null | https://github.com/parrot/parrot | null | null | 75bc846bc2e32975375395132352faf99fea96c8 |
rdp/virtual-audio-capture-grabber-device | https://github.com/rdp/virtual-audio-capture-grabber-device | master | No | null | null | null | null | null | null | d5a7f6f3e64fb8fcf8844d8df268367eca09e72d |
utopia-rise/fmod-gdextension | https://github.com/utopia-rise/fmod-gdextension | master | No | Ati | null | null | https://github.com/utopia-rise/fmod-gdextension?tab=readme-ov-file#read-the-official-docs-to-get-started-with-this-addon,https://fmod-gdextension.readthedocs.io/en/latest/,https://fmod-gdextension.readthedocs.io/en/latest/advanced/1-compiling/ | null | null | 8bcc7fcdce98b41562552b2b53e1cf928ad7ba24 |
indygreg/python-zstandard | https://github.com/indygreg/python-zstandard | main | No | Ati | null | null | https://github.com/indygreg/python-zstandard?tab=readme-ov-file,https://python-zstandard.readthedocs.io/en/latest/contributing.html | null | null | 9eb56949b1764a166845e065542690942a3203d3 |
faragon/libsrt | https://github.com/faragon/libsrt | master | Yes | Ati | libsrt/counterpp, libsrt/enc, libsrt/histogram, libsrt/histogrampp, libsrt/imgc | null | https://github.com/faragon/libsrt | null | null | eee28e6dfc23f76c7b8f76f32ef68418619064be |
rpng/MINS | https://github.com/rpng/MINS | master | No | null | null | null | null | null | null | ed6cf522845e09c8ee33da58f27aad46aeba6337 |
hecomi/uWindowCapture | https://github.com/hecomi/uWindowCapture | master | No | null | null | null | null | null | null | 5f94f5e6675156cace697ab8da316d3eaec4c0d6 |
Ableton/m4l-connection-kit | https://github.com/Ableton/m4l-connection-kit | main | No | null | null | null | null | null | null | ede1772387f75cf4b187c4f750f704b5dcbe0731 |
bfgroup/Lyra | https://github.com/bfgroup/Lyra | develop | No | Ati | null | null | null | null | null | 2ebfd780cb85166dc03a7ed6316c27d25ba121f9 |
r-lyeh/v1 | https://github.com/r-lyeh/v1 | master | No | null | null | null | null | null | null | cf594a1596cdd8fe2a0f4a372031e8698b7c2d8e |
aliyun/iotkit-embedded | https://github.com/aliyun/iotkit-embedded | v3.0.1 | Yes | Ati | iotkit-embedded/libiot_sdk.alibalicrypto.alibcurl.alibcurl.solibid2client.a | null | https://github.com/aliyun/iotkit-embedded, https://help.aliyun.com/zh/iot/developer-reference/porting-guide/, https://help.aliyun.com/zh/iot/developer-reference/description-of-compilation-based-on-make?spm=a2c4g.11186623.help-menu-30520.d_4_1_2_29_5_3_2.29421884Q4EEbD | null | null | 3010153fb53865ce3925f8e43900adbbfa358874 |
PacktPublishing/Hands-On-Machine-Learning-with-CPP | https://github.com/PacktPublishing/Hands-On-Machine-Learning-with-CPP | master | No | null | null | null | null | null | null | 9db0df34f41abeed1cca6792ddb79d88518ac017 |
Zielon/INSTA | https://github.com/Zielon/INSTA | master | No | Ati | null | null | https://github.com/Zielon/INSTA?tab=readme-ov-file#installation,https://github.com/NVlabs/instant-ngp#building-instant-ngp-windows--linux | null | null | a6abf7df311bd6b2de7ce5087581e3813120d788 |
htmlboss/OpenGL-Renderer | https://github.com/htmlboss/OpenGL-Renderer | master | Yes | Ati | OpenGL-Renderer/MP-APS | null | https://github.com/htmlboss/OpenGL-Renderer | null | null | 9a6c5fbeb10a45303198cb1918a549ab90de0a6c |
bisqwit/that_editor | https://github.com/bisqwit/that_editor | master | Yes | Ati | that_editor/e | null | https://github.com/bisqwit/that_editor | null | null | 70dd66a9090a531e8748bdcd5691b9bfc88422b9 |
krig/LISP | https://github.com/krig/LISP | main | Yes | Ati | LISP/ikomplodin, LISP/komplott | null | https://github.com/krig/LISP | null | null | 0260bd5907e29a7b8f166045a54b91e15b9e8c6f |
jcorporation/myMPD | https://github.com/jcorporation/myMPD | master | Yes | Ati | myMPD/bin/mympd | null | https://github.com/jcorporation/myMPD,https://jcorporation.github.io/myMPD/010-installation/compiling/cmake/ | null | null | 3b253d8dd42cce2e4a05b49d00d7c29dd2d068e2 |
cnoviello/mastering-stm32 | https://github.com/cnoviello/mastering-stm32 | master | No | Ati | null | null | null | null | null | 024664974feefb74dfa4f234e7a9a8b1d4b0681d |
amiremohamadi/DuckX | https://github.com/amiremohamadi/DuckX | master | Yes | Ati | DuckX/libduckx.a, DuckX/duckx.cpp.o, DuckX/zip.c.o | null | https://github.com/amiremohamadi/DuckX | null | null | 53f880f72ee745221cf2925ce0f2813fdf1553a2 |
Barracudach/CallStack-Spoofer | https://github.com/Barracudach/CallStack-Spoofer | main | No | null | null | null | null | null | null | 7bf4bacb93de731de7511cfca9e82ee632db65aa |
justinfrankel/WDL | https://github.com/justinfrankel/WDL | main | No | Ati | null | null | null | null | null | 25a61076a22719f9381d084ff0930e303cbbc314 |
404name/winter | https://github.com/404name/winter | master | No | null | null | null | null | null | null | 38fa100c6803b180f43dcdaa3cc93be344379c41 |
lraton/FlopperZiro | https://github.com/lraton/FlopperZiro | main | No | null | null | null | null | null | null | 3e5d540d9f1454244434f6eaccaf9bc4edb703f6 |
napframework/nap | https://github.com/napframework/nap | main | Yes | Ati | nap/bin/Release-x86_64/artnetreceive, nap/bin/Release-x86_64/artnetsend, nap/bin/Release-x86_64/audioanalysis, nap/bin/Release-x86_64/audioplayback, nap/bin/Release-x86_64/audiovisualfft, nap/bin/Release-x86_64/blobtrace, nap/bin/Release-x86_64/computeflocking, nap/bin/Release-x86_64/computeparticles | null | https://github.com/napframework/nap, https://docs.nap-framework.tech/pages.html, https://docs.nap-framework.tech/d9/d87/install | null | null | 917eeae07c10f15ce5508544a0cf8580b37eca68 |
chigraph/chigraph | https://github.com/chigraph/chigraph | master | No | Ati | null | null | null | null | null | 53c1bd1dbcdfdeadc5873cd9a4e57346308d42f2 |
splintermind/Dwarf-Therapist | https://github.com/splintermind/Dwarf-Therapist | DF2016 | Yes | Ati | Dwarf-Therapist/dwarftherapist | null | https://github.com/Dwarf-Therapist/Dwarf-Therapist,https://github.com/Dwarf-Therapist/Dwarf-Therapist/blob/master/BUILDING.md | null | null | 63910f74dceea92bffb2265e1f771ba06b006481 |
smartdone/dexdump | https://github.com/smartdone/dexdump | master | No | null | null | null | null | null | null | 7cc4a427b0e9377829de020ecf037942eb74f0c6 |
howerj/dbcc | https://github.com/howerj/dbcc | master | Yes | Ati | dbcc/dbcc | null | https://github.com/howerj/dbcc | null | null | cac441d3e7495b6c71aceae0f15157dadc8ca114 |
miohtama/python-Levenshtein | https://github.com/miohtama/python-Levenshtein | master | No | null | null | null | null | null | null | f050e3ca537a057f63a87791b5f5325ca1e198f8 |
antirez/aocla | https://github.com/antirez/aocla | main | Yes | Ati | aocla/aocla | null | https://github.com/antirez/aocla | null | null | 8fe16fadcd9cf3b78d362f0aa46598f0243ccc07 |
apache/rocketmq-client-cpp | https://github.com/apache/rocketmq-client-cpp | master | Yes | Ati | rocketmq-client-cpp/OrderProducer, rocketmq-client-cpp/OrderlyPushConsumer, rocketmq-client-cpp/Producer, rocketmq-client-cpp/SyncProducer, rocketmq-client-cpp/TransactionProducer, rocketmq-client-cpp/librocketmq.so | null | https://github.com/apache/rocketmq-client-cpp | null | null | 58fbd95c9fc5085aead17365433145a691861bd8 |
openhisilicon/HIVIEW | https://github.com/openhisilicon/HIVIEW | master | No | Ati | null | null | null | null | null | 47168973e5e0c78eaf72167aab8253a131ee5016 |
MegaGlest/megaglest-source | https://github.com/MegaGlest/megaglest-source | develop | Yes | Divij | megaglest-source/build/source/tools/glexemel/g2xml, megaglest-source/build/source/glest_map_editor/megaglest_editor, megaglest-source/build/source/g3d_viewer/megaglest_g3dviewer, megaglest-source/build/source/glest_game/megaglest | null | https://github.com/MegaGlest/megaglest-source/blob/develop/BUILD.md | null | null | 2e1b4c4d1b7cd05cc46d10ec20880f426381b752 |
KangLin/FaceRecognizer | https://github.com/KangLin/FaceRecognizer | master | No | Divij | null | null | https://github.com/KangLin/FaceRecognizer, https://github.com/KangLin/FaceRecognizer/blob/master/docs/Build.md | null | null | cae0c74d1636ddfac4e0141f899528944d07b46d |
CraftyBoss/SuperMarioOdysseyOnline | https://github.com/CraftyBoss/SuperMarioOdysseyOnline | main | No | Divij | null | null | null | null | null | ad79fe173242e42fb0d4a78cde1b6b098d8bdceb |
lecram/rover | https://github.com/lecram/rover | master | Yes | Divij | rover/build/usr/local/bin/rover | null | https://github.com/lecram/rover | null | null | a7f4986c807c42f747560db9707c4f087b2e0d69 |
suchmememanyskill/CYD-Klipper | https://github.com/suchmememanyskill/CYD-Klipper | master | No | Divij | null | null | null | null | null | 7c564e8ab86d4906b466703e7a1da658e1876334 |
agraef/pure-lang | https://github.com/agraef/pure-lang | master | Yes | Divij | pure-lang/pure, pure-lang/libpure.so.8 | null | https://github.com/agraef/pure-lang, https://agraef.github.io/pure-lang/, https://github.com/agraef/pure-lang/wiki/GettingStarted | null | null | 01603c49f8aab295989e2e239568373c3b016298 |
JDArmy/RPCSCAN | https://github.com/JDArmy/RPCSCAN | main | No | null | null | null | null | null | null | 627ab955d4c97a06b33c56faf31e9843bd19a7fa |
pwk4m1/TinyBIOS | https://github.com/pwk4m1/TinyBIOS | main | Yes | Divij | TinyBIOS/build/tinybios.elf | null | https://github.com/pwk4m1/TinyBIOS | null | null | 70838b68d09755cc72ab34c64bafb0d358199a5c |
FreeSpacenav/spacenavd | https://github.com/FreeSpacenav/spacenavd | master | Yes | Divij | spacenavd/build/bin/spacenavd | null | https://github.com/FreeSpacenav/spacenavd | null | null | df7a61e9eb5cded0764a0f9e21792a56dc64c2ab |
PacktPublishing/Malware-Development-for-Ethical-Hackers | https://github.com/PacktPublishing/Malware-Development-for-Ethical-Hackers | main | No | null | null | null | null | null | null | bf1d54ea4699b0aad3db6ded9c10872b91f1102d |
powturbo/Turbo-Base64 | https://github.com/powturbo/Turbo-Base64 | master | Yes | Divij | Turbo-Base64/build/lib/libtb64.so | null | https://github.com/powturbo/Turbo-Base64 | null | null | 9292363350498c718996a404bbf64c98543c980a |
BlueBrain/Brayns | https://github.com/BlueBrain/Brayns | master | Yes | Divij | Brayns/Brayns | null | https://github.com/BlueBrain/Brayns | null | null | 747afcdfcc8c939d25e904a4092ed225e174ca67 |
r-lyeh-archived/sole | https://github.com/r-lyeh-archived/sole | master | No | Divij | null | null | null | null | null | 95612e5cda1accc0369a51edfe0f32bfb4bee2a0 |
fdupoux/fsarchiver | https://github.com/fdupoux/fsarchiver | master | Yes | Divij | fsarchiver/build/sbin/fsarchiver | null | https://github.com/fdupoux/fsarchiver, https://www.fsarchiver.org/quickstart/, https://www.fsarchiver.org/installation/ | null | null | 276e0b88dbd774852e4bda69b3205692533957b5 |
datacute/Tiny4kOLED | https://github.com/datacute/Tiny4kOLED | master | No | null | null | null | null | null | null | 785469d5e8c2cd3bba9725e80879ec36a4f2e463 |
boku7/HOLLOW | https://github.com/boku7/HOLLOW | main | Yes | Divij | HOLLOW/hollow.x64.o | null | https://github.com/boku7/HOLLOW | null | null | 0482296e15b4575fa17f1aa3090d328518f824e9 |
statismo/statismo | https://github.com/statismo/statismo | master | No | Divij | null | null | null | null | null | 5998a32e1b1fd496f2703eea27dc143a6b3f8e1f |
google/vxsig | https://github.com/google/vxsig | main | Yes | Steven Zhang | vxsig/bazel-bin/vxsig/vxsig | null | https://github.com/google/vxsig | null | null | 0366c9f2031799b576069afc1d5a6962b431db95 |
ucb-bar/berkeley-softfloat-3 | https://github.com/ucb-bar/berkeley-softfloat-3 | master | Yes | Steven Zhang | berkeley-softfloat-3/build/Linux-x86_64-GCC/softfloat.a | null | https://github.com/ucb-bar/berkeley-softfloat-3, https://www.jhauser.us/arithmetic/SoftFloat-3/doc/SoftFloat-source.html | null | null | a0c6494cdc11865811dec815d5c0049fba9d82a8 |
dun/munge | https://github.com/dun/munge | master | Yes | Steven Zhang | munge/build/bin/munge, munge/build/bin/remunge, munge/build/bin/unmunge | null | https://github.com/dun/munge, https://github.com/dun/munge/wiki/Installation-Guide | null | null | 221f3c57eefc2d4fa8937fe0118f9f620237b041 |
dukebw/lintel | https://github.com/dukebw/lintel | master | No | null | null | null | null | null | null | 1fbb02b293f1ecce4de2ea780c77566afdc5e97b |
sysprog21/semu | https://github.com/sysprog21/semu | master | Yes | Steven Zhang | semu/semu | null | https://github.com/sysprog21/semu | null | null | 43eef978472c18593ee1d428b06787e7f203f9ab |
ggerganov/ggmorse | https://github.com/ggerganov/ggmorse | master | Yes | Steven Zhang | ggmorse/build/bin/ggmorse-from-file, ggmorse/build/bin/ggmorse-gui, ggmorse/build/bin/ggmorse-to-file | null | https://github.com/ggerganov/ggmorse | null | null | 8fb433d6cd6a71940f51b5724663ec0c75bf0b62 |
This repository contains the test set of BuildBench paper. It contains 385 data samples. General information is in Compilation_Bench_Final - Test_set_385.csv. Labels and compilability is in Compilation Data Labeling.csv.