#
flexible
Here are 234 public repositories matching this topic...
Open
判断任务是否在运行
1
ibosong
commented
Jul 17, 2019
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
Jul 31, 2020 - JavaScript
-
Updated
Jul 30, 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
Open
Remove hotfix
2
simonfrey
commented
Aug 4, 2020
https://github.com/grafana/tanka/blob/master/pkg/kubernetes/diff.go#L16-L21:
prevent https://github.com/kubernetes/kubernetes/issues/89762 until fixed
This is issue actually is fixed (kubernetes/kubernetes#89762). So might be considerable to remove it.
Simple, Fast, Secure, Flat-File CMS
css
blog
theme
php
cms
website
json
flexible
webserver
engine
docker-image
plugins
php-support
blog-engine
flat-file
dom-manipulation
web-site
json-manipulation
bludit
-
Updated
Aug 23, 2020 - PHP
A distributed web crawler framework.(分布式爬虫框架XXL-CRAWLER)
-
Updated
Jun 19, 2020 - Java
High Performance Software-Defined Object Storage for Big Data and AI, that supports Amazon S3 and Openstack Swift
python
c
lightweight
golang
open-source
flexible
storage
openstack-swift
s3-storage
software-defined-storage
objectstorage
object-storage
-
Updated
Aug 14, 2020 - Python
The smart and flexible Lightbox Plugin.
-
Updated
Jan 23, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
A Clojure(script) SQL library for building APIs: Datomic® (GraphQL-ish) pull syntax, data driven configuration, dynamic filtering with relations in mind
mysql
graphql
clojure
query
sql
orm
flexible
server
clojurescript
data-driven
dynamic
sqlite
filter
postgresql
declarative
join
sqlite3
datomic
oracle-database
edn
-
Updated
Jul 18, 2020 - Clojure
A simple in memory cache written using go
go
redis
golang
database
flexible
tcp
sockets
nosql
cache
cache-storage
nosql-database
resp
from-scratch
socket-programming
inmemory-db
kache
kache-cli
-
Updated
Apr 8, 2019 - Go
GleezCMS - A Light, Simple, Flexible Content Management System
mysql
jquery
lightweight
php
wordpress
cms
performance
drupal
flexible
high-performance
hhvm
secure
bootstrap3
gleez
-
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
Aug 16, 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.
docker
golang
flexible
containers
network
virtual-machine
virtualization
container
grpc
orchestration
container-management
containerization
container-orchestration
eru
-
Updated
Aug 21, 2020 - Go
-
Updated
Jun 8, 2017 - Java
Galada is an easy and simple blog theme for Jekyll.
jekyll
sass
jekyll-theme
github-pages
instagram
validation
html5
flexible
minimal
responsive
optimization
mobile-first
ionicons
clear
googlefonts
-
Updated
Apr 27, 2020 - CSS
Lua HTTP client cosocket driver for OpenResty / ngx_lua, interfaces are more flexible
-
Updated
Jul 22, 2020 - Perl
A flexible and responsive carousel component for react https://sag1v.github.io/react-elastic-carousel
-
Updated
Aug 19, 2020 - JavaScript
Most powerful, flexible and composable router for building enterprise RESTful APIs easily!
-
Updated
Jul 13, 2020 - JavaScript
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."
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us