Search Results for "dump process java" - Page 19

Showing 1065 open source projects for "dump process java"

View related business solutions
  • Smarter Packing Decisions for Retailers and 3PLs Icon
    Smarter Packing Decisions for Retailers and 3PLs

    Paccurate is an API-first cartonization solution.

    Paccurate is the only patented cartonization solution that optimizes for transportation costs directly. So you can have the right boxes, and control how they're packed.
    Learn More
  • MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design. Icon
    MicroStation by Bentley Systems is the trusted computer-aided design (CAD) software built specifically for infrastructure design.

    Microstation enables architects, engineers, and designers to create precise 2D and 3D drawings that bring complex projects to life.

    MicroStation is the only computer-aided design software for infrastructure design, helping architects and engineers like you bring their vision to life, present their designs to their clients, and deliver their projects to the community.
    Learn More
  • 1
    A web-based interface for the Hadoop MapReduce framework that simplifies the process of writing and running MapReduce jobs. Aimed at introducing parallelism concepts in introductory computer science courses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    monox

    Operating System Concept Simulation

    This is an Operating System Scheduling simulation for Process and Memory simulation. This is a academic project and can be used to teach scheduling concepts in the OS class and laboratories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    jTrcezer

    jTrcezer

    NS-2 Trace file analyzer, graph creator for wired and wireless sims

    jTrcezer is a java application which can read analyze and calculate some metrics of an ns-2 network simulation. Wired, old wireless and new wireless are already supported but jTrcezer was developed in order to be easy for users to make changes or/and add new trace formats. The final results of the analyzing process are 2D charts for throughput,load,jitter,sent-forwarded-dropped packets and endtoend delay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Large Text File converter

    Java Based Heavy-duty utilitity to process large delimited text files

    TextZilla is a Multithreaded Java utility which can process huge size delimited text files to extract, convert, encode, decode, encrypt/decrypt text data from source and write it in desired output file or files. It provides fully extensible framework based on which Java classes can be created, for example it currently has MD5 conversion capability, based on same design classes for 3DES ,AES or any other Algo can be created.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Turn speech into text using Google AI Icon
    Turn speech into text using Google AI

    Accurately convert voice to text in over 125 languages and variants by applying powerful machine learning models with an easy-to-use API.

    New customers get $300 in free credits to spend on Speech-to-Text. All customers get 60 minutes for transcribing and analyzing audio free per month, not charged against your credits.
    Try for free
  • 5

    SCF

    It's a framework that allow obtain and process properties

    SCF provides a way to access to properties sources. It also allows the replace of variables defined into the properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ARecordUpdater

    ARecordUpdater

    An application that automatically updates A-Records for certain hosts.

    ...Written in Java and runs on any machine with Java installed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Geocoding is the process of estimating a latitude and longitude for a given location. JGeocoder is a free Java geocoder. This project is loosely modeled after Geo::Coder::US, a Perl module available for download from the CPAN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CUO

    CUO

    Codon Usage Optimizer

    CUO is a GUI-based multiplatform software written in Java. It is open source and built with a user/developer-friendly structure. The main function of the software at the current development stage is to optimize genes to be transformed into the Chlamydomonas reinhardtii chloroplast genome although it can be used to optimize genes into other hosts as well. The main tool in CUO, Moptimizer, introduces a semi-automatic way of gene optimization which provides more flexibility and accuracy during the optimization process. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    textcrypter

    textcrypter

    textcrypter is an encryption tool using vigenere cipher algorithm

    Textcrypter is an encryption tool using vigenere cipher algorithm. Vigenere use the same key/password to encrypt and decrypt a file (symmetric key cryptosystem). Result of the encryption process is a ciphertext in hexa number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • EHS Software and Management System Icon
    EHS Software and Management System

    ERA offers the only full EHS&Q platform with advanced automation to drive your complete compliance.

    ERA Environmental Software Solutions develops web-based EHS management software for small, medium, and large manufacturers needing to comply with federal, provincial, and state regulations, monitor their air, water, and waste emissions and other environmental outputs, author and manage Safety Data Sheets (SDS) in more than 40 languages, or standardize their Health and Safety procedures for incident and inspection tracking, training delivery, and audit management. The platform also supports comprehensive reporting for programs like TRI, Tier II, Title V, NEI, and NPRI. Companies across the automotive, aerospace, general manufacturing, and paints and coatings industries, to name a few, rely on ERA’s all-in-one, SOC 2 Type II certified SaaS for complete coverage of their EHS needs.
    Learn More
  • 10
    egrsa

    egrsa

    rsa-elgamal comparison

    compare time of process between rsa and elgamal algorithm used to encryption and digital signature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DexGuess

    DexGuess

    A simple game to analyse your skills in number guessing.

    The program randomly selects a five digit number. You have to find out that number in the minimum number of logical guesses possible. You will enter a five digit number and the program will tell you if the number is more than, less than or equal to the random number selected by the program. Repeat the process to find the number out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bcube CMS

    Bcube CMS

    Better Business Bureau Case Management System

    A full featured Case Management System (CMS) for organization that deliver Consumer Business Bureau Services. For organizations that Manage Cases for Consumer Protection Management and Analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JXLStoKML

    JXLStoKML

    Converts .XLS to Google Earth .KML

    This program will convert a Microsoft Excel (.xls) spreadsheet with addresses to waypoints for use in Google Earth with the .kml file format. ** Updated September 3, 2012 - Program will now process geocode requests in batches of 10 to eliminate duplicate lat/long error. **
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tuple Spaces

    Tuple Spaces

    Tuple space with time outs and transactions.

    Java implementation of a Tuplespace. Moved to https://github.com/mike-k-houghton/tuplespace A Tuple is an ordered list of items. A Tuple Space is a form of associative memory where entries, tuples, are stored in the space and are retrieved using search criteria that are based on the intrinsic properties of the tuples. The two key operations are put get And that is it! There are refinements on these operations including, for example, timeouts where the tuple will only exist...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Debug Visualization Tools

    Visualization tools to help developers analyze program execution

    This is a research project aimed at providing tools to help developers capture and visualize what is actually happening when your program executes. And hopefully make debugging an easier, quicker and less painful process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Self-Organizing Map Maker for Education and Research. Features include 3D-visualization of the training process, various 2D and 3D map topologies, easy extensibility to additional topologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Hokum

    Hokum is a framework designed to boost the application development.

    Hokum is a simple and lightweight framework, designed to simplifies and boost the development of software that handle many different data formats, for the Java platform, right now(in the future, the goal is to work in many platforms). It uses JSON for the data definitions and manipulation. The Hokum Framework exposes several interfaces and abstract classes, allowing you to change the type of implementation of an component with very little impact. Hokum framework is designed to work with many of the frameworks used in the market, with the goal to make de development process easyer, faster, and even funnier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cantharella

    Cantharella

    Pharmacochemical database of natural substances

    The information system (IS) “Cantharella: Pharmacochemical database of natural substances” share and sustain pharmacochemical data of all organisms collected for the study of their natural substances, with a controlled access via internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CoSEEEK

    CoSEEEK

    Context-aware Software Engineering Environment Event-driven Framework

    CoSEEEK is a framework that provides automated guidance for software developers during the development lifecycle. Its unique holistic approach amalgamates quality management, process management, context management, and knowledge management and can thus provide support attuned to the current project situation and the engineer’s context. One key goal of CoSEEEK was to develop techniques so that applicable guidance can be provided to an engineer (a CoSEEEK user) in an automated way based on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project (osgi4ami-tecnodiscap) comes from the branch revision-3 of the osgi4ami project as a name standardization process, following osgi4ami-monami project creation. This project becomes the Universidad de Zaragoza (Tecnodiscap) Implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ESpin

    ESpin

    SPIN-based Eclipse Model Checking Plugin

    ESpin, a SPIN-based model checking plugin upon Eclipse. The editor has full support of the syntax rules of Promela, and also provides the function of real-time syntax feedback, keywords highlight, outline view, code folding, hinting and completion, greatly improving the modeling efficiency of complex models. Additionally, ESpin provides multiple operation mode and unique configuration interfaces, which simplifies the operation process of SPIN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    EUN Harvester

    EUN OAI-PMH Harvester

    This project supports harvesting process from OAI-PMH targets. Timestamps are stored and used in each cycle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EyeMap - Eye Movement Data Analyzer
    EyeMap is a visualization and analysis tool for text reading eye movement data. It can process Unicode, proportion/non-proportion and spaced/unspaced reading materials, which supports various languages and experiment methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    hcmone

    hcmone

    Hcmone human resource

    Basic application to automate the process. Also offers an ideal platform for software developers to work on the source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    BPMN extension for Cloud computing

    java project for modifying jBPM models into cloud aware models

    Program based on created BPMN 2.0 Cloud extension. It reads a model *.bpmn, which was created using jBPM BPMN 2.0 modeling tool. Then user is able to define a sensitivity of data elements. After that an Ontology is created and filled in with model elements. Special logical rules process the data. User is able to additionally define the security level. The resulting model is created and can be opened in the jBPM.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB