Search Results for "marbel-release" - Page 6

Showing 374 open source projects for "marbel-release"

View related business solutions
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1

    yogpstop Minecraft Mods

    My minecraft mods development base

    yogpstop's minecraft(bukkit) mods is release in here. I'm japanese. Blog is maybe Japanese. And I'm not well at English. Please be advised. But you can post to discussion and tickets at English. Of course, reply written in English. And it isn't machine translation.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    SSH System Administration Tool

    SSH System Administration Tool

    SSH Java client GUI for Unix, Linux administration and monitoring

    ...Captures your network traces (on the port/ports and interface/interfaces of your choice) and at at a click of a button copies them back to your desktop opening. Remotely monitor your servers in a real time dashboard displaying CPU and RAM. Access your servers; this release is integrated with the following 3rd party tools: Remote Desktop (RDP), PuTTY(included) , WinSCP (included) and Wireshark (separate download). Bandwidth and system monitoring. Secure login csv fields encryption MS Windows XP/Vista/7 Linux Red Hat, SUSE, Ubuntu (Debian) [Raanan Zion]
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Mutation Mapper
    PLEASE NOTE: THIS PROJECT PAGE WILL NO LONGER BE UPDATED - PLEASE USE THE GITHUB PAGE (https://github.com/gantzgraf/MutationMapper) TO FIND THE LATEST RELEASE (https://github.com/gantzgraf/MutationMapper/releases/latest). Predict functional consequences of mutations identified from sanger sequencing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JHPropertiesTyped

    Strongly typed properties, easy initialization from many sources.

    Version 3.0 is under construction (expected release "feb/2017") * full java 1.8 support * no marker interfaces, only annotations * fully updated documentation * framework refactored * maven support, and upload on github. Version 2.0 is now available. (31-07-2015) Release notes: http://jhpropertiestyp.sourceforge.net/releasenotes.html JHPropertiesTyped will give the developer strongly typed properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 5
    SSHTOOLS J2SSH Maverick

    SSHTOOLS J2SSH Maverick

    The second generation SSH API from the original author of J2SSH

    ...Originally built from the ground up by the original author back in 2003, this product has, until now, only been available under a commercial license. With the development and pending release of a third generation SSH API, this legacy API has now been released under the GPLv3 and will continue to be maintained by the core author as a contribution to the open source community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JSkat
    ...You can play over the internet on the International Skat Server against the strongest Skat AI players known today or against other human players. We moved our source code to GitHub. Please clone the source code from there: https://github.com/b0n541/jskat-multimodule The latest release can also be found there: https://github.com/b0n541/jskat-multimodule/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Agilefant

    Agilefant

    The scalable open source tool for lean and agile project management

    Agilefant is a simple but powerful web based tool for lean and agile project management. It is the most versatile open source solution of its kind today, with a rapidly growing user base of more than 10k users around the world in thousands of organizations. Based on more than ten years of solid scientific research within real world organizations, Agilefant's unique model scales from personal todo-lists to large-scale multi-team development and long-term product and portfolio...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Open Information Integration
    ...OpenII is built as a Rich Client Platform Application on top of Eclipse 3.x. Developers need to download Eclipse, install the RCP support, the Fatjar plugin and the Delta Pack in one of the 3.x flavors. Release Notes Release Date: Jan 2014 Build Version: 1.0.2666 Notes: 1. Now support for AVRO and HCatalog imports 2. Better support for OWL 3. New OWL and Containing Relationship viewers 4. Added case insensitive option in exact matcher for Harmony
    Downloads: 14 This Week
    Last Update:
    See Project
  • 9

    OSCAR - DOCSIS

    OSCAR - OpenSource Cablemodem file AssembleR - DOCSIS

    OSCAR is a Java-based CableLabs® Configuration File Builder API for DOCSIS®, PacketCable™, DPoE™, and DPoG™ Report Issues: https://github.com/Comcast/Oscar/issues Github Wiki: https://github.com/Comcast/Oscar/wiki
    Downloads: 0 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
    CodeMenia Deployment Factory

    CodeMenia Deployment Factory

    Salesforce Ultra Fast Deployment Engine

    ...Retriever: The retriever Application can be used for Environment Management to take configuration backup, Configuration Restore. WinMacD: The WinMacD Application can be used for Change Management and Release management by Creating very Selective Deployment checklist (Save, Load), Sending the Checklist to the Release / Change Manager for the Approval, Creating package from the Checklist and Migrating the package to Specific Environments. DeploMacD: The DeploMacD application is used to migrate one single package to single/multiple environment at a time to maintain the Environment configuration InSync with the development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JakeWharton Hugo

    JakeWharton Hugo

    Annotation-triggered method call logging for your debug builds

    Hugo is a small Android library (and annotation processor plugin) that automatically logs method calls, parameters, return values, and execution time for methods annotated with @DebugLog. Instead of manually adding logging statements everywhere, you simply annotate a method and Hugo injects the logging at compile-time in debug builds, keeping release builds clean. This helps developers gain visibility into method flows, execution timing, and parameter passing without cluttering production code. The annotation doesn’t remain in the compiled class for non-debug builds, so there’s zero runtime penalty in release. Hugo uses bytecode/annotation processing behind the scenes but maintains simple API usage for developers. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Auto Primer3

    Auto Primer3

    Automatically design primers to genes/coordinates using primer3.

    PLEASE NOTE: THIS PROJECT PAGE WILL NO LONGER BE UPDATED - PLEASE USE THE GITHUB PAGE (https://github.com/gantzgraf/autoprimer3) TO FIND THE LATEST RELEASE (https://github.com/gantzgraf/autoprimer3/releases/latest). AutoPrimer3 retrieves gene information, DNA sequences and SNP information from the UCSC genome browser and uses primer3 to automatically design primers to genes or genomic coordinate targets. Primers may be designed using information from any of the UCSC hosted genomes and primers can be made to avoid overlapping SNPs for genomes where SNP databases are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Aspose for NetBeans

    Aspose for NetBeans

    Aspose - Your File Format Expert

    Aspose for NetBeans project enables NetBeans IDE users to create a new NetBeans project through an Aspose Project Wizard. Through this wizard, developers can select and download the latest Aspose File Format Java libraries and samples of their choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Aspose for Eclipse

    Aspose for Eclipse

    Eclipse plugin for Aspose File Format Java APIs

    Aspose for Eclipse project enables Eclipse IDE users to create a new Eclipse project through an Aspose Project Wizard. Through this wizard, the developers can select and download the latest Aspose File Format Java libraries and samples of their choice.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    asers

    asers

    Android Simplified Episode Remainder System

    The new release is there: 1.3. ASERS for Android Simplified Episode Remainder System is a system that manages your episodes remaindering. That helps you to be up-to-date with your series. ASERS is based on data from www.epguides.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WSDLComparator

    WSDL Comparator compares two different wsdl files and gives a report

    WSDL Comparator compares two different wsdl files and gives a report This is the initial release of the WSDL comparator. The WSDL comparator compares two WSDL files with related XSD files in depth.It analyzed if the WSDL files are backward compatible or not. The comparison results could be view in the application itself and in a HTML view.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ff4j

    ff4j

    Feature Toggle for Java Platform made easy

    FF4J, standing as Feature Flipping for Java, implements the Feature Toggle agile development practice. It allows you to enable and disable features through configuration at runtime with dedicated consoles and services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WesWorkshop

    WesWorkshop

    Create units and attacks for Wesnoth!

    ...Version 1.2 preview released (2015-03-08): http://sourceforge.net/p/wesworkshop/wiki/versions#v1.2 If you like this program, be kind please: write a review or vote it, it would be very appreaciated and useful. *: The version was released on 05th April 2014. That release didn't use the latest project version. On 15th May 2014 it has been updated. You are now able to fully use the new features. I apologise for the mistake.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Text Expander, Inverse summarizer

    Text Expander, Inverse summarizer

    Expand text, inverse summarizer

    ...How to run this program? 1. Make sure JAVA 1.7 development is installed and running/compiling properly with all environment variables properly set. 2. Uncompress the LITE release into a desired directory. 3. Go to a src/ directory with a Terminal/Console/Command-Prompt and do the following: javac Te2.java java Te2 The program should open.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JModPlayer is a simple, cross-platform, MOD player supporting ProTracker, FastTracker2, and ScreamTracker3 Sound Modules! It has both a easy to use GUI interface, and a console interface for broad OS support! Mac OS X Release Now Available! JModPlayer will soon feature jukebox features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ChanDown - 4chan Image Downloader

    ChanDown - 4chan Image Downloader

    Auto Rescanning - Search Terms - Regularly Updated With New Features

    ========== NOTE: (AS OF 11/05/2015) 4chan html structure has changed, full images are downloaded as well as the thumbnail. Fix coming shortly (after my exams are over) to stop the thumbnails from downloading. ========== This is the first release of my 4chan image downloader. This downloader packs loads of great features such as the search ability. Check the features section and be sure to let me know if you want a feature added. Coming Soon: - Wiki, explaining in depth how to use it more quickly (although its already pretty simple to use) - Ability to download the whole thread, not just images - Better multithreading - Ability to use proxies - Sort images download from searches into folders - Keep original image names - More responsive gui Be sure to let me know if you want any other features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Agile Database release tool - command line or Ant task.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Coco/S Parser Generator

    Coco/S Parser Generator

    Parser Generator based on Coco/R

    Coco/S is a compiler generator that takes plain EBNF grammar files and features a SAX style call back API. It is written in Java and produces a Java Scanner (Lexer) and Parser for the language described by the input grammar. Coco/S is a branch of the 2010/11 release of Coco/R for Java. While Coco/R takes an attributed grammar file, Coco/S has a callback API. This has the advantage of a clean separation between grammar (EBNF) and Compiler/Interpreter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    gamepad4j

    gamepad4j

    Java Gamepad API for multiple platforms

    A simple, elegant and powerful API for using gamepads like the Xbox 360 or DualShock 3 pad in Java-based games. Will support Windows, Linux, MacOS and OUYA in first release. Simplifies dealing with analog sticks, triggers, button mappings and more. RELEASE PLANNED NOV/DEC 2014 (sourcecode on Github).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Java MythTV API

    An API allowing java applications to connect to MythTV as a client.

    jMythAPI is a java library to query and control a MythTV backend and MythTV database. JMythAPI uses the Myth protocol to communicate with the MythTV backend and the MySQL JDBC driver to query the MythTV database. It provides a high level API enabling java developers to easily access MythTV, without the need to know all the details about the underlying protocol and differences between various protocol versions.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB