-
Updated
Oct 6, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Oct 6, 2020 - JavaScript
Take GitHub to the command line. GitHub CLI 1.0 is now available for Windows, macOS, and Linux! Download it for free now.
C
-
Updated
Oct 4, 2020 - JavaScript
OCTO Speaker Series - Simon Peyton-Jones
November 05, 2020 β’ Virtual
-
Updated
Sep 24, 2020
-
Updated
Oct 5, 2020 - PHP
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Google Cloud Build
Google Cloud Build
Google Cloud Build lets you create fast, consistent, reliable builds across all languages. Automatically build containers or non-container artifacts on commits to your GitHub repository. Get complete control over defining custom workflows for building, testing, and deploying across multiple environments such as VMs, serverless, Kubernetes, or Firebase.
Add a new schematic to generate:
A service that extends ComponentStore
A spec file if requested
Maybe an inlined interface for the default type
Describe any alternatives/workarounds you're current
-
Updated
Oct 6, 2020 - JavaScript
Behavior of the program
When I hover over the volume and try to adjust it with the scroll wheel it just scrolls the page. I've read in a closed issue that this feature was supposed have been implemented.
Expected behavior
Hovering over the volume and using the scroll wheel should increase/decrease volume.
To Reproduce
- Open video
- Hover over volume bar
- Scroll up or do
-
Updated
Oct 6, 2020 - Rust
The current website, does not have any default Favicon. I can add this, if you'll assign this issue to me.
Summary
The existing docs about adding Google analytics recommend using the gatsby-plugin-google-analytics. Under the hood, this plugin uses Google's analytics.js file.
However, Google has a guide recommending users upgrade to gtag.js instead. There
-
Updated
Oct 5, 2020 - Shell
-
Updated
Oct 6, 2020 - Java
-
Updated
Oct 6, 2020 - Java
π Feature
Implementing the Algorithm to find the Diameter of a Binary Tree
Have you read the Contribution Guidelines?
Yes
Assignees
@musaabshirgar1 - Kotlin
@Sudheer121 - C++
@0utplay - Java
@arnav-roy - Python
@yashkansal - C
@DemonDaddy22 - JavaScript
@cr33dx - Golang
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 5, 2020
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 4, 2020
-
Updated
Oct 6, 2020 - Dart
Problem
#6909 is a PR, abandoned by the original author, that made bytestring = fig.savefig(None, **kwargs) equivalent to import io; buf = io.BytesIO(); fig.savefig(buf, **kwargs); bytestring = buf.getvalue() which
-
Updated
Oct 6, 2020 - C++
-
Updated
Oct 6, 2020 - Java
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
Many algorithms in Project Euler do not follow coding styles as mentioned by @dhruvmanila here, or even the standard coding guidelines.
Notes:
solutionfunctions (a lot of them aren't named as "solution")