Reliable source of the ISO4217 table, as web service / XML file? [closed] - currency

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 months ago.
Improve this question
I am looking for a reliable source of an as complete as possible ISO4217 table. Either as web service or via some REST API; preferably as XML.
I need to maintain a list of currency codes for a program of mine, and a weekly check to a reliable source would be most welcome.

The one and only real, official source is the ISO (Int'l Standards Organization) itself - see here:
https://www.iso.org/standard/64758.html
Unfortunately, they don't typically provide online / webservice based access to their standards...

Related

c# sample code for floating license server using rhino-licensing [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am trying to develop a licensing system using Rhino-Licensing but there is practically nothing available in terms of sample code or instructions for a floating license server and corresponding code on the client side. Could anyone post some hints?
Thanks.
I am not sure if you have taken look on Github project, its having test cases which you can take a look and implement it
https://github.com/hibernating-rhinos/rhino-licensing/
Also
http://www.jagregory.com/writings/rhino-licensing/
I found this one helpful, check it out:
http://patrick.lioi.net/2013/01/08/whittling-rhino-licensing/

Sample rhomobile apps [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
There are some features which I wanted to see the behaviour for in Rhomobile applications and compare them to the native apps. In particular,
Location based results: can we control how it behaves when no location services are available and perform different actions.
Any pointers to sample apps that have been deployed to the app store or Google play? I have been searching through the rhomobile.com (which redirects) but couldn't find any samples.
Thanks.
I don't know any example apps, but does this example app sampling native system functions help?

Is there a library available for the SECS/GEM protocol? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have to implement a communication between my app and another PC using the industrial standard protocol SECS/GEM PV2.
Are there any libraries available that I can use with Delphi?
Google didn't give me any usable results so far, maybe someone has experience with this protocol already?
The page about High-Speed SECS Message Services lists an open source implementation:
FREESECS, an open source suite of implementations of semiconductor fab communication standards
FREESECS components are implemented in C and C++. Currently available are: HSMS (SEMI E37.1) and SECSII (SEMI E5).
Maybe these components can be used with Delphi.

Public CLSI servers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
Does anyone know any publicly accessible CLSI (Common LaTeX Service Interface) servers other than ScribTeX? (nothing wrong with ScribTeX, in fact it's great, but I was wondering if there are any alternatives)
EDIT: I'm not looking for online LaTeX equation editors or proprietary APIs (e.g. MonkeyTex), I'm asking specifically about CLSI because it seems to be the standard for server-side LaTeX compilation.
I don't know if it's a CLSI, but there is LaTeXLab, built on google's app engine. http://code.google.com/p/latex-lab/
I know it's a little bit old question but you can use
https://github.com/overleaf/clsi
From the overleaf project
Not sure it's a CLSI server but http://rogercortesi.com/eqn/ is very nice and can probably be scripted, eg. http://rogercortesi.com/eqn/index.php?filename=&latextext=%5Czeta%282%29%3D%5Cpi%5E2%2F6&outtype=png&bgcolor=white&txcolor=black&res=150&antialias=1

Starter for Delphi Network [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I worked in Delphi 6 a few years.
Now I was beginning in Delphi network and I need some source code
For following things:
I want make chat application which to have two peer to peer clients
But I don’t know how I to measure time for two clients and show it on both
Screens.
I also want to mark first client with 1,second with 2 ,,,,,
In some application I want to have value who accounting number of sending of both clients
Generally does it exist variable which is mutual for both clients?!
Can somebody to send me source code of this kind?!
Comments in source code will be welcome.
For networking in Delphi, Indy is just about all you need to know :)
Tons of sample projects contained therein.

Resources