-
Updated
Jun 7, 2020 - C
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Jun 7, 2020 - C++
PWA
-
Updated
Jun 6, 2020 - VBScript
Capture the Flag
May 06, 2020 - June 12, 2020 • Online
-
Updated
Jun 8, 2020 - Python
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.
Text editors
The text editor is a sacred application 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.
-
Updated
Jun 8, 2020 - Dockerfile
-
Updated
Jun 7, 2020 - Python
In the PCA section there is the following quote:
We see that these 150 components account for just over 90% of the variance.
While not inaccurate (150 componen
-
Updated
Jun 8, 2020 - Java
I was recently inspired by a discussion on Discord involving #14692 and the future of the D2k mod to dig into the original Dune 2000 in order to figure out how its damage system works so we can mimic it and move forward.
So after getting the [Gruntmods Edition](https://gruntmods.com/dune_2000_gruntmods_edi
-
Updated
May 29, 2020 - C
I know maybe my question is not relevant but please help!
print( os.path.isfile(os.getcwd()) )
gives False!
and
print(os.path.isfile('C:/Windows'))
print(os.path.isfile('C:\Windows'))
False
False
how could it be possible?
would you please help in this regards?
-
Updated
Jun 8, 2020
-
Updated
Jun 7, 2020 - Jupyter Notebook
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 7, 2020
The checkLength and checkEmail functions inside "Event listeners" follow immediately after the checkRequired function.
If the input field is empty, the "field is required" message is immediately overwritten with a message like "user name must be at least 3 characters".
My solution is to return true or false for the showSuccess and showError functions and, depending on the result of t
I think "outputs [-1]" and "outputs [0]" are equivalent (reversed) in this line of code, but the former (89%) works better than the latter (86%). Why?
Hi Aurelien!
It's not an "issue", but it may be helpful to include a comment for chapter 3 (classification) that as of version 0.22 sklearn has an in-built function for plotting confusion matrices - sklearn.metrics.plot_confusion_matrix() - that can be used instead of matplotlib.pyplot.imshow().
Cheers!
Gene.
-
Updated
May 29, 2020 - Java
-
Updated
Jun 8, 2020 - C++
Is your feature request related to a problem? Please describe.
This is unexpected:
❯ config --get startup
───┬────────────────────────────────────────
# │ <value>
───┼────────────────────────────────────────
0 │ alias myecho [msg] { echo Hello $msg }
1 │ alias s [] { git status -sb }
───┴────────────────────────────────────────
nushell on 📙 1709-from-docs is 📦 v0.13.1 via 🦀
Better Code Hub
Spend less time fixing bugs. And more time shipping new features.
A clean codebase keeps development velocity high & makes contributing easy.
Better Code Hub indicates just the right amount of refactoring needed to keep it compliant.
Better Code Hub checks your code for compliance against 10 benchmarked software engineering guidelines. It gives immediate feedback on where to focus for quality improvements. 17 modern programming languages are supported. Up to 700,000 lines of code

Contributing.md doesn't doesn't appear to contain any actual guidlines, and the link only leads back to the same document: Java/CONTRIBUTING.md.