Search Results for "software open-source" - Page 46

Showing 1217 open source projects for "software open-source"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    GBCoid

    GBCoid

    Gameboy and Gameboy Color emulator for Android phones

    This project is based on sources published by original GBCoid developer, who in turn used code of gnuboy. Help and suggestions are welcome. This project has been abandoned in favor of RetroArch, another awesome free software console emulator (which is also actively developed): http://www.libretro.com/.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    CrypPic ME
    CrypPic is a free software application based on Java Micro Edition which can be used to encrypt and manipulate the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    EvolutionaryComputation

    EvolutionaryComputation

    Evolutionary Computation on Android

    This project is a prototype of evolutionary computation algorithms implementations for Android. We, Tom BERNARD and Ugo PICHE, were asked to do this project as part of our electronic & computer science in the Polytech'Paris-UPMC engineer school, in France. We wanted to thank Mario Zechner and all contributors behind the fabulous libGDX project (https://code.google.com/p/libgdx/) which allowed us to use Box2D and OpenGL ES more, more easily than without this API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Flex TravelAgency

    Flex TravelAgency

    The web application Travel Agency was provided to the community to demonstrate rich-client application concepts that offer facilities to the users for booking, cancel and tracking the status of trips online. It also provides facilities like live chatting with admin operators and to saving the past, present and future visits along with saving the summery which can be available to print for their records. The website also has facilities like online payment such as payment gateway- (PayPal)...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    PieceOCake

    PieceOCake

    A ridiculously simple Java save/load library

    Do you ever curse Java for making it so ridiculously difficult just to save and load data? Do you ever say something like the following: "All I want to do is save the user's data! I don't want to deal with your BufferedWriters and HashMapThingies and stuff!" ...all in a remarkably incensed tone? Well, DON'T! There's a solution! It's a PIECE O' CAKE! Just use this handy dandy library and you can save/load like a champ. Forget about said BufferedWriters and HashMapThingies. What's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Volley-ball Stats android

    a software for android tablet which can make volleyball statistics.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An alternative way to navigate your Android layouts, in a small class and providing different ways to work: a fluent interface, a callback system, bookmark capabilities and automated View click listening methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bracer

    Bracer

    Repository has been moved to: http://dtitov.github.com/bracer

    Java library for parsing and evaluating math expressions. Javadoc is available at http://bracer.sourceforge.net/javadoc/ P.S. This library depends on Apache Commons Math, so don't forget to include commons-math-2.2.jar to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    SIPF - Simple Intelligent PHP Framework

    SIPF - Simple Intelligent PHP Framework

    This is a base PHP framework for making simple websites with clean URL

    SIPF: Simple Intelligent PHP Framework Simeon Ivaylov Petrov Framework SEO Ideological PHP Framework (SEO - Search Engine Optimization) This is a base PHP framework for making simple websites with clean URLs. It is absolutely free! It's developed for advanced php web developers but if you are a beginner in php programming, I think you can also understand how does it work. SIPF is not a CMS (Content Management System) and it doesn't use the MVC (Model View Controller) logic as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver trusted data with dbt Icon
    Deliver trusted data with dbt

    dbt Labs empowers data teams to build reliable, governed data pipelines—accelerating analytics and AI initiatives with speed and confidence.

    Data teams use dbt to codify business logic and make it accessible to the entire organization—for use in reporting, ML modeling, and operational workflows.
    Learn More
  • 10
    Linderdaum Engine
    Linderdaum Engine is an open source purely object-oriented 3D gaming engine written in C++. It is designed to be an integrated solution for the development of interactive 3D applications, for game, industrial and scientific visualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Community Health Worker Helper

    Community Health Worker Helper

    CHW Helper is a medical handbook and a patient management system

    Community health workers (CHW) are members of a community who are chosen by community members or organizations to provide basic health and medical care to their community. Community Health Worker Helper is useful to manage patients and search diseases by symptoms. CHW Helper runs on Android 2.2 and upper. Note: The diseases database used is not a real diseases database, it's an example, so if you want to use this software you have to make a diseases database by doctors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    bigfish

    bigfish

    Library for crossplattform communication

    bisfish is a crossplattform library that can be used with IPhone, Android and Windows Phone 7 projects. It enables you to easily share data between the three platforms. You run a server (programmed in java) to that all the clients will connect. The clients can choose a session to join with. A session can be password protected. In a session you can send messages (bytes) to all of the members of a session, to a group of members or to a single member (broadcast, multicast and unicast).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    windows has rundll, rundotso is for linux load shared library(.so) and run the functions. rundotso.c you can load shared lib and run the function. It likes the rundll.exe in windows os. compiled and tested under the android ndk. you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenSkyNet - Moving towards a comprehensive artificial intelligence solution for game developers under the LGPL. The goals are to implement action selection solvers, robust steering behaviors (including pathfinding algorithms), and machine learning.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    Android Apps Source Code

    Android Apps Source Code

    存放汉化后的 Android 程序代码
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    OCradar

    Open Caching Radar

    Open Caching Radar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MultiDEILD

    MultiDEILD

    The ultimate alarm for lucid dreams induction

    MultiDEILD is an Android application that can aid you in having lucid dreams by using special alarms and light flashes. MultiDEILD is also available as a Windows scriptable software. It can turn on your pc, ring alarms, and put your pc in sleep mode again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jetpack MOD
    Jetpack MOD is a custom ROM for Samsung Galaxy S (I9000) which is an Android device. ROM is optimized for Speed, Stability, Smoothness and bundled with simple yet beautiful User Interface and clean framework supporting multi CSC and RTL Languages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    libzipper offers a flexible C++ interface for reading compressed files in multiple formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    List of TCP/UDP port for android phone
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Calculator of matrices for android smartphone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    iitLabs
    Совместное выполнение лабораторных
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Look! AR for Android
    Framework of Augmented Reality for Android. With Look! you can create an app in minutes. Its features are 3D, 2D, camera, remote services, Location Indoor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a client application of JiShiTong (an IM software recommended by China Unicom) running on Android device, You will always get some new features here. If you need a more stable application, please download from its official site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Development of user interfaces (clients) for the w1-fi web service. w1-fi is a web content system for cell phones with user accounts, localization in maps, upload of images/videos, and selling products through online payment gateways like paypal.
    Downloads: 0 This Week
    Last Update:
    See Project