Skip to content

Here's what's popular on GitHub today...

linkedin-skill-assessments-quizzes

Trending repository

bbandito
bbandito commented Jan 29, 2022

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
Don't Bug Me!

Game Off

This year’s Game Off wrapped up with over 500 submissions. Check out the game called Don’t Bug Me! - one of this year’s top entries.

Android logo

Popular topic

Android is an operating system built by Google designed for mobile devices.

Trending repository

sylvestre
sylvestre commented Jan 29, 2022

Currently, the code coverage is computed based on the unit & integration tests of this project, it isn't using the GNU testsuite.

It would be interesting to build rust/coreutils with coverage support and then run the GNU testsuite instead of ours.

Now, results should be probably pushed as a separate project (so, not https://app.codecov.io/gh/uutils/coreutils)

The gnu testsuite execution c

App recommended by GitHub

Issue-Label Bot

Issue Label Bot automatically labels issues as either a feature request, bug or question, using machine learning. You can alias these labels so that the labels are personalized for your repo (for example if you prefer enhancement vs. feature_request).

Instructions on how to alias the labels can be viewed on the app's website.

This app only works on public repositories.

Trending repository

Trending repository

obs-studio

Trending repository

Trending repository

App recommended by GitHub

Mddocs

One-click documentation website from your GitHub repository. Mddocs creates user-friendly documentation from scratch. No tools or instruments required, just a simple .md files from your repository.