https://github.com/bigbuildbench/gifnksm_projecteulerrust
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: BigBuildBench
- License: mit
- Language: Rust
- Default Branch: master
- Size: 2.52 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
License
README.md
Project Euler - Rust
Solving Project Euler with Rust lang.
Try it out
Run all problems:
console
cargo build --release
cargo run --release --bin euler
Run specific problem:
console
cargo run --release --bin p001
Run tests:
console
cargo run test --workspace
Run benchmarks:
console
cargo run bench --workspace
Special thanks
Owner
- Name: BigBuildBench
- Login: BigBuildBench
- Kind: organization
- Repositories: 1
- Profile: https://github.com/BigBuildBench
abbr. B3, benchmarking the repo-level understanding capability of your LLMs by reconstructing project build-file.
GitHub Events
Total
- Pull request event: 1
- Create event: 8
Last Year
- Pull request event: 1
- Create event: 8
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
dependencies (1)
rust (1)
Dependencies
.github/workflows/rust-ci.yml
actions
- actions-rust-lang/audit v1 composite
- actions/checkout v4 composite
- codecov/codecov-action v4 composite
- dtolnay/rust-toolchain stable composite
- giraffate/clippy-action v1 composite
- taiki-e/install-action cargo-llvm-cov composite
Cargo.lock
cargo
- 140 dependencies
Cargo.toml
cargo
- rand 0.8.5 development
pkg/cont_frac/Cargo.toml
cargo
pkg/integer/Cargo.toml
cargo
pkg/iter/Cargo.toml
cargo
- criterion 0.5.1 development
pkg/playing_card/Cargo.toml
cargo
pkg/prime/Cargo.toml
cargo
- criterion 0.5.1 development
pkg/seq/Cargo.toml
cargo
- num-bigint 0.4.6 development
