Trending repository
-
Updated
Mar 30, 2022 - C
Gamedev.js Jam celebrates web games! Build an HTML5 game within 13 days of the jam on a given theme, have fun, and possibly win prizes.
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
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
Testspace provides a dashboard for publishing test results from automation and a framework for implementing and executing manual tests using GitHub.
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