-
Updated
Mar 15, 2021 - TypeScript
Here's what's popular on GitHub today...
Control and monitor every aspect of your 3D printer and your printing jobs right from within your browser.
Python
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Mar 13, 2021 - Rust
GitHub Satellite India 2021
March 26, 2021 - March 27, 2021 • Virtual
-
Updated
Mar 12, 2021 - Java
-
Updated
Mar 14, 2021 - C#
Text editors
The text editor is a sacred tool for developers. Here's a showcase of some amazingly awesome open source editors.
Travis CI
Travis CI enables your team to test and ship your apps with confidence. It’s built for everyone and for projects and teams of all sizes, supporting over 20 different languages out of the box, including Javascript and Node.js, Ruby, PHP, Python, Mac/iOS, as well as Docker, while giving you full control over the build environment to customize it to your own needs.
Travis CI is trusted by hundreds of thousands of open source projects, teams, and developers.
It's very important for me for the text to be clearly visible when added to a screenshot. This is usually easily achieved by using black text with white background or white text with black background - but other colours usually look good with either (except maybe for very dark and very light colours).
I know that usually the implementations involve:
- Creating a shadow
- Creating a border
I
Feature Request
What feature are you suggesting?
Overview:
Currently, the range list implementation performs linear search on the FindOverlaps method. The purpose of this method is finding all ranges that overlaps with the range that is passed as argument. This can be improved with the use of interval trees, a data structure designed for fast insertion, removal and lookup of int
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Mar 9, 2021 - Go
-
Updated
Mar 14, 2021 - PHP
-
Updated
Mar 14, 2021 - Clojure
-
Updated
Mar 12, 2021 - C++
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
-
Updated
Mar 13, 2021 - JavaScript
-
Updated
Mar 15, 2021 - Go
-
Updated
Mar 11, 2021 - Shell
-
Updated
Mar 15, 2021 - C#
-
Updated
Mar 14, 2021 - Python
TODO: add a hint somewhere around here: https://github.com/JuliaLang/julia/blob/efa7e4e0fc0dfeafb5f536c5bca504f664a25dfa/base/errorshow.jl#L278-L293
to make it easier for users to discover problems like https://discourse.julialang.org/t/is-there-a-way-to-transpose-an-array-of-any-i-have-a-12x500-array-any-2-i-want/56607?u=tim.holy
-
Updated
Mar 13, 2021
Pageclip
Pageclip is a simple way to save information from your website via forms or front-end JavaScript. That is, you can save data from your website without a server—Pageclip is your server.
Pageclip is perfect compliment to your GitHub pages site: collect leads for your new product, setup a contact form, capture emails for a Newsletter, or create white-Labeled survey forms. All from your static website and without a server.

To improve the quality of our end-to-end testing code, we want to create lint checks for common bad practices. If you would like to help with this issue, please leave a comment on this issue with the task you want to work on.
How to Write E2E Lint Checks