Showing 109 open source projects for "f-droid"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    ApkFor 1.0

    ApkFor 1.0

    ApkFor helps to transfer forest growth and yield models using Android

    ...ApkFor was developed by Fernando PÉREZ-RODRÍGUEZ (fernando.perez@fora.es) and Maria MENÉNDEZ-MIGUÉLEZ. The project and Code are Beta and could be improved and re-used by anyone. In this case cite font as follows: "PÉREZ-RODRÍGUEZ F., MENÉNDEZ-MIGUÉLEZ M. 2017. ApkFor: Project and Code. https://sourceforge.net/projects/apkfor/" This project has received funding from the European Union’s Seventh Framework Programme for research, technological development and demonstration under grant agreement no 613762
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Persistence is a O-R Mapping and O-F Mapping frame.It was made for helping programmers do their works easily.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JStats

    JStats

    JStats is a Java application/applet for statistical testing.

    ...The following tests are supported: * Parametric tests: T-test, ANOVA, Repeated Measures ANOVA * Non-parametric tests: Wilcoxon Rank-Sum, Wilcoxon Signed-Ranks, Kruskal-Wallis, Friedman * Check if datasets are normally distributed: Jarque-Bera, Shapiro-Wilk * Check if datasets have equal variances: F-test, Bartlett's test, John, Nagao and Sugiura's test * Correlation: Correlation coefficient, Spearman Rank correlation, linear regression * Confidence intervals test * Outliers: Generalized Extreme Studentized (ESD) test, outliers in ANOVA The latest version is available as applet on http://aiguy.org/Statistics.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5

    droid-lsystem

    L-System java implementation with OpenGL ES viewer for android

    Academic package implementation of free-context grammar L-System fractals which can be visualized inside Android 2.3 or later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Droid Plugin

    Droid Plugin

    A plugin framework on android,Run any third-party apk

    A plugin framework on android, Run any third-party apk without installation, modification, or repackage. This is a framework on android. You can run any third-party apk without installation, modification or repackage with Droid Plugin. Given its .apk file, the plugged app could be run either independently or as a plugin of the host, NO source code is needed. The plugged app are recognized as Installed by the host and other plugged apps. Very low level of code invasion, indeed just one line code to integrate DroidPlugin into the host app. Complete code level separation between host and plugged apps, only system-level message passing method provided by Android allowed. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    RealComputer Pos

    RealComputer Pos

    proyecto basado en unicenta 3.81

    ...trae también un reporte de lineas removidas. con lo cual se puede verificar cuando el usuario remueve lineas en venta. el rol empleado se ha modificado para que solo realice ventas no puede editar ventas ni hacer devoluciones ni eliminar lineas de venta en el ticket. por lo que el administrador y el supervisor solo pueden eliminar las lineas a eliminar en el ticket Atajo de Teclas: Alt+C= Cobrar caja. Alt+F= Busqueda de productos. Alt+E= Edita la linea de productos seleccionada. Alt+R= Remueve los productos. Alt+A= Muestra los atributos del Producto
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    jfugue2me

    The adaptation of JFugue library for J2ME

    It allows you to use JFugue-2.1 API to program music on MIDP 2.0, CLDC 1.1 compatible mobile devices. It's easy to use, like this code to play C-major scale: Player player = new Player(); player.play("C D E F G A B"); It's all based on JFugue-2.1 sources, so go to http://www.jfugue.org for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This site contains four packages of Mass and mass-based density estimation. 1. The first package is about the basic mass estimation (including one-dimensional mass estimation and Half-Space Tree based multi-dimensional mass estimation). This packages contains the necessary codes to run on MATLAB. 2. The second package includes source and object files of DEMass-DBSCAN to be used with the WEKA system. 3. The third package DEMassBayes includes the source and object files of a Bayesian...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    Meteociel pour android

    L'application officielle du site Meteociel

    Ceci est le support officiel de l'application Meteociel pour Android. Vous pouvez reporter des bugs, crashs ou anomalies (Bug Report), consulter ou documenter le wiki (Wiki), consulter les sujets de discussion associés à l'application (Discussions) ou consulter des fichiers liés à l'application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    xorlisp

    Bit level lambda continuations and nothing else - Queue automata

    ...All pairs are derived from (). For example, true is represented as ((()())()), and false is (()(()())). It appears related to the church encoding of lambda where T chooses first parameter and F chooses second, of a pair. Continuations are nearly finished code and are represented as a pair of stack and queue. The stack is a linked list of pair of true or false and object pushed on the stack. The queue is also such a linked list but is paired oppositely so previous queue state goes on the left and next object queued on the right of the new pair, so when the queue is navigated in sequence of that astronomically long bitstring (thats exponential of reusing objects in the acyclicNet), the Nav32 (using linearForward and treeForward for random access) first sees the oldest object queued
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    JCLILIB

    A Java 7 library for parsing command lines.

    JCLILIB (Java Command Line Interface LIBrary) is a small Java library for parsing arguments supplied on the command line. Features include recognizing arguments either by key ("-h"), by key and value ("-f some_file" or "-f=some_file"), or by position (e.g., second argument not attached to a key). Keys may optionally be repeated with multiple arguments. Values may be specified as String, Boolean, Integer, Long or Double. Unused arguments are returned in an array of strings. A static method is provided to parse arguments with glob-style wildcards (such as "*.bak") and return all matching files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    argparse4j

    Command line argument parser library for Java

    The argparse4j is a command line argument parser library for Java based on Python's argparse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Neuro4jWorkflows

    Neuro4jWorkflows

    Open-source lightweight java workflow engine

    ...Using a special wizards you can generate new flow, new custom block or web-application. Download source code from GitHub (https://github.com/neuro4j) Studio can be downloaded from (http://neuro4j.org/f/welcome-downloads).. How to start? Read how to create your first flow (http://neuro4j.org/articles/tutorial_hello_world)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    F-Split

    This application can split and join any files

    This is a simple Java application which can run on any platform with Java installed. It has the capacity to split any files regardless of its size. It can also join them to create the original one. It works very fast and also has the ability to show the current and overall progress of the task. This is multi-threaded and thus takes advantage of modern day CPU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BIRT Report Designer

    BIRT Report Designer

    Open Source Reporting & Data Visualization Platform

    ...Developers who use BIRT Designer are able to access information from multiple data sources easily and quickly in order to create reports and applications with stunning data visualizations. Actuate now provides a free report server, BIRT iHub F-Type, to deploy BIRT content so developers don't have to build their own infrastructure. With a flexible Open Data Access framework, developers can write custom data drivers to access data from any source, including Big Data sources like Apache Hadoop, Cassandra, and MongoDB, along with all traditional relational databases, Flat Files, XML data streams, and data stored in proprietary systems. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    odt2braille
    odt2braille is a Braille extension to OpenOffice.org Writer. odt2braille enables authors to print documents to a Braille embosser and to export documents as Braille files. The Braille output is well-formatted and highly customizable.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 18
    NEO Folder Lock

    NEO Folder Lock

    Lock your files and folders .

    Simply lock and unlock your files and folders.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    gannu

    gannu

    Java API and tools for performing NLP and other AI tasks

    Java API and tools for performing a wide range of AI tasks such as: word sense disambiguation (released), optimization (5 Evolutionary Algorithms Implemented ETA February 2014), opinion mining (ETA November 2014) and text wikification (ETA July 2014). Gannu includes some graphical interfaces for scientific purposes. When using Gannu please cite: *Jiménez, F. V., Gelbukh, A. F. & Sidorov, G. (2013). Simple Window Selection Strategies for the Simplified Lesk Algorithm for Word Sense Disambiguation.. In F. Castro, A. F. Gelbukh & M. González (eds.), MICAI (1) (pp. 217-227), : Springer. ISBN: 978-3-642-45113-3 The zip file contains Gannu jar, source, API documentation and necessary resources for performing research. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ijblob
    The IJBlob library indentifying connected components in binary images. The algorithm used for connected component labeling is: Chang, F. (2004). A linear-time component-labeling algorithm using contour tracing technique. Computer Vision and Image Understanding, 93(2), 206–220. doi:10.1016/j.cviu.2003.09.002 The ImageJ *Shape Filter Plugin* (see downloads) uses this library for flitering the blobs by its shape. If you are using IJBlob in a scientific publication, please cite: Wagner, T and Lipinski, H 2013. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    XOo°f is a development and XML specification framework for documenting and developing the services layer of enterprise business applications. From the specifications, it generates WSDL, DocBook, client-side and server-side code for Java, C# and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Simplest Text Encrypter

    A simple example of polyalphabetic cipher in Java.

    ...Input Data: helloaf Key: love l - 12th letter in Alphabet o - 15th letter in Alphabet v - 22nd letter in Alphabet e - 5th letter in Alphabet Now: h(l) e(o) l(v) l(e) o(l) a(o) f(v) Further: h(+12) e(+15) l(+22) l(+5) o(+12) a(+15) f(+22) where +(number) meaning shifting the character forward by the respective number of places. So the result comes out to be: tthqapb and the data is encrypted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SCoreQDis

    SCoreQDis

    Sistema de Correção de Questões Discursivas

    Sistema desenvolvido por Ricardo L. F. de Ávila durante o Programa de Pós-graduação do Departamento de Engenharia de Teleinformática (DETI) da Universidade Federal do Ceará (UFC), Brasil, sendo utilizado como base para os testes de validação e avaliação da metodologia proposta na dissertação de mestrado do autor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    F-Talk P2P Encrypted Secure Voip

    F-Talk P2P Encrypted Secure Voip

    F-Talk cross-platform p2p encrypted secure voip software

    This project connect to two peers directly ( using without any central server, stun server ) together with 128bit encrypted secure voip communication. http://ftalk.armanasci.com/guide Spefications * Peer to peer direct connection without using any central dedicated server. ( First basic part of the security ) * 128bit AES Symmetric end-to-end encryption PCM datas. ( Second basic part of the security ) * 64bit Base64 Encoding transferred server side info. * Ipv4 and Ipv6...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Droid Pentest help you to find all android apps for penetration testing and hacking so you can make complete penetration test platform .
    Downloads: 11 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB