The Wayback Machine - http://web.archive.org/web/20220131083352/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.

Kotlin logo

Popular topic

Kotlin is a statically typed programming language for multiplatform applications.

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

Pageclip

Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.

Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.

Trending repository

Trending repository

obs-studio

Trending repository

Trending repository

 
App recommended by GitHub

Pageclip

Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.

Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.