Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
Overview
As a developer/admin user, I would like to create a smart contract management suite to deploy, manage and update Baseline (as modeled in Radish34) smart contracts to the mainnet
Reference
Questions
- What are t
Monero
Mainly due to defaulting of .any.js and not inserting the necessary boilerplate.
-
Updated
Mar 20, 2020 - C
GitHub Actions Hackathon
March 05, 2020 - March 31, 2020 • Online
Follow up from #3200
-
Updated
Mar 21, 2020
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
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.
-
Updated
Mar 18, 2020 - Python
-
Updated
Mar 21, 2020
There are some interesting algorithms in simulation from Physics, Chemistry, and Engineering especially regarding Monte Carlo simulation: Heat Bath algorithm, Metro-Police algorithm, Markov Chain Monte Carlo, etc.
-
Updated
Mar 21, 2020 - Java
Having a value:
rapidjosn::Value value(1);
and a schema:
{
"allOf": [
{ "type": "string" },
{ "type": "string", "minLength": 2 },
{ "type": "string", "pattern": "^z" }
]
}
rapidjson::SchemaValidator gives an error object:
{
"type": [
{
"expected": [
"string"
],
"actual": "integer",
-
Updated
Mar 21, 2020 - HTML
-
Updated
Mar 21, 2020 - R
-
Updated
Mar 19, 2020
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Mar 21, 2020 - JavaScript
-
Updated
Mar 20, 2020 - C++
-
Updated
Mar 5, 2020 - JavaScript
What problem does this feature solve?
Letting devs know which Node version to use for dev and tests.
When contributors first clone the repo and run $ yarn, they might not have read CONTRIBUTING.md yet where it says Node 10 .
What does the proposed API look like?
- Something like
package.devEnginesthat React uses to enforce via [installation hook](https://github.com/facebook/f
-
Updated
Mar 20, 2020
Admins of self-hosted instances may encounter trouble if /etc/hostname does not match /etc/hosts, see for example: https://community.jitsi.org/t/default-jitsi-installation-gives-error-bridge-channel-send-no-opened-channel/23740
The "Jitsi Meet quick install" guide tells you what to put in /etc/hosts but does not elabo
Like dotnet build, printing the total runtime would be good for diagnostics.
-
Updated
Mar 16, 2020 - PHP
Codecov
Codecov provides highly integrated tools to group, merge, archive and compare coverage reports.
- Upload coverage reports from your CI builds.
- Codecov merges all builds and languages into one beautiful, coherent report.
- See this data overlaid via our browser extension with Sourcegraph.
Are you desiring an on-prem install? Please see https://codecov.io/enterprise
Do you have fewer than 5 users in your org + private repos? You can sign up for free at https://codecov.io/
In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:
algorithm parts. See
src/algorithmsReact parts - components and pages. See
src/componentsandsrc/pagesState management: redux reducers and sagas. See
src/stateThe infrastructure:
jestand@testing-libraryare already set up. Un