mps

Is MPS (a meta-programming language) worth looking into?

Another project from Jetbrains, their new issue tracker Charisma was written entirely in MPS. Is the concept useful/practical, or is it too soon? ...

Dynamics CRM Provisioning Options

Our business is looking to automating Dynamics CRM hosting. We've been looking at the options. At the moment, it seems like HMC/MPS would be useful. However, from the looks of it, the frameworks are nearing end of life and are also. HMC/MPS also seems to be based around exchange. Would it make sense to use HMC/MPS to provision CRM or is...

LDAP Active Directory path

I am trying to add a user to Active Directory through an MPS Web Service. I've been trying a long time to find the correct LDAP-url to use to tell it to add the new user to the Users group. I've tried things like: LDAP://XXXX.YYY/OU=Users,DC=XXXX,DC=YYY LDAP://XXXX.YYY/CN=Users,DC=XXXX,DC=YYY LDAP://XXXX.YYY/DN=Users,DC=XXXX,DC=YYY ...

Integer Linear Programming Java: Multiple Open Source and Commercial tools are available. Which one to use?

Hi, I need to use Integer Linear Programming API/Tool for my application. Though my application is in Java but I don’t mind calling an EXE (Tool) from Java providing input using file (MPS, etc). My search analysis is as follows: There are multiple Open Source and Commercial tools available to solve ILP Following I found and think are ...

What are the main differences between Jetbrains' MPS and Eclipse Xtext?

I have used Eclipse Xtext in several projects. I loved the ease of defining a grammar over an Ecore (meta)model and letting everything generated for you including awesome Eclipse plugin editor, but I was quite uncomfortable with the underlying EMF framework with everything hard-wired in static fields. Lately I came across Jetbrains' MPS...

Python MPS-format reader

I need to read MPS files into Python. [MPS is an old and standard format for representing linear programs.] Pure Python would be best, but I would be happy to use f2py if it meant that I could easily leverage existing Fortran MPS readers. Any pointers welcome! ...