Skip to content

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

Squorm

Game Off

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

JavaScript logo

Popular topic

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Trending repository

yt-dlp

Trending repository

GitHub Security Twitter Space

Upcoming event recommended by GitHub

Feb
2

GitHub Security Twitter Space

February 02, 2022 - February 03, 2022 • Online

Join our twitter space to learn from security experts.

App recommended by GitHub

Percy

Percy gives your team confidence in every visual UI change before it's shipped.

Percy adds visual reviews to your GitHub pull requests, helping your team spot UI bugs quickly and review visual changes easily.

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

Trending repository

Notify If a selected plane has taken off or landed using OpenSky or ADS-B Exchange data. Compares older data to newer data to determine if a landing or takeoff has occurred. As well as nav modes, emergency squawk and resolution advisory notifications. Can output to Twitter, Discord, and Pushbullet

  • Updated Jan 15, 2022
  • Python

Trending repository

Trending repository

Trending repository

App recommended by GitHub

Crowdin

Crowdin is designed to be the one tool you need to get automated and continuous localization.

Seamlessly integrates into your development process. Files for localization from the branches you chose are transferred into a branch in your Crowdin project. Ready translations get transferred back as a pull request to your repository automatically.

Crowdin is trusted by companies like Kickstarter, Avast, iFixit, Joomla and more. Localize any kind of software using the same tool.