The Wayback Machine - http://web.archive.org/web/20220130225302/https://github.com/explore
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
Bug on the moon

 
Game Off

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

WordPlate logo

Popular topic

WordPlate is a modern WordPress stack which simplifies WordPress development.

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

PullRequest

Increase velocity and reduce technical debt through code review by world-class engineers backed by automation. PullRequest provides code review with inline comments directly on your pull requests in GitHub.

Trending repository

Trending repository

obs-studio

Trending repository

Trending repository

Sider screenshot

 
App recommended by GitHub

Sider

Sider checks code using custom rules based on project specific knowledge and cumulative team experiences. On each pull request, Sider automatically alerts developers on previously documented issues and key information relevant to the changed code.