Showing 66 open source projects for "speed reading"

View related business solutions
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • 1
    SpeeD ReaD ("Speedy Read-y")

    SpeeD ReaD ("Speedy Read-y")

    SpeeD ReaD is a little program to help you read faster.

    SpeeD ReaD helps you to read faster and more efficiently. By minimizing subvocalization and saccades, you can process and comprehend the text you read much faster than with normal reading. First, subvocalization is the natural tendency for all of us to "hear" the words in our brains as we read. Think of it as reading out loud inside your head. But our minds do not need us to sound out the words we read - even inside our heads - in order to understand them. The words can be processed...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    sharp

    sharp

    High performance Node.js image processing module

    The typical use case for this high speed Node.js module is to convert large images in common formats to smaller, web-friendly JPEG, PNG, AVIF and WebP images of varying dimensions. Resizing an image is typically 4x-5x faster than using the quickest ImageMagick and GraphicsMagick settings due to its use of libvips. Colour spaces, embedded ICC profiles and alpha transparency channels are all handled correctly. Lanczos resampling ensures quality is not sacrificed for speed. As well as image...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 3
    FastAPI

    FastAPI

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. Get production-ready code. With automatic interactive documentation. Based on (and fully compatible with) the open standards for APIs: OpenAPI...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 4
    RocksDB

    RocksDB

    A library with an embeddable, persistent key-value store for storage

    RocksDB uses a log structured database engine, written entirely in C++, for maximum performance. Keys and values are just arbitrarily-sized byte streams. RocksDB is optimized for fast, low latency storage such as flash drives and high-speed disk drives. RocksDB exploits the full potential of high read/write rates offered by flash or RAM. RocksDB is adaptable to different workloads. From database storage engines such as MyRocks to application data caching to embedded workloads, RocksDB can...
    Downloads: 5 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
  • 5
    Brakeman

    Brakeman

    A static analysis security vulnerability scanner for Ruby on Rails app

    Brakeman is a free vulnerability scanner specifically designed for Ruby on Rails applications. It statically analyzes Rails application code to find security issues at any stage of development. Brakeman now uses the parallel gem to read and parse files in parallel. By default, parallel will split the reading/parsing into a number of separate processes based on number of CPUs. In testing, this has dramatically improved speed for large code bases, around 35% reduction in overall scan time...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Pedalboard

    Pedalboard

    A Python library for audio

    pedalboard is a Python library for working with audio: reading, writing, rendering, adding effects, and more. It supports the most popular audio file formats and a number of common audio effects out of the box and also allows the use of VST3® and Audio Unit formats for loading third-party software instruments and effects. pedalboard was built by Spotify’s Audio Intelligence Lab to enable using studio-quality audio effects from within Python and TensorFlow. Internally at Spotify, pedalboard...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Kryo

    Kryo

    Java binary serialization and cloning, fast, efficient, automatic

    Kryo is a fast and efficient binary object graph serialization framework for Java. The goals of the project are high speed, low size, and an easy-to-use API. The project is useful any time objects need to be persisted, whether to a file, database or over the network. Kryo can also perform automatic deep and shallow copying/cloning. This is direct copying from object to object, not object to bytes to object. Kryo has three sets of methods for reading and writing objects. If the concrete class...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    OpenBB

    OpenBB

    Investment Research for Everyone, Everywhere

    Customize and speed up your analysis, bring your own data, and create instant reports to gain a competitive edge. Whether it’s a CSV file, a private endpoint, an RSS feed, or even embed an SEC filing directly. Chat with financial data using large language models. Don’t waste time reading, create summaries in seconds and ask how that impacts investments. Create your dashboard with your favorite widgets. Create charts directly from raw data in seconds. Create charts directly from raw data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Schema Spy

    Schema Spy

    SchemaSpy code home

    This is a new code repository for SchemaSpy tool initially created and maintained by John Currier. I personally believe that work on SchemaSpy should be continued, and a lot of still existing issues should be resolved. Last released version of the SchemaSpy was in 2010, and I have a plan to change this. Process of installation is very simple because SchemaSpy is only one Java .jar application. You can learn more read the installation doc. When you environment will be ready, and you can start...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines on Google’s infrastructure.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
  • 10
    py-spy

    py-spy

    Sampling profiler for Python programs

    py-spy is a sampling profiler for Python programs. It lets you visualize what your Python program is spending time on without restarting the program or modifying the code in any way. py-spy is extremely low overhead: it is written in Rust for speed and doesn't run in the same process as the profiled Python program. This means py-spy is safe to use against production Python code. py-spy works from the command line and takes either the PID of the program you want to sample from or the command...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    NoteTrainer PRO

    NoteTrainer PRO

    Trains quickly score reading and piano playing (MIDI-keyboard)

    The main purpose of NoteTrainer PRO is developing the ability of quickly reading and playing notes "at sight." The program generates a random sequence of notes in the range selected by the user, and controls the speed and accuracy of their playing. Instead of random notes can be loaded not very complex melodies in MusicXML format and practice by studying them. Input the notes possible not only with MIDI-keyboard, but from the PC-keyboard, as well as using the virtual keyboard.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    ToonScrape

    ToonScrape

    Discover and enjoy Manhwa with a fast and beautiful reading experience

    Unlock the ultimate Manhwa experience with our cutting-edge app, offering seamless discovery of new and popular titles, lightning-fast navigation through a stunning UI, and crystal-clear HD reading. Stay effortlessly updated with in-app notifications and subscribe to favorites for a personalized journey. Elevate your reading adventure with our all-in-one app, combining speed, aesthetics, and convenience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    British Bingo

    British Bingo

    90-ball bingo with sound

    Play by yourself in a web browser like Chrome or Safari. The game simulates the other players. Runs best on a desktop computer or laptop. Also tries to adapt to an iPad or tablet. Players can make mistakes and can leave and join. You can cheat and get the game to correctly mark your board. There is no limit to the number of players (try 300,000). You can adjust the speed of the game and most sizes. The game can play for you. You can hear the caller reading out the numbers and the players...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    JYMAG

    JYMAG

    Management & operating of AT-based (e.g. Sagem) mobile phones/modems

    JYMAG (Jig Your Music And Graphics) is a program for communicating with serial-port-based mobile phones. It is a free replacement for the Sagem mobile phone software, 'My Pictures and Sounds', and a general-purpose serial terminal. See the project homepage https://jymag.sourceforge.io and the project Wiki in the menu above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FFME

    FFME

    FFME: The Advanced WPF MediaElement (based on FFmpeg)

    ... and frame-by-frame seeking. Properties such as Position, Balance, SpeedRatio, IsMuted, and Volume are all Dependency Properties. Additional and extended media events. Extracting (and modifying) video, audio and subtitle frames is very easy. Easily apply FFmpeg video and audio filtergraphs. Extract media metadata and specs of a media stream (title, album, bit rate, codecs, FPS, etc). Apply volume, balance and speed ratio to media playback. MediaState actually works on this control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    HTML parser in Delphi

    A Delphi class with functions to read and dissect a HTML file

    ... have valid HTML4/5 tags. It is not necessary that the HTML is ‘correct’ in the sense that end tags may be wrongly placed or be absent altogether. The speed of processing (reading+parsing) is formidable: 15-40 msec per Mbyte or around 1 msec per 1000 HTML tags.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 18
    SanoSpeedReading

    SanoSpeedReading

    Mix of Flash words & eReader with speed control

    Created using JavaFX , to load text files and read it in e-reader like experience. But words appear one by one, to keep you attention. I created this reading paradigm after getting bored of all other readers, and found it interesting, so I decided to share it with humanity :) Give it a try, If you liked it give it a rating please, so you make it known to others. If you are capable, do even better, and help others with your knowledge 🌹
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Ohod Speed Reading

    Speed Reading

    برنامج القراءة السريعة برنامج للتدريب على القراءة السريعة جدا
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    NoderCMS

    NoderCMS

    Node.js + MongoDB

    Super concurrency and super high data reading speed, coupled with flexible custom models, easy-to-use templates, advanced background management system and multi-user permissions, have created a perfect NoderCMS. The inherent asynchronous non-blocking programming brought by Node.js makes NoderCMS calmly face up to millions of concurrent visits. Thanks to the non-relational database MongoDB, everything is stored in BSON format, faster and faster. Through the combination of models and custom...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Defox text to speech and downloader

    Defox text to speech and downloader

    Written or imported text offline read or online download.

    This software design to convert text to speech and download the converted speech. Description : • Installation setup with two languages (English, French) • Two areas called text reading and speech downloading • Many languages supported to download center Note 1: I'm a student yet and I'm not in the software designing industry. Therefore maybe I haven't software making skills. I'm worried about that. ! Note 2 : When you double click on the software maybe it will get some seconds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dotNet Disk Imager

    dotNet Disk Imager

    Lightweight RAW and ZIP disk images reader and writer to USB or SD

    IMPORTANT!!! Since this is new software, your web browser, operating system or even possibly antivirus software may report security alerts against this tool. Please ignore that messages until this tool gets widely spread. This program is highly inspired by Win32 Disk Imager and sort of copies it's function. However, I've added some features, like verification of readed/writed image file and the most important is on the fly support for zipped images. Another features worth...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 24
    Go HTTP tunnel

    Go HTTP tunnel

    Fast and secure tunnels over HTTP/2

    Go HTTP tunnel is a reverse tunnel based on HTTP/2. It enables you to share your local host when you don't have a public IP. The tunnel client tunnel requires a configuration file, by default it will try reading tunnel.yml in your current working directory. If you want to specify other file use -config flag. A client opens TLS connection to a server. The server accepts connections from known clients only. The client is recognized by its TLS certificate ID. The server is publicly available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next