Showing 4788 open source projects for "read"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    Udacity Subtitles Fix

    Udacity Subtitles Fix

    fixes subtitles for videos from Udacity

    ...It leads to the situation when only timestamps from .srt file are displayed. HOW TO: 1. Download and copy .exe file to the parent dir = where all subtitles in directory tree are located under this .exe 2. Run and read instructions. This utility will modify all of the .srt files in all subdirectories. WRONG FORMAT of timestamps: 0:00:00.730,0:00:02.050 changed to the CORRECT FORMAT: 0:00:00.730 --> 0:00:02.050 it also fixes [br] tag as newline Made for VLC Media Player.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    KeeChipCard

    KeePass plugin to use chip cards

    The purpose of this plugin is to use a chip card (memory card or smart card with file system) to lock and unlock KeePass (https://sourceforge.net/projects/keepass/) databases - interchangeable with a key file associated with the card. NOTE: The plugin will be for KEEPASS VERSION 1.XX. You can read the Blog for this project (see the bar above) where I keep a record of the current developments.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Hercules Tape Robot

    Automated tape robot for Hercules and MVS

    Automated tape robot for Hercules and MVS. This script will read in mount commands from the MVS console and take the appropriate action to mount emulated tape in Hercules for MVS to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Evolutility - CRUD framework for ASP.net

    Evolutility - CRUD framework for ASP.net

    CRUD framework with a generic Web UI and integrated micro ORM.

    Evolutility is a lightweight CRUD framework for heavy lifting. With a generic Web UI and an integrated micro ORM, Evolutility provides a framework for full CRUD and dashboard without any hand-coding. With it, you can build CRUD web applications or professional looking administration pages by defining metadata in XML (or in a database) instead of hand-coding HTML, Javascript, CSS, SQL, and C# or VB. For ASP.NET and SQLServer (partial support for MySQL).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5

    Read And Learn

    Learn how to speak in a foreign language.

    Read more: http://fileforum.betanews.com/detail/Read-And-Learn/1358436630/1#ixzz3XdbeGeWn
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sqlite database manager

    sqlite database manager -sqdatabase - free powerfull database manager

    sqlite database manager -sqdatabase- free powerfull database manager. With this application you can make your crud operation (insert update delete read) and tou can run your sql code or if you want to work with excel with database advantages you can use this application import your excel file or sql file and that is all !! And new version 3 came!! With version 3 added pagination ! some bugs fixed now sqdatabase more stable and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ASP.NET PDF Viewer by GroupDocs

    ASP.NET PDF Viewer by GroupDocs

    Secure, Browser-Agnostic ASP.NET PDF Viewer with DRM Features

    ...The viewer allows you to display PDF documents across all standard web-browsers (IE8+, Chrome, Mozilla Firefox, Safari 5+, Opera, etc.) without having to install any software or plugins on end-user machines. Another core feature – is the ability to display PDFs in a read-only mode, so that end users can’t download, print or copy original PDF files while viewing them in a browser. Please note that GroupDocs.Viewer for .NET is a paid library. In order to setup and run this project, you will need to download the GroupDocs.Viewer for .NET library from the GroupDocs website. For more details on the sample ASP.NET PDF viewer and to download the library, please read this article: > http://groupdocs.com/blog/asp-net-pdf-viewer-built-based-on-the-groupdocs-viewer-for-net-library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...Note: Please note that as of 2011-10-26 the code repository for the project has been moved to https://github.com/qooxdoo/qooxdoo. The existing SVN repository will be set to read-only for the time being, and will not see any more updates.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    autotyper

    autotyper

    A simple, lightweight JavaScript package for automatically typing text

    ...However, these are the browsers for which we offer official support. Should you find a bug in the package, don't hesitate to submit an issue and we'll assist you as best we can. Text can be read directly from an element (SEO friendly).
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    VarScan

    VarScan

    Variant detection in next-generation sequencing data

    Variant detection in massively parallel sequencing. For one sample, calls SNPs, indels, and consensus genotypes. For tumor-normal pairs, further classifies each variant as Germline, Somatic, or LOH, and also detects somatic copy number changes. THE LATEST VERSION IS AVAILABLE ON GITHUB
    Downloads: 59 This Week
    Last Update:
    See Project
  • 11
    InstaKiss

    InstaKiss

    Instantly access your favorite anime, cartoons and dramas online.

    ...Kissasian.com To get InstaKiss, simply download the zipped file and extract the contents. From there, you can run the program using the executable file "InstaKiss.exe" in the main folder. Be sure to read the README for additional information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Algorithm: Step 1. Read n Step 2. sumx = 0 Step 3. sumxsq = 0 Step 4. sumy = 0 Step 5. sumxy = 0 Step 6. for i = 1 to n do Step 7. Read x, y Step 8. sumx = sumx + x Step 9. sumxsq = Sumxsq + x2 Step 10. sumy = Sumy + y Step 11. sumxy = sumxy + x * y end for Step 12. denom = n * sumxsq – sumx * sumx Step 13. a0 = (sumy * sumxsq – sumx * sumxy) / denom Step 14. a1 = (n * sumxy - sumx * sumy) / denonm Step 15.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    oop_examples

    examples for Object Oriented Programming book

    ...For compiler, JVM, and Python interpreter options, see: http://www.stroustrup.com/compilers.html http://www.oracle.com/technetwork/java/javase/downloads/index.html https://www.python.org/downloads/ Read the documentation on the site to select the right download for your system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Premake

    Premake

    On GitHub now!

    We moved to GitHub. Please look at the new homepage for an accurate description of the project.
    Leader badge
    Downloads: 244 This Week
    Last Update:
    See Project
  • 15
    Savsoft Quiz v2.0

    Savsoft Quiz v2.0

    Savsoft Quiz is an Open Source Quiz Management Web Application

    Savsoft Quiz v2.0 is a php based open source web application to create and manage online quiz, test, exam on your website. To read terms and condition please visit: http://savsoftquiz.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LSG App

    LSG App

    Browse LSG everywhere and anywhere!

    With the app you can have easy and quick access to the LUCKY SHOT GAMING forums and events. Read and write whenever you like and wherever you are. • Browse the LSG forums • Show unread posts with just one tap • Access to the event calender and messages • Easy vote on BFClans.com • View who is online on TeamSpeak
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ReoGrid

    .NET Spreadsheet Component

    Free Spreadsheet control to open, show, edit, print and save Excel format spreadsheet. Supports many extensions such as cell types, custom cells, selection mode, read-only-mode, formula calculation, even the script execution like VBA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FastQFS

    FastQFS: A Tool for evaluating and filtering paired-end sequences

    ### ### Generate plots ### perl FastQFS_V1.0.pl -plotting Yes -fw <Forward reads file> -rw <Reverse reads file> -prefix <Prefix for the output files> -sc <Scoring system used (33 or 64)> -gsize <expected genome size in MBs> -l <Read length> ### ### Perform read filtering ### perl FastQFS_V1.0.pl -filtering Yes -fw <Forward reads file> -rw <Reverse reads file> -prefix <Prefix for the output files> -sc <Scoring system used (33 or 64)> -mq <Base_quality_cutoff> -q <Average read quality threshold> -l <Length threshold> -plotting <Yes/No> -gsize <expected genome size in MBs>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Qihoo360 Atlas

    Qihoo360 Atlas

    A high-performance and stable proxy for MySQL

    ...It fixed lots of bugs and added lot of new functions on the basis of MySQL-Proxy 0.8.2. Currently, the project has been widely applied in QIHU, many MySQL businesses has connected to the Atlas platform. The number of read and write requests forwarded by Atlas has reached billions. Rewrite all lua code with C, Lua is only used for the management interface. Rewrite the network model and the threading model. Optimize the locking mechanism, performance improved immensely. When Atlas start, it will create multiple threads. One of them is the main thread, the others are working threads. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    TEncryptor

    TEncryptor

    Privacy, Security, no one will read your message again with this app

    TEncryptor Open Source app Written in Python3 and PyQt4 Licensed under the MIT License When you encrypt a text file or message The User need to choose 3 things 1- Password 2- The order of the letters 3- Four letter/word with specified order
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GS Tag Editor

    GS Tag Editor

    GS tag editor is a free tool for read and edit media file tags.

    # support me for my education if you can. (www.fb.com/shanaka.rusith) GS Tag Editor Is a Free Tools For Edit Media File Tags # GS Tag Supports To M3U Playlists . you can create, manage M3U Playlists Using GS Tag # GS Tag Supports backup /restore Field Data . You Can Save Your Tag Data In To txt File And Reuse It # You Can Edit Many Media File At Once Using GS Tag Editor # You Can Manage Tag Images/Add Tag Images/ Export Tag Images Using GS Tag Editor
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Wireless Universal Resource File

    Wireless Universal Resource File

    Handset Detection for Mobile Applications. Device Description Database

    WURFL lets you detect thousands of types of mobile devices accessing your web service and take decisions based on what that device can or cannot do. With WURFL, you can optimize mobile web content, effectively deliver advertisements, or analyze mobile traffic. WURFL will read HTTP requests from mobile browsers and search the Device Description Repository (DDR) for the corresponding device properties (i.e. capabilities). WURFL will return the device capabilities to your application, which can leverage this knowledge to optimize the mobile experience. WURFL can detect over 10000 device types and offers over 500 device capabilities, including desktops, smartphones, tablets, feature phones, smart TV’s and many other emerging devices types. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Editor.md

    Editor.md

    The open source embeddable online markdown editor (component)

    The open source embeddable online markdown editor (component), based on CodeMirror & jQuery & Marked. The available dependents are CodeMirror, marked, jQuery, FontAwesome, github-markdown.css, KaTeX, prettify.js, Rephael.js, flowchart.js, sequence-diagram.js, and Prefixes.scss. You can enable HTML tags decode, TeX, Flowchart, sequence diagram, Emoji, FontAwesome, task lists. You can also enable image upload, [TOCM], search replace features, code fold, etc. Combine multiple JS module files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ExcelEARLI

    LIbrary with the integration of the best current libraries of excel

    ExcelEARLI is a library intended to integrate the best current libraries of excel to export and read excel spreadsheets. For the time being the libraries included are: POI, JXLS and JExcelAPI. Why? Because I wanted to compare the behavior and performance between them and then choose the most appropriate for my projects according to my needs and the ease of use and all of this in the same place.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Minecraft Name Checker

    Minecraft Name Checker

    Minecraft Name Availability Checker

    A Minecraft tool that checks to see if an account name is available or currently taken. The program is written entirely in Java and exported to an executable. A text file (one name per line) can also be read and checked. An output file "available.txt" will be created with usable names in the same directory as the selected read file.
    Downloads: 5 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB