-
Updated
Jul 9, 2022 - Go
fast
Here are 1,787 public repositories matching this topic...
v7 date needs to be updated and v8 needs to be added.
-
Updated
May 28, 2022 - Java
判断任务是否在运行
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
-
Updated
Jul 8, 2022 - Java
-
Updated
Jul 7, 2022 - Python
-
Updated
May 26, 2022 - PHP
-
Updated
Dec 23, 2020 - Python
We had a discussion poll here adityatelange/hugo-PaperMod#892
Which results update the Pagination buttons that say: Next Page & Prev Pageto Next & Prev respectively.
So calling out everyone who has previously contributed to translations to update the strings present at https://github.com/adityatelange/hugo-PaperMod/tree/master/i18n
which updates the str
-
Updated
Jul 8, 2022 - C++
-
Updated
Jun 11, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Apr 12, 2022 - Go
-
Updated
Jul 8, 2022 - Java
-
Updated
Nov 24, 2020
-
Updated
Jun 27, 2022 - C#
-
Updated
Jul 9, 2022 - D
-
Updated
Mar 21, 2022 - Go
-
Updated
May 25, 2022 - Crystal
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Jul 4, 2022 - C++
-
Updated
Mar 11, 2022 - JavaScript
-
Updated
Jun 14, 2022 - HTML
Improve this page
Add a description, image, and links to the fast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fast topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Description of the feature request:
BlzMod will soon allow native.local_repository() and native.new_local_repository() to be called from module extension implementation functions (see issue 15412).
This feature request is to add new optional arguments to new_local_repository() to generate MODULE.bazel files, in addition to BUILD.bazel and WORKSPACE.bazel ones.
e.g.
module_fileand `m