Showing 90 open source projects for "mp.3"

View related business solutions
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Zilog Z80

    Zilog Z80

    Z80 shared library including some nice test-projects

    Another Zilog Z80 emulation. C++ class on a shared library. Simulates all pins of the Z80-Chip in a single function interface. Additionally are some Test-Projects added. 1. CP/M 2.2 emulator connectable by an telnet client. 2. An instruction set examiner. 3. An ZX-80 emulator. 4. An TK-80 emulator 5. An Z80 Dis-assembler driver for all supported instructions.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    EDITEL

    EDITEL is a screen editor/code generator for GnuCOBOL programmers

    One of the hardest things to do when coding with COBOL is translating a screen design into code. The process may take hours, not to say days. In my old BLIS-COBOL, COBOL 74 and COBOL 80 /85 days (and those last 2 had the SCREEN SECTION which helped a lot !), I recall spending a significant amount of time dedicated to that activity. Time that could be used for more productive activities like coding and resolving bugs, for instance. Having said that, I developed a Screen Editor (similar to a...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Developer Home

    Home directory configuration files for PL/SQL developers who use Vim

    Configuration files used in Cygwin (MS Windows). It contains settings for: - readline; - Vim ( for SQL / PL/SQL developers); - ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    FocussedModePlus

    A tool that helps the User to Focus only on a part of the Screen.

    When FocussedModePlus is launched – the entire Screen goes Blank (or Dark). Only a small rectangular area near the mouse pointer remains Transparent. This enables the user to focus only on that area. There’re no other distractions – as almost the entire Screen is Dark. Further, the Transparent Area moves wherever the mouse pointer is moved. So the user can choose to focus on any particular area of the Desktop (as per their need) – from time to time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5

    libzio

    A Library for Accessing Compressed Text Files

    The libzio provides using fopencookie(3) of the glibc or funopen(3BSD) together with zlib and libbzip2 an API to read or write gzip/bzip2 files with streams. Libzio uses the GNUC weak facility to allow programs to be linked against zlib or libbzip2 only.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    pl

    Perl One-Liner Magic Wand

    ... for hard-to-print values: $  pl  'e  "${q}Perl$q",  "$Q@A$Q"'  one-liner $  pl  'e  \"Perl",  \@A,  undef'  one-liner Loop over args, printing each with line ending.  And same, SHOUTING: $  pl  -opl  ''  Perl  one-liner $  pl  -opl  '$_  =  uc'  Perl  one-liner Print up to 3 matching lines, resetting count (and "$.") for each file: $  pl  -rP3  '/Perl.*one.*liner/'  file* Count hits in magic statistics hash "%N(UMBER)": $  pl  -n  '++$N{$1}  while  /(Perl|one|liner)/g'  file*
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sentinelaAPI

    sentinelaAPI

    Visual regression test with Sentinela API + WebDriver

    Visual regression test with Sentinela API + WebDriver A simple API that combined with WebDriver can perform visual regression test quickly and efficiently. Sentinela API - Gen prints from window browser, manager baseline and makes a comparison of results Sentinela API it is written in Java. How API work? 1 - Import Sentinela API in your project. 2 - Mark some points where Sentinela API will perform the tests. 3 - Run your project as usual. 4 - Every time point is reached...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TracInstall

    setup and run multiple trac environments

    php script that shows commands needed to setup and run multiple trac environments. It set's up trac in a way i needed back then, in no way complete but saved me a lot time when i came back to it view months later... cheers see: http://trac.edgewall.org/wiki/TracStandalone
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jFuzzyDate
    jFuzzyDate is a lightweight java library for formatting easily readable time distances, durations and dates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    Joe SDK

    Web. Desktop. Best of both worlds.

    Joe SDK is an easy to learn and adapt python software development kit for excellent GUI desktop applications. You can create a desktop application using python, html, css, javascript or jquery in minutes! The SDK allows you to: - Run python code, on any javascript event. - Render result of python function dynamically - Create HTML User Interfaces, using standard HTML. The SDK is powered by: - Google Chrome apps - Python anywhere - Cherrypy Web Framework Though it is a desktop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The libexplain project provides a library which may be used to explain Unix and Linux error messages. This will make your application's error messages much more understandable to your users.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12

    Leafscript

    Interpreted language for php

    Leafscript is an interpreted language written in php. It has no functions in itself, but it can import php functions via a Leafscript Mediator file, allowing the language as little or as much flexibility as the mediator file grants. Extremely useful for creating shortcuts in one's own program, or for maximizing the freedom of other users interested in utilizing the functions of your program in an unsafe environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    guiLiner provides a representation of another program's options and information, enabling one to run a command line program directly from a GUI. In other words, guiLiner creates a GUI for almost any command-line program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Little .NET command line utility to control your mouse sensitivity (speed) using command line or batch files. I wrote it for myself as I need to switch my M570 trackball speed often. For example, when running image editor, i need high precision, but it's very uncomfortable when using regular desktop apps like browser or visual studio. So I created three shortcuts for the instant change of the cursor speed (in my case, I've binded these shortcuts to extra keys of keyboard). Usage...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Inverter

    Inverts colors on your monitor

    Reduce your eyestrain while long computer usage. Black text on white background is not the best option to read texts in office environments. With this small app, you can invert your screen colors and make it less exhausting to read. The second feature is adjusting display gamma level. Unlike many accessibility tools, it does not create a terrible overlay window, and it does not consume any extra system resources. Project is written entirely in C# and can be compiled under free...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    This keyboard allows you to use any imaginable keyboard layouts, without having them installed on your local PC. This tool is good to embed it into the WISYWIG editor, webmail, chat, forum and any other application, requires the user input.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    For several purposes of our OCR research we needed a converter that can generate an image from any given Bangla/ Bengali text. One of the reasons was to prepare artificial training and testing data. For this reason we finally created a very simple text to image converter. A Text to Image Converter. Systrem Requirement: .net Framework 4.0 and up 1. Select your Font Type, style and size. 2. First Browse your file, which will contain your text (Supporetd File Type .txt) 3. Select...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    MongoLantern - MongoDB Fulltext Search

    MongoLantern - MongoDB Fulltext Search

    Open Source MongoDB Fulltext Search Server

    MongoLantern is an open source full text search server using MongoDB as index storage, which allows MongoLantern to migrate any changes very easily into account using MongoDB API. It's written originally written in PHP can be migrated to any desired language as required using it's future APIs. MongoLantern 0.7 - Stable/Production Release: 1. MongoLantern API support enabled. 2. CSV indexer added as a plugin. 3. node.js API client added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A request tracking system that can be used though email and allows linking of tickets to exteranl applications such as XPlanner stories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Contains a base class AsynchronousOperation which allows you to start long-running operations on a separate thread from the UI whilst providing meaningful progress information to the UI without the UI needing to know anything about the internal implementation of the operation being run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Its a VHDL plugin for Notepad++ which is simular with the one which is available on emacs (Copy a selcted entity port and then paste it as instatiation , Signals or as Testbench )
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    trisale

    trisale

    Sözlüklü Risale-i Nur Külliyatı.

    YENİLEME ÇALIŞMALARI NEDENİYLE TRisale html dosyaları BİR SÜRELİĞİNE ASKIYA ALINMIŞTIR. ePUB VE MOBİ DOSYALARI HALA İNDİRİLEBİLİR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A collection of Java client applications based on OSGi, libraries and utilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Convenience classes that other Javatech projects build upon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jlibtracker: Java Library Tracker, is an utility to find the code dependencies. This tool aims at identifying all the libraries used by the code; both direct and transitive dependencies are tracked.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next