Code for the paper Music Source Separation in the Waveform Domain
-
Updated
Dec 7, 2019 - Python
Code for the paper Music Source Separation in the Waveform Domain
mall-swarm是一套微服务商城系统,采用了 Spring Cloud Greenwich、Spring Boot 2、MyBatis、Docker、Elasticsearch等核心技术,同时提供了基于Vue的管理后台方便快速搭建系统。mall-swarm在电商业务的基础集成了注册中心、配置中心、监控中心、网关等系统功能。文档齐全,附带全套Spring Cloud教程。
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
A graph-based tool for visualizing effective access and resource relationships in AWS environments.
March 04, 2020 • Los Angeles
:cn: GitHub中文排行榜,帮助你发现高分优秀中文项目、更高效地吸收国人的优秀经验成果;榜单每周更新一次,敬请关注!
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
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,
Error on Python_cheatsheet.pdf page 5
Looping through all the keys in order
# Show each person's favorite language,
# in order by the person's name.
for name in sorted(fav_languages.keys()):
print(name + ": " + language)
Should be changed to
# Sort dict by key
for name in sorted(fav_languages.keys()):
print(name + ": " + fav_languages[name])
Would be nice
📨 An open letter to GitHub from the maintainers of open source projects
The "Python Machine Learning (3nd edition)" book code repository
Build and manage real-life data science projects with ease.
Clean Architecture Solution Template for Angular 8 and .NET Core 3
The client side firebase code ought to work out-of-the-box on Deno.
If not we should address whatever issues arise.
现在很多人, 包括我, 在折腾了一堆个人博客的系统之后, 放弃了花哨的页面效果, 回过头来用Github Issue写博客.
但头疼的一点就是:
如果让其他人直接点到自己仓库的issues页面来看自己的文章的话, 只会看到issue的列表, 没有突出内容, 没有分类, 没有about me, 只有一条条的issue.
如果想解决上述的问题, 就要手动在发布issue之后, 手动更新README, 并且push到仓库, 那么你需要:
很麻烦, 感觉慢慢没有了更新的动力
基于这个痛点, 我找到了一个办法:
利用Circle CI提供的定时任务功能, 结合GitHub的API来实现:
The Julia Language: A fresh approach to technical computing.
Currently, we return "resource temporarily unavailable" which is the underlying error returned when we fail to lock the repo. However, that doesn't tell the user what's going on.
We should replace that error with "IPFS currently running", or something like that.
A collective list of free APIs for use in software and web development.
There is a readme for the repo metrics subfolder under tools. It needs general review to make sure it is accurate.
Principles of NLP Documentation
Each landing page at the folder level should have a ReadMe which explains -
○ Summary of what this folder offers.
○ Why and how it benefits users
○ As applicable - Documentation of using it, brief d
Describe the bug
A clear and concise description of what the bug is.
Urgency
If there are particular important use cases blocked by this or strict project-related timelines, please share more information and dates. If there are no hard deadlines, please specify none.
System information
Indicators of compromise (IOCs) collected from public resources and categorized by Qi-AnXin.
SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor
I'm trying to cleanup my project dependencies. Therefore I'm looking at all the descriptions of my used dependencies on npm and Github. Sadly it seems like some dependencies don't provide a description or I'm just unable to find it.
One such dependency is @angular-devkit/build-angular
when I search for it on npm I am shown the des
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.
The documentation about creating a NuGet for Xamarin at
https://docs.microsoft.com/en-us/nuget/guides/create-packages-for-xamarin
is so out of date that it does not match reality when using VS2017 or VS2019. I suspect it probably doesn't even when using VS2015 (but who would st
When embedding an input or textfield in a TreeItem, user is unable to type anything other than space, backspace, delete, but no characters. However pasting does work. Also inputs do work within TreeView, but not TreeItem.
See: https://codesandbox.io/s/long-fire-csg6f?fontsize=14&hidenavigation=1&theme=dark
Lean Board is a collaborative whiteboard with sticky notes which seamlessly connects with your GitHub issue. Login with your GitHub account, create a board for an issue and a snapshot of your notes is embedded in the issue automatically.
transcribe.py
has odd directory-scanning behavior which isn't documentedIf you point
--src
to a directory, you get the error:Looking at the code logic, the script expects a
JSON
file with a.catalog
file extension. This is (1) not documented, and (2) not a really useful logic. It would be much better to point the script to a dir, and scan f