Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork
-
Updated
May 22, 2020 - JavaScript
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork
King’s Table by @PetTurtle combines a tower defense game with chess, and dungeons. An interesting combination, but a very addictive and challenging game! Play and view the source of this game and more in our Ludum 46 roundup.
是 难得一见 的 Jetpack MVVM 最佳实践!在 蕴繁于简 的代码中,对 视图控制器 乃至 标准化开发模式 形成正确、深入的理解!
A modified browser that helps in responsive web development.
May 06, 2020 - June 12, 2020 • Online
The documentation about edge orientation is inconsistent. In the Creating Message Passing Networks tutorial, the main expression says that e𝑖,𝑗 denotes (optional) edge features from node 𝑖 to node 𝑗., the attached expression also suggests it. However, in documentation to MessagePassing.message(), the documentation says Constructs messages from node 𝑗 to node 𝑖 (this is actually true).
I
Creating pixel art for fun or animated sprites for a game? The digital artist in you will love these apps and tools!
Unito goes beyond your typical integration tool, allowing you to build entire workflows across tools, teams, and organizations. All Unito integrations offer two-way sync, meaning essential information can flow back and forth between the tools you love.
Be more productive and ease collaboration between your teams. Unito’s GitHub integration syncs:
Create a module to solve math equations.
This imply creating a language function to extract equations from user's messages.
Opened for contributors.
A complete computer science study plan to become a software engineer.
The dldt/get-started-linux.md documented references <DLDT_DIR>/inference-engine/samples/sample_data in several places, but I'm not able to find that directory or any references to it except in the documentation.
A curated collection of marketing articles & tools to grow your product.
Update various parts of the text.
There's no such thing as "early ReferenceError" anymore (for things like 0++); they're all just "early SyntaxError" now. tc39/ecma262#691
Current documentation in README explains how to install the toolkit and how to run examples. However, I don't think this is enough for users who want to make some changes to the existing recipes or make their own new recipe. In that case, one needs to understand what run.sh does step by step, but I think docs for that are missing at the moment. It would be great if we provide documentation for:
Write in a content/ directory and fetch your Markdown, JSON, YAML and CSV files through a MongoDB like API, acting as a Git-based Headless CMS
Perhaps the most useful command: EOF. No need to use "exit" / "logout" ever again, works in anything using deadline, any shell, and things like cat when using it to create files cat - > file.
The docs for "unreblog" in https://docs.joinmastodon.org/methods/statuses/ don't specify which user is authorised to unreblog a status, nor the result of doing so.
In practice, I think this is restricted to the person who reblogged it (and not, for example, the person who posted the status being reblogged).
Below is a list of failing links in our Farsi lists
You can help improve this repo by resolving the problems.
A failing link may be a website or resource that has disappeared. You can submit a PR
I think it makes more sense to return an empty array
// invalid input return null or throw an error
if (!setA || !setB) {
return null;
}
if (!setA.length || !setB.length) {
return [];
}
// or do nothing since the for loop will not trigger anyway
A collective list of free APIs for use in software and web development.
A description is incomplete. It should mention:
These patterns are not competing, but complementing each other. To achieve availability, one needs both fail-over and replication.
right after
"There are two main patterns to support high availability: fail-over and replication. "
Given the immense popularity of Docker and the need to harden it different per platform (see ideas below) - we'd like to start writing a Docker best practices section.
You're welcome to contribute ideas and write best practices - writing and brainstorming will people is an amazing way to deepen your Docker understanding.
At first, we want to collect ideas for best practices, solidify a list
Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
Describe the bug
When vi-mode is enabled, shift+tab does not cycle backwards through the autocomplete suggestions.
If vi-mode is removed from the plugins, `shift+ta
POEditor is a highly scalable localization management service designed for translating software products, such as apps, sites and games.
Integrated with GitHub, it syncs with your repos automatically. You don't ever need to touch a language file.
Slack and HipChat integrations make it easy to get realtime updates about the localization process and the translation progress.
This seems relevant as a further reference for interested readers and users. I appreciate your project and its intention to help people be mean to their code. Would be great to link to some understanding materials too!
https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet