Showing 2347 open source projects for "asn.1 to java compiler"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1

    ss7mon

    ss7mon an SS7/SIGTRAN signalling monitor

    ss7mon will implement the following features for SIGTRAN and SS7 family of protocols: - Message sniffer. - Call flow tracing. - Traces DB. - Distributed tracing. - QoS monitoring. - KPI monitoring. - Web interface. - CLI command line interface. - ...etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    x-husky is a framework of fast develop of Ajax and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Information Retrieval Service Assessment

    IRSA is a toolkit for Information Retrieval Service Assessment.

    IRSA is a toolkit for Information Retrieval Service Assessment. It builds upon the Grails Web Framework and is developed at GESIS. It implements two main functionalities: (1) A number of showcases that show the implemented services like a so-called Search Term Recommender and different science-model based ranking mechanisms and (2) an IR assessment module that let's one do an interactive evaluation of the retrieval services. All implemented services are available via well-documented...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JPDF Tools
    JPDF Tools is a GUI java program built on the JPDF Export library. Its main aim is to create pdf files by inserting texts, images or tables. Users can also merge PDF files, split PDF files, merge images into PDF files and soon convert from and to PDF files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Ultimate Quiz Maker & Engagement Platform Icon
    The Ultimate Quiz Maker & Engagement Platform

    Powering publishers, brands, and sports teams with 30+ interactive content types. Maximize engagement and revenue with Riddle.

    Riddle is an online platform for creating interactive content such as quizzes, surveys, personality tests, prediction games, and leaderboards. Our customers create content on our platform and then embed it on their website. The goal? Increased engagement, lead generation, segmentation, and content monetization - all 100% GDPR compliant.
    Try for free
  • 5
    DiffReport

    DiffReport

    Code Difference report

    Often I have seen some Huge Maintenance Projects it is always very difficult to track the incremental files for each release and If we want to do that we need to checkout both the branches and use some UI based tool to get the diff of the files finally we end up waiting in front of the PC for a long time and do this job. In many cases we spend more than 2 hrs/day. The time increases if there are more such parallel releases and at the end of the day 1 developer does it as full time job and has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This projects aims at providing an object model which describes a java source file static and dynamic behaviour. The generated object model can be used to analyse the source code or generate new code (unit tests, for example).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SMLEditor

    Prototype editor for the SDEM Mapping Language

    The Gateways Team of the Live-Virtual-Constructive Architecture Roadmap Implementation (LVCAR-I) effort is developing a set of tools that will support the gateway community. One of these tools is the Simulation Data Exchange Model (SDEM) Mapping Language (SML) Editor. The tool provides the ability to import two SDEMs in their native language and subsequently view the entities that need to be mapped between the two SDEMs. The SDEM Editor also allows the user to create these mappings and store...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Oracle Database Front-End with database navigation, code editor, syntax highlighting and tab completion for database objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 10
    Ladybug
    A tool designed to help with the process of Agile planning and development. The immediate aim of this project is to offer a light, free and user-friendly solution for small and medium sized products developed using Agile techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JDotNet

    Tries to reimplement the .NET Framework in Java

    JDotNet tries to reimplement the .NET Framework partly in Java to improve the compatibility between Java and .NET. There are also plans for a compiler which may translate .NET to Java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    KGJlib

    A Java library containing classes that I wrote and am happy to share.

    KGJlib is a Java library containing various different helper classes, etc. that I have written over the course of time. I open-sourced the library so that I could re-use it in any project I contribute to, and I'm developing it on SourceForge so that others can benefit from it too. The library contains useful classes for audio, JavaBeans, I/O operations, various type conversions, etc. One particularly interesting tool I developed is the NetSharedVariable system, which allows named variables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    po-auto-translator

    po-auto-translator

    Translating PO and POT files from one natural language to other.

    Translating GetText PO and POT files from one natural language to other.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    To investigate, describe and develop methods and approaches to generating maps with computers. This is not another GIS project. This one is focused on how to develop programs which make useful end user maps and programs using map backgrounds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mouse Run

    Mouse Run

    Programming Game, A Practice Tool for Building Intelligent Things

    Mouse Run is a programming game where programmers can implement a mouse and let it run in a maze to hunt of cheese. It is a battle among programmers to test who can build the most intelligent mouse, given limited information during the game. Programmers need only implement one code file, extending from an abstract class that will contain the logic of the individual mouse. The game Host will gather all the mouse implementation and let them run in the maze. It is real fun for geeks/nerds...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Approximate Subgraph Matching Algorithm

    Approximate Subgraph Matching Algorithm for Dependency Graphs

    ..., the total worst-case algorithm complexity is O(m^n * n(n-1)/2 * km * log m). This Java implementation implements our ASM algorithm. See README file: https://sourceforge.net/projects/asmalgorithm/files/ If you use our ASM implementation to support academic research, please cite the following paper: Haibin Liu, Lawrence Hunter, Vlado Keselj, and Karin Verspoor. Approximate Subgraph Matching-based Literature Mining for Biomedical Events and Relations. PLOS ONE, 8:4 e60954, 2013.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PACS VM

    PACS VM

    ISO - Customized version of dcm4chee 2.17.3 for MySQL.

    1. Add JBoss Application Server 4.2.3.GA for JDK 6. 2. Cleanup for Windows and deprecated files. 3. Off CONSOLE records - http://forums.dcm4che.org/jiveforums/thread.jspa?messageID=4787
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    This lightweight dynamic component framework, implemented in Java in a first time uses no code generation at all but uses only contracts. Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Infix: Maven tools

    Bunch of Apache Maven plug-ins and tools

    Infix is a group of Apache Maven plug-ins developed to aid in build and release management with Maven. It includes plug-ins to integrate NSIS and JSmooth with Maven.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    proJMS

    proJMS

    Messaging Library for the Processing environment

    proJMS is a library for Processing that allows the easy usage of JMS. It allows to publish and consume JMS messages and to create peer to peer communication between processing applications in a network. Refer to the wiki for installation and usage instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    El proyecto central es la conformación de un Sistema de Información Hospitalaria, se pretende ir por subproyectos los cuales formaran las piezas fundamentales que se integraran mediante perfiles IHE que vayan estableciéndose para la norma HL7v3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project is a Java library with a set of general utilities designed to help swing developers. Some tools are: easy positioning of containers (windows), help issues on java.io, image backgroundabe components, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MIDletPascal
    MIDletPascal is specifically suited for development of J2ME midlets. It's compiler translates Pascal source code directly into Java microedition bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Sql Serializable Java Object Generator

    Program used to generate Java objects which serialize to MySQL

    This is an application that is used to graphically create a collection of objects which can reference each other. Once objects and their relationships are defined, you can serialize them into java classes which automatically serialize and deserialize to MySQL. This output can be used to speed up development of programs where data is persisted within a database. This program may one day be expanded to cover other languages and databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Multiagentsystem Ellipsis

    Multiagentsystem Ellipsis

    Modular, agent-oriented and extendable agent toolkit.

    Ellipsis is a modular, agent-oriented, and extendable toolkit to execute stationary and mobile software agents written in the Java programming language. Ellipsis uses the standard application server JBoss (version 4.2.3 GA) without any modifications. In contrast to existing mobile agent toolkits, Ellipsis has an agent- and message-oriented architecture. Ellipsis is built on top of the JMX architecture. Core Ellipsis components are implemented as MBeans which provides for basic ser-vices...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.