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
Doorframe OZ

Game Off

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

Wagtail logo

Popular topic

Wagtail is an open source CMS written in Python and built on the Django web framework.

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

BackHub Backups by Rewind

BackHub is a part of Rewind, the leader for SaaS backups trusted by over 100,000 organizations including HBO, Indigo, SCRIBD, Python Software Foundation and more.

Rewind automates your daily backups, ensuring fast recovery in a few clicks.

  • Automated Daily Backups
  • Fast Recovery Including Metadata
  • Automated Sync to Your AWS S3 Bucket
  • SOC 2 Compliant (Type 1 report available)

Trending repository

Trending repository

obs-studio

Trending repository

Trending repository

gitpod.io screenshot

App recommended by GitHub

gitpod.io

Gitpod is an open-source developer platform automating the provisioning of ready-to-code developer environments..

With Gitpod your team can instantly start coding with fresh, ephemeral and fully-compiled dev environments for each new task - no matter if you are building a new feature, want to fix a bug or do a code review.

Sounds like GitHub Codespaces? https://www.gitpod.io/gitpod-vs-codespaces/