The Wayback Machine - http://web.archive.org/web/20220131135026/https://github.com/explore
Skip to content

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

Don't Bug Me!

 
Game Off

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

Rails logo

Popular topic

Ruby on Rails (Rails) is a web application framework written in Ruby.

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

webapp.io

Ship code faster with webapp.io

Developers move much faster using webapp.io to get per-branch review & E2E testing environments.

  • Use our interactive drag-and-drop builder to create a pull request template that contains all of the information a reviewer would need to approve a change.
  • Our hosted environments use a powerful caching mechanism to avoid running repetitive steps like npm install over and over again.
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

GitHub Learning Lab

Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.