-
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
MATLAB
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.
Slack + GitHub
Bring your code to the conversations you care about with the GitHub and Slack app. A separate Slack subscription is required. With two of your most important workspaces connected, you’ll get updates about what’s happening on GitHub—without leaving Slack.
-
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 14, 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 14, 2020 - HTML
-
Updated
Apr 13, 2020 - Common Lisp
GitHub Learning Lab
Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.

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