Trending repository
-
Updated
Jan 29, 2022 - TypeScript
This year’s Game Off wrapped up with over 500 submissions. Check out the game called PatchDroid - one of this year’s top entries.
Java Skill Assessment:
Q15:
What is the problem with this code?
class Main {
public static void main(String[] args) {
List<string> list = new ArrayList<String>(Arrays.asList("a","b","c"));
for (String value : list) {
if (value.equals("a")){
list.remove(value);
}
}
System.out.println(list); //outputs [b,c]
}
}
ArrayList does not imp
February 22, 2022 • Online
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.
Context:
Bump distroless/static to fix issues with tzdata package that are flagged by image vulnerability scanners.
Tracking issue for improving the egui docs. Other suggestions for improvements welcome!
All doc-examples need to be part of the doctests (i.e. they should never be marked ignore, though no_run can maybe sometimes be motivated).
The crate-level docs for egui (at https://docs.rs/egui generated from egui/src/lib.rs) sh
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
Mergify is a pull request automation service, triggering actions when a pull request matches defined criteria.
For example, in a few lines of YAML, you can write a rule that automatically merges a pull request if:
Take a look at our examples.
Mergify executes actions for you, freeing you from the burden of managing your pull requests.
Are you certain it's a bug?
Is the issue caused by a plugin?
Are you using the latest version?
Is there an existing issue for this?
Issue description
Hello, good morning, I want to know if you are going