-
Updated
Feb 9, 2021 - TypeScript
Here's what's popular on GitHub today...
-
Updated
Feb 11, 2021 - Python
Not everyone takes a break over the festive season. Some people in the community have been busy shipping releases. So we’re here to bring you the latest and greatest releases for January 2021.
Xamarin
-
Updated
Feb 10, 2021 - TypeScript
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
CloudBees CodeShip
Fast, Easy and customizable
With faster feedback cycles, local debugging, build caching and customized environments, CodeShip helps you build the products your users love.
-
Updated
Feb 8, 2021 - C#
-
Updated
Feb 8, 2021 - C++
-
Updated
Feb 10, 2021 - JavaScript
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 21, 2021 - JavaScript
-
Updated
Feb 2, 2021 - JavaScript
-
Updated
Feb 9, 2021 - Swift
-
Updated
Feb 10, 2021
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Feb 11, 2021 - TypeScript
-
Updated
Feb 5, 2021 - Java
-
Updated
Feb 10, 2021
-
Updated
Feb 5, 2021 - Dart
-
Updated
Feb 9, 2021
WakaTime
Productivity metrics, insights, and time tracking automatically generated from your programming activity.
How it Works
-
Install the open-source plugin for your editor
-
Write code like you already do
-
Get a personal or team dashboard with metrics about your programming
Features
- Fully-automatic project detection
- Language usage breakdown
- Private Leaderboards
- Commit stats
- Embeddable SVG charts
There are multiple benefits to use GraphQL query instead of the RESTful endpoints: