Trending repository
-
Updated
Mar 30, 2022 - C
Ludum Dare is an online event where games are made from scratch in a weekend. It’s the perfect excuse to build your first game or experiment with a new language / game engine.
Code Climate combines line-by-line test coverage reports, technical debt assessments, and style checks in every pull request so that your team only merges clear, maintainable, and well-tested code.
Trying to connect last fm scrobbler
steps i did;
In tests, there're a few different ways of generating test account and corresponding transactions.
We should unify them under the same framework i.e. LocalAccount. A few places for example: https://github.com/aptos-labs/aptos-core/blob/main/execution/executor-test-helpers/src/integration_test_impl.rs#L56
https://github.com/aptos-labs/aptos-core/blob/main/execution/executor-benchmark/src/tran
Semgrep is a fast, open-source, static analysis tool for modern languages. With 1,000+ existing rules and simple-to-create custom ones, it finds the bugs that matter.
We have a lot of
is_prime(or similar) functions: https://github.com/TheAlgorithms/Python/search?p=4&q=is_prime, https://github.com/TheAlgorithms/Python/search?q=isPrime, data_structures/hashing/number_theory/prime_numbers, etc. Shall we use one common function for that exactly identical