Search Results for "small linux os" - Page 23

Showing 1748 open source projects for "small linux os"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    Library Catalog

    Library Catalog

    You can keep all the books in your own catalog

    From small project to program that allow to catalog books for big (home) library. You can keep data in remote database to share set of your book with other who have this application. As database used firebird 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    Java library can be used in JUnit testcases for java bean classes coverage. Suitable for check methods: "equals", "hashCode", getters and setters. Similar with "https://sourceforge.net/projects/meanbean". Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor>()...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JUMLStateMachine

    Java library implementing a state machine by the UML standard.

    JUMLStateMachine is a Java library implementing a state machine by the UML standard. The purpose for the library is to be easily usable for small state machines, yet extendable and scalable for larger and more complex ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Facebook Contacts for Picasa is a small utility which gets your Facebook friends and imports them as Picasa contacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    Pease Plate is a small but powerful template engine for Java that uses simple POJOs as data model. It includes an extendable Java-like expression language designed for the special needs of template rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Movie Trailer Watcher

    Watch or search latest movie trailer with this small desktop app

    Now watch all latest trailers on one click of this small desktop application. Moreover the app allows you to search movies from your favorite actor/actress or you may also search using the movie name directly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PiCon Picture Converter

    Converts image files from one format to another format

    PiCon (πCon) Picture Converter is an image converter that allows users to convert image files from one file format to another.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Homemotion

    Homemotion is a Java based control center for home automatation.

    Homemotion is a Java based application for home automation. It uses of an internal notification bus that is connecting different components. The usage of generic attributes and adapters allows to add (and mix) different hardware backends. The default UI interface is build using newest JavaFX technology and also includes a small JavaFX UI framework. It should be easy to implement/provide additional or custom hardware backends or UI functionality by implementing corresponding plugins. The...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Salvage Team

    Salvage Team

    An Action Adventure Space Physics Game

    Space junk has been polluting our solar system for many years now. Its a problem for space travelers and satellites alike. Its time to help clean up this mess. Will you help and earn some credits while your at it? Salvage Team – RUSH is the first mini-game in a series of fun filled physics scrolling games. You pilot a small ship that collects rubbish (bits and peaces) through a hull magnetic system. Its your task to clean up an area. You are scored on the rubbish collected and the length...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    Miscellaneous Source Code useful for systems administration of both Windows and Linux machines. Very random collection of small tidbits of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    CC2

    Cyclos 3.7 port with improved UI and additional reporting app

    CC2 is a customised, repackaged version of Cyclos 3.7 which is designed to * Allow small communities to get up and running quickly with the world’s leading alternative currency software * Improve the look and feel of Cyclos and make it more intuitive for users * Add additional reporting functionality (x and z reporting, automated invoicing) for business users **Please see the Release Note** on the Wiki Tab for background of this project and non-technical aspects of setting up...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    GeDA - Generic DTO Assembler
    GeDA (Generic DTO Assembler) is a small library for easing the developers' pain of assembling DTO's from Domain objects and update the Domain objects from DTO's in an n-tier applications. NO XML, just annotations or DSL :-). Available as mvn2 dependency and pluggable to Spring 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    POS Project

    POS for small business.

    This is a POS (Point Of Sale) project created in Java, the project uses MS SQL Database for storing transactions and settings. The application is free, I work on it in my spare time, if you have any questions, need help, have advice send me an email at: petedells@gmail.com Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pif SqlObjects

    Pif SqlObjects

    SqlObjects - SQL library for Java

    Pif SqlObjects is a small and light library that helps to interact with database without writing down any SQL code and provides a small management of entities. This has been achieved considering SQL statements and relative clauses as objects. Note: sources available on sample project lib folder. HOW TO: Download the project and save it in a temporary directory. After this, unzip the file and open in your browser this file: pif-sqlobjects-1.0_reference_manual.htm. Further...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    codingcontest5

    A place to dump code for a coding competition

    One of the requirements of a small coding contest I might enter is to put the code into a publicly accessible Git or Mercurial repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ladybug
    A tool designed to help with the process of Agile planning and development. The immediate aim of this project is to offer a light, free and user-friendly solution for small and medium sized products developed using Agile techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    XTarget

    Java API and Groovy Library for XML Scripting

    XTarget is an Groovy Library for automated editing of small XML Databases with Groovy scripts. It focuses on simultaneous editing of data, including structures like lists and maps, and linking between various XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Jupidator is a library/tool in Java for automatic updating of applications with minimum user interaction and small developer effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    LancheSaudavel

    Jogo de Educação Alimentar

    O jogador escolhe os alimentos arrastando-os para o prato, dependendo dos alimentos que escolher o será descrita uma análise. Requisitos: - Sistemas Operacionais suportados: Windows, Linux, MacOS e Solaris. - Máquina Virtual Java 7.0 Créditos: - César Martorelli da Silveira - Clorivaldo de Oliveira Júnior - Marcos Juinthi Koba Morise - Sandra Possebon Gatti - Tais Maria Otsuko
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    INFOTICA

    A small information book

    This project has the goal to keep your friends infomation in your pc. This is like a small information book. You can keep here your friends name, email addresss and contact number. You can add, update, view and delete your friends information. Copyright (c) 2013 by Mohammad Rakibul Haider. All rights reserved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Blood Donor Info

    A small Blood Donar information book

    This project has the goal to keep your all blood donor infomation in your pc. This is like a small information book where you can find all you blood donar infomation like name, email address, blood group. You can add, update, view and delete your blood donar information. It is helpful when you need blood of some group and you have this infomation book then just open this book and select the name of the blood group you need and it will show you all the persons information of that blood...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    SlalomGenerator

    Generator of coherent slalom sequence

    Slalom Generator is small java tools (cross platform) to generate sequence. Indicate figures you know, number of plot, and expected number of figures in sequence and generate !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Scribo

    Scribo

    Editor txt fajlova sa osnovnim funkcijama editora.

    Scribo je mali editor txt fajlova sa osnovnim funkcijama editora. Napisan je u programskom jeziku Java SE 7. Pored osnovnih funkcija editora, pruza i alat za konverziju latinice u cirilicu i obrnuto. Ovaj mali program je napisan od strane pocetnika bez profesionalnog iskustva sa zeljom da prezentuje svoj rad u cilju nastavka ucenja i daljeg poboljsanja. Scribo is a small txt files editor with basic editor functions. It is written in Java SE 7. Besides basic editor functions it provides a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A small framework for IoC implementation by dependencies injection
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB