flexible
Here are 246 public repositories matching this topic...
-
Updated
Nov 14, 2020 - Go
判断任务是否在运行
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
Jan 18, 2020 - Java
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 16, 2020 - TypeScript
flex.css is declarative layout which is compatible with wechat, UC, webview and other main-stream mobile browser and surpports react, vue, angular.
-
Updated
Jan 8, 2019 - CSS
Flexible, reusable and concise configuration for Kubernetes
-
Updated
Nov 12, 2020 - Go
Simple, Fast, Secure, Flat-File CMS
-
Updated
Nov 1, 2020 - PHP
A distributed web crawler framework.(分布式爬虫框架XXL-CRAWLER)
-
Updated
Oct 13, 2020 - Java
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
-
Updated
Nov 13, 2020 - Python
-
Updated
Nov 12, 2020 - Java
The smart and flexible Lightbox Plugin.
-
Updated
Jan 23, 2020 - JavaScript
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
-
Updated
Sep 23, 2020 - Clojure
-
Updated
Jul 30, 2020 - JavaScript
A simple in memory cache written using go
-
Updated
Apr 8, 2019 - Go
GleezCMS - A Light, Simple, Flexible Content Management System
-
Updated
Sep 12, 2018 - PHP
This project has been sunset as of 1st Jan 2018 and is no longer supported or maintained
-
Updated
Feb 26, 2018 - C#
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
-
Updated
Feb 12, 2019 - CSS
Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
-
Updated
Oct 25, 2020 - Java
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.
-
Updated
Nov 13, 2020 - Go
-
Updated
Jun 8, 2017 - Java
A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
Updated
Nov 13, 2020 - JavaScript
Galada is an easy and simple blog theme for Jekyll.
-
Updated
Apr 27, 2020 - CSS
Lua HTTP client cosocket driver for OpenResty / ngx_lua, interfaces are more flexible
-
Updated
Jul 22, 2020 - Perl
Improve this page
Add a description, image, and links to the flexible topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the flexible topic, visit your repo's landing page and select "manage topics."


In #37556
# type: ignorewere added to silence mypy errors to be fixed 'later'. If an ignore is needed due to a error with the type checker, a comment with a reference to the mypy issue on the github mypy issue tracker should be included.Further investigation or PRs welcome removing these ignores or adding comments with links to mypy issues if applicable. PRs should include 'xref #37715'