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

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

black

Trending repository

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
godot_platformer.exe

 
Game Off

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

Windows logo

Popular topic

Windows is Microsoft's GUI-based operating system.

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 Feb 2, 2022
  • Python

 
App recommended by GitHub

GitProtect.io Backup

GitProtect.io is a part of Xopero Software the #1 DevOps backup vendor trusted by ESET, T-Mobile, Orange, and more. With 170k+ daily backups, we have gained experience in data protection.

Professional automatic backup - no maintenance needed, best security:

  • Repo & metadata daily backups
  • Fast recovery of all data: DR & granular restore
  • Any storage compatibility: AWS or S3 Compliant cloud
  • SOC 2 Compliance in process, user-side AES encryption, and audit logs
Files

Trending repository

material-ui

Trending repository

awdyson
awdyson commented Jan 21, 2022

Duplicates

  • I have searched the existing issues

Latest version

  • I have tested the latest version

Current behavior 😯

LoadingButton properly renders the styles set in MuiButton.styleOverrides, however the console throws an Invalid Prop Type Value error. I'd guess that this is also a

Expected behavior 🤔

I don't think this used to throw an error? Regardless, this

Trending repository

tertsdiepraam
tertsdiepraam commented Feb 1, 2022

For example:

static ABOUT: &str = "
 With no FILE, or when FILE is -, read standard input.

 When decoding, the input may contain newlines in addition to the bytes of
 the formal alphabet. Use --ignore-garbage to attempt to recover
 from any other non-alphabet bytes in the encoded stream.
";

should be:

// Note the backslash here to remove the first newline
//      
yt-dlp

Trending repository

Trending repository

 
App recommended by GitHub

AppVeyor

Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!