Showing 26 open source projects for "java class editor"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 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
  • 1
    GraphQL Java Tools

    GraphQL Java Tools

    A schema-first tool for graphql-java inspired by graphql-tools for JS

    This library allows you to use the GraphQL schema language to build your graphql-java schema. Inspired by graphql-tools, it parses the given GraphQL schema and allows you to BYOO (bring your own object) to fill in the implementations. GraphQL Java Tools works extremely well if you already have domain POJOs that hold your data (e.g. for RPC, ORM, REST, etc) by allowing you to map these magically to GraphQL objects. GraphQL Java Tools aims for seamless integration with Java, but works for any JVM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Minecraft Development for IntelliJ

    Minecraft Development for IntelliJ

    Plugin for IntelliJ IDEA that gives special support for Minecraft mods

    Experience first class support for all of the major Java Minecraft development platforms, including Bukkit and derivatives such as Spigot and Paper, Sponge, Forge, Fabric, MCP, Mixins, LiteLoader, BungeeCord, and Waterfall. It also provides in-depth support for Access Transformer and NBT files, and more. Because of this, you can install the plugin through IntelliJ's internal plugin browser. Navigate to File -> Settings -> Plugins and click the Browse Repositories... button at the bottom...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 3
    LTEX LS

    LTEX LS

    LTeX Language Server: LSP language server for LanguageTool

    ... a language client (usually an editor or an extension of the editor) that communicates with LTEX LS according to the LSP. However, it is also possible to supply LTEX LS paths to files and directories to be checked as command-line arguments. In this mode, LTEX LS will print the results to standard output, and no language client is necessary.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zally

    Zally

    A minimalistic, simple-to-use API linter

    Zally, a minimalistic, simple-to-use API linter. Its standard configuration will check your APIs against the rules defined in Zalando’s RESTful Guidelines, but anyone can use it out of the box. Zally’s easy-to-use CLI uses the server in the background so that you can check your API on the spot. It also features an intuitive Web UI that shows implemented rules and lints external files and (with its online editor) API definitions.
    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
    WordPress for Android

    WordPress for Android

    WordPress for Android

    If you're just looking to install WordPress for Android, you can find it on Google Play. If you're a developer wanting to contribute, read on. Inspiration strikes any time, anywhere. WordPress mobile apps put the power of publishing in your hands. And of course, they’re open source, just like WordPress. WordPress for Android lets you take the power to publish to the web with you. It is much more than a website builder. Give your great ideas a home on the web. WordPress for Android is a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    tinylog

    tinylog

    tinylog is a lightweight logging framework for Java, Kotlin, Scala

    Simplify your logging with tinylog. The lightweight logging framework can be used with Java, Kotlin, Scala, and any other JVM language. tinylog is open source and runs wherever Java is used: JVM, GraalVM, and Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GraphQL Kotlin

    GraphQL Kotlin

    Libraries for running GraphQL in Kotlin

    graphql-java is one of the most popular JVM-based GraphQL implementations. GraphQL Kotlin is built on top of grahpql-java as it can be easily extended with additional functionality and this implementation has been used and tested by many users. The most common way to create the schema in graphql-java is to first manually write the SDL file. Then write the runtime code that matches this schema to build the GraphQLSchema object. This means that there are two sources of truth for your schema...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gradle-buildconfig-plugin

    gradle-buildconfig-plugin

    A plugin for generating BuildConstants for any kind of Gradle projects

    A plugin for generating BuildConstants for any kind of Gradle project, Java, Kotlin, Android, Groovy, etc. Designed for KTS scripts, with experimental support for Kotlin's multi-platform plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Kotlin JDSL

    Kotlin JDSL

    Kotlin library that makes it easy to build and execute queries

    Kotlin JDSL is a Kotlin library that makes it easy to build a query without a generated metamodel. There are many libraries that use an annotation processing tool (APT) to do the job. However, with the APT, you have to recompile whenever the name or type of field in an entity or a table class is changed. Kotlin JDSL provides a domain-specific language (DSL) based on KClass and KProperty to help you easily build queries without such inconveniences from the APT. Kotlin JDSL does not provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    PartiQL Lang Kotlin

    PartiQL Lang Kotlin

    PartiQL libraries and tools in Kotlin.

    This is a Kotlin implementation of the PartiQL specification. PartiQL is based on SQL-92 and has added support for working with schemaless hierarchical data. PartiQL’s extensions to SQL are easy to understand, treat nested data as first-class citizens, and compose seamlessly with each other and SQL. This repository contains an embeddable reference interpreter, test framework, and tests for PartiQL in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kotshi

    Kotshi

    An annotation processor that generates Moshi adapters

    ... the adapters when you modify your class. It's made to work with minimal setup, through there are limitations. Most of the limitations will be addressed as the support for Kotlin annotation processors improves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ReVanced Extended byIE
    *ReVanced YouTube: v19.41.41 *ReVanced Music: v7.24.51 *ReVanced MicroG: v0.3.1.4.243864 *ReVanced Reddit (Extended-Extras): v2024.44.0 *ReVanced X (Extended-Extras): v10.64.0 *Extended Patches: cli_v4.6.2-patches_v4.15.1 *ReVanced Patches: cli_v4.6.2-patches_v4.17.0 *Reddit Patches: cli-v2.21.7-patches-v2.181.1 *X Patches: cli_v4.6.2-patches_piko_v1.142.1 Thank you! ReVanced Team!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Snippetory

    Snippetory

    Java templating solution with passive templates.

    Snippetory is a platform for java developers dealing with any text generation. The abstraction layer helps to keep the issues of the 'view' in the view, while all logic is implemented in java. Editing, debugging and testing, all with the tools one is already used to. The separation of template keeps the template simple, the logic compact, and easy to navigate, and offers completely new re-usage scenarios. Sourceforge code hosting is abandoned. Primary site is now https://gitlab.com/jproggy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DIGIKOP_USIPA_TNI_AL
    Aplikasi Unit Simpan Pinjam khusus untuk koperasi di lingkungan TNI AL versi 03.2024. Semua Aplikasi yang kami distribusikan memerlukan Program Xampp Versi 8.2 Ke Atas. Silahkan Cari dan Unduh Aplikasi Database Xampp dan Install pada komputer anda setelah anda menginstall Aplikasi DiGiKOP dan Aplikasi Lainnya. CV.BumiSoftwareMataram Layanan Data & Komunikasi di WA 0859 6144 9486 Fitur Aplikasi ; 1. Manajemen Anggota Dengan QR Code 2. Daftar Hadir RAT dengan QR Code Setiap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DIGIKOP_USIPA_TNI_AD
    Aplikasi Unit Simpan Pinjam khusus untuk koperasi di lingkungan TNI AD versi 03.2024. Semua Aplikasi yang kami distribusikan memerlukan Program Xampp Versi 8.2 Ke Atas. Silahkan Cari dan Unduh Aplikasi Database Xampp dan Install pada komputer anda setelah anda menginstall Aplikasi DiGiKOP dan Aplikasi Lainnya. CV.BumiSoftwareMataram Layanan Data & Komunikasi di WA 0859 6144 9486 Fitur Aplikasi ; 1. Manajemen Anggota Dengan QR Code 2. Daftar Hadir RAT dengan QR Code Setiap...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    DIGIKOP_USIPA_TNI_AU

    DIGIKOP_USIPA_TNI_AU

    Aplikasi untuk koperasi TNI AU

    Aplikasi Unit Simpan Pinjam khusus untuk koperasi di lingkungan TNI AU versi 03.2024. Semua Aplikasi yang kami distribusikan memerlukan Program Xampp Versi 8.2 Ke Atas. Silahkan Cari dan Unduh Aplikasi Database Xampp dan Install pada komputer anda setelah anda menginstall Aplikasi DiGiKOP dan Aplikasi Lainnya. CV.BumiSoftwareMataram Layanan Data & Komunikasi di WA 0859 6144 9486
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Warlock Front End

    Warlock is a front end for Simutronics text-based games.

    The Warlock Front End is written to allow Simutronics games to be played in Linux, Mac OS, and Windows. The primary focus at this time is on Dragonrealms, but other Simultronics games work to varying degrees.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    UndoRedoManager

    UndoRedoManager

    Lightweight library implementing an undo-redo system for Kotlin

    UndoRedoManager is a lightweight library inspired in Java Swing UndoManager for implementing an undo-redo system in Kotlin. The library allows transactions and individual actions, as well as setting a limit to the queue of the manager See Wiki for examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    djzhao

    Welcome to djzhao's homeoage

    djzhao, homepage, sourceforge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    JoseAndroidApks

    Some humble android apks that I have created

    They are some humble android apks I have written on my own.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Rainbow Kotlin

    Rainbow Kotlin

    Fluent syntactic sugar of Android for applying gradations, shading

    Fluent syntactic sugar of Android for applying gradations, shading, and tinting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Free SLOC

    Free SLOC

    Free SLOC counts physical lines of code (SLOC) for many languages

    Free SLOC is a lightweight application for counting physical lines of code (NOT logical lines of code 'LLOC') for many format files, as Java, Python, C, C++, HTML,..., as well as comment lines, blank lines and delimiter lines. Use GUI or console mode (type -h in command line to see options). Use double-click right button in tree to open folder or see source file. Source code in Files tab (Kotlin)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    JTRANSC

    JTRANSC

    Bytecode to source converting Java & Kotlin code into JavaScript, C++

    JTransc (Java Trans Compiler) is an AOT (ahead-of-time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. There are a lot of technologies in order to convert languages into other ones. For example, converting Java into JavaScript. Or KotlinJS Kotlin backend that already targets JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Trinity

    Trinity

    Android video record editor muxer sdk

    trinity is an open-source shooting and short video processing tool, written in kotlin and C++, which implements most of the popular features of short video editing software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    JByteMod-Beta

    JByteMod-Beta

    Java bytecode editor

    JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling and method graphing.
    Downloads: 12 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next