Architecture docs/diagrams of OTP? [closed] - erlang

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 7 years ago.
Improve this question
I'm newbie to erlang. I'm curious about the design of Open Telecom Platform. Is there a design document of OTP itself or pictorial representation of the implementation of OTP in erlang. I tried googling and browsing official docs but all I could get was the architecture of OTP based app, but, couldn't find architectural structure of OTP itself.
Any help is appreciated.

There is thesis Making reliable distributed systems in the presence of software errors written by Joe Armstrong. The work contains fundamentals of which is OTP based on and there is also a very simplified implementation of basic OTP modules.

Related

Building concept map for a programming language using wikipedia and/or stackexchange queries [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 1 year ago.
Improve this question
I've been fiddling around with wiki api and stack exchange queries and thought it would be interesting to create a hierarchy map or a weighted concept (undirected) map for a programming language. Thought it would create a useful generic graph layer that could possibly help people to learn a programming language faster. I haven't really thought of the details of this project yet but I need guidance as to where to start. Can anyone direct me to a good resource or an idea where I can build off of?

Getting started with iOS programming [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 am qualified experienced software engineer. Strong background in OOP/D C++, Symbian, large multi thread multi process server applications, smart phone applications. More recently android, Java, C#, windows .net asp.net.
I am looking for 'recommendations' for a fast track entry to learning to develop in objective C and for iOS. Looking for recommended tutorials, support communities, build tools, design tools, IDEs, and release into production process.
Thank you.
http://www.amazon.com/iOS-Programming-Ranch-Edition-Guides/dp/0321942051 this is good and also the one they did on Objective C. This is a great site too http://www.raywenderlich.com/tutorials

Altivec Programming Resource [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
Would be required to port some programming codes on Windows onto PowerPC. The codes would need some kind of optimisation and require the use to Altivec programming.
Would like to ask where to find a good beginner guide to Altivec and any SIMD programming if they would be similar to SSE?
Thanks
You should still be able to find PowerPC and AltiVec resources on motorola.com, ibm.com and developer.apple.com. Also search the [altivec] tag on StackOverflow as similar questions have come up before.
Apple has (or had) a very useful AltiVec->SSE migration guide that you could use in reverse - a quick Google search turned up a copy here.
Note that IBM calls AltiVec "VMX" these days, so you might also want to use VMX as a search term (in conjunction with POWER or PowerPC).
See also:
can't find materials about SSE2, Altivec, VMX on apple developer
Common SIMD techniques
Porting MMX/SSE instructions to AltiVec

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

Resources