Windows

Windows is Microsoft's GUI-based operating system. It is known for its graphical display and is designed to be user-friendly.
Here are 12,740 public repositories matching this topic...
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 20, 2020 - C++
-
Updated
Oct 20, 2019 - JavaScript
-
Updated
Nov 26, 2020 - C#
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Nov 25, 2020 - JavaScript
See: https://illumos.org/man/5/epoll
Idea: move logic from src/unix/linux-core.c to src/unix/epoll.c and share that between Linux and Illumos.
Motivation:
- removes 250-300 lines of code from src/unix/sunos.c
- switches to much more battle-hardened code
- makes libuv more efficient because it no longer has to accommodate this event ports quirk:
diff --git a/src/unix/core.c b/s
-
Updated
Nov 24, 2020
-
Updated
Nov 24, 2020 - C++
-
Updated
Nov 10, 2020 - Go
Support using="-android viewmatcher", value="<JSON>"
appium/appium-espresso-driver#516
like appium/appium#12372
Acceptance Criteria:
- Ruby
- Python
- Java
- C#
- WebdriverIO ?
- wd ?
-
Updated
Nov 22, 2020 - PowerShell
-
Updated
Nov 23, 2020 - Go
-
Updated
Nov 25, 2020 - C
Created by Microsoft Corporation
Released November 20, 1985
- Organization
- Microsoft
- Website
- www.microsoft.com/en-us/windows
- Wikipedia
- Wikipedia
Is your feature request related to a problem? Please describe.
The code above just hangs.
Describe the solution you'd like
const readline = require('readline'); const input = readline.createInterface({ input: process.stdin }); +input.unref(