#
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 13,235 public repositories matching this topic...
12
johnletey
commented
Jul 7, 2020
Windows system utilities to maximize productivity
-
Updated
Jan 22, 2021 - C++
An open-source x64/x32 debugger for windows.
-
Updated
Jan 20, 2021 - C++
-
Updated
Jan 12, 2021 - JavaScript
PowerShell for every system!
-
Updated
Jan 22, 2021 - C#
yuripourre
commented
Oct 10, 2020
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
8
electron
emoji
editor
windows
macos
linux
markdown
mac
latex
vue
efficiency
next-generation
mark-text
source-code
element-ui
dark-mode
typewriter-mode
focus-mode
-
Updated
Jan 3, 2021 - JavaScript
bnoordhuis
commented
Sep 28, 2020
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
Jan 13, 2021
Cocos2d-x is a suite of open-source, cross-platform, game-development tools used by millions of developers all over the world.
-
Updated
Dec 28, 2020 - C++
A node.js version management utility for Windows. Ironically written in Go.
-
Updated
Dec 13, 2020 - Go
KazuCocoa
commented
Dec 19, 2019
Support using="-android viewmatcher", value="<JSON>"
appium/appium-espresso-driver#516
like appium/appium#12372
Acceptance Criteria:
- Ruby
- Python
- Java
- C#
- WebdriverIO ?
- wd ?
A command-line installer for Windows.
-
Updated
Jan 21, 2021 - PowerShell
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration.
android
windows
macos
linux
ios
encryption
cross-platform
proxy
socks
socks5
shadowsocks
vpn
zero-configuration
brook
-
Updated
Jan 10, 2021 - Go
Created by Microsoft Corporation
Released November 20, 1985
- Organization
- Microsoft
- Website
- www.microsoft.com/en-us/windows
- Wikipedia
- Wikipedia


pipelineshould immediately fail withERR_STREAM_DESTROYEDwhen any of the streams have already been destroyed.Readablemight need a little extra consideration since it's possible to read the data after being destroyed. Should maybe check_readableState.erroredand/or_readableState.ended.Refs: nodejs/node#29227 (comment)