Showing 1366 open source projects for "aim"

View related business solutions
  • 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
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 1

    LibreOffice MySQL Connector Extension

    MySQL Connector extensions for LibreOffice

    The aim is to provide MySQL Connector extensions for LibreOffice for Linux 32/64 and OSX64 bit versions of LibreOffice. Versions for Linux 32bit and 64bit LibreOffice are built on Ubuntu-based OSes. The connector is built using the source tree code from the LibreOffice project, and released under the GPL2. See License file within extension for more details. For the source code, please go to the LibreOffice git repository : http://cgit.freedesktop.org/libreoffice Folder numbers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    eCharacter

    eCharacter

    Create your own animated characters for games with ease!

    eCharacter aims to be a free software character configuration tool that could be used for indie games or rapid prototyping. It has been created from the developer community of the eAdventure game authoring platform, and our first aim is to integrate this tool into eAdventure. But in the near future it will also be compatible with other tools! The project is fully based on free software. It uses jMonkeyEngine3 for 3D visualization and the UI is built on NiftyGUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This project aim to create a new high performance php framework. Developer can quickly create model and controller. This project also support some helper, let you can quickly create your view. This project is in developing phase
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Swing Artist

    Swing Artist

    Mini Java IDE and Swing builder

    The aim of this project is to build an IDE for Java language which can be used to develop GUI based applications easily without knowing about the GUI components in detail. The idea is to enable users to make GUI as if they are using paint application to draw a design and later generating the code for it. The project also includes a built in Code Editor for editing Java applications. The code editor can also be used to edit file of any supported text file format. The work is focused...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 5
    picoPOS

    picoPOS

    Open, mega-light POS system for Android

    picoPOS is an open source, extremely lightweight point-of-sale solution, written in Java for the Android Development Tools. The aim is to prove my concept such that I can begin porting it to GTK#, hopefully loading the entire system over a network with no local storage, with underlying security that is yet seen in this sector.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    Fire2NetCDF

    Fire2NetCDF

    The aim of this project is to fill the need for a framework adapted to manipulate wildfire observation and simulation data. Currently, this framework is applied to the DEVS based ForeFire code, which simulates forest fire growth. This software is developed in the laboratory of the University of Corsica, France. A full Doxygen Documentation archive is included. - Download Fire2NetCDF-1.2-Docs.zip - Unzip Fire2NetCDF-1.2-Docs.zip - Open Fire2NetCDF-1.2-Docs/html/ - Run index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TifaMMy isn't the fastest Matrix Multiplication yet! A library for cache oblivious matrix operations using the space filling Peano curve. Aim is for BLAS / LAPACK functionality (but with an intuitive C++ API).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    naoJABU

    Import Nao in an old program

    The project's aim was to integer a new type of character in an old project named JABU (Juggler with Anticipatory Behavior in virtual Universe). JABU put in place a character designed as Pinocchio who has to juggle anticipating the place where the balls will fall (thanks to a neural network). The software was create with ARéVi ( http://svn.cerv.fr/trac/AReVi ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Assembling the main technologies surrounding JEE environements (MVN, Spring...) is costly and time-consuming. The aim here is to propose a common base, usable by anyone wishing to create a modular information system exposing the business to the GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    Jeroo OpenSourced

    Jeroo OpenSourced

    This is the Jeroo Open sourced project.

    This is the Jeroo Open sourced project. Jeroo is a program made by Brian Dorn. The aim of this project is to make it as simple as possible to modify the jeroo code to make your own custom commands, sensors, and objects while learning java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Da Vinci Wars

    Opensource RTS game

    Da Vinci Wars is a multiplataform OpenSource RTS (Real Time Strategy) multiplayer game based on the 16 century Italy, with the aim to emulate the battlefield behavior of most Leonardo Da Vinci's designs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MLCrypt

    Simple, lightweight, standalone command-line single file encryption.

    ... Windows - MLCrypt was created because of this. The program's primary aim is cascade encryption: create an encrypted outer layer over an existing compressed and encrypted archive file. (Each encryption layer should have a different complex password.) MLCrypt.zip contains all the executables: Linux, Windows, Raspberry Pi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    fncw

    fncw

    generic c++11 function wrapper

    fncw is a generic function wrapper for C++11. It support all types of member, lambda and C like functions. unlike std::function, fncw::function is not a template. This mean that you could wrap any function with any signature inside only one type/object: fncw::function. despite this genericity, fncw::function allow the user to reorder the parameter order (a bit like std::bind), check the function signature (there is also a partial check that aim to check only a few parameters). fncw...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Aim

    ein simpler Shooter ;D

    ein simpler Shooter, gemacht mit pygame(ein Modul von Python) in 2D. Compiliert mit Py2exe in "zusammenarbeit" mit pygame2exe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    PhpLayout

    Php MVC framework with aim to thin models and controllers

    PhpLayout is a small full-stack MVC framework which could be also used as a simple layout system for web-site (with page decoration, inserting fragments etc). Main difference from other frameworks is aiming at "thin controllers, bare models" principle, with separating business and storage-related logic into dedicated layers (services, daos etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nana C++ Library takes aim at easy-to-use and portable library, it provides a GUI framework and threads for easy programming with modern C++ methods, such as traits, metaprogramming and other template technologies. http://sourceforge.net/p/nanapro/blog The project is moved to http://sourceforge.net/p/nanapro
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    qt-box-editor

    QT4 editor of tesseract-ocr box files

    QT Box Editor is tool for adjusting tesseract-ocr box files. Aim of this project is to provide easy and efficient way for editing regardless file size.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    Autonom

    Enter a two dimensional maze and exit automatically.

    Autonom is a development project whose aim is to automatically find a way in a maze. It originally will be used in an unknown place by an autonom entity in order for it to find its way, without any human intervention. Version 1.0.0 has been released for both on Linux and on Windows platforms. In this very first release, there's a two-dimensional matrix which is 10x10 size. Our autonom entity enters into the matrix from the pre-determined starting point which is (9,4). autonom is expected...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The aim of this project is to create a service for students and teachers to help them to store and share files securely and simply using cloud computing, whether it was privately for only one user to access or publicly for any user or privately for certain people to access. It is written in C# using Visual Studio and ASP.NET technology for web development, MySQL database technology and the current progress is about 70% done.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    BattleMap

    BattleMap

    A small tool for supporting Pen and Paper Roleplaying.

    BattleMap is a small tool for supporting map based battles in pen and paper roleplaying. Its aim is just to replace the paper versions of maps and to keep track of the health points of the characters. It is not intended to administrate all aspects of the roleplaying. Due to the limited numbers of features, this tool should be easy to learn and be compatible to most of the common roleplaying systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Joda - Beans

    Project moved to GitHub

    Joda-Beans is a small framework that radically enhances working with beans. The aim is to add type-safety, refactorability and compiler-checking to properties on beans. Project moved to GitHub: https://github.com/JodaOrg/joda-beans
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Geodysseus

    Geodysseus

    Interactive OpenGL map projection and navigation with geodetic utils.

    Geodysseus is a cross platform OpenGL interactive map projection and navigation program. The user clicks on a map or 3D globe to create geodetic traverses. The geodesic can then be approximated with any number of loxodrome legs. Tracks may then be re-projected onto different map projections. The aim is to make a multi-purpose navigational tool for Land, Sea and Air. At present, the program is in early development and should not be considered suitable for navigation. The program comes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The aim of the project is create a learning tools for students. If children become aware of consumption, perhaps they will be able to influence and affect a larger system of the school. Within smart energies, the goal of the monitoring system is the control and management, even remotely, ofconsumption and production of energy users are characterized by complex energy systems. Requires DOG - The DOG Operating Ground
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GameOfBarre

    GameOfBarre

    New exercice on the Qt Library

    This was another exercice on the Qt Librairy. The aim was to make a graphical interface for a basic game and try to make it able to be play on network ! It become a software to play a little game and a communication software. In the future this software will permit to play at the asian game of Go. If you have ideas of improvements or bug report don't hesitate to contact me.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JPDF Tools
    JPDF Tools is a GUI java program built on the JPDF Export library. Its main aim is to create pdf files by inserting texts, images or tables. Users can also merge PDF files, split PDF files, merge images into PDF files and soon convert from and to PDF files.
    Downloads: 0 This Week
    Last Update:
    See Project