-
Updated
Jan 20, 2021
Here's what's popular on GitHub today...
-
Updated
Jan 15, 2021 - CSS
The theme for this year’s Game Off was ‘moonshot’ and the entries were out of this world! Fork and play some of the top-rated games.
Clojure
-
Updated
Jan 20, 2021 - C#
-
Updated
Jan 17, 2021
-
Updated
Jan 19, 2021 - Python
-
Updated
Jan 18, 2021 - Java
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
BackHub
BackHub creates recurring backups of your repositories and metadata with daily snapshots.
Having a backup is essential in case of a disaster. However, most developers don't have one because it's a pain to write the script, set up and document the infrastructure and make sure it runs reliably every day.
With BackHub you don't have to worry about this. Set up reliable backups for your GitHub repositories in minutes and recover anytime in case of a disaster.
-
Updated
Jan 17, 2021 - Python
-
Updated
Jan 17, 2021
-
Updated
Jan 16, 2021 - Python
-
Updated
Jan 20, 2021 - V
-
Updated
Jan 17, 2021
-
Updated
Jan 20, 2021
-
Updated
Jan 20, 2021
Will template be supported for Visual Studio on MAC anytime later? Probably .mpack is needed.
-
Updated
Jan 15, 2021
-
Updated
Jan 20, 2021 - Python
TypeScript has a bug, it will touch all files in --build mode. This leads to too many [ESM-HMR] reload. Please add a throttle on it thanks
-
Updated
Jan 19, 2021 - CSS
-
Updated
Jan 19, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
Problem: I'd like to dynamically import scripts as <script> tags.
Describe the solution you'd like
Proposal:
const useScript = ({ url, id, type = 'text/javascript', async = true }) => {
const [ready, setReady] = React.useState(false);
const [failed, setFailed] = React.useState(false);
R-
Updated
Jan 19, 2021
-
Updated
Jan 18, 2021 - Shell
-
Updated
Jan 18, 2021 - C++
AppVeyor
Windows developers use AppVeyor to continuously run their tests and deploy apps to cloud or on-premise environments. AppVeyor CI can update the build status on your GitHub pull requests, upload build artifacts to project release and deploy successful builds. AppVeyor is not just a build tool, but it's the place of Windows CI knowledge accumulation - thanks to AppVeyor's vibrant community!



Update the TPCH example to support query 6: