Showing 1323 open source projects for "aim"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 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
  • 1
    git-recall

    git-recall

    An interactive way to peruse your git history from the terminal

    An interactive way to peruse your git history from the terminal. git-recall is a simple tool that allows you to easily go through your commits and check what you or other contributors in your team did. It doesn't aim to be a replacement for the git log command, but just to be a convenient way to recall what you've done from your terminal. You can install it by simply copying the git-recall script into any existing path (e.g. /usr/local/bin) or create your own directory and add it to the PATH...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    sysDeny

    A fake "syskey" program.

    This is a small project of mine with the aim of trolling people like tech support scammers. When scammers get annoyed or want more money from you, they can effectivly take your computer ransom. This application can replace the normal "syskey" with an almost identical looking one with a little suprise in the form of a jumpscare if they click any of the buttons. Have fun! Please use this application at your own risk & be careful when editing Windows's core files!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    JSentiWordNet

    A wrapper for the famous SentiWordNet, a resource for opinion mining

    ... with a specific format that saves a synset on each line. In this project, we aim to provide a wrapper that allows developers to use SentiWordnet without the need to interact directly with the text file. The project allows simple interrogation using a simple GUI and a REST Web service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    frtscpp

    C++ wrapper classes for the FreeRTOS kernel.

    frtscpp (pronounced: freertos C++) Introduction The aim of this project is to objectify the well know kernel FreeRTOS. There are a number of reasons for doing so: 1 C++ 11+ rocks! 2 C++ is safer than C. 3 FreeRTOS is crying out for being objectified! Points 1 and 2 are self-explanatory; point 3 isn't. For a non trivial applications based on FreeRTOS you end up with dozens of state variables, most of them in the global space distributed everywhere. Besides that, all...
    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
    Alfanak Embroider

    Alfanak Embroider

    Java free embroidery software

    This project aim to create a multi-platform embroidery software, that can handle a lot of embroidery formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Alien Cipher

    Alien Cipher

    A bespoke symmetric cipher.

    Released under 'Creative Commons v3' license Alien Cipher is an endevour to build my own symmetric cipher. The primary aim is to simply learn the fundementals and finer details of cryptography in general and build working examples of my ideas in code. The code is shared here for prosterity (future folk) in the guise that it may help others also on the path to cryptography. This code demo uses a 512bit rolling hash table (8x8bytes) at its heart to mix together pre-defined parameters...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JuliusModels

    JuliusModels

    Open source speech models for Julius in English and other languages.

    Open source speech models for Julius speech decoder. Its aim is to give access a wider community of speech recognition enthusiasts to quality models, which they can use in their own projects on different OS platforms (Unix, Windows, etc...) All of the models are based on HTK modelling software and data sets available freely on the Internet.
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 9

    OBD-II for Arduino

    Providing easy OBD-II connectivity for open-source hardware

    This OBD library for Arduino is developed for the OBD-II Adapter for Arduino. Several example sketches are provided for demonstrating the usage of the library as well as for real data logging use. The aim of the project is to provide Arduino vehicle connectivity via the OBD-II port with easy-to-use Arduino library so Arduino lovers can start play Arduino on their cars easily. Source code repository: https://github.com/stanleyhuangyc/ArduinoOBD
    Downloads: 10 This Week
    Last Update:
    See Project
  • 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
  • 10

    TestCaseSummaryReport

    Agile Project Test Cases and Summary Report Generation

    Aim is to Maintain the test cases properly to get the Regression and smoke suite with all recent changes 1. Place all your test cases in a folder. 2. Use the test case template attached 3. Update your test case with Status column to generate Test case summary report 4. Update the 'Suite' column to generate Regression or Smoke suites 4. Click on the QA Doc button (File:TestcaseReport Sheet-TestCaseSummaryReport)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MDictate

    MDictate

    Speech to text using python, pocketsphinx, ready to deploy

    Automated speech recognition software is extremely cumbersome. This project's aim is to incrementally improve the quality of an open-source and ready to deploy speech to text recognition system. Runs on Windows using the mdictate.exe, but the core workings are found in the mdictate.py script which should work on Windows/Linux/OS X. In version 1.0, we use pocketsphinx' default setup with a basic graphic interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nyaa

    Nyaa

    Nyaa.se replacement written in golang

    The aim of this project is to write a fully featured nyaa replacement in golang that anyone will be able to deploy locally or remotely. On Windows, a specific version of GCC is used to build a specific depedency we use The GCC version packaged with msys2 should work. We support docker for easy development and deployment. Simply install docker and docker-compose. Once you've successfully installed docker, make sure you have the database file in the project's directory as nyaa.db. Then, follow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Needle

    Needle

    The iOS Security Testing Framework

    ... application typically requires a plethora of tools, each developed for a specific need and all with different modes of operation and syntax. The Android ecosystem has tools like "drozer" that have solved this problem and aim to be a ‘one-stop shop’ for the majority of use cases, however, iOS does not have an equivalent. Needle is the MWR's iOS Security Testing Framework, released at Black Hat USA in August 2016. It is an open-source modular framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PlanetaMessenger.org is a Instant Messenger with support to all well known instant messenger networks including ICQ,MSN,AIM,Yahoo! and Jabber through a powerfull plugin engine. PlanetaMessenger.org support multiples look and feels, plugins and profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GPU DeClicker

    GPU DeClicker

    This program removes clicks, pops and bitrots from audio files

    There is a one common problem in capturing audio from old vinyl disks. Many of the disks have scratches that impose needles to make little jumps producing short sharp noises named 'click'. My project's aim was to create a free software which able to remove this kind of noise from audio files produced by capturing vinyl disk. Also the application is able to remove some other kinds of short sharp noises like 'bitrots'. The program can detect start positions and lengths of clicks and replaces...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    ievms

    ievms

    Automated installation of the Microsoft IE App Compat virtual machines

    Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating system. Unfortunately, setting these virtual machines up without Microsoft's VirtualPC can be extremely difficult. The ievms scripts aim to facilitate that process using VirtualBox on Linux or OS X. With a single command, you can have IE6, IE7, IE8 and IE9 running in separate virtual machines. Install network adapter drivers by opening the drivers CD image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    manjaro-xfcnome

    Manjaro XFCnome Golden Edition

    ... software written in it's own toolkit and it is causing performance and stability issues (personal opinion). However, budgie was based on Gnome low level software (like mutter) which keeps causing breakages and problems with each gnome update. Using Xfce and carefully choosing only compatible gnome apps solves this. This edition aims to work out of the box and be as user friendly as possible. I use it personally and I aim to install it in as many PCs as possible (friends and family).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FSC is a game of colonization, research, diplomacy and trade. A 4X approach.It is played on randomly generated maps, the aim is to build an empire and rule most of the galaxy. For rule details see the project docs. It needs SDL and OpenGL to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    SubMerge

    Learn Language by Merging Subtitles

    The aim behalf this project is to let users merge two subtitles of different languages together. by this way you can easily learn the target language in the same way native speakers speak it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Modellers Colour Matching/Mixing Toolkit

    Modellers Colour Matching/Mixing Toolkit

    Colour matching/mixing toolkit for modellers

    One of the problems faced by modellers is matching their available paint colours to those used on the object (eg aircraft) being modelled. The aim of this toolkit is to help them in this endeavour including assistance in mixing paints to achieve the required match if required. Non Windows Versions 1.00 and later require: - Python 3.43 or later - python3-gobject 3.22.0 or later - python3-cairo 1.10.0 or later Windows Versions 1.00 or later require: - Python 3.4.3 - PyGI 3.18.2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ease3 CMS

    Ease3 CMS

    Web Content Management System and Development Framework

    ... huge possibilities that TYPO3 offers and to make them more accessible to professional developers. Now we want to share these changes with those who continue to appreciate the analysis and the methodology by which this CMS was conceived. For this, we created Ease3, which is fully compatible with TYPO3 4.5.40 LTS, and will continue with the aim of maintaining maximum compatibility, maximum safety and maximum strength. This version includes all the security fixes available at the time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LedgerSMB

    LedgerSMB

    Building High Quality ERP and Accounting Software for SMB & SME

    LedgerSMB is an ERP, featuring accounting (including AR, AP, and GL), quotation and order management, and more, for businesses with small to medium transaction volumes. The system has been shown to easily handle thousands of AR/AP transactions per week. Data integrity, security, quality, and responsiveness are key values for our community, both among the developers and, we hope, the users. Additionally we aim to make LedgerSMB into a platform to integrate with, or even serve as a framework...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CoRoPa stands for Computational Rough Paths. The aim of CoRoPa is to provide a software framework for various ideas related to Rough Path Theory, including rough differential equations and the digital description of serial data streams.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Python Machine Learning book

    Python Machine Learning book

    The book code repository and info resource

    What you can expect are 400 pages rich in useful material just about everything you need to know to get started with machine learning. From theory to the actual code that you can directly put into action! This is not yet just another "this is how scikit-learn works" book. I aim to explain all the underlying concepts, tell you everything you need to know in terms of best practices and caveats, and we will put those concepts into action mainly using NumPy, scikit-learn, and Theano...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    JNanoLog

    A tiny (nano) logging API that can replace the largely used System.out

    JNanoLog aims to be used during development process to log different messages to the console. In contrary to the quick System.out, JNanoLog display a full log with the message number, logging level, logged message and details if there is any. This API does not aim to replace large advanced APIs like Log4J which aims production but it can replace it in small and during first stage of development because it does not need any configuration and start with low logging level. The API is hard...
    Downloads: 0 This Week
    Last Update:
    See Project