Showing 25 open source projects for "java modelling tools"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Apktool

    Apktool

    A tool for reverse engineering Android apk files

    A tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications. It also makes working with an app easier because of the project like file structure and automation of some repetitive tasks like building apk, etc. It is NOT intended for piracy and other non-legal uses. It could be used for localizing, adding some features or support for custom platforms, analyzing applications and much...
    Downloads: 121 This Week
    Last Update:
    See Project
  • 2
    J2ObjC

    J2ObjC

    A Java to iOS Objective-C translation tool and runtime

    J2ObjC is an open-source command-line tool from Google that translates Java source code to Objective-C for the iOS (iPhone/iPad) platform. This tool enables Java source to be part of an iOS application's build, as no editing of the generated files is necessary. The goal is to write an app's non-UI code (such as application logic and data models) in Java, which is then shared by web apps (using GWT), Android apps, and iOS apps. J2ObjC supports most Java language and runtime features required...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Facebook SDK for Android

    Facebook SDK for Android

    Used to integrate Android apps with Facebook Platform

    This open-source library allows you to integrate Facebook into your Android app. Integrate your Android app with Facebook to build engaging social apps by using the Facebook SDK for Android. To learn more about using Facebook development tools. The current version of the Facebook SDK for Android is version 11.2.0 and requires the Android API 15. Code and samples for the Facebook SDK for Android are available on GitHub. A secure and convenient way for people to log into your app or website by...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Convertigo

    Convertigo

    Low Code Platform for Enterprises

    Convertigo is an open source Low Code Application Platform (LCAP) featuring MXDP (Multi eXperience Development Platform) for full-stack mobile and web application development - Large variety of connectors to enterprise apps - Low Code microservice builder to orchestrate and combine data and processes from multiple enterprise apps. - Offline data and complete data synchronization for disconnected scenarios. - Cross-platform WebApp and Native app mobile application development tools...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 5
    Wuweido 3D CAD

    Wuweido 3D CAD

    Free 3D Mobile CAD

    Wuweido is a professional 3D CAD on your phone or tablet. More than just a viewer, dozens of modeling tools are provided to create and modify 3D models in the most natural way. Wuweido allows you to import and export models in standard CAD format. Unlike Onshape™ on Cloud, Wuweido is running locally on your device and it's more like Rhino™ 3D on mobile. Wuweido is powered by OPEN CASCADE. OPEN CASCADE is an incredible powerful geometry kernel innovating quickly. Wuweido is inspired by...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Nwicode CMS App Builder

    Nwicode CMS App Builder

    Mobile app Builder without coding

    The NWICODE CMS project, an open source mobile app Builder, was launched in beta testing in 2019. Since 2016, the platform has only been offered as a cloud-based solution for creating mobile applications. Our goal Not a month goes by without the launch of new platforms and mobile app designers on the market. All these platforms with DRAG&DROP and ready-made features. These solutions are very standardized and do not allow you to develop and control your application. We eliminate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Codename One

    Codename One

    Cross-platform app development framework for Java & Kotlin developers.

    Build native mobile applications using Java or Kotlin with our open source tools. Codename One seamlessly integrates with IntelliJ/IDEA, Eclipse & NetBeans to make native write once run anywhere a reality on iOS (iPhone/iPad), Android, Windows (UWP), Desktops and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    TakePhoto

    TakePhoto

    A tool library for taking photos and selecting from albums

    TakePhotoIt is an open-source tool library for getting photos (taking pictures or selecting from albums and files), cropping pictures, and compressing pictures on Android devices. The latest version is 4.1.0. For versions below 3.0 and API description, see TakePhoto2.0+ for details. Support automatic permission management (no need to care about SD card and camera permissions, etc.). Support personalized configuration of cropping and compression parameters. Provides own cropping tool...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    OpenRemote

    OpenRemote

    Open Source for Internet of Things

    An Open Community in the Home Automation and Domotics space. We believe an Open Source approach can revolutionize the way people create, install, and maintain software in the industry. Our panel technology integrates with your favorite protocol and runtime hardware through Open Source software. We open up the front-end and support a unified panel and visual programming model. An installer can pick and choose hardware products from different vendors and still present one panel UI to the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • DAT Freight and Analytics - DAT Icon
    DAT Freight and Analytics - DAT

    DAT Freight and Analytics operates DAT One truckload freight marketplace

    DAT Freight & Analytics operates DAT One, North America’s largest truckload freight marketplace; DAT iQ, the industry’s leading freight data analytics service; and Trucker Tools, the leader in load visibility. Shippers, transportation brokers, carriers, news organizations, and industry analysts rely on DAT for market trends and data insights, informed by nearly 700,000 daily load posts and a database exceeding $1 trillion in freight market transactions. Founded in 1978, DAT is a business unit of Roper Technologies (Nasdaq: ROP), a constituent of the Nasdaq 100, S&P 500, and Fortune 1000. Headquartered in Beaverton, Ore., DAT continues to set the standard for innovation in the trucking and logistics industry.
    Learn More
  • 10

    dex2jar

    Tools to work with android .dex and java .class files

    Mirrors: * https://bitbucket.org/pxb1988/dex2jar * https://github.com/pxb1988/dex2jar dex2jar contains following compment * dex-reader is designed to read the Dalvik Executable (.dex/.odex) format. It has a light weight API similar with ASM. * dex-translator is designed to do the convert job. It reads the dex instruction to dex-ir format, after some optimize, convert to ASM format. * dex-ir used by dex-translator, is designed to represent the dex instruction dex-tools...
    Leader badge
    Downloads: 1,133 This Week
    Last Update:
    See Project
  • 11
    Revenssis Ethical Hacking Suite

    Revenssis Ethical Hacking Suite

    Fully featured network, wireless and web app pentesting suite.

    Nicknamed as the "Smartphone Version of Backtrack", Revenssis Penetration Suite is a set of all the useful types of tools used in Computer and Web Application security. Tools available in it include: Web App scanners, Encode/Decode & Hashing tools, Vulnerability Research Lab, Forensics Lab, plus the must-have utilities (Shell, SSH, DNS/WHOIS Lookup, Traceroute, Port Scanner, Spam DB Lookup, Netstat... etc). All these fitting in an application approx. 10MB (post installation).
    Downloads: 13 This Week
    Last Update:
    See Project
  • 12
    Android Robo Combat

    Android Robo Combat

    self-programmed android game

    The scope is to create a android game, by using Java. Robo Combat is a game that is like the well known game Mario World. It also includes a simple map editor. For developers: Suitable for beginners in the programming language Java. Please download following programs: - Eclipse + ADT plugin - Android SDK Tools - Android Platform-tools - The latest Android platform - The latest Android system image for the emulator All this is available in the bundle: http://developer.android.com/sdk/index.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CoinSparc SEO suite for Android

    CoinSparc SEO suite for Android

    Full SEO (Search Engine Optimization) app for Android.

    Packing all necessary tools used for SEO including URL submitter, Search Engine Ping tool, Site Stability Analyzer, All Major Webmaster Toolkits (Google, Bing, Yahoo, Yandex, Baidu), Keyword Density Checker, Rank Checkers, Backlink Builders, Sitemap Submitter Social Media Metrics & Analysis tools, Mass traffic generator and Blogging tools & tips. CoinSparc delivers the power of a fully fledged PC application to your smartphone. It certainly replaces the tens of different application you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Droid Pentest help you to find all android apps for penetration testing and hacking so you can make complete penetration test platform .
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    MIDletPascal
    MIDletPascal is specifically suited for development of J2ME midlets. It's compiler translates Pascal source code directly into Java microedition bytecode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Simplest Android Web Suite

    Free and simple build toolkit for HTML5-based Android apps

    SAWS: Simplest Android Web Suite SAWS is an open-source build engine that allows you to turn a HTML5-based client web application into a mobile application for Android OS. Given the folder with your web app (HTML, JS, CSS) and its title, it outputs ready-to-use APK file with this application. Requirements: - Linux or other Unix-based OS with Bash shell - Java SDK (sun-java6-sdk or the latest openjdk version) - Ant - Android SDK installed with Android 2.1 (android-7) available as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    FasterDDR

    Various tools for device description repositories.

    Java API for OpenDDR and WURFL read, write and refactor operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    iBox
    iBox is a powerful information management tools for Android, which gives you a safe and secure way to store all of your critical information. It could be credit card numbers, accounts, passwords, marketing plans, product ideas, minutes and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Dedex converts Android .dex files back into Java VM class files, which can then be subsequently executed or analysed using more commonly available tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WalkingToolsGpx

    WalkingToolsGpx

    Web editor for locative media GPS projects, deploys to Android App

    NOTE: There is no longer a downloadable desktop app. The project is in the cloud now. See hipergeo.net and google play->hipergeo, still very beta, but up and running. The Walking Tools Reference Platform APIs provide support for GPS and GPX data processing for locative art practices (such as geo-annotation, drawing and narrative), in addition to telematic geospatial performances and other experimental practices with mobile phones. Among the resources are flexible, functional Android...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A Java library and supporting modelling/execution tools that combine Robin Milner's formal Bigraph model with the indirect communication abstraction of Gelernter's tuple-space, i.e. a coordination system based on bigraphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A tool that can extract data from the Calibre SQLite database, including a command line tool that generates OPDS catalogs. In everyone's words, it takes the metadata out of Calibre, and generates catalogs for Stanza, Aldiko and web browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    J2ME MIDlet for discovering device's bugs and features. For users and developers. It's a must have for mobile software porting. Useful for assure compatibility when developing for a large number of devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    J8051 is an API for communication between a 8051 microcontroller and a cell phone using Java ME, Bluetooth and "C" language callback functions, providing a easy way for embed systems developers build a communication between.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An experimental set of tools for text analysis and dictionary construction. One goal is to improve text-input e.g. on devices with touchscreens using dictionary-based symbolic on-screen keyboards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next