#
interval
Here are 212 public repositories matching this topic...
Open
Website not working
1
brylie
commented
Nov 24, 2019
The documentation website linked in this repository description seems to have moved. When clicking the link, it shows the question "how do you get here?".
A gesture password component for React Native. It supports both iOS and Android since it's written in pure JavaScript.
-
Updated
Dec 12, 2019 - JavaScript
A flexible progress bar drawing in terminal emulators
-
Updated
May 31, 2020 - Ruby
Advanced date, time and interval library for Java with sun/moon-astronomy and calendars like Chinese, Coptic, Ethiopian, French Republican, Hebrew, Hijri, Historic Christian, Indian National, Japanese, Julian, Korean, Minguo, Persian, Thai, Vietnamese
-
Updated
Jul 2, 2020 - Java
pashagolub
commented
Feb 28, 2020
Right now to import CSV file one should use:
psql /copySHELLtask for client-side filesCOPY FROMSQLtask for server-side files
Server-side files are rare so it can be ignored.
portion, a Python library providing data structure and operations for intervals.
-
Updated
May 9, 2020 - Python
A fast alternative to the modulo reduction
-
Updated
Oct 8, 2019 - C
Nice category that adds the ability to set the retry interval, retry count and progressiveness.
-
Updated
May 23, 2020 - Objective-C
A replacement for setInterval() and setTimeout() which works in unfocused windows.
-
Updated
Jun 29, 2020 - JavaScript
An open source library for Fuzzy Time Series in Python
python
data-science
time-series
series
fuzzy-rules
econometrics
forecasting
interval
fts
fuzzy-sets
forecasting-models
time-series-analysis
time-series-forecasting
fuzzy-time-series
probabilistic-forecasting
series-models
fuzzy-sets-syst
-
Updated
Jun 3, 2020 - Python
runfalk
commented
Mar 21, 2017
Test for code examples in the documentation are run in continuous integration through Sphinx, but it would be preferable to have them run when executing pytest.
Timer plugin for Moment.js that allows creation of setInterval and setTimeout-like timers.
-
Updated
Dec 17, 2018 - JavaScript
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
java
time
data-structure
timeseries
time-series
container
series
bucket
database-management
index
timeinterval
interval-tree
interval
time-interval
index-structure
time-utils
temporal-data
intervaltree
temporaldata
time-driven
library-offers
-
Updated
Mar 31, 2020 - Java
arnau
opened
Dec 13, 2015
Windows SteamCMD to autoupdate and install any game server steam cmd settings configurable lots of useful features. This batch script will keep your game servers automaticly updated updating intervals announce the server is shutting down for updates etc all configurable.
windows
steam
server
curl
powershell
steamcmd
valve
steam-api
game-server
windows-server
autoupdate
interval
vbscript
windows-powershell
-
Updated
May 22, 2016 - Batchfile
An implementation of an algebraically closed interval system of the extended real number set
-
Updated
Apr 5, 2020 - TypeScript
A lightweight and awesome loading Activity Indicator for your iOS app.
swift
ios
ui
animation
cocoapods
storyboard
swift3
interval
loading-spinner
activityindicator
loadingview
storyboard-setup
-
Updated
Apr 24, 2017 - Swift
extended precision math, accurate and performant
-
Updated
May 15, 2020 - Julia
Scheduling of tasks for symfony made simple
-
Updated
Dec 3, 2019 - PHP
Mgnt Utilities
parsing
scheduled-tasks
http-client
stack-traces
converts-string
interval
time-interval
version-parser
lifecycle-management
unicode-converter
parse-strings
stacktrace-filtering
mgnt
-
Updated
Jun 18, 2020 - Java
Improve this page
Add a description, image, and links to the interval topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interval topic, visit your repo's landing page and select "manage topics."
On my team, we've been implementing error handling in agenda jobs in one of two ways:
job.fail(err); job.save(), returnAfter looking at the job processing code for the
runmethod, I confirmed the two approaches were equivalent.While