Click here to Skip to main content
15,889,931 members
Everything / DSL

DSL

DSL

Great Reads

by Sacha Barber
Last time we looked at Akka Http, this time we will look at Akka Streams. Akka Streams is a vast topic, and you will definitely need to supplement this  post with the official documentation.
by Ivan Osipov
We'll discuss why Kotlin is a great tool for domain specific language building
by musicm122
Simple (DSL) Domain specific Languages
by Duncan Edwards Jones
Expand/collapse your DSL diagram elements to make them easier to work with

Latest Articles

by Ivan Osipov
We'll discuss why Kotlin is a great tool for domain specific language building
by Sacha Barber
Last time we looked at Akka Http, this time we will look at Akka Streams. Akka Streams is a vast topic, and you will definitely need to supplement this  post with the official documentation.
by Duncan Edwards Jones
Expand/collapse your DSL diagram elements to make them easier to work with
by Duncan Edwards Jones
Make a nice diagram experience for your domain specific language by adding a smart tooltip to your connectors

All Articles

Sort by Score

DSL 

13 Dec 2016 by Sacha Barber
Last time we looked at Akka Http, this time we will look at Akka Streams. Akka Streams is a vast topic, and you will definitely need to supplement this  post with the official documentation.
6 Jun 2022 by Ivan Osipov
We'll discuss why Kotlin is a great tool for domain specific language building
22 Jul 2013 by sinh dhqn
How to: Group, Sort, and Filter Data in the DataGrid Control?
7 Sep 2013 by Sergey Alexandrovich Kryukov
DSL does not check any usename and password. Your internet providers gives you a DSL modem, and then you can connect it to your computers with a cable, or to a WiFi router. Probably your internet provider fooled you with some extra service to make you pay more. :-)Please...
7 Sep 2013 by OriginalGriff
That is most definitely not a question we can answer! :laugh:Do you have any idea just how big the DSL specifications documents are? :OMG:Start reading here: Wiki: Asymmetric digital subscriber line[^] and if you really decide you want to know, start reading the specifications in teh table...
7 Sep 2013 by OriginalGriff
Even if there was, this is a professional site, for professional developers. It is not a hacking site, and we do not condone, support, assist or encourage any such illegal or immoral endeavours.Please do not ask such questions here again.
11 Jun 2015 by Duncan Edwards Jones
I have a class that inherits from TextField that is intended to wrap the text across multiple lines.I replace the standard TextField with it :- protected override void InitializeShapeFields(IList shapeFields) { ...
28 Sep 2015 by Duncan Edwards Jones
I have a project that has a domain specific language (Microsoft.VisualStudio.Modelling) that uses the modelling SDK.In that model I want my model shape to perform a function on the underlying class e.g. my diagram model is like:-using DslModeling =...
28 Sep 2015 by Duncan Edwards Jones
Aha - it turns out that "BaseClass" is no longer a member of CompartmentShape in Visual Studio 2015.Instead you can use "ModeElement" thus:-EventDefinition BaseClass{ get { return this.ModelElement as EventDefinition; }}
1 Oct 2015 by Duncan Edwards Jones
Expand/collapse your DSL diagram elements to make them easier to work with
2 Nov 2020 by Kanishka87
I need to write a Query Language Parser from C# Query string should be something like this. Input: string query = "Site = 'Location 1' Output: Select * from Table1 where TagName = 'Site' and TagValue = 'Location 1' Is there any dll, to this...
1 Nov 2020 by OriginalGriff
Repost: Deleted. Please do not repost your question; use the Improve question widget to add information or reformat it, but posting it repeatedly just duplicates work, wastes time, and annoys people. I'll delete this one.
2 Nov 2020 by Richard MacCutchan
Go to: https://www.codeproject.com/Articles/code-witch#Article[^] and look at the section under "Parsers". Honey has written some brilliant articles on the subject.
27 May 2022 by Phoenix Liveon
How do we implement some buildTypes and flavors configs for our project(library or an application). I had a hard time finding tutorials or references about it, especially if it is implemented in kotlin-dsl. I tried to simulate the concepts from...
26 May 2022 by Phoenix Liveon
Why is this syntax not working as expected? it compile and can run, however it did not give me the expected result ServiceLoader sl = ServiceLoader.load(ServiceMod.class); for(ServiceMod sm : sl) System.out.printf("status:...
13 Apr 2022 by Phoenix Liveon
It seem there's a bug or maybe the local vscode application in my computer got corrupted? But the multi-module projects or subprojects features are working properly and I already configure the "gradle.nestedProjects" to TRUE, nonetheless I want...
4 Jun 2015 by Duncan Edwards Jones
Make a nice diagram experience for your domain specific language by adding a smart tooltip to your connectors
1 Nov 2020 by OriginalGriff
What you are trying to do is pretty complicated, and is going to take a fair amount of work - mostly because the query you are processing contains hardly any information, and the rest (table name, column names, and so forth) has to either be...
27 May 2022 by Rick York
I am not entirely clear on what you are asking but I'll take a shot. First, there are two kinds of libraries you can build - statically linked and dynamically lined. You define which kind(s) in the project settings of the library's solution. ...
7 Sep 2013 by vishal2592
How does DSL internet check username and password to access internet.
1 Apr 2022 by Phoenix Liveon
The issues were caused by a lack of specification in our build tool/dependencies script's configuration, which we need to add/configure via "runtimeOnly" or "implementation," So then we can tell�our build tool�that before running/executing or...