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,947 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
I have an email signature that deeplinks to "tel:" and "skype:". I'd like to keep link tracking on, but the link tracking does not work on the skype link when it is sent through as when the deeplink is redirected, it garbles the uri. "skype:" becomes "https://link.nylas.com/link/...?redirect=**skype%3A{username}%3Fchat**&r=cnVhZGhhbkBnbWFpbC5jb20="
It would be nice to be able to either fix this,
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Oct 29, 2019 - 775 commits
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
-
Updated
Oct 29, 2019 - 121 commits
- Go
A little bit about a linux kernel
-
Updated
Oct 29, 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 29, 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 [
Messageparameter 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 29, 2019 - 1 commits
- Go
A full-featured download manager.
-
Updated
Oct 29, 2019 - 531 commits
- JavaScript
:speech_balloon: A better WeChat on macOS and Linux. Built with Electron by Zhongyi Tong.
-
Updated
Oct 29, 2019 - 256 commits
- JavaScript
📝A simple and elegant markdown editor, available for Linux, macOS and Windows.
-
Updated
Oct 29, 2019 - 1 commits
- JavaScript
A cross-platform, customizable science fiction terminal emulator with advanced monitoring & touchscreen support.
-
Updated
Oct 29, 2019 - 1 commits
- JavaScript
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Oct 29, 2019 - 571 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
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
An evolving how-to guide for securing a Linux server.
-
Updated
Oct 29, 2019 - 160 commits
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 28, 2019 - 1 commits
- Dockerfile
A beautiful web dashboard for Linux
-
Updated
Oct 28, 2019 - 855 commits
- JavaScript
:zap: From finding text to search and replace, from sorting to beautifying text and more :art:
-
Updated
Oct 29, 2019 - 347 commits
- Shell
Learn about linux
- Repository
- torvalds/linux
- Wikipedia
- Wikipedia
In many places in the documentation (example:
'socket'event),socketis not necessarily anet.Socket, but always astream.Duplex(whichnet.Socketinherits from). We should at least mention that if we don't want to replace all references.