flexible
Here are 300 public repositories matching this topic...
-
Updated
May 30, 2022 - 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 19, 2021 - Java
-
Updated
Mar 26, 2022 - JavaScript
-
Updated
May 25, 2022 - TypeScript
Hello all,
diff sub-command fails with mysterious error when kubectl version is < 1.18.0.
The error message: exit status 1.
I notice this if condition while debugging the code. It completely hide the real reason why it is failing ...
diff is working fine
flex.css is declarative layout which is compatible with wechat, UC, webview and other main-stream mobile browser and surpports react, vue, angular.
-
Updated
May 26, 2022 - Less
Simple, Fast, Secure, Flat-File CMS
-
Updated
May 28, 2022 - JavaScript
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
-
Updated
Jan 6, 2022 - Java
A distributed web crawler framework.(分布式爬虫框架XXL-CRAWLER)
-
Updated
Aug 23, 2021 - Java
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
-
Updated
May 30, 2022 - Python
The smart and flexible Lightbox Plugin.
-
Updated
May 31, 2021 - JavaScript
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
-
Updated
Jan 31, 2022 - Clojure
-
Updated
Feb 11, 2022 - JavaScript
A simple in memory cache written using go
-
Updated
Apr 8, 2019 - Go
A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
Updated
May 17, 2022 - JavaScript
A fast, responsive and feature-rich Hugo theme for personal blog and documentations.
-
Updated
May 30, 2022 - HTML
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
Apr 14, 2022 - Go
GleezCMS - A Light, Simple, Flexible Content Management System
-
Updated
Sep 12, 2018 - PHP
-
Updated
Jan 6, 2022 - Java
This project has been sunset as of 1st Jan 2018 and is no longer supported or maintained
-
Updated
Feb 26, 2018 - C#
Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
-
Updated
May 24, 2022 - Java
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
-
Updated
Feb 12, 2019 - CSS
Norconex Web Crawler (or spider) is a flexible web crawler for collecting, parsing, and manipulating data from the Internet (or Intranet) to various data repositories such as search engines.
-
Updated
Apr 11, 2022 - Java
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."


Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example