flexible
Here are 245 public repositories matching this topic...
-
Updated
Oct 19, 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 15, 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
Oct 19, 2020 - Go
Simple, Fast, Secure, Flat-File CMS
-
Updated
Oct 12, 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
Oct 19, 2020 - Python
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 10, 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
Oct 19, 2020 - Go
-
Updated
Jun 8, 2017 - Java
Galada is an easy and simple blog theme for Jekyll.
-
Updated
Apr 27, 2020 - CSS
A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
Updated
Oct 9, 2020 - JavaScript
A lightweight flexible development framework for complex business architecture!轻量级业务中台开发框架!
-
Updated
Oct 19, 2020 - Java
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."


this has the built docs: https://pandas.pydata.org/pandas-docs/dev/ rather than https://dev.pandas.io/, so need to update the contributing docs.