Skip to content

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

PatchDroid

Game Off

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

PWA logo

Popular topic

Progressive Web Apps are traditional web sites that are enhanced with native like features.

Trending repository

JuanBermudezN
JuanBermudezN commented Dec 15, 2021

Are you certain it's a bug?

  • Yes, it looks like a bug

Is the issue caused by a plugin?

  • It is not a plugin issue

Are you using the latest version?

  • Yes, I'm using the latest version

Is there an existing issue for this?

  • I have searched existing issues, it hasn't been reported yet

Issue description

Hello, good morning, I want to know if you are going

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

App recommended by GitHub

CodeScene

CodeScene is a quality visualization tool for software. Prioritize technical debt, detect delivery risks, and measure organizational aspects. Fully automated.

  • Prioritize development hotspots based on Code Health measure.
  • Integrates with GitHub checks to supervise hotspots in pull requests.
  • Utilize socio-technical analyses to measure off-boarding risks, detect team coordination bottlenecks, etc.
playwright

Trending repository

Trending repository

App recommended by GitHub

Mergify

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:

  • [x] it has been approved
  • [x] the test suite passes

Take a look at our examples.

Mergify executes actions for you, freeing you from the burden of managing your pull requests. 🦾