Showing 136 open source projects for "mobile coding"

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
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1

    Java-WebTTS

    API-Makes static web pages readable with no coding

    This JAVA API helps create java web applications where static html pages can be read out to viewer. It helps people who are visually challenged partially. It is helpful to common people and children , too, and might work out great in educational site. It's fully customized and does not need developer to write a single line of code . All you need to do is to assign a specific id to the DOM element , whose innerHTML you want to be read out. Next release of the API will deal with many more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    ADBTool

    Capturing screenshots, screen video, logcat, extract string ids

    ADBTool with user friendly UI is very helpful for QA Engineers to test and validate Android mobile apps faster. It reduces the test execution time by 40-50 percent. Installation: In order to use this tool you should install ANDROID SDK. And set Android SDK path in Environment variables as ANDROID_HOME. How to Run : Windows: By just double clicking on it. MAC or Linux: java -jar adbtool.jar Capturing and editing screenshot is one of the painful work for QA engineers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SVCEval-RA

    SVCEval-RA

    An Evaluation Framework for Adaptive Scalable Video Streaming

    SVCEval-RA is a simulation framework for rate-adaptive video transmission using the Scalable Video Coding standard (H.264/SVC). Our approach uses feedback information about the available bandwidth to allow the video source to select the most suitable combination of SVC layers for the transmission of the video sequence. The proposed solution has been integrated into the network simulator NS-2 in order to support realistic network simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    REEL SEARCH

    REEL SEARCH

    A UI controller that allows you to choose options from a list

    Reel Search is a Swift UI controller that allows you to choose options from a list. We specialize in the designing and coding of custom UI for Mobile Apps and Websites. Once the designers have created a gorgeous UI, you will need a team that will be able to turn this design into a working mobile application or website which will look and work exactly the way you have approved it at the design stage. Ramotion has been creating interfaces for many years and now we are ready to turn them into working mobile, web, and VR apps. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    WinDS

    WinDS

    Windows XP reimplemented on Nintendo DS

    WinDS is a Reimplementation of the OS Windows(R) XP(R) on the Platform Nintendo DS. Since i started coding Apps for the NDS, my goal was to write a program, called WinDS, which does (nearly) the same as the real appy by Microsoft. In contrast to other little NDS-Operating Systems, just like Woopsi etc. you can code your own Application in Lua for WinDS: just copy the Code onto the FAT-Disk and execute it from within WinDS! This is what makes WinDS so unique. The New Beta 0.95 is out, it...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    CASE-COMPILER

    We wish to design a compiler that runs off of a mobile device

    We wish to revolutionize the process of coding. To do so, we wish to design a compiler that will run on a mobile app, and use google drive and google's extensions to effectively emulate a sit-down, desktop PC programming environment, but in this case, we are able to use a tablet to perform our computing needs. That is the CASE IDE. We are also designing a language specifically for the CASE IDE called simply, CASE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    belajar coding
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WOW Slider

    WOW Slider

    Awesome jquery slider for non coders!

    WOWSlider looks and works flawlessly on all mobile devices, modern and legacy browsers, including IE6, thanks to the standards compliant, valid, semantic markup and thoroughly optimized script WOWSlider is light (6kb gzipped), loads fast, utilizes hardware-accelerated animations. It is successfully used and tested on millions pages (yes, millions), so we can say for sure that it's virtually bug-free.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ORLA (Open Remote Linux Administration)

    ORLA (Open Remote Linux Administration)

    Monitor your GNU/Linux server with your smartphone

    ORLA, or Open Remote Linux Administration, is a project we’re working on as engineering studients in IT at Polytech Marseille Engineering School, France. The goal of ORLA is to provide Server Administrators a small yet effective monitoring tool on your Android phone. And security will not be a problem as we’ll cipher data transmission with AES-256 encryption. We just finished the design of the program and the algorithms we’ll work with, and we are going to start coding soon :) We’ll...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Sea.js

    Sea.js

    A module loader for the Web

    Extremely simple experience of modular development. Sea.js's pursuit of a simple, natural coding and organization is accompanied by a set of useful features. The definition of a module specification is simple and friendly, Sea.js follows the CMD specification, as the Node.js module style. Natural and intuitive code organization, automatically load dependence, configuration is simple and clear, so that you can more enjoy coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    51Degrees-PHP

    51Degrees-PHP

    Mobile Device Detection for PHP - 4 Step Setup - 3 Minutes

    ...Step 3 - Then add the following code to your PHP page file: include_once('path/to/51Degrees.php'); include_once('path/to/51Degrees.usage.php'); (It is recommended for performance purposes that these lines are included after a session_start();) Step 4 - Get the details about the device that is accessing your site with code like this: if ($_51d[‘IsMobile’] == TRUE) { //Start coding for a mobile device here. } Read the full user guide on our web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Web Agency Website Builder

    Open Source Website Builder

    Multiple mobile friendly website builder script. Start, Run or Expand your web agency by providing quick and easy mobile website solution to businesses located within your area with the help of our website builder script. No coding and designer cost involved which saves you time and money while running your web agency. Just what you need to boost your web development business.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Mirrored Mockup Design

    Mirrored Mockup Design

    Easily design websites on the go. No coding necessary!

    There's many great tools out there for web design like Adobe Edge Animate, Google Web Designer, and Adobe Proto (Except discontinued for android), but these tools are only good for those users who are running Windows, Mac OS X, or the iOS platforms. I however couldn't find a decent website designer for Linux or Android so I decided to make my own as a fun experiment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    noSisyphos

    Embedded Rapid Application Development

    The main goal of this project is to provide a rapid application development tool (including a framework) for developing application (if possible) without coding (or scripting) for the GUI. This system should be modular, which means, it's possible to add own components. The IDE (aka Tantalus) of the project must be able to handle also the self implemented components, without a recompile. It's possible to work parallel for the gui, the information are stored in XML, but for usage the data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Kids Games: We Sow Light

    Kids Games: We Sow Light

    Kids Games in Flash

    Using something I've made? http://www.arrall.com Please, consider contributing in some way to any app I'm working on. Free kids games in a coding language you can freely acquire and create with. The version at http://www.wesowlight.com/ partially works. Tested to run on android 4.0.3 and 4.1 (after googling and installing flash player) You have to twist, poke, and guess your way into full screen mode, but it does seem to work. If it appears to consume your entire screen, touch the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Android Classical Synthetiser

    Android Classical Synthetiser

    Classical music synthetizer for android

    This android application is aiming to create 'nice' harmonized melodies and to produce digital partitions in lilypond format. Heavy Random Signal processing and expert system coding embedded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Open SVC Decoder
    Open SVC Decoder aims to provide a real-time coding framework for Scalable Video Coding extension of H.264/AVC.This project is AVC/SVC library decoding tools created at the IETR/INSA of Rennes. Please have a look at the project web site for more details
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    nutrition supplements cost calculator

    Optimize supplement costs.

    This project is based on the soylent project. Project goals Coding 1. Add supplement amounts from health canada. 2. Allow user input of specified amounts 3. Comparison of user input valus to health canada values. 4. Optimize user input to allow for names of supplements being added along with cost and multiple ingredients. 5. comparison of amounts added to health canada values 6. cost calculation 7. cost optimization based on combination of components of each ingredient being added. 8. adaption of code for use in html browser 9. adaption of code for mobile phone app Wiki 1. detailed list of core nutrients and what they do. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Videoxperience-Innpacto

    Videoxperience-Innpacto

    Efficient image coding and distribution for improved QoE

    ...The project aims to: - Characterize the design of the Internet to offer video services with a measurable high quality User Experience similar to today's DTT and IPTV, CATV or satellite as deployed by the Operators or DVD. - Develop a new image and video coding system that can meet the Internet user's experience on any fixed or mobile access network. This will reduce the cost per byte, increase the capacity of existing networks and improve the user experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sapper-RIV

    Sapper-RIV

    Classic minesweeper

    Classic minesweeper. Sapper was created to improve skills in coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Open Source Mobile Game Engine Template

    OSGET is the first open source mobile game engine template.

    ...OSGET is designed to make coding reusable as it is based on MVC where the controller uses OOP inheritance. OSGET makes interactive action game development more cost effective as it can be run on multiple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WikidF00l

    All of my projects related to the iPhone and Linux

    My coding projects (python, pygtk, iPhone, iPad, iPod Touch, Backup, Restore, Linux, Unix)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    GeoSignature
    !!! Project servers were closed in the beginning of 2012 because the project was not actual anymore (massivity using Android and iOS devices instead of "simple" mobile phones). But source codes are always available as usual !!! A simple mobile j2me/web application that provides positioning of mobile devices connected to GSM/UMTS network or via GPS and lets you share location info by SMS or email. This project also contains GeoSignature Server j2ee application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The program is intended for fast recompress sets of files. A minimum of options. Fast coding. A main objective - creation of video for mobile devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    isMobile
    isMobile is a tool to help PHP developers who need to detect whether a mobile device is accessing the application and information of this device.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB