The communications platform that puts data protection first.
-
Updated
Oct 19, 2021 - JavaScript
{{ message }}
The communications platform that puts data protection first.
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
GoAccess is a real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
A framework for real-time applications and REST APIs with JavaScript and TypeScript
F' - A flight software and embedded systems framework
WebSocket emulation - Javascript client
Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
Is your enhancement proposal related to a problem? Please describe.
Documentation for the feature is very high level without any details on how it can be used and examples. https://docs.zephyrproject.org/latest/guides/debug_tools/gdbstub.html
Describe the solution you'd like
A more detailed documentation of the feature with some step by step instructions on how it can be used.
Real-Time High-Resolution Background Matting
Caffe: a fast open framework for deep learning.
A simple, fully convolutional model for real-time instance segmentation.
Firebase Javascript SDK
links to missing page:
https://github.com/finos/perspective/blob/master/examples/simple/superstore-arrow.html
[IJCV-2021] FairMOT: On the Fairness of Detection and Re-Identification in Multi-Object Tracking
The default google-maps-input.json could maybe include more displaying options, such as themes and zoom level for the static map. Though hacky, these few changes do the job for me:
GeopointSelect.js
var _googleMapsInput = require('config:@sanity/google-maps-input');
var _googleMapsInput2 = _interopRequireDefault(_googleMapsInput);
class GeopointSelect extends _react2.default.Compone
Hey everyone!
mapd-core-cpu is already available on conda-forge (https://anaconda.org/conda-forge/omniscidb-cpu)
now we should add some instructions on the documentation.
at this moment it is available for linux and osx.
some additional information about the configuration:
omniscidb-cpu inside a conda environment (also it is a good practice), eg:
Better playgrounds that work both for Objective-C and Swift
Socket.io server for Laravel Echo
A map tool with real-time collaboration
Which part of the project should be enhanced?
The MediaController in both the public and private APIs
Describe the solution you'd like
When uploading media, the ID of the note the upload belongs to is transferred in a header.
Currently, the business logic uses await this.noteService.getNoteByIdOrAlias(noteId); to create a Note instance from that. We should implement a custom para
Add a description, image, and links to the real-time topic page so that developers can more easily learn about it.
To associate your repository with the real-time topic, visit your repo's landing page and select "manage topics."
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in