-
Updated
Apr 25, 2020 - Shell
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 24, 2020 - R
Emacs
The lesson says to do
git rebase HEAD~2
git commit --amend
git rebase HEAD~2
but it doesn't say what to do in the rebase.
Also solutions are not available so one cannot progress until one gets it correct or see what the correct solutions were.
GitHub Satellite
May 6 • Virtual
-
Updated
Aug 5, 2019
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
CircleCI
Now supporting GitHub Checks!
You can now see the status of your CircleCI workflows and related jobs all within the GitHub UI. Enable this feature in your CircleCI organization settings for new and existing accounts.
Build faster. Test more. Fail less.
Let CircleCI help your team focus on making a great product. Speed up your test and delivery cycle and improve productivity, without running your own infrastructure.
-
Updated
Apr 23, 2020 - Java
-
Updated
Apr 24, 2020
To closer mimic the original, when clicking and holding these controls, they should be displayed differently. IIRC Windows changes the white background to gray.
-
Updated
Apr 24, 2020 - Python
To help with community discussion and support, it would be good to point users towards preferred discussion channels. Note that this would be in support of more formal documentation (see #16).
Typically, bugs and feature requests would be going on the GitHub issue tracker but other means of supporting the discussion would be helpful.
For example, do we point users towards Stack Overflow for
Lets say I have two labelled classes Person and Bus.
I did not label any background class.
How does Yolo take this up ? Does it add background class itself making the problem multiclass or not ?
What will be shape of our confusion matrix in this case.
If we assume that background is an extra class, then there will be a huge number of true negatives (background class ) effecting our confusio
Implement DATE_PARSE(<date_str>, <pattern_str>) function
which allows to parse a date string according to the specified
pattern into a date object. The patterns allowed are those of
java.time.format.DateTimeFormatter.
Follows: #54960
What do you want and why do you want it?.
We are starting to have utilities like logging that is used by multiple packages. Let's move them into their own package.
Possible implementation(s)
Essentially you can copy the core package into utils for the package.
Then move shared utils into like logging stuff.
Bug report
-
Updated
Apr 23, 2020 - YARA
-
Updated
Apr 24, 2020 - C
-
Updated
Apr 23, 2020 - C++
-
Updated
Apr 21, 2020 - C#
1. path('praise/', views.prise_or_criticize), path('criticize/', views.prise_or_criticize),
这里面的方法名和方法 def praise_or_criticize(request):没对应上
赞应该是praise
2.urlpatterns = [ # 此处省略上面的代码 path('teachers_data/', views.export_teachers_excel), # 此处省略下面的代码 ]
这里export_teachers_excel 应该是get_teachers_data
然后缺一个展示图表的路由
Add a modern implementation of an infinite scroller using the IntersectionObserver API.
Basically the code example attached to the following post by Surma is a good place to start:
https://developers.google.com/web/updates/2016/04/intersectionobserver
Code/demo: https://googlechrome.github.io/samples/intersectionobserver/
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
-
Updated
Apr 23, 2020 - Python
Airbrake
Airbrake empowers engineering teams to release with confidence. We alert you to new errors, and give you the information you need to fix those bugs fast. So you can spend less time debugging and focus on writing and shipping great code.
We believe one delivery mechanism for the proxy (perhaps the main one) is a
dotnet newtemplate. We should have what we need to create one, so let’s add it to this repo and start producing it in our builds.