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 21, 2020 - C#
A turn based puzzle-roguelike game about breaking the bounds of the traditional grid. Exist in multiple grid spaces at once, and leap across three cells in only one step! Awarded 1st place in the Theme Interpretation category.
Linux
A lightweight RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV server and client framework based on C++11
-
Updated
Jan 21, 2020 - C++
Git Merge 2020
March 04, 2020 • Los Angeles
Become a Better Software Architect
-
Updated
Jan 21, 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
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!
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.
Kubernetes - Beginners | Intermediate | Advanced
-
Updated
Jan 21, 2020 - HTML
Some scripts useful for red team activities
-
Updated
Jan 21, 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 21, 2020
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Jan 21, 2020
The client side firebase code ought to work out-of-the-box on Deno.
If not we should address whatever issues arise.
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 21, 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 amount:
1.5 ETH (~$300)
Description:
Create fully-featured unit tests for each existing component in /tensortrade and the documentation in /docs.
Requirements:
- Each component should be tested via
pytestin its corresponding/tests/tensortrade/**/test_*.pyfile. - Each use case of each component should be 100% covered via the unit tests.
- Each function parameter and cl
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 21, 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.
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
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!