flexible
Here are 278 public repositories matching this topic...
-
Updated
Oct 2, 2021 - 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
Jul 14, 2021 - JavaScript
-
Updated
Sep 29, 2021 - 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
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
Simple, Fast, Secure, Flat-File CMS
-
Updated
Oct 1, 2021 - PHP
A lightweight flexible development framework for complex business architecture with full ecosystem!轻量级业务中台开发框架,中台架构的顶层设计和完整解决方案!
-
Updated
May 31, 2021 - 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
Oct 1, 2021 - 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
Sep 11, 2021 - Clojure
-
Updated
Aug 10, 2021 - JavaScript
A simple in memory cache written using go
-
Updated
Apr 8, 2019 - Go
Clendar - universal calendar app. Written in SwiftUI. Available on App Store. MIT License.
-
Updated
Sep 25, 2021 - Swift
A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
Updated
Sep 21, 2021 - JavaScript
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#
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
Sep 30, 2021 - Go
Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
-
Updated
Sep 26, 2021 - Java
Flexible grid layouts to get you familiar with building within the flexible grid system.(HTML, CSS, SASS, SCSS)
-
Updated
Feb 12, 2019 - CSS
-
Updated
Dec 5, 2020 - Java
Norconex HTTP Collector 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
Sep 30, 2021 - 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."


Is your feature request related to a problem?
I whish the pandas drop function would let me drop combination of rows (or columns) in multiindex dataframes.
E.g., I have a multiindex dataframe like this