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
Linux
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
-
Updated
Mar 21, 2020
Pixel Art Tools
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Azure Pipelines
Continuously build, test, and deploy to any platform and cloud
Azure Pipelines offers cloud-hosted pipelines for Linux, macOS, and Windows with 10 free parallel jobs and unlimited minutes for open source projects.
-
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 21, 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
I don't know if this is the right repo to suggest an improvement on jitsi.org; but given the really exceptional experience provided by the installer I suggest the following additions to the "Ubuntu / Debian Installation Instructions" at https://jitsi.org/downloads/ubuntu-debian-installations-instructions/
- add instruction on how to generate a lets encrypt certificate
/usr/share/jitsi
Like dotnet build, printing the total runtime would be good for diagnostics.
-
Updated
Mar 16, 2020 - PHP
DeepSource
DeepSource is a for developers, by developers platform to continuously monitor source code quality and security.
Seamless integration with GitHub lets you start analyzing code in a couple of minutes. Follow our documentation and guides to get started — deepsource.io/docs/
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