Showing 26 open source projects for "reading times"

View related business solutions
  • Fraud.com aiReflex Icon
    Fraud.com aiReflex

    Enterprises interested in a fraud detection and prevention to protect customers, reduce fraud losses and enable better decisions

    Fraud.com's aiReflex determines which transactions are legitimate in real-time using a multi-layer defence coupled with explainable AI to fight fraud & improve customer trust.
  • Manage queues and reduce operational costs Icon
    Manage queues and reduce operational costs

    Improve the waiting experience, gather service intelligence, and make data-driven decisions.

    Long queues cost businesses across the world trillions of dollars in lost sales. Customers who experience poor queuing are less likely to stay and recommend your business. Compare the performance of different locations and departments. Monitor the number of visitors waiting, average wait times, and other metrics. Give your staff the tools they need to supercharge your customer service. Recognize your team’s achievements and identify opportunities for growth. Easily measure and share performance results. Use service reports to keep track of KPIs and the effectiveness of service strategy. Eliminate in-person lines by allowing customers to join a virtual waitlist using their phones. Monitor your line in real-time. Let customers safely wait in their car, at home, or outside. Notify them when you are ready to serve them. Give customers regular updates and wait times. Make them feel like VIPs by talking to them directly and asking for their feedback.
  • 1
    MMKV

    MMKV

    The fastest key/value storage for React Native

    ... with global data). Customize storage location. High performance because everything is written in C++. ~30x faster than AsyncStorage. Uses JSI instead of the "old" Bridge. iOS, Android and Web support. Easy to use React Hooks API. StorageBenchmark compares popular storage libraries against each other by reading a value from storage for 1000 times.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    fgprof

    fgprof

    fgprof is a sampling Go profiler that allows you to analyze On-CPU

    ... about fgprof, you should start by reading about The Problem & How it Works. fgprof is compatible with the go tool pprof visualizer. Which tool you prefer is up to you, but one thing I like about Gregg's tool is that you can filter the plaintext files using grep which can be very useful when analyzing large programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ReactiveUI

    ReactiveUI

    An advanced, composable, functional reactive model-view-viewmodel

    An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms! Describe what you want, not how to do it & rejoice in the increased readability of your code. Code is communication between people, that also happens to run on a computer. If you optimise for reading by humans, then over a long time your project will end up better. Create re-usable chunks of functionality that can be seamlessly integrated into your reactive pipelines. These chunks might be widely...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    hashmap

    hashmap

    A Golang lock-free thread-safe HashMap optimized for fastest access

    A Golang lock-free thread-safe HashMap optimized for fastest read access. It is not a general-use HashMap and currently has slow write performance for write-heavy use. The minimal supported Golang version is 1.19 as it makes use of Generics and the new atomic package helpers. Reading from the hash map for numeric key types in a thread-safe way is faster than reading from a standard Golang map in an unsafe way and four times faster than Golang's sync.Map. Technical design decisions have been...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Simple and Powerful Text Messaging Solutions for Businesses Icon
    Simple and Powerful Text Messaging Solutions for Businesses

    For businesses searching for a solution to reach customers, team members, and anyone

    We offer you the ability to connect with your customers and contacts where they are. At exactly the time you want. We make building an audience easy and sending (or scheduling) text message campaigns fast and simple.
  • 5
    RethinkDB-go

    RethinkDB-go

    Go language driver for RethinkDB

    Current version: v6.2.1 (RethinkDB v2.4) Please note that this version of the driver only supports versions of RethinkDB using the v0.4 protocol (any versions of the driver older than RethinkDB 2.0 will not work). Replace v6 with v5 or v4 to use previous versions. The driver uses a connection pool at all times, by default it creates and frees connections automatically. It's safe for concurrent use by multiple goroutines. To configure the connection pool InitialCap, MaxOpen and Timeout can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MComix

    MComix

    GTK+ comic book viewer.

    MComix is a user-friendly, customizable image viewer. It is specifically designed to handle comic books (both Western comics and manga) and supports a variety of container formats (including CBR, CBZ, CB7, CBT, LHA and PDF). MComix is a fork of Comix.
    Leader badge
    Downloads: 654 This Week
    Last Update:
    See Project
  • 7
    DAR - Disk ARchive

    DAR - Disk ARchive

    For full, incremental, compressed and encrypted backups or archives

    ... on a remote cloud storage, by only reading/fetching the necessary data to perform the operation. Dar saves *all* UNIX inode types, takes care of hard links, sparse files as well as Extended Attributes (MacOS X file forks, Linux ACL, SELinux tags, user attributes) and some Filesystem Specific Attributes (Linux ext2/3/4, Mac OS X HFS+) more details at: http://dar.linux.free.fr/doc/Features.html
    Leader badge
    Downloads: 172 This Week
    Last Update:
    See Project
  • 8
    Quiz/Survey/Test - QST

    Quiz/Survey/Test - QST

    A Free, complete, enterprise grade, open source exam management system

    QST, the worlds unparalleled open source online/lan assessment software. From a quick quiz on your phone to very large scale, high stakes, proctored desktop testing, we make it easy/secure/economical. Our intuitive design contains features (Immediate detailed results, Create/Export/Import/Convert Questions, WYSIWYG/Math-Chemistry/Basic Editors, Question/Item Bank, Multiple Question Types, Multiple Delivery Styles, Multiple Delivery/Results Options, Adaptive/Branching Questions, Randomly...
    Leader badge
    Downloads: 84 This Week
    Last Update:
    See Project
  • 9
    Subtitle Editor

    Subtitle Editor

    Subtitle Editor for SRT, SUB, SBV, TXT, ASS, SSA subs

    Srt Editor is a small subtitle editing tool for OSX and Win64. You can edit the following file formats in various ways : SRT, SUB, TXT, SBV, ASS, SSA. Last version : 3.1.0 (OSX & Windows) New since version 3.0.0 : - Substation Alpha reading and auto convert to SRT. - Bugfixes :) - Manual update.
    Downloads: 17 This Week
    Last Update:
    See Project
  • Manage Your Call Center Without IT Icon
    Manage Your Call Center Without IT

    For Call Centers, Telemarketing, Customer Service, Inbound and outbound call centers

    CallShaper is a call center software and Predictive dialer designed to help reduce costs and increase ROI for Call Centers. CallShaper partners with businesses to maximize contacts, track the performance of agents, manage leads, telemarketing, and sales processes. The drag-and-drop interactive voice response (IVR) editor allows managers to transfer calls to third-party stakeholders and other recipients based on agents' availability, time, or type.
  • 10
    ipfs-api-mount

    ipfs-api-mount

    Mount IPFS directory as local FS

    Mount IPFS directory as local FS. go-ipfs daemon has this function but as of version 0.9.1 it's slow. ipfs-api-mount aims to be more efficient. For sequential access to random data it's ~3 times slower than ipfs cat but also ~20 times faster than cating files mounted by go-ipfs. It's supposed that FS mounted by go-ipfs daemon is slow because of file structure being accessed in every read. By adding caching one can improve performance a lot. Apart from mounting one specified CID you can also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Alternative JSON parser for Go

    Alternative JSON parser for Go

    One of the fastest alternative JSON parser for Go

    It does not require you to know the structure of the payload (eg. create structs), and allows accessing fields by providing the path to them. It is up to 10 times faster than standard encoding/json package (depending on payload size and usage), allocates no memory. Originally made for a project that relies on a lot of 3rd party APIs that can be unpredictable and complex. Encoding/json requires you to know exactly your data structures, or if you prefer to use map[string]interface{} instead...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    hexo-theme-matery

    hexo-theme-matery

    A beautiful hexo blog theme with material design

    ..., my projects, my skills, gallery etc.). Friendly link page for customizable data. Support post topping and rewards. Support MathJax. Can be set append the copyright information when copying the content of the post. Can be set to do password verification when reading a post. Comment module of Gitalk, Gitment, Valine and Disqus.(Gitalk is recommended). Integrated Busuanzi Statistics, Google Analytics and post word count statistics. Support music playback and video playback on the homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Autoboy Blackbox SRT to GPX Converter

    SRT to GPX conversion for Autoboy Blackbox Dashcam SRT files

    Autobox Blackbox is an awesome Android app used to record dashcam video directly from your phone. It has the ability to record SPEED, COORDs, and VIDEO times in an SRT subtext file. This data seems relatively useless unless you enjoy reading the raw data in the video output as a SUB TITLE text. This script converts the data contained in the SRT file and reformats it into a GPX (GPS Exchange) file that is specifically header formatted to be used in the powerful and free download GARMIN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Quran Reader

    Quran Reader

    Quran Reader: best way to listen to your favorite reciters.

    Quran Reader is a software which provide many reciters to listen their Quran reading with options to choose which Surah to listen, listening times
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Disk Indexer
    ... descending order of file sizes. And hence it can greatly help in identifying the files those can be deleted. You can list down files for multiple folders by running scan n number of times. All the history scans will be available for viewing unless user purges a scan. It can be useful for both kind of users - individual users and enterprise users(system admins) It can be scaled up for enterprise use. Check out wiki pages. Start with reading Readme.txt file in the downloaded package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    ReDex

    ReDex

    A bytecode optimizer for Android apps

    ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source. Redex provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by Redex should...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    PackerNg

    PackerNg

    Next-generation Android packaging tool

    packer-ng-plugin is the next channel Android Gradle plug packing tools, support speed packaging, 100 th channel packet takes only 10 seconds, the speed gradle-packer-plugin of 300 or more times, for CI systems can be easily integrated, At the same time, it provides command-line packaging scripts, and channel reading provides Python and C language implementations. Channel name list file is a plain text file, read by rows, each row of a channel, the first blank line and end of the line...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Novi Search Master

    Novi Search Master

    The world...on your desktop.

    Novi Search is an internet search app that allows you to Google from your desktop. Search works with your default browser set on your computer opening information very quickly. This is much quicker then directly opening up the internet and searching through Google. With Novi Search you can also search YouTube in the same small amount of time. Download Novi Search to save time for the important stuff!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CopyAndVerify

    Simple gui program to copy a file or dir, verify and save hash

    This is a simple program to copy files or directories and verify the copied file with hashes. Hash is saved in .hash file compatible with md5sum(hashSUM). It has a gui and work on Linux and windows (the script should work even on Mac). Hash is computed while reading so sources file are read only once. The executables have been created using pp : it creates an executable similar to an autoextract-zip with the script, the perl engine and all libraries. I'm using it under linux to copy GigaBytes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    vfs

    Small, fast archive generation and resource retrieval library.

    ... and accessed an abundance of times, and are not designed to be edited or feature-rich like the more general, commonplace formats. It depends on LZ4 compression to bring file size down while allowing fast access. The vfs.c file is both an archive reading library and an archive writing utility bundled into a single file, depending on how the file is compiled. Both the utility and the library are extremely simple to use, and are designed for speed and simplicity instead of having a large feature set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Skills Evaluator

    Skills Evaluator

    With Skills Evaluator you can easily evaluate employees / candidates.

    ... Questions and have negative or positive scores. Then you can contact the users that interest you for CV and/or further discussions. Skills evaluator makes it easy to get the interest you need and filter participants without the need of reading CVs that, most of the times, you can’t compare or are out of your interest. By setting the right questions you can easily avoid receiving requests that don't match your needs. On the other hand, as a candidate, you can respond fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    pdf2mp3

    Simply convert your PDF files into audio books

    Summary: Your eyes are tired of looking into the tablet or cell-phone screen reading ebooks? You have difficulty reading from LCD screen specially in a driving vehicle? This software is for you! It converts your PDF files to MP3 audio books. Special Features (Compared to similar projects): Each page is in a separate MP3 file. Created MP3 files have ID3v2 tags showing Book name and page number. Multi-threaded conversion, means all CPU cores will be used thus multiple times faster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sinkspool provides a hardcopy interface between the Hercules emulator and your printer. When the sinkspool utility times out reading the pipe, the captured report is passed to another command, to print or capture the job output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The JS Reader is a JavaScript-based Rapid Serial Visual Presentation program. In RSVP, individual words are presented one at a time in the same place, letting you read up to 3.5 times faster than traditional reading methods with comparable comprehension.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next