- The page to download Windows 11 cannot be found from Bing, only Google, and doesn't seem to show up anywhere on the website
- The Media Creation Tool still uses icons from Windows 8
- The Media Creation Tool still has an edition selector even though it doesn't do anything
- The Media Creation Tool still flickers
- All of the Media Creation Tool languages are in lower case
- Upgrade prompt in the Windows Update preference pane is buggy
- Installer still uses Windows 7 themes and Windows 98 buttons
- Installer still uses the Windows 8 color palette
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.app.AppComponentFactory; | |
| import android.content.pm.ApplicationInfo; | |
| import android.util.Log; | |
| import java.io.IOException; | |
| import java.nio.ByteBuffer; | |
| import java.nio.channels.Channels; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import java.util.zip.ZipFile; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "enc_str.h" | |
| #include <cstdio> | |
| static_assert(next_prime<next_prime<4>> == next_prime<4> && next_prime<4> == 5, "??"); | |
| static constexpr auto j = "I love vvb2060 and she's my wife."_senc; | |
| static constexpr auto k = ".."_senc; | |
| static constexpr auto l = j + k; | |
| int main() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| token = new Binder(); | |
| try { | |
| Context _context = android.app.ActivityThread.systemMain().getSystemContext(); | |
| final Context context = new ContextWrapper(_context) { | |
| @Override | |
| public Object getSystemService(String name) { | |
| if (Context.WINDOW_SERVICE.equals(name)) { | |
| WindowManager wm = (WindowManager) super.getSystemService(name); | |
| if (wm != null) { | |
| ((android.view.WindowManagerImpl) wm).setDefaultToken(token); |