Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
A software characterization source code analyzer that helps you understand what a program does by identifying interesting features and characteristics using static analysis and a customizable json based rules engine.
-
Updated
Jan 22, 2020 - C#
A Windows game, quite literally, with a unique game mechanic. Awarded 1st place in the Innovation category.
.NET
A lightweight RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV server and client framework based on C++11
-
Updated
Jan 22, 2020 - C++
Git Merge 2020
March 04, 2020 • Los Angeles
Path to a Software Architect
-
Updated
Jan 22, 2020
https://github.com/ryanmcdermott/clean-code-javascript#dont-add-unneeded-context
Not so good:
const Car = {
make: 'Honda',
model: 'Accord',
color: 'Blue'
};
function paintCar(car) {
car.color = 'Red';
}
// paintCar for a function name is redundant here and a simple paint(car) seems more intuitive.
Better:
const Car = {
make: 'Honda',
model: 'Acc
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Review Notebook App
Having trouble using Jupyter Notebooks effectively in your team? Join 200+ organizations like Amazon, Microsoft, Tensorflow, fast.ai in using ReviewNB for notebook code reviews.
We provide complete code review workflow for notebooks,
- Visual diff to see what changed in a notebook
- Commenting on the notebook diff to discuss changes
- Conversation threads to track all open discussions
Kubernetes - Beginners | Intermediate | Advanced
-
Updated
Jan 22, 2020 - HTML
Some scripts useful for red team activities
-
Updated
Jan 22, 2020 - PowerShell
Devel docs remarks
Here's some things I noted in the current docs on the devel branch. Some of these are more general than specifically for 2.0, but I figured I'd list them anyway.
Incorrect:
- The
bgColorparameter is listed as valid for all renderers, but the path tracer doesn't listen to it, see ospray/ospray#347 - For
isosurfacesgeometry andvolumetexture thevolumeparam
程序员如何优雅的挣零花钱
-
Updated
Jan 22, 2020
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Jan 22, 2020
Match colors and semantics.
node's stringify has been tweaked and optimized over many years, changing anything is likely surprising in a bad way.
Hey Cube.Js team!
I get the following yarn warnings when installing dependencies. Can these be fixed? Thank you.
warning @cubejs-backend/server-core > @cubejs-backend/schema-compiler > joi@14.3.1: This module has moved and is now available at @hapi/joi. Please update your dependencies as this version is no longer maintained an may contain bugs and security issues.
warning @cubejs-backe
It could be handy to have some basic CLI options for the bitwarden_rs binary in place. Minimum set could be something like bitwarden_rs --help and bitwarden_rs --version.
These CLI options can also be used to verify if the compiled binary is executable.
Bringing Characters to Life with Computer Brains in Unity
-
Updated
Jan 22, 2020 - C++
Description
Using the fetch API from WHATWG in Google Chrome, an image upload does not have Content-Type multipart/form-data. Instead, the content type is set to the MIME type (ex: image/jpeg) with a boundary parameter. Setting Content-Type explicitly to multipart/form-data should result in an error (and it does).
How to reproduce
Follow an existing image upload example from
Version information:
go-ipfs version: 0.4.18-
Repo version: 7
System version: amd64/linux
Golang version: go1.11.1
Type:
enhancement
Description:
It would be convenient to have an object patch shorthand for add-and-replace:
ipfs object patch update-link <root> <from-ref> <to-ref>
Today, this is two separate commands:
ipfs object patch rm-link <root> <nam
Funding:
1.5 ETH (~300 USD)
Description:
Create a useful visualization of the TradingEnvironment in the render method.
Requirements:
- Implement a useful visualization of the
TradingEnvironmentand the underlying the learning agent's interactions with the environment'sInstrumentExchange. - Display the exchange balance, and all exchange observations/agent trades durin
iOS
As a new iOS user, I'd love to see some "less than apple approved" things going on the iOS platform. Can we get a list going?
Description
The docs.guzzlephp.org site should be protected with TLS
Example
This should be possible with ReadTheDocs, per their documentation.
Additional context
TLS is basically free and it sets a good example. :-)
Code Examples For Back To Back SWE Lessons
-
Updated
Jan 22, 2020 - Java
The callable constructor proposal was withdrawn because "the same problems can be solved with decorators" but the readme here doesn't show examples of that. Can you please update that for reference? It would be really helpful.
We should support dotnet watch on the project file (or the moral equivalent) to enable a hot reload style development.
LeanBoard
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
Could someone take a look at the outstanding pull-requests for react-redux-realworld-example-app? That app desperately needs updating. @khaledosman did some excellent work, and I've also contributed a hooks-update (though I should probably merge my work with his before it's accepted).
https://github.com/gothinkster/react-redux-realworld-example-app/pulls
Thanks!