
Linux
Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
-
- Sign up for GitHub or sign in to edit this page
- Created by Linus Torvalds
- Released September 17, 1991
Here are 16,829 public repositories matching this topic...
So getAllowedLocations
is mentioned in the Atom flight manual, but it's not mentioned elsewhere in the docs. I thought I could implement just getDefaultLocation
without having to also implement getAllowedLocations
, but I get the following in the developer tools:
`C:\Use
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Oct 16, 2019 - 756 commits
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
Updated
Oct 16, 2019 - 121 commits
- Go
A little bit about a linux kernel
-
Updated
Oct 16, 2019 - 1 commits
- Python
Currently, a triple click will select the single complete line underneath the cursor. However, now that we have reflow, a single logical "line" can span many grid lines. A logical line is the content the text printed to the terminal thinks is a line, a grid line is a row in Alacritty's grid. Triple clicking today will miss parts of logical lines.
Other terminals (tested Termite and Urxvt) selec
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
-
Updated
Oct 16, 2019 - 3 commits
- Swift
Summary of the new feature/enhancement
Write-EventLog
does not currently accept pipeline input, although it might be useful in situations where you want to log multiple events log entries of the same type:
Get-SomeInformation |Write-EventLog -LogName Application -Source -EventID 100
Proposed technical implementation details (optional)
- Update the [
Message
parameter attrib
Issue details
While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.
Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Oct 16, 2019 - 1 commits
- Go
A full-featured download manager.
-
Updated
Oct 16, 2019 - 531 commits
- JavaScript
:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
-
Updated
Oct 16, 2019 - 256 commits
- JavaScript
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Oct 16, 2019 - 562 commits
- HTML
It may just be me being a newbie, but it is a little up hill when a keyword in the .kv file starts with a lowercase, then all that is reported is just an attribute error.
Putting a meaningful message here would be good.
https://github.com/kivy/kivy/blob/4905319cd397f76df7d6683707426c92cca0a491/kivy/factory.py#L130
An evolving how-to guide for securing a Linux server.
-
Updated
Oct 16, 2019 - 160 commits
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
NOTE: Undocumented parts of the source code you will most likely find by going through the openage c++/python reference and watch out for empty classes/members/functions/etc.
The last days I was setting up doxygen/sphinx+breathe to properly generate a nice documentation for
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Oct 16, 2019 - 1 commits
- Dockerfile
A beautiful web dashboard for Linux
-
Updated
Oct 16, 2019 - 855 commits
- JavaScript
:zap: From finding text to search and replace, from sorting to beautifying text and more :art:
-
Updated
Oct 15, 2019 - 346 commits
- Shell
Learn about linux
- Repository
- torvalds/linux
- Wikipedia
- Wikipedia
In many places in the documentation (example:
'socket'
event),socket
is not necessarily anet.Socket
, but always astream.Duplex
(whichnet.Socket
inherits from). We should at least mention that if we don't want to replace all references.