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 25, 2020 - HTML
-
Updated
Jun 25, 2020
-
Updated
Jun 20, 2020 - Python
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/trip_table.rs
https://github.com/dabreegster/abstreet/blob/master/game/src/sandbox/dashboards/parking_overhead.rs
These share lots of duplicated code. I don't know what the ideal API to construct a table should be -- declare the columns, whether they're sortable, provide all the data in a reasonably type-safe way
-
Updated
May 16, 2020 - C
Text editors
The text editor is a sacred application for developers. Here's a showcase of some amazingly awesome open source editors.
Stale
Automatically close stale Issues and Pull Requests that tend to accumulate during a project.
How it works
After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
In https://github.com/Homebrew/brew/pull/7371/files I have added lots of # TODO: check could be in RuboCop comments to Library/Homebrew/dev-cmd/audit.rb. These indicate that the audit check/problem below does not rely on Formula state so could be moved to a RuboCop (https://github.com/Homebrew/brew/tree/master/Library/Homebrew/rubocops) to be faster, more reliable and provided in-editor to u
-
Updated
Jun 25, 2020 - Ruby
The official Widgets Development Guide only contains the most basic widget types as example.
There is no functional example for a Flot chart in there right now. Or is it?
Since this is one of the most useful and probably used (at leat to me) widgets it would be very helpful to extend that docum
-
Updated
Jun 11, 2020 - HTML
-
Updated
Jun 24, 2020
Thanks for a great css library.
I spend 2 days for trying to understand why in my vue project leaflet.css file not loaded to my project in test environment while in dev it's OK.
Please add information warning to installation section about purgecss
Also will be good to add note how to add whitelist styles to purgecss
module.exports = {
plugins: {
tailwindcss: {},
'vue-
File "E:\New folder\multi-person-openpose.py", line 166, in
net = cv2.dnn.readNetFromCaffe(protoFile, weightsFile)
cv2.error: OpenCV(4.2.0) C:\projects\opencv-python\opencv\modules\dnn\src\caffe\caffe_io.cpp:1132: error: (-2:Unspecified error) FAILED: fs.is_open(). Can't open "pose/coco/pose_iter_440000.caffemodel" in function 'cv::dnn::ReadProtoFromBinaryFile'
-
Updated
Jun 23, 2020
-
Updated
Jun 25, 2020 - PHP
-
Updated
Jun 24, 2020 - Go
-
Updated
May 21, 2020
-
Updated
Jun 25, 2020 - C
App specific shortcut guide for any configured app using a modifier + foreground running application.
The Shortcut Guide would function normally with the Windows key long press, but what if you added a modifier key and getting an app specific Shortcut Guide to load when pressing a modifier key whilst the app X is in the foreground.
Example: PhotoShop is running in the foreground, you press
-
Updated
May 19, 2020
-
Updated
Jun 25, 2020 - Python
key_1 = jax.random.PRNGKey(1)
key_2 = jax.random.PRNGKey(2)
print("output for key_1:", jax.random.randint(key_1, (), 0, 2**31))
print("output for key_2:", jax.random.randint(key_2, (), 0, 2**31))
yields
output for key_1: 0
output for key_2: 0
And indeed, the function returns 0 for any key you pass it, so long as maxval >= 2**31.
I guess this is an issue with the
I propose this topic as feature request, but it's also a documentation issue, as lack of details in user guide paragraph: https://rasa.com/docs/rasa/core/actions/#custom-actions.
What specified in paragraph Execute Actions in Other Code is obscure to me, and details at the API documentation link [Action Server](]https://rasa.com/docs/rasa/api/acti
Add thumbor to list
codebeat
Tired of manually scraping your code looking for the smallest issues? Take codebeat for a spin!
codebeat is an automated static code analysis tool supporting multiple languages used by both web and mobile developers worldwide. Now also providing style analysis for projects written in Swift
We've integrated SwiftLint, the best linter for Swift in our code review app and fixed you with a help page. about the feature. Enjoy!
Hello,
I'm trying to build OpenDiablo 2 on FreeBSD 12.1 amd64:
`go get github.com/OpenDiablo2/OpenDiablo2
github.com/go-gl/glfw/v3.3/glfw
In file included from ../go/src/github.com/go-gl/glfw/v3.3/glfw/c_glfw_linbsd.go:18:
../go/src/github.com/go-gl/glfw/v3.3/glfw/glfw/src/linux_joystick.c:53:34: error: no member named 'linjs' in 'struct _GLFWjoystick'
../go/src/github.com/go-gl/glfw/v