Search Results for "inventario en java" - Page 3

Showing 615 open source projects for "inventario en java"

View related business solutions
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 1
    Java_ou_java_pas_gl02

    Java_ou_java_pas_gl02

    Exploiter les mails d'une entreprise

    Cet outil permet l'analyse des communications par email. Il utilise les données des mails afin d'en extraire des informations pertinentes. Ces informations serviront à la production d'un rapport d'analyse des échanges entre les collaborateurs par mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Gestion Des Stocks

    Un espace de pratique qui prend comme exemple la Gestion des Stocks

    ... permettra de voir du plus près les différences entre les différents langages et les particularités de chaque langage. Cet espace est à caractère personnel mais vous pouvez toujours télécharger les différentes versions pour en tirer le maximum de profit en ce qui concerne le développement des Systèmes d'Information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Medidor Ping League 1.2

    Medidor Ping League 1.2

    Calcule el Ping que tendra en partida

    Ayuda a medir el Ping que tendras en la partida antes de comenzar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Scenarium

    Scenarium

    Logiciel de gestion de scénario et de flux de données

    Scenarium est un logiciel codé en java qui sert à la fois à la création de graphique de flux et de conteneur de scénario. Il a été conçu essentiellement pour faciliter le développement collaboratif au sein d'un paradigne fonctionnel en fournissant divers outils permettant la création, l'édition, l'exécution de graphiques de flux en temps réel. Ce logiciel est distribué sous license: Mozilla Public License 2.0 (MPL). Les codes sources de Scenarium sont disponibles à l’adresse https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5
    L2jFrozen 1.5

    L2jFrozen 1.5

    Proyecto basado en L2jFrozen 1132

    Emulador escrito en Java del famoso videojuego Coreano Lineage 2. El juego es multijugador masivo online de roles para PC 3D en tercera persona. Documental hecho por National Geographic: https://youtu.be/7cRPOHfSeKM Más información en: https://l2devsadmins.net/reynaldev/index.php?topic=186.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SmartPOS /Point of Sale Web with ERP

    SmartPOS /Point of Sale Web with ERP

    SmartPOS (Includes->SmartERP distro of Idempiere ERP) is 100% Web

    ..., combos (basic manufacturing) and much more. Optimized to be secure, reliable with focus in productivity and fraud control. Complete manuals, videos and demo database at: http://www.smartjsp.com/web/en/SmartPOS?utm_source=social_network&utm_medium=video&utm_campaign=smartpos Follow us at twitter: @smartjspnews http://sourceforge.net/projects/smart-pos/files/7.1/ Regards, http://www.smartjsp.com
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 7
    Java-FreeMote
    Java-FreeMote est une télécommande Réseau pour FreePlayer révolution Standalone pour ordinateurs. Elle est écrite en Java. Compatible sous windows, mac et linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    TreeForm Syntax Tree Drawing Software

    Syntax Tree Drawing Software (Linguistics)

    TreeForm Syntax tree drawing software is a Linguistic Syntax/Semantics tree drawing editor. Designed for graphical n-ary tree drawing. Mac users can install the software through the new package, but must give authority through "System Preferences" > "Security & Privacy". Windows and Linux users can run the software through the JAR file directly. All users must have Java 8 or higher installed. https://java.com/en/download/
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 9

    Swing_EfectosBasicos

    Biblioteca de efectos gráficos básicos para Java Swing

    Este proyecto ha sido desarrollado como parte del TFG del Grado en Ingeniería Informática en la Universidad Internacional de la Rioja.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10
    GRAMD® Personal Signature

    GRAMD® Personal Signature

    Digital Signature for PDF documents in Spanish

    Eng: Digital Signature with x.509 certificates and smartcards for PDFand PAdES format documents in Spanish for Windows OS (8 and 10). Esp: Firma Digital de documents electrónicos PDF en formato PAdES con certificados digitales X.509 y tokens criptográficos en español.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    La librería Arduino para Java es una compilación de métodos que permite comunicar aplicaciones en Java con Arduino
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 12

    Lire un fichier texte en une ligne

    Ceci est un exemple de lecture un fichier texte en une ligne en Java

    Dans cet exemple, nous allons voir comment lire le contenu d'un fichier texte en une seule ligne de code et cela en utilisant deux API et en obtenant deux formats possibles. Les deux API sont : * java.nio : disponible depuis Java 4 mais vraiment efficace depuis Java 8. * Apache Commons IO : créée pour faciliter les Entrées/Sorites sous Java. Les deux formats sont : * Lire tout le contenu dans une seule chaîne (String), * Lire le contenu ligne par ligne (List<String>).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ProBabble is a Java library that can be used to solve probabilistic argumentation problems. ProBabble uses IBM CPLEX to solve optimization problems. You can get a free license for academic purposes https://www.ibm.com/developerworks/community/blogs/jfp/entry/CPLEX_Is_Free_For_Students?lang=en After installing CPLEX, you have to make the CPLEX Jar file available in the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    tournament

    tournament

    Gestion de tournoi / Tournament management

    Tournament est une gestion de tournois écrit en java/SWT. Le but est de proposer une interface simple de gestion de poules et/ou d'éliminations. Tournament is a tournament management written in Java / SWT. The aim is to provide a simple interface for managing round robins and / or eliminations. Installation/Install https://sourceforge.net/p/swttournament/installation/Installation/ Si un graphiste passe sur cette page, un petit coup de main pour mon splash screen. Merci !! need help...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    fast-serialization

    fast-serialization

    FST: fast java serialization drop in-replacement

    .... Optionally en/decode any Serializable object graph to JSON (incl. shared references) (since 2.29) for interop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JavadocToolUI

    JavadocToolUI

    JavadocToolUI helps you to create customized API documentation.

    ... information on using the Javadoc utility, please visit Oracle's Javadoc home page at https://docs.oracle.com/en/java/javase/12/tools/javadoc.html. NOTE: In order to view and use different translations available for the application, i.e. to activate the translation menu, please obtain an API key from https://tech.yandex.com/translate/ and enter the key in the run.bat or run.sh file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    JASJAS

    JASJAS

    Software generado para el alquiler de películas

    El software fue generado con el fin de hacer un administrador de películas , tiene una base de datos En el lado administrador puede ver las películas que se tiene alquiladas, precios, agregar o eliminar las películas entre otras cosas. En el lado del cliente se tiene el acceso de alquilas películas y ver el costo entre otras funciones
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Sistema de Gestion Academica (SGA)

    Sistema de Gestion Academica (SGA)

    Sistema que agiliza la gestion de una institucion academica

    La presente herramienta implementa un Sistema de Gestión Académica, es un software que simula la lógica que se implementa en una Matrícula para una Universidad, esto es la creación, modificación, eliminación y la búsqueda de: Estudiantes, Profesores, Ciclos, Grupos, Cursos y Carreras. Esta herramienta posee una peculiaridad, se implementan tres soluciones o tres proyectos: consola, desktop y web, posee una arquitectura de capas: Backend (capa de datos, entidades y control) y Frontend MVC...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Proyecto Java escrito en netbeans para mostrar versionamiento de código en equipo en 1000 programadores on Fire
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    calendrier

    calendrier creer en java

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    apice
    Aplicación para gestión de inventario de centros educativos. Se complementa con la app para Android https://sourceforge.net/p/apice-mote/ (próximamente disponible en Google Play Store) Demo disponible en https://apice.itsmoroto.info
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    L¡¦JACS est une application en Java permettant d¡¦analyser les données de la carte SIM pour visualiser sous une interface graphique les composants suivants : „h Les contacts du repertoire. „h Les messages texte SMS dans la SIM. „h Les services de nom de fournisseur. „h La table de services SIM. „h Le numero d¡¦identification de la carte. „h L¡¦information IMSI. „h L¡¦annuaire des numeros ADN. „h L¡¦annuaire des numeros FDN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Traduc

    Exercice de traduction

    Permet d'apprendre des mots en Anglais (pour l'instant). L'apprentissage peut se faire de l'anglais vers le français et inversement. Les mots en anglais peuvent être écoutés. Le programme est développé en Java sous Linux
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Jasper2Docx

    JasperReports exporter to Docx document

    [EN] An implementation of a JasperReports exporter that produces Word 2007 document (docx format) from a report. The difference between this library and the JasperReports default exporter is the mission to produce the less number of tables in the Word document, that is to obtain a document based on text paragraphs instead of tables, easy to edit. [IT] Implementazione di un convertitore di un report prodotto con JasperReports in un documento in formato Word 2007 (docx). A differenza del...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Party Desanonymator

    Party Desanonymator

    Desanonimiza las manos de PartyPoker.es

    Las primeras manos que juegas en cada mesa de cash en PartyPoker son anónimas. Es decir, los nombres de los demás jugadores son ocultados hasta que juegas un par de manos. Esto genera errores a la hora de importar las manos en tu tracker. Con este programa puedes desanonimizar todas las manos de tu historial almacenado en pocos segundos. Luego tendrás que reimportar las manos a tu tracker. IMPORTANTE: debes tener instalado la última versión de Java para que funcione https...
    Downloads: 0 This Week
    Last Update:
    See Project