Showing 237 open source projects for "dsl"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • AI-powered conversation intelligence software Icon
    AI-powered conversation intelligence software

    Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not.

    Every customer interaction is vital to your business success and revenue growth. With Jiminny’s AI-powered conversation intelligence software, we take recording, capturing, and meticulous analysis of call recordings to the next level. Unlock call analytics that provide actionable insights with our call tracking software, empowering you to identify what's working and what's not. Seamlessly support your biggest objectives across the entire business landscape with our innovative call tracking system.
  • 1
    Kotless

    Kotless

    Kotlin Serverless Framework

    ... with the appropriate Kotless DSL. One of the key features of Kotless is its ability to embed into existing applications. Kotless makes super easy deployment of existing Spring and Ktor applications to AWS and Microsoft Azure serverless platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Scala3Lab

    A MATLAB like environment for Scala 3

    ... and flexibility. The statically typed Scala language can provide speeds of scripting code similar to pure Java. A major design priority of Scala3Lab is its user-friendly interface. We like the user to enjoy writing scientific code, and with this objective we design the whole framework. The MATLAB-like mathematical DSL of Scala3Lab is termed ScalaSci , and is developed as an internal DSL, by exploiting the superb extensibility of the Scala language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ReplMaker.jl

    ReplMaker.jl

    Simple API for building repl modes in Julia

    ... to someone who implements a full language or DSL in Julia that uses syntax not supported by Julia's parser and doesn't want to deal with the headache of making their own REPL mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BNFGen

    BNFGen

    Generates random text based on context-free grammars defined in BNF

    BNFGen generates random text based on context-free grammar. You give it a file with your grammar, defined using BNF-like syntax, it gives you a string that follows that grammar. BNFGen is a CLI tool, an OCaml library. There are also official JS bindings available via NPM. Project goals are to make it easy to write and share grammar and give the user total control of and insight into the generation process. BNFGen provides a "DSL" for grammar definitions. It's a familiar BNF-like syntax...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloudflare secures and ensures the reliability of your external-facing resources such as websites, APIs, and applications. Icon
    It protects your internal resources such as behind-the-firewall applications, teams, and devices.
  • 5
    Gradle Kotlin DSL converter

    Gradle Kotlin DSL converter

    Convert from Groovy to Kotlin DSL for Gradle, focused on Android

    Welcome! After a lot of pain trying to migrate from Gradle's Groovy to Kotlin DSL on Android Studio, I developed this tool to solve most migration issues and reduce the amount of work you need in order to make things ready. Please see this tool as a helper, a first resource like Android Studio's Java converter to Kotlin: it won't make a perfect conversion, but it helps a lot in reducing the time you would spend on repetitive tasks. Sometimes you just want to copy and paste. Just copy whatever...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vim Polyglot

    Vim Polyglot

    A solid language pack for Vim

    ... language packs from vim repository, vim-polyglot includes many other language packs such as acpiasl (Syntax highlighting for asl and dsl files), ansible, apiblueprint (API Blueprint syntax highlighting for apib files), cql (Syntax highlighting for cql files), cryptol (Syntax highlighting for cry, cyl, lcry and lcyl files), crystal (Crystal and HTML+ECR syntax highlighting for cr and ecr files), go (Go syntax highlighting for go and tmpl files), gradle, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Kakao

    Kakao

    Nice and simple DSL for Espresso in Kotlin

    ... will make you enjoy writing automated tests like you are drinking hot chocolate. Nice and simple DSL for Espresso in Kotlin. If you have custom Views in your tests and you want to create your own KView, we have KBaseView. Just extend this class and implement as many additional Action/Assertion interfaces as you want. You also need to override the constructors that you need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    kohttp

    kohttp

    Kotlin DSL http client

    Kotlin DSL HTTP client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    imgcook

    imgcook

    Generate pages from any sketch or images

    imgcook is an ingenious chef who specializes in cooking with various images (Sketch / PSD / static images). it will intelligently generate front-end codes, including view codes, data-binding codes, component codes as well as part of business logic codes from different kinds of design documents. We are making imgcook a P5 front-end engineer who could improve the development efficiency and promote effective collaboration between front-end developers, designers and testers. The main functions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • High-performance Open Source API Gateway Icon
    High-performance Open Source API Gateway

    KrakenD is a stateless, distributed, high-performance API Gateway that helps you effortlessly adopt microservices

    KrakenD is a high-performance API Gateway optimized for resource efficiency, capable of managing 70,000 requests per second on a single instance. The stateless architecture allows for straightforward, linear scalability, eliminating the need for complex coordination or database maintenance.
  • 10

    bsdict

    BsDict is GTK2 based offline dictionary.

    See README.txt features: * support DSL/LSA dictionaries * history doesn't allow duplicates * it always saves history on exit * export/replace/add history * delete/move history's items * toggle history sorting: historically + manual/alphabetical * searching word by double-click * non-expensive memory consumption
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Kroto Plus

    Kroto Plus

    gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc

    gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc. The protoc-gen-kroto-plus plugin needs a configuration file to be passed in order to be able to enable and configure its built-in code generators. The configuration file used by protoc-gen-kroto-plus allows users to enable and configure any code generator exposed by the plugin. The configuration schema is backed by a protobuf message named CompilerConfig and supports three common formats, JSON, YAML, and PROTO Text (asciipb).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rein

    Rein

    Database constraints made easy for ActiveRecord

    Data integrity is a good thing. Constraining the values allowed by your application at the database level, rather than at the application level, is a more robust way of ensuring your data stays sane. Unfortunately, ActiveRecord doesn't encourage (or even allow) you to use database integrity without resorting to hand-crafted SQL. Rein (pronounced "rain") adds a handful of methods to your ActiveRecord migrations so that you can easily tame the data in your database. All methods in the DSL...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MaterialDrawerKt

    MaterialDrawerKt

    A Kotlin DSL wrapper around the mikepenz/MaterialDrawer library

    Create navigation drawers in your Activities and Fragments without having to write any XML, in pure Kotlin code, with access to all the features of the original library: all sorts of menu items, badges, account headers, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Recyclical

    Recyclical

    Easy-to-use, extensible Kotlin DSL for setting up RecyclerViews

    An easy-to-use, extensible Kotlin DSL for setting up and manipulating RecyclerViews.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gradle Kotlin DSL Samples

    Gradle Kotlin DSL Samples

    Samples builds using the Gradle Kotlin DSL

    Welcome! The Gradle Kotlin DSL provides support for writing Gradle build scripts using JetBrains' Kotlin language. It aims to provide Gradle users with a rich, flexible and statically-typed approach to developing build logic in conjunction with the best IDE and tooling experience possible. Gradle has features you cannot get from other build tools: A highly-customizable dependency resolution engine, visual build inspection and debugging tools, and many work avoidance mechanisms. Moreover...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    giwth

    Implement tests using nested Given, When, Then

    Tests written with commented GIVEN, WHEN and THEN regions can be transformed by actually wrapping code within basic blocks called issues. This can occur in a nested fashion. Start with Test|TEST, that can wrap any issue. Given|GIVEN can wrap Given|GIVEN, When|WHEN; or Then|THEN issues. When|WHEN can wrap When|WHEN or Then|THEN issues. Then|THEN can only wrap Then|THEN issues. The Kotlin implementation supports 'suspend' functions: for any issue, there are two ("suspendable" and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RAS++

    DSL and Eclipse plugin to support Reusable Asset Specification

    This project will allow the acquisition and integration of MDE Setting and Artifacts through a common specification based on the OMG's standard RAS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mirage

    Mirage

    GUI for simplifying Elasticsearch Query DSL

    The Elasticsearch query DSL supports 100+ query APIs ranging from full-text search, numeric range filters, and geolocation queries to nested and span queries. Mirage is a modern, open-source web-based query explorer for Elasticsearch. It offers a blocks-based GUI for composing Elasticsearch queries and comes with an on-the-fly transformer to show the corresponding JSON query API of Elasticsearch. Queries can be saved for later reuse. They can also be captured and shared by copying the URL...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Gogradle

    Gogradle

    A Gradle Plugin Providing Full Support for Go

    Gogradle is a gradle plugin that provides support for building golang. Gogradle is a Gradle plugin that provide modern build support for Golang. Gogradle is deeply inspired by glide(I need to pay respect for it). You can simply think Gogradle as glide+make. make has a very steep learning curve, thus many people (like me) aren't good at it; Gradle use a DSL with similar syntax to Java to describe a build, which is easier for me. Makefile and Shell have cross-platform issues, especially...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cartography

    Cartography

    A declarative Auto Layout DSL for Swift

    Using Cartography, you can set up your Auto Layout constraints in declarative code and without any stringly typing! Call the constrain* function with your UIView or NSView instances as well as a closure in which you declare the constraints between the different attributes of your views. For every view on the left hand side of an equality or inequality operator, Cartography will automatically set its translatesAutoresizingMaskIntoConstraints property to false. If the view is not controlled by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Transition X

    Transition X

    { } Declarative Kotlin DSL for choreographing Android transitions

    ... and provide a clear, concise, type-safe and extensible DSL using Kotlin language features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Anko

    Anko

    An Android application development library

    Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of the Android SDK for Java. Anko was born as a type-safe DSL for building Android layouts. It not only allowed creating layouts in a type-safe way, but it made the layouts more adaptable, dynamic, reusable, and also performant, as there was no need for expensive layout inflation. Anko consists of several parts that make up...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    Rejoiner

    Rejoiner

    Generates a unified GraphQL schema from gRPC microservices

    Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources. Creates a uniform GraphQL schema from microservices. Allows the GraphQL schema to be flexibly defined and composed as shared components. Generates GraphQL types from Proto definitions. Populates request Proto based on GraphQL query parameters. Supplies a DSL to modify the generated schema. Joins data sources by annotating methods that fetch data. Creates Proto FieldMasks based on GraphQL selectors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RRProxyRelay

    Round Robin Proxy Relay

    Lets you bundle DSL with mobile without an extra router. 1.) note the ip/netmask/gateway of you normal LAN 2.) connect mobile and note ip/netmask/gateway of it 3.) create two instances of the appliance in oracle virtual box 4.) in each one, go to settings=>network and set the adapter to bridged, mobile interface for one VM, LAN interface for the other one 5.) fire up the vm's and set their network configs according to the ones noted in 1) and 2) with differnt static client ip's 6.) go to https...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    coNCePTuaL

    DSL for writing communication benchmarks

    coNCePTuaL is a toolset for rapidly generating portable, readable, and reproducible network-performance tests. coNCePTuaL can perform the equivalent of many pages of C code with just a few mouse clicks or lines of code in a domain-specific language.
    Downloads: 0 This Week
    Last Update:
    See Project