-
Updated
Mar 22, 2020
awesome-list
An awesome list is a list of awesome things curated by the community. There are awesome lists about everything from CLI applications to fantasy books. The main repository serves as a curated list of awesome lists.
Here are 2,743 public repositories matching this topic...
-
Updated
Mar 20, 2020
-
Updated
Mar 20, 2020 - Go
Click on the badge above, then follow the link to monthly check to see a list of current syntax errors, dead links, and unmaintained software projects in awesome-selfhosted.
Feel free to help fixing these issues b
Add easy-move-resize
https://github.com/dmarcotte/easy-move-resize
The small utility lets you move windows easily anywhere by simply clicking anywhere while holding a key combination down and dragging. Users coming from Linux will appreciate this utility.
- I have checked for other similar issues
- I have explained why this change is important
- I have added necessary documentation (if appropriate)
react-redux-firebase is the Redux bindings for Firebase. Includes Higher Order Component (HOC) for use with React. It is a very useful library and actively maintained.
- Would I like to make a PR for this?
Yes.
-
Updated
Mar 15, 2020
-
Updated
Mar 11, 2020
-
Updated
Mar 14, 2020
-
Updated
Mar 14, 2020
-
Updated
Nov 20, 2019
-
Updated
Mar 18, 2020 - JavaScript
-
Updated
Mar 22, 2020 - Dart
-
Updated
Mar 19, 2020
Team up with vcpkg
Related: microsoft/vcpkg#6154
Sync/verify port descriptions (vcpkg <-> awesome-cpp)
Sync/verify port license information (vcpkg <-> awesome-cpp)
Library Homepage (vcpkg <- awesome-cpp)
Vcpkg availability, operating system support, version, build status (vcpkg -> awesome-cpp)
Dependency level; level0=no deps; level1=depends on any level0; ... (vc
-
Updated
Mar 21, 2020
-
Updated
Mar 19, 2020
-
Updated
Mar 20, 2020 - Swift
-
Updated
Mar 20, 2020 - JavaScript
Not sure if this is the write place for this, but just putting an idea on the table that I would love to see -- creating an extensible PDF viewer based on Electron, possibly forked from Atom Shell the way Nylas is doing for email.
The hard part of rendering PDFs is already handled nicely by PDF.js, so it would be a matter of integration it into the Electron framework.
shamelessly copy-pasted from exercism/bash/issues/171
tldp.org's shell scripting pages have very high Google page rank. They're detailed, extensive, and easy to read, and much of the information in there is useful. But the examples they use are very often riddled with code that runs between smelly and bug-prone to outright dead wrong and dangerous. An advanced bash scripter could maybe read
-
Updated
Mar 19, 2020 - Swift
-
Updated
Mar 22, 2020
-
Updated
Mar 22, 2020
-
Updated
Mar 22, 2020
There may be paid VS Code extensions or content that could be beneficial to list here. Currently there is no direct notice in the contributing guide that submissions should only be publicly available / free resources, so I think at least it would be good to update the guide with our stance on it.
I do think pushing free resources first should be a priority, but if there is a paid resource that
Created by Sindre Sorhus and the community
Released July 11, 2014
- Repository
- sindresorhus/awesome
- Website
- awesome.re
In the App class of the abstract-factory pattern, there are several methods which seemingly only serve to confuse readers.
Is there a point to having a method that returns a King, from a passed in KingdomFactory?