-
Updated
Apr 15, 2020 - Python
Join GitHub (or sign in) to find projects, people, and topics catered to your interests.
Here's what's popular on GitHub today...
-
Updated
Apr 14, 2020 - Python
Telegram
Before we have a good fix for #63 we should manually verify the qemu args somehow. We may have to copy-paste code from qemu or something. In the very least we should be aware of incompatible config options exposed in the UI (maybe we can't check additional args).
-
Updated
Apr 15, 2020
-
Updated
Apr 15, 2020 - Jupyter Notebook
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.
-
Updated
Apr 14, 2020 - Python
Documentation
It would be great to have a documentation page / file, so we all can try to help on the project or self host or fork it!
-
Updated
Apr 15, 2020
-
Updated
Mar 18, 2020 - C++
-
Updated
Apr 15, 2020 - Rust
The mapping that I use follows the documentation. We have a list of nested JSON objects
It's an issue in the ELK stack, not Twint. Workarounds/solutions are welcome.
What we can do
- index the list of objects
- read them in the documents
- search for documents via Console or REST API (thanks to ieosint for spotting this out)
What we can't do
- search for documents in Kibana's sear
-
Updated
Apr 14, 2020 - C++
-
Updated
Apr 15, 2020 - Jupyter Notebook
-
Updated
Apr 13, 2020 - Java
-
Updated
Oct 21, 2019 - Vue
Add R example
Description
Cortex supports deploying any model with a Python interface, so if R exposes a Python interface then it should be possible.
Perhaps this is relevant: https://sites.google.com/site/aslugsguidetopython/data-analysis/pandas/calling-r-from-python
Required properties in comments of function generateBlobSASQueryParameters() need to be updated
Issue Azure/azure-sdk-for-js#7118 mentioned that there is some confusing when using generateBlobSASQueryParameters() of package @azure/storage-blob.
Based on Storage Services REST API, property expiresOn is Required, but it marked as optional
-
Updated
Apr 15, 2020 - HTML
-
Updated
Apr 13, 2020 - Common Lisp
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



有很多开发者朋友问我有没有类似的前台项目、后台管理项目的种子项目,其实都是类似的,区别在于这些项目需要模版引擎(不建议使用JSP)和静态资源(
css、js、img)的支持,稍微调整下即可适用,按照MVC的分层来说的话差异的只是视图层,下面是基于Thymleaf模板引擎的改造步骤,供参考。